IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28234


Ignore:
Timestamp:
Jun 6, 2010, 2:44:56 PM (16 years ago)
Author:
eugene
Message:

force gnu89 or gnu99; fix help info

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/Ohana.20100606/configure.tcsh

    r27482 r28234  
    186186
    187187# use_gnu99
    188 if ($use_gnu99) set CFLAGS = "$CFLAGS -std=gnu99"
     188if ($use_gnu99) then
     189    set CFLAGS = "$CFLAGS -std=gnu99"
     190else
     191    set CFLAGS = "$CFLAGS -std=gnu89"
     192endif
    189193
    190194# no_largefiles
     
    670674  --use-tcmalloc          use the alternate tcmalloc from Google
    671675  --use-gnu99             use gnu99 flags to ensure C99 compatibility
    672   --use-largefiles        ensure large file compatibility
     676  --no-largefiles         skip large file compatibility
    673677
    674678Installation directories:
Note: See TracChangeset for help on using the changeset viewer.