diff options
-rwxr-xr-x | bootstrap.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index dd3ec17..9a132ea 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -11,6 +11,6 @@ EOF fi aclocal && + autoheader && automake --add-missing --copy && - autoconf && - autoheader + autoconf |