]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
correct which files are autogenerated by autoheader and which are not (continued)
authorMichael Jerris <mike@jerris.com>
Tue, 20 Mar 2007 23:29:41 +0000 (23:29 +0000)
committerMichael Jerris <mike@jerris.com>
Tue, 20 Mar 2007 23:29:41 +0000 (23:29 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4704 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/pcre/configure.ac

index 33edcefd0a1c89432b2482d772b14fe3f77c6903..6a318c17ff5872b9b99fc7ccd5c5cbc34e10583f 100644 (file)
@@ -16,6 +16,10 @@ dnl A safety precaution
 
 AC_PREREQ(2.57)
 
+dnl Arrange to build config.h from config.h.in.
+dnl Manual says this macro should come right after AC_INIT.
+AC_CONFIG_HEADER(config.h)
+
 dnl Default values for miscellaneous macros
 
 POSIX_MALLOC_THRESHOLD=-DPOSIX_MALLOC_THRESHOLD=10
@@ -295,4 +299,4 @@ if test "x$enable_shared" = "xno" ; then
 fi
 
 dnl This must be last; it determines what files are written as well as config.h
-AC_OUTPUT(config.h Makefile pcre-config:pcre-config.in libpcre.pc:libpcre.pc.in pcrecpparg.h:pcrecpparg.h.in pcre_stringpiece.h:pcre_stringpiece.h.in RunGrepTest:RunGrepTest.in RunTest:RunTest.in,[chmod a+x RunTest RunGrepTest pcre-config])
+AC_OUTPUT(Makefile pcre-config:pcre-config.in libpcre.pc:libpcre.pc.in pcrecpparg.h:pcrecpparg.h.in pcre_stringpiece.h:pcre_stringpiece.h.in RunGrepTest:RunGrepTest.in RunTest:RunTest.in,[chmod a+x RunTest RunGrepTest pcre-config])