AC_SYS_LARGEFILE appears to have been introduced in autoconf 2.57...

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5536 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet
2006-10-31 21:11:04 +00:00
parent 3ebd631cf0
commit 7dd62791f9
+2 -2
View File
@@ -27,8 +27,8 @@ dnl
dnl http://www.fltk.org/str.php
dnl
dnl We need at least autoconf 2.13...
AC_PREREQ(2.13)
dnl We need at least autoconf 2.57...
AC_PREREQ(2.57)
dnl Required file in package...
AC_INIT(src/Fl.cxx)