lib/Tools/convert
changeset 26576 fc76b7b79ba9
parent 15847 c05c7670f166
--- a/lib/Tools/convert	Tue Apr 08 15:47:05 2008 +0200
+++ b/lib/Tools/convert	Tue Apr 08 15:47:10 2008 +0200
@@ -35,8 +35,5 @@
 
 ## main
 
-#set by configure
-AUTO_PERL=perl
-
 find $SPECS \( -name \*.ML \) -print | \
-  xargs "$AUTO_PERL" -w "$ISABELLE_HOME/lib/scripts/convert.pl"
+  xargs perl -w "$ISABELLE_HOME/lib/scripts/convert.pl"