run aclocal before automake for automake 1.5

This commit is contained in:
Bill Currie 2001-10-01 17:18:00 +00:00
parent a4714175dd
commit 97db77c104

View file

@ -28,4 +28,4 @@ else
exit 1
fi
libtoolize --automake && automake --add-missing && aclocal && autoheader && autoconf
libtoolize --automake && aclocal && automake --add-missing && autoheader && autoconf