Index: trunk/psLib/configure.in
===================================================================
--- trunk/psLib/configure.in	(revision 3182)
+++ trunk/psLib/configure.in	(revision 3185)
@@ -16,5 +16,5 @@
   [AC_HELP_STRING([--enable-debug],[Enable debug information in compilation])],
   [AC_MSG_RESULT(debug information enabled)
-   AC_DEFINE(DEBUG)
+   AC_DEFINE(DEBUG,[], [debug information requested])
    CFLAGS="${CFLAGS=} -O0 -g2"],
   [AC_MSG_RESULT(debug information disabled)]
@@ -34,7 +34,6 @@
 test "$prefix" = NONE && prefix=`pwd`
 
-
 dnl Setup the info for psLib for pkg-config
-PSLIB_CFLAGS="-I${includedir=}"
+PSLIB_CFLAGS="-I${includedir}"
 PSLIB_LIBS="-L${libdir} -lpslib"
 
@@ -125,7 +124,7 @@
 
 dnl --------- set config/data file location --------------
-AC_DEFINE_UNQUOTED(CONFIG_FILE, "$sysconfdir/psTime.config", [Location of the psTime.config file])
-AC_DEFINE_UNQUOTED(XML_CONFIG_FILE, "$sysconfdir/psTime.xml", [Location of the psTime.xml file])
-AC_DEFINE_UNQUOTED(UTC_DAT_FILE, "$datadir/tai_utc.dat", [Location of the tai_utc.dat file])
+AC_DEFINE_UNQUOTED(CONFIG_FILE, "$sysconfdir/pslib/psTime.config", [Location of the psTime.config file])
+AC_DEFINE_UNQUOTED(XML_CONFIG_FILE, "$sysconfdir/pslib/psTime.xml", [Location of the psTime.xml file])
+AC_DEFINE_UNQUOTED(UTC_DAT_FILE, "$datadir/pslib/tai_utc.dat", [Location of the tai_utc.dat file])
 
 dnl for MacOSX, where sqrtf is in mx
