move automake back to before autoconf

This commit is contained in:
Stig S. Bakken 1999-04-21 14:06:58 +00:00
parent 02f9dc6460
commit a9d3d0832a

View File

@ -9,6 +9,10 @@ else
echo created or modified aclocal.m4
fi
autoheader
automake --add-missing --include-deps
mv configure configure.old 2>/dev/null
autoconf
if cmp configure.old configure > /dev/null 2>&1; then
@ -18,5 +22,3 @@ else
echo created or modified configure
fi
autoheader
automake --add-missing --include-deps