Changeset 3199 for trunk/psLib/configure.in
- Timestamp:
- Feb 11, 2005, 1:55:58 PM (21 years ago)
- Location:
- trunk/psLib
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
configure.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib
- Property svn:ignore
-
old new 3 3 lib 4 4 man 5 include 5 6 pslib.kdevelop.* 6 7 docs
-
- Property svn:ignore
-
trunk/psLib/configure.in
r3191 r3199 7 7 8 8 dnl Setup CFLAGS with project-particulars 9 CFLAGS="${CFLAGS=} -Wall -Werror -std=c99 -D_GNU_SOURCE" 9 CFLAGS="${CFLAGS=} -std=c99" 10 11 AH_VERBATIM([_GNU_SOURCE], 12 [/* Enable GNU extensions on systems that have them. */ 13 #ifndef _GNU_SOURCE 14 # define _GNU_SOURCE 15 #endif 16 ]) 10 17 11 18 AC_DISABLE_STATIC … … 123 130 AC_SUBST(PERL_PREFIX,$PERL_PREFIX) 124 131 132 dnl for MacOSX, check if sqrtf is in mx library. 133 AC_CHECK_LIB(mx,sqrtf, 134 [PSLIB_LIBS="${PSLIB_LIBS=} -lmx"]) 135 125 136 dnl --------- set config/data file location -------------- 126 137 SYSCONFDIR=`cd $sysconfdir; pwd` … … 130 141 AC_DEFINE_UNQUOTED(UTC_DAT_FILE, "$DATADIR/pslib/tai_utc.dat", [Location of the tai_utc.dat file]) 131 142 132 dnl for MacOSX, where sqrtf is in mx133 AC_CHECK_LIB(mx,sqrtf)134 135 143 DOXYGEN="doxygen Doxyfile" 136 144 AC_CHECK_PROG(DOXYGEN,doxygen,[echo Doxygen not detected in configure stage.]) 137 145 AC_SUBST(DOXYGEN,$DOXYGEN) 146 147 CFLAGS="${CFLAGS=} -Wall -Werror" 138 148 139 149 dnl ---------------- export variables --------------------
Note:
See TracChangeset
for help on using the changeset viewer.
