From 33250962c6f94c3a8bc3bba382481dd1715074cf Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Sat, 3 Sep 2005 08:20:57 +0000 Subject: [PATCH] 2005-09-03 Simon Josefsson * gnulib-tool: Fix typo. --- ChangeLog | 4 ++++ gnulib-tool | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 573a37287..7ae5b3a58 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-09-03 Simon Josefsson + + * gnulib-tool: Fix typo. + 2005-09-02 Paul Eggert * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4, diff --git a/gnulib-tool b/gnulib-tool index e6270b6ed..948c15d12 100755 --- a/gnulib-tool +++ b/gnulib-tool @@ -22,7 +22,7 @@ progname=$0 package=gnulib -cvsdatestamp='$Date: 2005-09-02 17:28:31 $' +cvsdatestamp='$Date: 2005-09-03 08:20:57 $' last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'` version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'` @@ -1013,7 +1013,7 @@ func_import () if test -n "$libtool"; then actioncmd="$actioncmd --libtool" fi - actioncmd="$actioncmd -macro-prefix=$macro_prefix" + actioncmd="$actioncmd --macro-prefix=$macro_prefix" actioncmd="$actioncmd `echo $specified_modules`" # Create lib/Makefile.am. -- 2.11.0