From 635fe8ec872671592a4fa5ea1aa5535d2b8e1236 Mon Sep 17 00:00:00 2001 From: Corey Farrell Date: Fri, 17 Nov 2017 10:15:17 -0500 Subject: 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 --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'configure.ac') 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 -- cgit v1.2.3