From: Bruno Haible Date: Fri, 29 Sep 2023 21:05:16 +0000 (+0200) Subject: Allow different --libtool options from multiple gnulib-tool invocations. X-Git-Tag: v0.23~367 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bd122eed1624fb8d2484d39232468e497b4e046;p=thirdparty%2Fgettext.git Allow different --libtool options from multiple gnulib-tool invocations. * gnulib-local/modules/libxml (Makefile.am): Don't test GL_COND_LIBTOOL, since gnulib-tool already eliminates lib_LDFLAGS augmentations for non-libtool libraries. * libtextstyle/gnulib-local/modules/libcroco (Makefile.am): Likewise. * libtextstyle/gnulib-local/modules/libglib (Makefile.am): Likewise. --- diff --git a/gnulib-local/modules/libxml b/gnulib-local/modules/libxml index a722b3096..dc6404c59 100644 --- a/gnulib-local/modules/libxml +++ b/gnulib-local/modules/libxml @@ -564,9 +564,7 @@ MOSTLYCLEANFILES += \ libxml/xpointer.h MOSTLYCLEANFILES += libxml/*.h-t -if GL_COND_LIBTOOL lib_LDFLAGS += $(LTLIBXML) -endif Include: #include diff --git a/libtextstyle/gnulib-local/modules/libcroco b/libtextstyle/gnulib-local/modules/libcroco index a4b4c785b..55f9c2616 100644 --- a/libtextstyle/gnulib-local/modules/libcroco +++ b/libtextstyle/gnulib-local/modules/libcroco @@ -119,9 +119,7 @@ libcroco_rpl_la_SOURCES = \ libcroco_rpl_la_CPPFLAGS = $(AM_CPPFLAGS) $(NO_CXX) libcroco_rpl_la_CFLAGS = @FOREIGN_WARN_CFLAGS@ -if GL_COND_LIBTOOL lib_LDFLAGS += $(LTLIBCROCO) -endif Include: diff --git a/libtextstyle/gnulib-local/modules/libglib b/libtextstyle/gnulib-local/modules/libglib index 1e80de574..813eca486 100644 --- a/libtextstyle/gnulib-local/modules/libglib +++ b/libtextstyle/gnulib-local/modules/libglib @@ -139,9 +139,7 @@ MOSTLYCLEANFILES += \ glib/gtypes.h MOSTLYCLEANFILES += glib.h-t glibconfig.h-t glib/*.h-t -if GL_COND_LIBTOOL lib_LDFLAGS += $(LTLIBGLIB) -endif Include: #include