summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2011-02-01 23:14:13 +0200
committerArnold D. Robbins <arnold@skeeve.com>2011-02-01 23:14:13 +0200
commitb0de4f0c58b321829ad77122d24186656de27378 (patch)
tree57ba76bb7ffb2264ce7399d0d22ead7f7363e9ba
parent817ceaf211807bac2586621d1372419c15459e71 (diff)
downloadgawk-b0de4f0c58b321829ad77122d24186656de27378.tar.gz
Fix bootstrap.sh.
-rw-r--r--ChangeLog4
-rwxr-xr-xbootstrap.sh4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index eb14020e..add5e0a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Feb 1 23:13:10 2011 Arnold D. Robbins <arnold@skeeve.com>
+
+ * bootstrap.sh: No need to find aclocal.m4, just touch it.
+
Tue Feb 1 23:05:51 2011 Corinna Vinschen <vinschen@redhat.com>
Make values of ctype macros into unsigned char to fix
diff --git a/bootstrap.sh b/bootstrap.sh
index f7db5bcf..54a97108 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -3,7 +3,7 @@
# bootstrap.sh --- touch relevant files to avoid out-of-date issues in
# Git sandboxes
-# Copyright (C) 2007, 2009, 2010 the Free Software Foundation, Inc.
+# Copyright (C) 2007, 2009, 2010, 2011 the Free Software Foundation, Inc.
#
# This file is part of GAWK, the GNU implementation of the
# AWK Programming Language.
@@ -22,7 +22,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
-find . -name aclocal.m4 -print | xargs touch
+touch aclocal.m4
find awklib -type f -print | xargs touch
sleep 1
touch configure