From 64aeee8e2f0841d0411ea6947202036d7960a9c1 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Tue, 20 Mar 2007 23:29:41 +0000 Subject: [PATCH] correct which files are autogenerated by autoheader and which are not (continued) git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4704 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- libs/pcre/configure.ac | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libs/pcre/configure.ac b/libs/pcre/configure.ac index 33edcefd0a..6a318c17ff 100644 --- a/libs/pcre/configure.ac +++ b/libs/pcre/configure.ac @@ -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])