well, now that we're stuck with autoconf 2.50, we don't need those lines any

more
This commit is contained in:
Bill Currie 2001-08-04 06:00:23 +00:00
parent 8517e41635
commit 0f56fea4e3
2 changed files with 0 additions and 2 deletions

View File

@ -1,4 +1,3 @@
#!/bin/sh
echo "If you see a couple warnings about cross-compiling, don't worry"
aclocal && autoheader && libtoolize --automake && automake --add-missing && autoconf

View File

@ -60,7 +60,6 @@ AC_PROG_CC
AC_PROG_CPP
AC_PROG_LN_S
AM_PROG_LIBTOOL
AM_PROG_LEX
AC_PROG_YACC
AC_CHECK_LIB(l, main, LEXLIB="-ll", AC_CHECK_LIB(fl, main, LEXLIB="-lfl"))