* gnulib-tool: Avoid space-tab.
authorEric Blake <ebb9@byu.net>
Tue, 19 Sep 2006 14:07:28 +0000 (14:07 +0000)
committerEric Blake <ebb9@byu.net>
Tue, 19 Sep 2006 14:07:28 +0000 (14:07 +0000)
ChangeLog
gnulib-tool

index 1d29bd2..e498235 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-09-19  Eric Blake  <ebb9@byu.net>
+
+       * gnulib-tool: Avoid space-tab.
+
 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * gnulib-tool (func_exit): New function, to allow to pass the
index 0839268..f615957 100755 (executable)
@@ -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."