IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 11, 2005, 1:55:58 PM (21 years ago)
Author:
desonia
Message:

* empty log message *

Location:
trunk/psLib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib

    • Property svn:ignore
      •  

        old new  
        33lib
        44man
         5include
        56pslib.kdevelop.*
        67docs
  • trunk/psLib/configure.in

    r3191 r3199  
    77
    88dnl Setup CFLAGS with project-particulars
    9 CFLAGS="${CFLAGS=} -Wall -Werror -std=c99 -D_GNU_SOURCE"
     9CFLAGS="${CFLAGS=} -std=c99"
     10
     11AH_VERBATIM([_GNU_SOURCE],
     12[/* Enable GNU extensions on systems that have them. */
     13#ifndef _GNU_SOURCE
     14# define _GNU_SOURCE
     15#endif
     16])
    1017
    1118AC_DISABLE_STATIC
     
    123130AC_SUBST(PERL_PREFIX,$PERL_PREFIX)
    124131
     132dnl for MacOSX, check if sqrtf is in mx library.
     133AC_CHECK_LIB(mx,sqrtf,
     134  [PSLIB_LIBS="${PSLIB_LIBS=} -lmx"])
     135
    125136dnl --------- set config/data file location --------------
    126137SYSCONFDIR=`cd $sysconfdir; pwd`
     
    130141AC_DEFINE_UNQUOTED(UTC_DAT_FILE, "$DATADIR/pslib/tai_utc.dat", [Location of the tai_utc.dat file])
    131142
    132 dnl for MacOSX, where sqrtf is in mx
    133 AC_CHECK_LIB(mx,sqrtf)
    134 
    135143DOXYGEN="doxygen Doxyfile"
    136144AC_CHECK_PROG(DOXYGEN,doxygen,[echo Doxygen not detected in configure stage.])
    137145AC_SUBST(DOXYGEN,$DOXYGEN)
     146
     147CFLAGS="${CFLAGS=} -Wall -Werror"
    138148
    139149dnl ---------------- export variables --------------------
Note: See TracChangeset for help on using the changeset viewer.