mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-09-01 11:16:02 +00:00
Allow different --libtool options from multiple gnulib-tool invocations.
* modules/crypto/gc (Makefile.am): Don't test GL_COND_LIBTOOL, since gnulib-tool already eliminates lib_LDFLAGS augmentations for non-libtool libraries. * modules/striconv (Makefile.am): Likewise. * modules/striconveh (Makefile.am): Likewise. * modules/termcap (Makefile.am): Likewise. * modules/terminfo (Makefile.am): Likewise.
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
2023-09-29 Bruno Haible <bruno@clisp.org>
|
||||
|
||||
Allow different --libtool options from multiple gnulib-tool invocations.
|
||||
* modules/crypto/gc (Makefile.am): Don't test GL_COND_LIBTOOL, since
|
||||
gnulib-tool already eliminates lib_LDFLAGS augmentations for non-libtool
|
||||
libraries.
|
||||
* modules/striconv (Makefile.am): Likewise.
|
||||
* modules/striconveh (Makefile.am): Likewise.
|
||||
* modules/termcap (Makefile.am): Likewise.
|
||||
* modules/terminfo (Makefile.am): Likewise.
|
||||
|
||||
2023-09-29 KO Myung-Hun <komh78@gmail.com>
|
||||
|
||||
stdlib: Cast putenv() on OS/2 kLIBC
|
||||
|
||||
@@ -26,9 +26,7 @@ lib_SOURCES += gc-libgcrypt.c
|
||||
else
|
||||
lib_SOURCES += gc-gnulib.c
|
||||
endif
|
||||
if GL_COND_LIBTOOL
|
||||
lib_LDFLAGS += $(LTLIBGCRYPT)
|
||||
endif
|
||||
|
||||
Include:
|
||||
"gc.h"
|
||||
|
||||
@@ -20,9 +20,7 @@ fi
|
||||
|
||||
Makefile.am:
|
||||
lib_SOURCES += striconv.h striconv.c
|
||||
if GL_COND_LIBTOOL
|
||||
lib_LDFLAGS += $(LTLIBICONV)
|
||||
endif
|
||||
|
||||
Include:
|
||||
"striconv.h"
|
||||
|
||||
@@ -29,9 +29,7 @@ fi
|
||||
|
||||
Makefile.am:
|
||||
lib_SOURCES += striconveh.h striconveh.c
|
||||
if GL_COND_LIBTOOL
|
||||
lib_LDFLAGS += $(LTLIBICONV)
|
||||
endif
|
||||
|
||||
Include:
|
||||
"striconveh.h"
|
||||
|
||||
@@ -23,9 +23,7 @@ configure.ac:
|
||||
gl_TERMCAP
|
||||
|
||||
Makefile.am:
|
||||
if GL_COND_LIBTOOL
|
||||
lib_LDFLAGS += $(LTLIBTERMCAP)
|
||||
endif
|
||||
|
||||
Include:
|
||||
|
||||
|
||||
@@ -16,9 +16,7 @@ configure.ac:
|
||||
gl_TERMINFO
|
||||
|
||||
Makefile.am:
|
||||
if GL_COND_LIBTOOL
|
||||
lib_LDFLAGS += $(LTLIBTERMINFO)
|
||||
endif
|
||||
|
||||
Include:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user