1 dnl Process this file with Autoconf to produce configure
7 AM_INIT_AUTOMAKE(stow, $VERSION)
15 AC_PATH_PROGS(PERL, perl perl5, false)
17 if test "x$PERL" = xfalse
19 echo 'WARNING: Perl not found; you must edit line 1 of `stow'"'"
22 AC_OUTPUT(Makefile stow)