diff options
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index 54a97108..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 |