summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCorey Farrell <git@cfware.com>2017-11-17 10:15:17 -0500
committerCorey Farrell <git@cfware.com>2017-11-28 10:40:25 -0500
commit635fe8ec872671592a4fa5ea1aa5535d2b8e1236 (patch)
treebdf923e8205695de637fef7aaf66573b0f6b8378 /configure.ac
parent85ffedabd1306822bf38ad6ad408a586d89ba0fc (diff)
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
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 7af35df4e..c617cf084 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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