mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 15:33:39 +02:00
Add gmodule-export-2.0.pc to AC_CONFIG_FILES.
2005-01-11 Owen Taylor <otaylor@redhat.com> * configure.in: Add gmodule-export-2.0.pc to AC_CONFIG_FILES. * glib/Makefile.am gobject/Makefile.am gthread/Makefile.am: Use grep | head -n 1 instead of grep -m 1 which doesn't work with slightly older versions of GNU grep in install-libtool-import-lib rule.
This commit is contained in:
@@ -54,7 +54,7 @@ install-libtool-import-lib:
|
||||
# directive in .def files.)
|
||||
#
|
||||
for entry in `grep PRIVATE gobject.def | sed -e 's/PRIVATE//'`; do \
|
||||
file=`$(NM) -A .libs/libgobject-2.0.dll.a | grep -m 1 $$entry | cut -d: -f2`; \
|
||||
file=`$(NM) -A .libs/libgobject-2.0.dll.a | grep $$entry | head -n 1 | cut -d: -f2`; \
|
||||
ar d .libs/libgobject-2.0.dll.a $$file; \
|
||||
done
|
||||
$(RANLIB) .libs/libgobject-2.0.dll.a
|
||||
|
Reference in New Issue
Block a user