--- configure.orig Wed Feb 28 20:53:24 2001 +++ configure.in Wed Feb 28 20:53:28 2001 @@ -14,12 +14,10 @@ AC_PATH_PROG(PERL, perl, no) AC_SUBST(PERL)dnl AC_SUBST(SCRIPTS)dnl -if test "$PERL" != no; then - SCRIPTS=autoscan -else - AC_MSG_WARN(autoscan will not be built since perl is not found) +if test "$PERL" = no; then + PERL=/usr/bin/perl fi - +SCRIPTS=autoscan AC_PROG_INSTALL # Work with the GNU or Cygnus source tree layout.