Changeset 3185 for trunk/psLib/configure.in
- Timestamp:
- Feb 9, 2005, 4:59:35 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/configure.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/configure.in
r3182 r3185 16 16 [AC_HELP_STRING([--enable-debug],[Enable debug information in compilation])], 17 17 [AC_MSG_RESULT(debug information enabled) 18 AC_DEFINE(DEBUG )18 AC_DEFINE(DEBUG,[], [debug information requested]) 19 19 CFLAGS="${CFLAGS=} -O0 -g2"], 20 20 [AC_MSG_RESULT(debug information disabled)] … … 34 34 test "$prefix" = NONE && prefix=`pwd` 35 35 36 37 36 dnl Setup the info for psLib for pkg-config 38 PSLIB_CFLAGS="-I${includedir =}"37 PSLIB_CFLAGS="-I${includedir}" 39 38 PSLIB_LIBS="-L${libdir} -lpslib" 40 39 … … 125 124 126 125 dnl --------- set config/data file location -------------- 127 AC_DEFINE_UNQUOTED(CONFIG_FILE, "$sysconfdir/ps Time.config", [Location of the psTime.config file])128 AC_DEFINE_UNQUOTED(XML_CONFIG_FILE, "$sysconfdir/ps Time.xml", [Location of the psTime.xml file])129 AC_DEFINE_UNQUOTED(UTC_DAT_FILE, "$datadir/ tai_utc.dat", [Location of the tai_utc.dat file])126 AC_DEFINE_UNQUOTED(CONFIG_FILE, "$sysconfdir/pslib/psTime.config", [Location of the psTime.config file]) 127 AC_DEFINE_UNQUOTED(XML_CONFIG_FILE, "$sysconfdir/pslib/psTime.xml", [Location of the psTime.xml file]) 128 AC_DEFINE_UNQUOTED(UTC_DAT_FILE, "$datadir/pslib/tai_utc.dat", [Location of the tai_utc.dat file]) 130 129 131 130 dnl for MacOSX, where sqrtf is in mx
Note:
See TracChangeset
for help on using the changeset viewer.
