Mercurial > hg > octave-lojdl > gnulib-hg
diff gnulib-tool @ 7391:4f9f35bc58af
Don't use no-dependencies, since it's not the default in automake.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Mon, 02 Oct 2006 11:40:10 +0000 |
parents | 330a972d58f0 |
children | 8bace4b08db5 |
line wrap: on
line diff
--- a/gnulib-tool +++ b/gnulib-tool @@ -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 @@ 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 (