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:
parent
7dd62791f9
commit
4e0cea8f10
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user