mirror of
https://git.code.sf.net/p/quake/quake2forge
synced 2024-11-10 07:12:01 +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
|
||||
# bootstrap the build when checking out from CVS
|
||||
|
||||
export WANT_AUTOMAKE_1_6=1
|
||||
|
||||
if [ "$1" = "clean" ]; then
|
||||
# quick hack to remove extra generated files that make distclean
|
||||
# doesn't remove
|
||||
|
@ -20,8 +18,8 @@ fi
|
|||
|
||||
# no version checking is done here, it's too hard and not worth the effort
|
||||
# when one can just read the README
|
||||
aclocal-1.6 && \
|
||||
aclocal-1.7 && \
|
||||
autoheader && \
|
||||
libtoolize --copy --automake && \
|
||||
automake-1.6 --foreign --add-missing --copy && \
|
||||
automake-1.7 --foreign --add-missing --copy && \
|
||||
autoconf
|
||||
|
|
Loading…
Reference in a new issue