aboutsummaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2015-04-28 18:15:15 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2015-04-28 18:15:15 +0000
commitf54b2fbd8e1cc79cf1bafe9516a4771f88be29a7 (patch)
tree3a8d805ea40c1ce9b7b0ff6011430d2c09f1884a /aclocal.m4
parentff4da0015d44cf5545ec6a75c417910a571bbb05 (diff)
downloadsg3_utils-f54b2fbd8e1cc79cf1bafe9516a4771f88be29a7.tar.gz
tweak build tools to align with Debian 8 (Jessie)
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@643 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m47
1 files changed, 3 insertions, 4 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 4e52fb28..d6091821 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -8705,10 +8705,9 @@ _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
# configured tree to be moved without reconfiguration.
AC_DEFUN([AM_AUX_DIR_EXPAND],
-[dnl Rely on autoconf to set up CDPATH properly.
-AC_PREREQ([2.50])dnl
-# expand $ac_aux_dir to an absolute path
-am_aux_dir=`cd $ac_aux_dir && pwd`
+[AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
+# Expand $ac_aux_dir to an absolute path.
+am_aux_dir=`cd "$ac_aux_dir" && pwd`
])
# AM_CONDITIONAL -*- Autoconf -*-