mirror of
https://git.code.sf.net/p/quake/quake2forge
synced 2025-01-06 01:41:14 +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
|
# 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 && \
|
aclocal-1.6 && \
|
||||||
autoheader && \
|
autoheader && \
|
||||||
libtoolize --copy --automake && \
|
libtoolize --copy --automake && \
|
||||||
automake1.6 --foreign --add-missing --copy && \
|
automake-1.6 --foreign --add-missing --copy && \
|
||||||
autoconf
|
autoconf
|
||||||
|
|
Loading…
Reference in a new issue