Don't use config directory for aclocal

This commit is contained in:
Mukund Sivaraman 2008-06-19 21:38:12 +05:30
parent 742248b600
commit f4af613d48

View File

@ -6,9 +6,8 @@
# can now be used... # can now be used...
# #
test -d config || mkdir config
set -x set -x
aclocal -I config \ aclocal \
&& autoheader \ && autoheader \
&& automake --gnu --add-missing \ && automake --gnu --add-missing \
&& autoconf && autoconf