X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FgTopLevel%2Fconfigure.ac;h=fa5e4034110bce3b23f8181b4e102015ea0e4234;hb=c6d966bbc276fb0d3bb36ef2945c7bfa31a5ff1b;hp=aaa661e0aee38df671c19e399e75d99913c198b3;hpb=3beabd7848d0567539a0883c06b5b5408bbbaaa7;p=helm.git diff --git a/helm/gTopLevel/configure.ac b/helm/gTopLevel/configure.ac index aaa661e0a..fa5e40341 100644 --- a/helm/gTopLevel/configure.ac +++ b/helm/gTopLevel/configure.ac @@ -46,6 +46,16 @@ else fi fi +if test $TERM_EDITOR = "tex"; then + CHOSEN_TERM_EDITOR="include TexTermEditor" +else + if test $TERM_EDITOR = "textual"; then + CHOSEN_TERM_EDITOR="include TermEditor" + else + AC_MSG_ERROR(unknwon term editor $TERM_EDITOR) + fi +fi + AC_SUBST(CHOSEN_TERM_EDITOR) AC_SUBST(CHOSEN_TERM_PARSER) AC_SUBST(CHOSEN_TRANSFORMER) @@ -54,5 +64,6 @@ AC_OUTPUT([ chosenTransformer.ml chosenTermEditor.ml disambiguatingParser.ml + Makefile ])