mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
autoconf: Fix call to AC_CONFIG_AUX_DIR.
The `pwd` parameter to AC_CONFIG_AUX_DIR is unnecessary, the default value is $srcdir. Additionally remove the AC_REVISION call. It only added a comment and is pointless without SVN tag replacements. Change-Id: I99299a3217f095bddcb2edefb3b9af0ab147bc29
This commit is contained in:
@@ -17,10 +17,9 @@ AC_CANONICAL_HOST
|
||||
# check existence of the package
|
||||
AC_CONFIG_SRCDIR([main/asterisk.c])
|
||||
|
||||
AC_CONFIG_AUX_DIR(`pwd`)
|
||||
AC_CONFIG_AUX_DIR()
|
||||
|
||||
AC_COPYRIGHT("Asterisk")
|
||||
AC_REVISION($Revision$)
|
||||
|
||||
# preserve any CFLAGS or LDFLAGS that may be set
|
||||
# NOTE: This must be done before calling any macros that end up
|
||||
|
Reference in New Issue
Block a user