mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-30 22:13:03 +00:00
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
This commit is contained in:
parent
24f15aa9ba
commit
64aeee8e2f
@ -16,6 +16,10 @@ dnl A safety precaution
|
|||||||
|
|
||||||
AC_PREREQ(2.57)
|
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
|
dnl Default values for miscellaneous macros
|
||||||
|
|
||||||
POSIX_MALLOC_THRESHOLD=-DPOSIX_MALLOC_THRESHOLD=10
|
POSIX_MALLOC_THRESHOLD=-DPOSIX_MALLOC_THRESHOLD=10
|
||||||
@ -295,4 +299,4 @@ if test "x$enable_shared" = "xno" ; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
dnl This must be last; it determines what files are written as well as config.h
|
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])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user