Changeset 3554 for trunk/psLib/configure.ac
- Timestamp:
- Mar 29, 2005, 2:05:50 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/configure.ac (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/configure.ac
r3548 r3554 6 6 AC_SUBST(PSLIB_LT_VERSION,$PSLIB_LT_VERSION) 7 7 8 dnl Setup CFLAGS with project-particulars9 CFLAGS="${CFLAGS=} -std=c99"10 8 SUBDIR="etc src test" dnl don't include 'swig', as it is optional 11 9 … … 25 23 AC_PROG_CC 26 24 AC_GNU_SOURCE 25 dnl Setup CFLAGS with project-particulars 26 AC_MSG_CHECKING([C99 flag]) 27 if test "$GCC" == "yes" 28 then 29 CFLAGS="${CFLAGS=} -std=gnu99" 30 AC_MSG_RESULT([-std=gnu99]) 31 else 32 CFLAGS="${CFLAGS=} -std=c99" 33 AC_MSG_RESULT([-std=c99]) 34 fi 27 35 28 36 AC_LANG_PUSH(Fortran 77) … … 191 199 AC_CHECK_LIB(mx,sqrtf, 192 200 [PSLIB_LIBS="${PSLIB_LIBS=} -lmx"]) 201 AC_CHECK_LIB(c,atoll, 202 [PSLIB_LIBS="${PSLIB_LIBS=} -lc"]) 193 203 194 204 DOXYGEN="doxygen Doxyfile"
Note:
See TracChangeset
for help on using the changeset viewer.
