changeset 9789:babcfb154c60

* build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
author Jim Meyering <meyering@redhat.com>
date Wed, 12 Mar 2008 11:09:47 +0100
parents 932a22d80734
children 47a0f373fb6f
files ChangeLog build-aux/bootstrap
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-03-12  Jim Meyering  <meyering@redhat.com>
+
+	* build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
+
 2008-03-11  Bruno Haible  <bruno@clisp.org>
 
 	Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
@@ -19,7 +23,7 @@
 	AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
 
 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
-            Bruno Haible  <bruno@clisp.org>
+	    Bruno Haible  <bruno@clisp.org>
 
 	Make va_copy work with some version of xlc on AIX 5.1.
 	* lib/stdarg.in.h: New file.
--- a/build-aux/bootstrap
+++ b/build-aux/bootstrap
@@ -416,7 +416,7 @@
   elif test -d .git; then
     git rm -n "$dir/$file" > /dev/null 2>&1 && found=yes
   elif test -d .svn; then
-    svn log -r HEAD "$dir/$file" > /dev/null 2>&1 && found=yes  
+    svn log -r HEAD "$dir/$file" > /dev/null 2>&1 && found=yes
   else
     echo "$0: no version control for $dir/$file?" >&2
   fi