1
0
Fork 0

No longer need autoheader.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@188
This commit is contained in:
Sjoerd van der Berg 2002-08-19 13:13:47 +00:00
parent daa455e478
commit 1cc7e00c56

View file

@ -1,6 +1,6 @@
#!/bin/sh
#
echo "Generating build information using aclocal, auotheader, automake and autoconf"
echo "Generating build information using aclocal, automake and autoconf"
echo "This may take a while ..."
# Touch the timestamps on all the files since CVS messes them up
@ -10,7 +10,6 @@ touch $directory/configure.in
# Regenerate configuration files
aclocal
autoheader
automake --gnits --include-deps --add-missing --copy
autoconf