add warning about old auto* versions, use automake --copy

This commit is contained in:
Bradley Bell 2003-02-25 20:35:48 +00:00
parent 5be294e709
commit b6aaf53bbb
2 changed files with 10 additions and 1 deletions

View file

@ -1,5 +1,12 @@
2003-02-25 Bradley Bell <btb@icculus.org>
* autogen.sh: add warning about old auto* versions, use
automake --copy
2003-02-24 Bradley Bell <btb@icculus.org>
* main/gameseq.c, main/movies.c, main/titles.c: Descent I
briefings mostly working
* main/movie.c, main/titles.c: fixed some more briefing glitches
2003-02-23 Bradley Bell <btb@icculus.org>

View file

@ -1,8 +1,10 @@
#!/bin/sh
set -e
echo "If you get errors, you may need newer versions of automake and autoconf."
echo "You'll need at least automake 1.5 and autoconf 2.50."
aclocal $ACLOCAL_FLAGS
autoheader
automake --add-missing
automake --add-missing --copy
autoconf
#./configure "$@"
echo "Now you are ready to run ./configure"