Don't use no-dependencies, since it's not the default in automake.
authorBruno Haible <bruno@clisp.org>
Mon, 2 Oct 2006 11:40:10 +0000 (11:40 +0000)
committerBruno Haible <bruno@clisp.org>
Mon, 2 Oct 2006 11:40:10 +0000 (11:40 +0000)
ChangeLog
gnulib-tool

index eb6ac9a7560f20c7c7d2ef9c3e52a34b5dbb5a07..a349fb191bc0ba69aa914534969f8f89debc7714 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-10-02  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
+       to the AUTOMAKE_OPTIONS.
+       Reported by Jim Meyering.
+
 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
 
        * modules/openat (Files): Add lib/openat-proc.c.
index 18a0bd68422746c19bd6d3c52e35dc447a887dda..5d39ed81549690a6f8d8fe1199d25538a553fb75 100755 (executable)
@@ -22,7 +22,7 @@
 
 progname=$0
 package=gnulib
-cvsdatestamp='$Date: 2006-09-26 21:01:42 $'
+cvsdatestamp='$Date: 2006-10-02 11:40:10 $'
 last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'`
 version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'`
 nl='
@@ -1093,8 +1093,7 @@ func_emit_lib_Makefile_am ()
   fi
   echo
   if test -z "$makefile_name"; then
-    # No need to generate dependencies since the sources are in gnulib, not here.
-    echo "AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies"
+    echo "AUTOMAKE_OPTIONS = 1.5 gnits"
   fi
   echo
   (