From: Bruno Haible Date: Thu, 2 Nov 2006 14:47:36 +0000 (+0000) Subject: Fix typo in actioncmd. From Charles WIlson. X-Git-Tag: cvs-readonly~1618 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=c4a99adb70b0f7d850010c26436a2facfca5fe6d;p=gnulib.git Fix typo in actioncmd. From Charles WIlson. --- diff --git a/ChangeLog b/ChangeLog index 30dd8705d..ea99ee0f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-11-02 Charles Wilson + + * gnulib-tool (func_import): Fix typo in actioncmd. + 2006-11-02 Bruno Haible * gnulib-tool (func_get_automake_snippet): Interpret a backslash- diff --git a/gnulib-tool b/gnulib-tool index 410634908..7c4e90277 100755 --- 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_import () 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"