From: Claudio Sacerdoti Coen Date: Thu, 21 Dec 2000 16:36:36 +0000 (+0000) Subject: configuration.xml autoconfigured X-Git-Tag: nogzip~69 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=3cd06261fd37ec1e59df01d8a636050d155333b3;p=helm.git configuration.xml autoconfigured --- diff --git a/helm/configuration/configure.in b/helm/configuration/configure.in index 606ac54dd..b8a7cffd7 100644 --- a/helm/configuration/configure.in +++ b/helm/configuration/configure.in @@ -12,14 +12,25 @@ else RESOLVED_EXEC_PREFIX=$RESOLVED_PREFIX fi +dnl General HELM_LIB_DIR=$RESOLVED_EXEC_PREFIX/lib/helm HELM_ETC_DIR=$RESOLVED_PREFIX/etc/helm + +dnl Only for GtkMathview XML configuration HELM_DICTIONARY_PATH=/projects/helm/V7/phd/local/etc/helm/helm-dictionary.xml GTKMATHVIEW_DICTIONARY_PATH=/projects/helm/local/share/gtkmathview/dictionary.xml HELM_FONT_CONFIGURATION_PATH=/projects/helm/V7/phd/local/etc/helm/helm-font-configuration.xml GTKMATHVIEW_FONT_CONFIGURATION_PATH=/projects/helm/local/share/gtkmathview/font-configuration.xml HELM_T1_CONFIG_FILE=/projects/helm/local/share/gtkmathview/t1.config +dnl Only for HELM XML configuration +CONFIGURATION_HELM_DIR=/home/pauillac/coq3/sacerdot/HELM/V6.2/examples +CONFIGURATION_DTD_DIR=/home/pauillac/coq3/sacerdot/HELM/dtd +CONFIGURATION_SERVERS_FILE=/home/pauillac/coq3/sacerdot/HELM/V6.2/servers.txt +CONFIGURATION_URIS_DBM=/home/pauillac/coq3/sacerdot/HELM/V6.2/urls_of_uris +CONFIGURATION_TMPDIR=/tmp +CONFIGURATION_GETTER_URL=http://localhost:8081/get?uri= + AC_SUBST(HELM_LIB_DIR) AC_SUBST(HELM_ETC_DIR) AC_SUBST(HELM_DICTIONARY_PATH) @@ -27,6 +38,12 @@ AC_SUBST(GTKMATHVIEW_DICTIONARY_PATH) AC_SUBST(HELM_FONT_CONFIGURATION_PATH) AC_SUBST(GTKMATHVIEW_FONT_CONFIGURATION_PATH) AC_SUBST(HELM_T1_CONFIG_FILE) +AC_SUBST(CONFIGURATION_HELM_DIR) +AC_SUBST(CONFIGURATION_DTD_DIR) +AC_SUBST(CONFIGURATION_SERVERS_FILE) +AC_SUBST(CONFIGURATION_URIS_DBM) +AC_SUBST(CONFIGURATION_TMPDIR) +AC_SUBST(CONFIGURATION_GETTER_URL) AC_OUTPUT( [Makefile diff --git a/helm/configuration/etc/.cvsignore b/helm/configuration/etc/.cvsignore index 3f1216531..c85a7bd9b 100644 --- a/helm/configuration/etc/.cvsignore +++ b/helm/configuration/etc/.cvsignore @@ -1 +1 @@ -helm-math-engine-configuration.xml +helm-math-engine-configuration.xml configuration.xml diff --git a/helm/configuration/etc/configuration.xml b/helm/configuration/etc/configuration.xml deleted file mode 100644 index 29672d5e1..000000000 --- a/helm/configuration/etc/configuration.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - /home/pauillac/coq3/sacerdot/HELM/V6.2/examples - - /home/pauillac/coq3/sacerdot/HELM/dtd - /home/pauillac/coq3/sacerdot/HELM/V6.2/servers.txt - /home/pauillac/coq3/sacerdot/HELM/V6.2/urls_of_uris - - index.txt - /tmp - - /home/lpadovan/helm/PARSER/examples - http://localhost/really_very_local/helm/header/getheader.xml - http://localhost/really_very_local/helm/style/ - http://localhost/cgi-bin/helm/webeq.pl - http://localhost/cgi-bin/helm/webeqp.pl - http://localhost/cgi-bin/helm/use_webeqp.pl - ?baseurl=&stylesheet1=rootcontent.xsl&stylesheet2=content_to_html.xsl&xmluri= - http://localhost:8081/get?uri= - diff --git a/helm/configuration/etc/configuration.xml.in b/helm/configuration/etc/configuration.xml.in new file mode 100644 index 000000000..dbed3aa0c --- /dev/null +++ b/helm/configuration/etc/configuration.xml.in @@ -0,0 +1,22 @@ + + + + + @CONFIGURATION_HELM_DIR@ + + @CONFIGURATION_DTD_DIR@ + @CONFIGURATION_SERVERS_FILE@ + @CONFIGURATION_URIS_DBM@ + + index.txt + @TMPDIR@ + + /home/lpadovan/helm/PARSER/examples + http://localhost/really_very_local/helm/header/getheader.xml + http://localhost/really_very_local/helm/style/ + http://localhost/cgi-bin/helm/webeq.pl + http://localhost/cgi-bin/helm/webeqp.pl + http://localhost/cgi-bin/helm/use_webeqp.pl + ?baseurl=&stylesheet1=rootcontent.xsl&stylesheet2=content_to_html.xsl&xmluri= + @CONFIGURATION_GETTER_URL@ +