mirror of
https://git.code.sf.net/p/quake/quake2forge
synced 2024-12-12 05:32:24 +00:00
- Actually call automake 1.6
This commit is contained in:
parent
dc6eaa8589
commit
c3933d08ae
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,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 && \
|
||||
aclocal-1.6 && \
|
||||
autoheader && \
|
||||
libtoolize --copy --automake && \
|
||||
automake1.6 --foreign --add-missing --copy && \
|
||||
automake-1.6 --foreign --add-missing --copy && \
|
||||
autoconf
|
||||
|
|
Loading…
Reference in a new issue