X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2Fconfigure.ac;h=a530cae5600dac6546df9c9ef4a9c7b5ebe91a33;hb=22d39afadb3027477e4a42c315ec10518cbf47ed;hp=7e2591f8fc9b1d9d2de2e524565a1edffa635f1a;hpb=be4d6187ed0970df4b6285ee642d98ec1833a6fe;p=helm.git diff --git a/helm/matita/configure.ac b/helm/matita/configure.ac index 7e2591f8f..a530cae56 100644 --- a/helm/matita/configure.ac +++ b/helm/matita/configure.ac @@ -90,6 +90,8 @@ if test "$DEBUG" = "true"; then fi RT_BASE_DIR=`pwd` +USER_HOME=`pwd` #should be `echo $HOME` +USER_NAME=`echo $USER` AC_SUBST(CAMLP4O) AC_SUBST(DEBUG) @@ -102,8 +104,11 @@ AC_SUBST(HAVE_OCAMLOPT) AC_SUBST(LABLGLADECC) AC_SUBST(OCAMLFIND) AC_SUBST(RT_BASE_DIR) +AC_SUBST(USER_HOME) +AC_SUBST(USER_NAME) AC_OUTPUT([ + matita.conf.xml.sample buildTimeConf.ml Makefile ])