mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +01:00
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:
parent
feb07512f0
commit
bf1b1d2711
@ -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.
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user