bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnulib-tool: tweak for using lib_LTLIBRARIES


From: Bruno Haible
Subject: gnulib-tool: tweak for using lib_LTLIBRARIES
Date: Tue, 22 Aug 2006 20:54:04 +0200
User-agent: KMail/1.9.1

This change is needed so that yesterday's noinst_LTLIBRARIES override
actually works. Committed.


2006-08-22  Bruno Haible <address@hidden>

        * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
        and lib_LTLIBRARIES like the other lib_* variables.

*** gnulib-tool 21 Aug 2006 18:49:51 -0000      1.140
--- gnulib-tool 22 Aug 2006 18:55:20 -0000
***************
*** 904,910 ****
        if test -n "$module"; then
          {
            func_get_automake_snippet "$module" |
!             sed -e 's,lib_\([A-Z][A-Z]*\),'"${libname}_${libext}"'_\1,g'
            if test "$module" = 'alloca'; then
              echo "${libname}_${libext}_LIBADD += @${perhapsLT}ALLOCA@"
            fi
--- 904,914 ----
        if test -n "$module"; then
          {
            func_get_automake_snippet "$module" |
!             sed -e 's,lib_LIBRARIES,lib%_LIBRARIES,g' \
!                 -e 's,lib_LTLIBRARIES,lib%_LTLIBRARIES,g' |
!             sed -e 's,lib_\([A-Z][A-Z]*\),'"${libname}_${libext}"'_\1,g' |
!             sed -e 's,lib%_LIBRARIES,lib_LIBRARIES,g' \
!                 -e 's,lib%_LTLIBRARIES,lib_LTLIBRARIES,g'
            if test "$module" = 'alloca'; then
              echo "${libname}_${libext}_LIBADD += @${perhapsLT}ALLOCA@"
            fi




reply via email to

[Prev in Thread] Current Thread [Next in Thread]