Avoid more warnings from running libtool --config. (#391364)

2007-01-02  Behdad Esfahbod  <behdad@gnome.org>

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


svn path=/trunk/; revision=5199
This commit is contained in:
Behdad Esfahbod 2007-01-03 18:32:04 +00:00 committed by Behdad Esfahbod
parent feb07512f0
commit bf1b1d2711
2 changed files with 6 additions and 0 deletions

View File

@ -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> 2007-01-03 Michael Natterer <mitch@imendio.com>
* removed all .cvsignore files. SVN doesn't need them. * removed all .cvsignore files. SVN doesn't need them.

View File

@ -1312,6 +1312,7 @@ else
fi fi
AC_MSG_CHECKING(for the suffix of shared libraries) AC_MSG_CHECKING(for the suffix of shared libraries)
export SED
shrext_cmds=`./libtool --config | grep '^shrext_cmds='` shrext_cmds=`./libtool --config | grep '^shrext_cmds='`
eval $shrext_cmds eval $shrext_cmds
module=yes eval std_shrext=$shrext_cmds module=yes eval std_shrext=$shrext_cmds