changeset 6082 | 590f9e3bf4d8 |
parent 4508 | f102cb0140fe |
child 9788 | df671fa2562a |
--- a/lib/Tools/symbolinput Mon Jan 11 18:45:46 1999 +0100 +++ b/lib/Tools/symbolinput Tue Jan 12 12:17:53 1999 +0100 @@ -4,4 +4,7 @@ # # DESCRIPTION: translate symbols into \<...> sequences -exec perl -w $ISABELLE_HOME/lib/scripts/symbolinput.pl "$@" +#set by configure +AUTO_PERL=perl + +exec $AUTO_PERL -w $ISABELLE_HOME/lib/scripts/symbolinput.pl "$@"