IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3186


Ignore:
Timestamp:
Feb 9, 2005, 5:05:23 PM (21 years ago)
Author:
desonia
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/configure.in

    r3185 r3186  
    124124
    125125dnl --------- set config/data file location --------------
    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])
     126SYSCONFDIR=`cd $sysconfdir; pwd`
     127DATADIR=`cd $datadir; pwd`
     128AC_DEFINE_UNQUOTED(CONFIG_FILE, "$SYSCONFDIR/pslib/psTime.config", [Location of the psTime.config file])
     129AC_DEFINE_UNQUOTED(XML_CONFIG_FILE, "$SYSCONFDIR/pslib/psTime.xml", [Location of the psTime.xml file])
     130AC_DEFINE_UNQUOTED(UTC_DAT_FILE, "$DATADIR/pslib/tai_utc.dat", [Location of the tai_utc.dat file])
    129131
    130132dnl for MacOSX, where sqrtf is in mx
Note: See TracChangeset for help on using the changeset viewer.