mirror of
https://git.code.sf.net/p/quake/quake2forge
synced 2025-03-03 23:40:55 +00:00
- Bump automake to 1.7.
This commit is contained in:
parent
a610cd1cc8
commit
b943193880
1 changed files with 2 additions and 4 deletions
|
@ -1,8 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# bootstrap the build when checking out from CVS
|
# bootstrap the build when checking out from CVS
|
||||||
|
|
||||||
export WANT_AUTOMAKE_1_6=1
|
|
||||||
|
|
||||||
if [ "$1" = "clean" ]; then
|
if [ "$1" = "clean" ]; then
|
||||||
# quick hack to remove extra generated files that make distclean
|
# quick hack to remove extra generated files that make distclean
|
||||||
# doesn't remove
|
# doesn't remove
|
||||||
|
@ -20,8 +18,8 @@ fi
|
||||||
|
|
||||||
# no version checking is done here, it's too hard and not worth the effort
|
# no version checking is done here, it's too hard and not worth the effort
|
||||||
# when one can just read the README
|
# when one can just read the README
|
||||||
aclocal-1.6 && \
|
aclocal-1.7 && \
|
||||||
autoheader && \
|
autoheader && \
|
||||||
libtoolize --copy --automake && \
|
libtoolize --copy --automake && \
|
||||||
automake-1.6 --foreign --add-missing --copy && \
|
automake-1.7 --foreign --add-missing --copy && \
|
||||||
autoconf
|
autoconf
|
||||||
|
|
Loading…
Reference in a new issue