X-Git-Url: http://www.wagner.pp.ru/gitweb/?p=oss%2Ffgis.git;a=blobdiff_plain;f=configure.ac;h=d980cb1995b2baf365195a730d1b33149bb7e47b;hp=5c556ee2088e0416339ffcae9df8049609eba5f1;hb=96a9075a6b6a85c93540b7e94c719e496823674d;hpb=798b680fafac5b8a0f10d896cb5df4628a3b67b5 diff --git a/configure.ac b/configure.ac index 5c556ee..d980cb1 100644 --- a/configure.ac +++ b/configure.ac @@ -48,10 +48,10 @@ dnl Handle global configuration file placement dnl --------------------------------------------------------------------------- dnl FIXME: won't works -dnl AC_DEFINE_DIR(FGIS_CONFIG, "$sysconfdir", [Define this to the location of the global config file]) -AC_SUBST_DIR(FGIS_CONFIG,"$sysconfdir") -AC_DEFINE_UNQUOTED(FGIS_CONFIG,"$FGIS_CONFIG",[Define this to the location of the global config file]) -AC_SUBST(FGIS_CONFIG,$FGIS_CONFIG) +dnl AC_DEFINE_DIR(FGIS_CONFDIR, "$sysconfdir", [Define this to the location of the global config file]) +AC_SUBST_DIR(FGIS_CONFDIR,"$sysconfdir") +AC_DEFINE_UNQUOTED(FGIS_CONFDIR,"$FGIS_CONFDIR",[Define this to the location of the global config file]) +AC_SUBST(FGIS_CONFDIR,$FGIS_CONFDIR) dnl --------------------------------------------------------------------------- dnl Handle placement of the engine module (fgis.so) @@ -64,8 +64,8 @@ dnl --------------------------------------------------------------------------- dnl Handle placement of the fGIS Tcl/Tk modules dnl --------------------------------------------------------------------------- -AC_SUBST_DIR(FGIS_SCRIPTS,"$libdir/fgis/tcl") -AC_SUBST(FGIS_SCRIPTS,$FGIS_SCRIPTS) +AC_SUBST_DIR(FGIS_SCRIPTDIR,"$libdir/fgis/tcl") +AC_SUBST(FGIS_SCRIPTDIR,$FGIS_SCRIPTDIR) dnl --------------------------------------------------------------------------- dnl Define path for EPPL7 library sources. Temporary hack, the whole this