Merge branch 'makefile_correct'

This commit is contained in:
Mathias Gumz 2008-02-25 20:33:44 +01:00
commit 73848440ce

View file

@ -16,7 +16,7 @@ libtoolize --copy --force --automake
rm -f config.cache rm -f config.cache
dothis aclocal -I . ${ACLOCAL_FLAGS} dothis aclocal -I . ${ACLOCAL_FLAGS}
dothis autoheader dothis autoheader
dothis automake -a dothis automake --warnings=none -a
dothis autoconf dothis autoconf
echo 'Success, now continue with ./configure' echo 'Success, now continue with ./configure'