2 # script shamelessly taken from openbox
5 /bin
/sh
-c "set -x; $*"
8 export WANT_AUTOMAKE
=1.9
10 sh autopoint
--force ||
exit 1 # for GNU gettext
11 sh libtoolize
--copy --force --automake ||
exit 1
12 sh aclocal
-I m4 $ACLOCAL_FLAGS ||
exit 1
13 sh autoheader ||
exit 1
15 sh automake
--add-missing --copy ||
exit 1
18 echo You are now ready to run .
/configure