Initialize also noinst_LTLIBRARIES.
authorBruno Haible <bruno@clisp.org>
Mon, 27 Nov 2006 14:22:11 +0000 (14:22 +0000)
committerBruno Haible <bruno@clisp.org>
Mon, 27 Nov 2006 14:22:11 +0000 (14:22 +0000)
ChangeLog
gnulib-tool

index 972495fc21a9e1be2e31e1d42e1de3193d01ad2d..9d1ef5a912014c56d2f21920bed723ae2029094b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-11-26  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
+       noinst_LTLIBRARIES.
+
 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
             Bruno Haible  <bruno@clisp.org>
 
index 9c6836ad179bff568bc6e2e2f951ecbe9292f8bf..0d790b8cc14169a7a90b87bcc7126c5968eb8f55 100755 (executable)
@@ -22,7 +22,7 @@
 
 progname=$0
 package=gnulib
-cvsdatestamp='$Date: 2006-11-15 20:47:09 $'
+cvsdatestamp='$Date: 2006-11-27 14:22:11 $'
 last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'`
 version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'`
 nl='
@@ -1256,6 +1256,7 @@ func_emit_lib_Makefile_am ()
   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