diff options
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index 67faf76a..535ae8fb 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -26,8 +26,10 @@ touch aclocal.m4 find awklib -type f -print | xargs touch sleep 1 touch configure +touch extension/configure sleep 2 touch configh.in +touch extension/configh.in sleep 1 touch test/Maketests find . -name Makefile.in -print | xargs touch @@ -37,7 +39,3 @@ touch po/stamp-po touch awkgram.c touch command.c touch version.c - -touch extension/configure -sleep 2 -touch extension/configh.in |