mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
well, now that we're stuck with autoconf 2.50, we don't need those lines any
more
This commit is contained in:
parent
8517e41635
commit
0f56fea4e3
2 changed files with 0 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
echo "If you see a couple warnings about cross-compiling, don't worry"
|
|
||||||
aclocal && autoheader && libtoolize --automake && automake --add-missing && autoconf
|
aclocal && autoheader && libtoolize --automake && automake --add-missing && autoconf
|
||||||
|
|
|
@ -60,7 +60,6 @@ AC_PROG_CC
|
||||||
AC_PROG_CPP
|
AC_PROG_CPP
|
||||||
AC_PROG_LN_S
|
AC_PROG_LN_S
|
||||||
AM_PROG_LIBTOOL
|
AM_PROG_LIBTOOL
|
||||||
AM_PROG_LEX
|
|
||||||
AC_PROG_YACC
|
AC_PROG_YACC
|
||||||
|
|
||||||
AC_CHECK_LIB(l, main, LEXLIB="-ll", AC_CHECK_LIB(fl, main, LEXLIB="-lfl"))
|
AC_CHECK_LIB(l, main, LEXLIB="-ll", AC_CHECK_LIB(fl, main, LEXLIB="-lfl"))
|
||||||
|
|
Loading…
Reference in a new issue