bug-gnulib
[Top][All Lists]
Advanced

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

gnulib-tool: small tweak


From: Bruno Haible
Subject: gnulib-tool: small tweak
Date: Mon, 27 Nov 2006 15:19:29 +0100
User-agent: KMail/1.9.1

Some gnulib modules may want to augment noinst_LTLIBRARIES, so gnulib-tool
needs to initialize it.


2006-11-26  Bruno Haible  <address@hidden>

        * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
        noinst_LTLIBRARIES.

*** gnulib-tool.bak     2006-11-21 02:59:27.000000000 +0100
--- gnulib-tool 2006-11-26 16:56:16.000000000 +0100
***************
*** 1256,1261 ****
--- 1256,1262 ----
    fi
    if test -z "$makefile_name"; then
      echo "noinst_HEADERS ="
+     echo "noinst_LTLIBRARIES ="
      # Automake versions < 1.9b create an empty pkgdatadir at installation time
      # if you specify pkgdata_DATA to empty. This is a workaround.
      if grep '^pkgdata_DATA *+=' allsnippets.tmp > /dev/null; then




reply via email to

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