From f18800873c3af408d5bd2f7b5fded72e3ee4f5a0 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 12 Mar 2008 11:09:47 +0100 Subject: [PATCH] * build-aux/bootstrap (gnulib_tool): Remove trailing blanks. --- ChangeLog | 6 +++++- build-aux/bootstrap | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index eebf0959e..749d1cd8c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-03-12 Jim Meyering + + * build-aux/bootstrap (gnulib_tool): Remove trailing blanks. + 2008-03-11 Bruno Haible 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 - Bruno Haible + Bruno Haible Make va_copy work with some version of xlc on AIX 5.1. * lib/stdarg.in.h: New file. diff --git a/build-aux/bootstrap b/build-aux/bootstrap index 1a24e82db..1c90df7cb 100755 --- a/build-aux/bootstrap +++ b/build-aux/bootstrap @@ -416,7 +416,7 @@ version_controlled_file() { 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 -- 2.11.0