X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fxsltd%2Fconfigure.in;fp=helm%2Fxsltd%2Fconfigure.in;h=9d1f8bea4922dd229c2f5e23d526df8562c96df9;hb=509d9241294357cc86e76d1da45766d19158d368;hp=b77304999799a3b94e00d0fde3d52f9a99765e8f;hpb=e780b3da94da62ec08eb6f812d46868b8228e2f0;p=helm.git diff --git a/helm/xsltd/configure.in b/helm/xsltd/configure.in index b77304999..9d1f8bea4 100644 --- a/helm/xsltd/configure.in +++ b/helm/xsltd/configure.in @@ -1,4 +1,4 @@ -AC_INIT(etc/configuration.xml.in) +AC_INIT(xaland.class) if test "x$prefix" != xNONE; then RESOLVED_PREFIX=$prefix @@ -21,7 +21,7 @@ AC_MSG_CHECKING("for the lib/helm dir") HELM_LIB_DIR=$RESOLVED_PREFIX/lib/helm AC_MSG_RESULT($HELM_LIB_DIR) -AC_MSG_CHECKING("for the stylesheets' dir") +AC_MSG_CHECKING("for the stylesheets\' dir") RES="" AC_CACHE_VAL(helm_cv_HELM_STYLES_DIR, echo "Where should I find the stylesheets? Note: your answer must be the path of the directory in which the stylesheets in the helm_data package have been installed." @@ -39,7 +39,4 @@ AC_SUBST(HELM_LIB_DIR) AC_SUBST(HELM_BIN_DIR) AC_SUBST(HELM_STYLES_DIR) -AC_OUTPUT( -[Makefile - start-xaland -]) +AC_OUTPUT([Makefile start-xaland], chmod +x start-xaland)