aboutsummaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2015-01-16 12:08:56 +0100
committerGuido Günther <agx@sigxcpu.org>2015-01-16 12:08:56 +0100
commit44089d0cd6c8777ce8ce163d1cc89682a6e3fde8 (patch)
tree5e6aab7ab7707a097b6df0f86e9c4fbd3762bbec /aclocal.m4
parentNew upstream version 3.15.1 (diff)
downloadkrb5-auth-dialog-44089d0cd6c8777ce8ce163d1cc89682a6e3fde8.tar.gz
krb5-auth-dialog-44089d0cd6c8777ce8ce163d1cc89682a6e3fde8.tar.bz2
krb5-auth-dialog-44089d0cd6c8777ce8ce163d1cc89682a6e3fde8.zip
New upstream version 3.15.4
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 161a38a..2b78c94 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -9688,10 +9688,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 -*-
bgstack15