Avoid more warnings from running libtool --config. (#391364)
authorBehdad Esfahbod <behdad@gnome.org>
Wed, 3 Jan 2007 18:32:04 +0000 (18:32 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Wed, 3 Jan 2007 18:32:04 +0000 (18:32 +0000)
2007-01-02  Behdad Esfahbod  <behdad@gnome.org>

        * configure.in: Avoid more warnings from running libtool --config.
        (#391364)

svn path=/trunk/; revision=5199

ChangeLog
configure.in

index ecea266..479f8bc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-01-02  Behdad Esfahbod  <behdad@gnome.org>
+
+       * configure.in: Avoid more warnings from running libtool --config.
+       (#391364)
+
 2007-01-03  Michael Natterer  <mitch@imendio.com>
 
        * removed all .cvsignore files. SVN doesn't need them.
index 8b7ec47..b34c5ba 100644 (file)
@@ -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