IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11530


Ignore:
Timestamp:
Jan 31, 2007, 5:29:27 PM (19 years ago)
Author:
jhoblitt
Message:

call IPP_STDOPTS only after configure steps have ran

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/configure.ac

    r11505 r11530  
    1111AM_MAINTAINER_MODE
    1212
    13 IPP_STDOPTS
    14 
    1513AC_LANG(C)
    1614AC_PROG_CC
    17 dnl FIXME document why GNU_SOURCE is being set
    1815AC_GNU_SOURCE
    1916AC_PROG_INSTALL
    2017AM_PROG_LIBTOOL
    21 
    22 dnl enable largefile supports
    2318AC_SYS_LARGEFILE
    2419AC_FUNC_FSEEKO
     
    297292
    298293dnl ------- enable -Werror after all of the probes have run ---------
     294IPP_STDOPTS
     295
    299296CFLAGS="${CFLAGS} -Wall -Werror"
    300297dnl enable POSIX/XSI and C99 compliance
Note: See TracChangeset for help on using the changeset viewer.