From: Ben Pfaff Date: Wed, 29 Oct 2008 13:32:04 +0000 (-0700) Subject: Add PKG_CHECK_MODULES to forbidden m4 patterns. X-Git-Tag: v0.7.1~50^2~8^2~1 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=commitdiff_plain;h=39a6cbaf0937dea81fdd5c8e2e427e605cd40f37 Add PKG_CHECK_MODULES to forbidden m4 patterns. This should help to catch running autoconf on systems that lack pkg-config earlier in the build process. --- diff --git a/configure.ac b/configure.ac index b00a75b1..1abc8043 100644 --- a/configure.ac +++ b/configure.ac @@ -15,6 +15,7 @@ AC_LIBTOOL_WIN32_DLL AC_LIBTOOL_DLOPEN AC_PROG_LIBTOOL PKG_PROG_PKG_CONFIG +m4_pattern_forbid([PKG_CHECK_MODULES]) AC_ARG_ENABLE( anachronistic-dependencies,