+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.
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='
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
(