Mercurial > hg > octave-lojdl > gnulib-hg
diff gnulib-tool @ 7600:42c51a6fef88
Fix typo in actioncmd. From Charles WIlson.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Thu, 02 Nov 2006 14:47:36 +0000 |
parents | 352da45c182e |
children | ae17dea0254d |
line wrap: on
line diff
--- a/gnulib-tool +++ b/gnulib-tool @@ -22,7 +22,7 @@ progname=$0 package=gnulib -cvsdatestamp='$Date: 2006-11-02 13:59:13 $' +cvsdatestamp='$Date: 2006-11-02 14:47:36 $' last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'` version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'` nl=' @@ -1825,7 +1825,7 @@ func_append actioncmd " --lgpl" fi if test -n "$makefile_name"; then - func_append actioncmd " --makefile_name=$makefile_name" + func_append actioncmd " --makefile-name=$makefile_name" fi if test "$libtool" = true; then func_append actioncmd " --libtool"