Ed Hartnett writes:
 > I wonder if there is any autoconf macro for running getconf to find
 > the compile flags needed for 64-bit compilation on platforms that
 > support it. For example, both the AIX and solaris platforms have
 > special compile options to get 64 bit pointers. 

Here is what I am using in my configure.ac,

    # Checks for library functions.
    AC_FUNC_FSEEKO
    AC_SYS_LARGEFILE
    # /\ Prior 2 enables large file support.

-- 
Jeff Sheinberg



_______________________________________________
Autoconf mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to