Scratch that, looks like autoconf 2.50 added AC_SYS_LARGEFILE. 2.57

added documentation for it...


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5537 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet 2006-10-31 21:15:47 +00:00
parent 7dd62791f9
commit 4e0cea8f10
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@ dnl
dnl http://www.fltk.org/str.php
dnl
dnl We need at least autoconf 2.57...
AC_PREREQ(2.57)
dnl We need at least autoconf 2.50...
AC_PREREQ(2.50)
dnl Required file in package...
AC_INIT(src/Fl.cxx)