aboutsummaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2015-12-01 20:16:07 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2015-12-01 20:16:07 +0000
commit6c14f9acc45d7fb35e0aab1ca3a76a00509d53d0 (patch)
treec8fcb911f62665b0f64b8080bb5c64c48255289a /aclocal.m4
parentb83bf2f2e6adfd2431017963365f3dd13f21757d (diff)
downloadsg3_utils-6c14f9acc45d7fb35e0aab1ca3a76a00509d53d0.tar.gz
sg_timestamp: new, to report or set timestamp
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@650 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m410
1 files changed, 5 insertions, 5 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index d6091821..63d68788 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -8705,9 +8705,10 @@ _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
# configured tree to be moved without reconfiguration.
AC_DEFUN([AM_AUX_DIR_EXPAND],
-[AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
-# Expand $ac_aux_dir to an absolute path.
-am_aux_dir=`cd "$ac_aux_dir" && pwd`
+[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`
])
# AM_CONDITIONAL -*- Autoconf -*-
@@ -9174,8 +9175,7 @@ to "yes", and re-run configure.
END
AC_MSG_ERROR([Your 'rm' program is bad, sorry.])
fi
-fi
-])
+fi])
dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not
dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further