commit | ee089f2e658472e0b0881064a366236ce9fa38be | [log] [tgz] |
---|---|---|
author | Chris Dickens <christopher.a.dickens@gmail.com> | Tue Aug 18 09:28:27 2020 -0700 |
committer | Chris Dickens <christopher.a.dickens@gmail.com> | Tue Aug 18 09:28:27 2020 -0700 |
tree | 66d871c168aae3092ed2f30f54c88b5aeab4ecc2 | |
parent | 37e8b1334e59485e1d4735f5f67b31eba37ae5c9 [diff] [blame] |
Autotools: Use built-in shell tests and exec autoreconf Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
diff --git a/bootstrap.sh b/bootstrap.sh index dc56539..cfd2b45 100755 --- a/bootstrap.sh +++ b/bootstrap.sh
@@ -1,6 +1,8 @@ #!/bin/sh -if ! test -d m4 ; then +set -e + +if [ ! -d m4 ]; then mkdir m4 fi -autoreconf -ivf || exit 1 +exec autoreconf -ivf