svn:r11158
@@ -1,7 +1,9 @@
#!/bin/sh
+
+set -e
# Run this to generate all the initial makefiles, etc.
-aclocal && \
+aclocal
- autoheader && \
+autoheader
- autoconf && \
+autoconf
- automake --add-missing --copy && \
+automake --add-missing --copy
- if test x$NOCONF = x ; then ./configure "$@"; fi