summaryrefslogtreecommitdiffstats
path: root/aclocal.m4
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2016-12-08 22:59:51 +0100
committerpgen <p.gen.progs@gmail.com>2016-12-08 22:59:51 +0100
commitfe813481115ba761c17a7fdd45afb354ea4ef789 (patch)
treec77f73cc4eddc6c4ed48e9c37188f59ad9fdfdb3 /aclocal.m4
parent1be2eaf126790229c291abbbb735133abc51992a (diff)
Add libtinfo in the searched libraries an regenerate configure
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 f6192c7..91f82d5 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -103,10 +103,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 -*-