[lcd4linux @ 2006-09-04 16:33:21 by siretart]

beautify bootstrap script

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@702 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
This commit is contained in:
siretart
2006-09-04 16:33:21 +00:00
parent bd4bfe2976
commit aee3c227e3
+13 -4
View File
@@ -1,6 +1,15 @@
aclocal && \
# libtoolize --copy --force && \
autoheader && \
automake --add-missing --copy --foreign && \
#!/bin/sh
# exit on errors
set -e
# set nicer prompt for tracing
PS4="$0:\$LINENO> "
set -x
aclocal
# libtoolize --copy --force
autoheader
automake --add-missing --copy --foreign
autoconf