[Asterisk-code-review] BuildSystem: Remove AC CONFIG AUX DIR. (asterisk[15])

Jenkins2 asteriskteam at digium.com
Mon Jan 22 08:13:43 CST 2018


Jenkins2 has submitted this change and it was merged. ( https://gerrit.asterisk.org/8031 )

Change subject: BuildSystem: Remove AC_CONFIG_AUX_DIR.
......................................................................

BuildSystem: Remove AC_CONFIG_AUX_DIR.

ASTERISK-27602

Change-Id: I9f4d3d2bc1481748e39ad1e2b0a364d38e38978b
---
M configure
M configure.ac
2 files changed, 0 insertions(+), 32 deletions(-)

Approvals:
  Corey Farrell: Looks good to me, but someone else must approve
  Joshua Colp: Looks good to me, approved
  Jenkins2: Approved for Submit



diff --git a/configure b/configure
index 5a53d36..63d4db0 100755
--- a/configure
+++ b/configure
@@ -3704,36 +3704,6 @@
 # check existence of the package
 
 
-ac_aux_dir=
-for ac_dir in "$srcdir"/; do
-  if test -f "$ac_dir/install-sh"; then
-    ac_aux_dir=$ac_dir
-    ac_install_sh="$ac_aux_dir/install-sh -c"
-    break
-  elif test -f "$ac_dir/install.sh"; then
-    ac_aux_dir=$ac_dir
-    ac_install_sh="$ac_aux_dir/install.sh -c"
-    break
-  elif test -f "$ac_dir/shtool"; then
-    ac_aux_dir=$ac_dir
-    ac_install_sh="$ac_aux_dir/shtool install -c"
-    break
-  fi
-done
-if test -z "$ac_aux_dir"; then
-  as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\"/" "$LINENO" 5
-fi
-
-# These three variables are undocumented and unsupported,
-# and are intended to be withdrawn in a future Autoconf release.
-# They can cause serious problems if a builder's source tree is in a directory
-# whose full name contains unusual characters.
-ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
-ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
-ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
-
-
-
 
 
 # preserve any CFLAGS or LDFLAGS that may be set
diff --git a/configure.ac b/configure.ac
index 7e87129..ee25f51 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,8 +17,6 @@
 # check existence of the package
 AC_CONFIG_SRCDIR([main/asterisk.c])
 
-AC_CONFIG_AUX_DIR()
-
 AC_COPYRIGHT("Asterisk")
 
 # preserve any CFLAGS or LDFLAGS that may be set

-- 
To view, visit https://gerrit.asterisk.org/8031
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 15
Gerrit-MessageType: merged
Gerrit-Change-Id: I9f4d3d2bc1481748e39ad1e2b0a364d38e38978b
Gerrit-Change-Number: 8031
Gerrit-PatchSet: 1
Gerrit-Owner: Alexander Traud <pabstraud at compuserve.com>
Gerrit-Reviewer: Corey Farrell <git at cfware.com>
Gerrit-Reviewer: Jenkins2
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180122/d3544cfc/attachment-0001.html>


More information about the asterisk-code-review mailing list