projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e51aad5
)
Add PKG_CHECK_MODULES to forbidden m4 patterns.
author
Ben Pfaff
<blp@gnu.org>
Wed, 29 Oct 2008 13:32:04 +0000
(06:32 -0700)
committer
Ben Pfaff
<blp@gnu.org>
Sun, 30 Nov 2008 23:27:41 +0000
(15:27 -0800)
This should help to catch running autoconf on systems that lack
pkg-config earlier in the build process.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index b00a75b14770f824c13737d9182307a347c02546..1abc80430659c53a3d972d03c9b5261081a90b08 100644
(file)
--- 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,