]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* m4/ltdl.m4: Rename shrext to shrext_cmds here too.
authorFredrik Estreen <estreen@algonet.se>
Thu, 8 Apr 2004 00:15:48 +0000 (00:15 +0000)
committerPeter O'Gorman <peter@pogma.com>
Thu, 8 Apr 2004 00:15:48 +0000 (00:15 +0000)
ChangeLog
m4/ltdl.m4

index a58bbd42bbfc7e8cf880232cc44328266c06a94d..6b9d60a03bc3d0fe435772154daadda6175d263f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-04-08  Fredrik Estreen  <estreen@algonet.se>
+
+       * m4/ltdl.m4: Rename shrext to shrext_cmds here too.
+       
 2004-04-06  Gary V. Vaughan  <gary@gnu.org>
 
        There was no clean separation of abstraction layers in libltdl.
index 7768f126648da5b4e8a9609fc0629e8a3ed124ef..57cb062f963e6c4ea0271089b2fd15412a8d6e8d 100644 (file)
@@ -219,7 +219,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",