Make all bootstrap commands dependant on the success of the previous.

This commit is contained in:
Jeff Teunissen 2000-12-08 04:45:58 +00:00
parent 7744fcd560
commit 47ffcc9ffe

View file

@ -1,6 +1,2 @@
#!/bin/sh
aclocal
autoheader
automake --add-missing
autoconf
aclocal && autoheader && automake --add-missing && autoconf