IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 9, 2005, 4:59:35 PM (21 years ago)
Author:
desonia
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/configure.in

    r3182 r3185  
    1616  [AC_HELP_STRING([--enable-debug],[Enable debug information in compilation])],
    1717  [AC_MSG_RESULT(debug information enabled)
    18    AC_DEFINE(DEBUG)
     18   AC_DEFINE(DEBUG,[], [debug information requested])
    1919   CFLAGS="${CFLAGS=} -O0 -g2"],
    2020  [AC_MSG_RESULT(debug information disabled)]
     
    3434test "$prefix" = NONE && prefix=`pwd`
    3535
    36 
    3736dnl Setup the info for psLib for pkg-config
    38 PSLIB_CFLAGS="-I${includedir=}"
     37PSLIB_CFLAGS="-I${includedir}"
    3938PSLIB_LIBS="-L${libdir} -lpslib"
    4039
     
    125124
    126125dnl --------- set config/data file location --------------
    127 AC_DEFINE_UNQUOTED(CONFIG_FILE, "$sysconfdir/psTime.config", [Location of the psTime.config file])
    128 AC_DEFINE_UNQUOTED(XML_CONFIG_FILE, "$sysconfdir/psTime.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])
     126AC_DEFINE_UNQUOTED(CONFIG_FILE, "$sysconfdir/pslib/psTime.config", [Location of the psTime.config file])
     127AC_DEFINE_UNQUOTED(XML_CONFIG_FILE, "$sysconfdir/pslib/psTime.xml", [Location of the psTime.xml file])
     128AC_DEFINE_UNQUOTED(UTC_DAT_FILE, "$datadir/pslib/tai_utc.dat", [Location of the tai_utc.dat file])
    130129
    131130dnl for MacOSX, where sqrtf is in mx
Note: See TracChangeset for help on using the changeset viewer.