From: Fredrik Estreen Date: Thu, 8 Apr 2004 00:22:55 +0000 (+0000) Subject: * ltdl.m4: Rename shrext to shrext_cmds here too. X-Git-Tag: release-1-5-6~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81a0cbce9b81183cc88f73d2f3e258f5f13e3561;p=thirdparty%2Flibtool.git * ltdl.m4: Rename shrext to shrext_cmds here too. --- diff --git a/ChangeLog b/ChangeLog index bac2bf310..ea9d0e9ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-04-08 Fredrik Estreen + + * ltdl.m4: Rename shrext to shrext_cmds here too. + 2004-04-04 Peter O'Gorman * Makefile.am: One install-data-hook target is better than two. diff --git a/ltdl.m4 b/ltdl.m4 index e93b969e3..1941b876e 100644 --- a/ltdl.m4 +++ b/ltdl.m4 @@ -207,7 +207,7 @@ AC_CACHE_CHECK([which extension is used for loadable modules], [libltdl_cv_shlibext], [ module=yes -eval libltdl_cv_shlibext=$shrext +eval libltdl_cv_shlibext=$shrext_cmds ]) if test -n "$libltdl_cv_shlibext"; then AC_DEFINE_UNQUOTED(LTDL_SHLIB_EXT, "$libltdl_cv_shlibext",