mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 23:08:32 +00:00
Merged revisions 129344 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ................ r129344 | seanbright | 2008-07-09 09:44:43 -0400 (Wed, 09 Jul 2008) | 12 lines Merged revisions 129343 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r129343 | seanbright | 2008-07-09 09:41:21 -0400 (Wed, 09 Jul 2008) | 4 lines Look for the system installed awk instead of assuming it's at /usr/bin/awk. Pointed out by jmls via #asterisk-dev. ........ ................ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@129345 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -18,6 +18,7 @@ AC_SUBST(A_CFLAGS)
|
||||
S_CFLAGS="-fPIC -DPIC"
|
||||
AC_SUBST(S_CFLAGS)
|
||||
AC_PROG_CPP
|
||||
AC_PROG_AWK
|
||||
|
||||
dnl Platform-specific settings. The ABI can probably be determined
|
||||
dnl programmatically, but doing so is error-prone, which makes it generally
|
||||
@@ -271,4 +272,5 @@ AC_SUBST(TEST)
|
||||
AC_SUBST(TCSRCS)
|
||||
|
||||
AC_CONFIG_HEADER(config.h)
|
||||
AC_OUTPUT(Makefile)
|
||||
AC_OUTPUT([Makefile makelist])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user