From: Behdad Esfahbod Date: Wed, 3 Jan 2007 18:32:04 +0000 (+0000) Subject: Avoid more warnings from running libtool --config. (#391364) X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=bf1b1d2711075d75aab68844ba15a5493686eec3;p=dana%2Fcg-glib.git Avoid more warnings from running libtool --config. (#391364) 2007-01-02 Behdad Esfahbod * configure.in: Avoid more warnings from running libtool --config. (#391364) svn path=/trunk/; revision=5199 --- diff --git a/ChangeLog b/ChangeLog index ecea2660..479f8bc0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-01-02 Behdad Esfahbod + + * configure.in: Avoid more warnings from running libtool --config. + (#391364) + 2007-01-03 Michael Natterer * removed all .cvsignore files. SVN doesn't need them. diff --git a/configure.in b/configure.in index 8b7ec472..b34c5ba5 100644 --- a/configure.in +++ b/configure.in @@ -1312,6 +1312,7 @@ else fi AC_MSG_CHECKING(for the suffix of shared libraries) +export SED shrext_cmds=`./libtool --config | grep '^shrext_cmds='` eval $shrext_cmds module=yes eval std_shrext=$shrext_cmds