From: Eric Blake Date: Tue, 19 Sep 2006 14:07:28 +0000 (+0000) Subject: * gnulib-tool: Avoid space-tab. X-Git-Tag: cvs-readonly~1858 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=f42a0e0eec53db169dd2c6d57406f4cc8d0f419d;p=gnulib.git * gnulib-tool: Avoid space-tab. --- diff --git a/ChangeLog b/ChangeLog index 1d29bd2d6..e498235b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-09-19 Eric Blake + + * gnulib-tool: Avoid space-tab. + 2006-09-19 Ralf Wildenhues * gnulib-tool (func_exit): New function, to allow to pass the diff --git a/gnulib-tool b/gnulib-tool index 08392682b..f61595712 100755 --- a/gnulib-tool +++ b/gnulib-tool @@ -22,7 +22,7 @@ progname=$0 package=gnulib -cvsdatestamp='$Date: 2006-09-19 06:03:02 $' +cvsdatestamp='$Date: 2006-09-19 14:07:28 $' last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'` version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'` nl=' @@ -1083,7 +1083,7 @@ func_emit_lib_Makefile_am () else libext=a perhapsLT= - sed_eliminate_LDFLAGS='/^lib_LDFLAGS[ ]*+=/d' + sed_eliminate_LDFLAGS='/^lib_LDFLAGS[ ]*+=/d' fi echo "## Process this file with automake to produce Makefile.in." func_emit_copyright_notice @@ -1196,7 +1196,7 @@ func_emit_tests_Makefile_am () sed_eliminate_LDFLAGS= else libext=a - sed_eliminate_LDFLAGS='/^lib_LDFLAGS[ ]*+=/d' + sed_eliminate_LDFLAGS='/^lib_LDFLAGS[ ]*+=/d' fi testsbase_inverse=`echo "$testsbase" | sed -e 's,/$,,' | sed -e 's,[^/][^/]*,..,g'` echo "## Process this file with automake to produce Makefile.in."