| commit | 784ee68ae5a812d9cf92553f697b2d67aa2d4faa | [log] [tgz] |
|---|---|---|
| author | Marc Kleine-Budde <mkl@pengutronix.de> | Thu Feb 04 19:11:40 2010 +0100 |
| committer | Joe Damato <ice799@gmail.com> | Sun Nov 28 20:07:59 2010 -0800 |
| tree | 2381b15a6eae9012f5c9be88b1a3884d48bc29f1 | |
| parent | da8d291a85eb391a035595b206299abd7f6342c4 [diff] [blame] |
autogen.sh: create config/autoconf and config/m4 ...old autoconf fails without it. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
diff --git a/autogen.sh b/autogen.sh index 29db9c9..737d646 100755 --- a/autogen.sh +++ b/autogen.sh
@@ -1,5 +1,7 @@ #!/bin/bash +set -e + # # usage: # @@ -17,6 +19,7 @@ banner "autoreconf" +mkdir -p config/autoconf config/m4 autoreconf --force --install --symlink -Wall || exit $? banner "Finished"