IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 8, 2006, 4:24:45 PM (20 years ago)
Author:
jhoblitt
Message:

enable config.h generation
enable large file support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/configure.ac

    r8673 r8780  
    66
    77AM_INIT_AUTOMAKE([1.6 foreign dist-bzip2])
    8 dnl AM_CONFIG_HEADER([config.h])
     8AM_CONFIG_HEADER([src/config.h])
    99AM_MAINTAINER_MODE
    1010
     
    1414AC_PROG_INSTALL
    1515AC_PROG_LIBTOOL
     16
     17dnl enable largefile supports
     18AC_SYS_LARGEFILE
    1619
    1720dnl handle debug building
Note: See TracChangeset for help on using the changeset viewer.