automake before autoconf.

CVS patchset: 6651
CVS date: 2003/03/04 23:35:23
This commit is contained in:
jbj 2003-03-04 23:35:23 +00:00
parent 2d3e04467b
commit ef4490102a
1 changed files with 1 additions and 1 deletions

View File

@ -3,8 +3,8 @@
libtoolize --copy --force
aclocal
autoheader
automake -a -c
autoconf
automake
if [ "$1" = "--noconfigure" ]; then
exit 0;