From 5df69bd2f3520608184f1bea394762eb58cf1305 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Thu, 21 Dec 2000 15:21:09 +0000 Subject: [PATCH] helm-math-engine-configuration.xml autoconfigured --- helm/configuration/configure.in | 16 +++++++- .../etc/helm-math-engine-configuration.xml.in | 37 +++++++++++++++++++ 2 files changed, 52 insertions(+), 1 deletion(-) create mode 100644 helm/configuration/etc/helm-math-engine-configuration.xml.in diff --git a/helm/configuration/configure.in b/helm/configuration/configure.in index c96778800..606ac54dd 100644 --- a/helm/configuration/configure.in +++ b/helm/configuration/configure.in @@ -14,8 +14,22 @@ fi HELM_LIB_DIR=$RESOLVED_EXEC_PREFIX/lib/helm HELM_ETC_DIR=$RESOLVED_PREFIX/etc/helm +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 AC_SUBST(HELM_LIB_DIR) AC_SUBST(HELM_ETC_DIR) +AC_SUBST(HELM_DICTIONARY_PATH) +AC_SUBST(GTKMATHVIEW_DICTIONARY_PATH) +AC_SUBST(HELM_FONT_CONFIGURATION_PATH) +AC_SUBST(GTKMATHVIEW_FONT_CONFIGURATION_PATH) +AC_SUBST(HELM_T1_CONFIG_FILE) -AC_OUTPUT([Makefile lib/configuration.pl]) +AC_OUTPUT( +[Makefile + lib/configuration.pl + etc/helm-math-engine-configuration.xml +]) diff --git a/helm/configuration/etc/helm-math-engine-configuration.xml.in b/helm/configuration/etc/helm-math-engine-configuration.xml.in new file mode 100644 index 000000000..2ea57d234 --- /dev/null +++ b/helm/configuration/etc/helm-math-engine-configuration.xml.in @@ -0,0 +1,37 @@ + + + + + + @HELM_DICTIONARY_PATH@ + @GTKMATHVIEW_DICTIONARY_PATH@ + @HELM_FONT_CONFIGURATION_PATH@ + @GTKMATHVIEW_FONT_CONFIGURATION_PATH@ + @HELM_T1_CONFIG_FILE@ + + + + + -- 2.39.2