summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2014-12-08 21:01:30 -0800
committerRuss Allbery <eagle@eyrie.org>2014-12-08 21:01:30 -0800
commit050534cdd520a276d84dc4a66c81cc8b4faebcb5 (patch)
tree0e74d929e351bd2e5d50787ecfab428d1c9c1561 /aclocal.m4
parent68010e4c1957d2bbfe55efdb4bd4b32541c8d344 (diff)
parent7856dc7cc5e16140c0084474fe54338f293bf77e (diff)
Merge tag 'upstream/1.2' into debian
Upstream version 1.2
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m49
1 files changed, 4 insertions, 5 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 3b07628..6145011 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -21,7 +21,7 @@ If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically 'autoreconf'.])])
# longlong.m4 serial 17
-dnl Copyright (C) 1999-2007, 2009-2013 Free Software Foundation, Inc.
+dnl Copyright (C) 1999-2007, 2009-2014 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
@@ -277,10 +277,9 @@ AC_SUBST([AR])dnl
# 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 -*-