diff -r 042617a1c86c -r fc76b7b79ba9 lib/Tools/convert --- 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"