summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-10-29 20:25:39 -0700
committerAnas Nashif <anas.nashif@intel.com>2012-10-29 20:25:39 -0700
commitd18c52d0760b56ba45f1c814e71ba013dd8c59ef (patch)
tree7e11c70c48dbd2dedd4d6f49d4896e76161b4fc4
parent22484e939e6ac8624ef7ceda473d6b92881d1836 (diff)
downloadautoconf-d18c52d0760b56ba45f1c814e71ba013dd8c59ef.tar.gz
autoconf-d18c52d0760b56ba45f1c814e71ba013dd8c59ef.tar.bz2
autoconf-d18c52d0760b56ba45f1c814e71ba013dd8c59ef.zip
autorecond ltdl
-rw-r--r--bin/autoreconf.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/autoreconf.in b/bin/autoreconf.in
index acf25d4..24cd02a 100644
--- a/bin/autoreconf.in
+++ b/bin/autoreconf.in
@@ -470,6 +470,8 @@ sub autoreconf_current_directory ()
'AC_CONFIG_AUX_DIR',
'AC_CONFIG_HEADERS',
'AC_CONFIG_SUBDIRS',
+ 'AC_LIBLTDL_CONVENIENCE',
+ 'AC_LIBLTDL_INSTALLABLE',
'AC_INIT',
'AC_PROG_LIBTOOL',
'LT_INIT',
@@ -488,6 +490,8 @@ sub autoreconf_current_directory ()
$uses_libtool = 1 if $macro eq "AC_PROG_LIBTOOL"
|| $macro eq "LT_INIT";
$uses_libltdl = 1 if $macro eq "LT_CONFIG_LTDL_DIR";
+ $uses_libltdl = 1 if $macro eq "AC_LIBLTDL_CONVENIENCE";
+ $uses_libltdl = 1 if $macro eq "AC_LIBLTDL_INSTALLABLE";
$uses_autoheader = 1 if $macro eq "AC_CONFIG_HEADERS";
$uses_automake = 1 if $macro eq "AM_INIT_AUTOMAKE";
push @subdir, split (' ', $args[0])