diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-12-19 13:26:46 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-12-19 13:26:46 +0200 |
commit | ab76bb69f10de31c94d7b6855c85402673a4e5ed (patch) | |
tree | c6a6e80d81c63653d3ce09b9086fd8dede1d712e /bootstrap.sh | |
parent | da6e4513c4b16249f4732c42c5329b39d398f0c9 (diff) | |
download | egawk-ab76bb69f10de31c94d7b6855c85402673a4e5ed.tar.gz egawk-ab76bb69f10de31c94d7b6855c85402673a4e5ed.tar.bz2 egawk-ab76bb69f10de31c94d7b6855c85402673a4e5ed.zip |
Fix in bootstrap.sh.
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index 535ae8fb..700babee 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, 2011 the Free Software Foundation, Inc. +# Copyright (C) 2007, 2009, 2010, 2011, 2012 the Free Software Foundation, Inc. # # This file is part of GAWK, the GNU implementation of the # AWK Programming Language. @@ -23,6 +23,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA touch aclocal.m4 +touch extension/aclocal.m4 find awklib -type f -print | xargs touch sleep 1 touch configure |