diff options
author | David Timber <dxdt@dev.snart.me> | 2022-10-18 15:17:43 +0800 |
---|---|---|
committer | David Timber <dxdt@dev.snart.me> | 2022-10-18 15:17:43 +0800 |
commit | bd69f1e9afca387f1c143e14d553c42b88aca20b (patch) | |
tree | 8acb8edae80473870dafe58e03f0e65e9c24418b | |
parent | ad3e7634d2ab8026ced6728634b520f21aa959b3 (diff) |
Fix broken bootstrap.sh
-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 |