1 dnl Process this file with Autoconf to produce configure dnl
3 AC_INIT([stow], [2.0.2], [bug-stow@gnu.org])
5 AM_INIT_AUTOMAKE([-Wall -Werror])
8 dnl Check for perl on our system
9 dnl call to AC_SUBST(PERL) is implicit
10 AC_PATH_PROGS([PERL], [perl] [perl5], [false])
11 if test "x$PERL" = xfalse
13 AC_MSG_WARN([WARNING: Perl not found; you must edit line 1 of 'stow'])
16 AC_CONFIG_FILES([Makefile])