Remove stow, config.status, config.log, Makefile
[gnu-stow.git] / configure.ac
blobfe898532105efbdb4c8e65647b7bc66a56a9c7c3
1 dnl Process this file with Autoconf to produce configure dnl
3 AC_INIT([stow], [2.0.2], [bug-stow@gnu.org])
4 AC_PREREQ([2.61])
5 AM_INIT_AUTOMAKE([-Wall -Werror])
6 AC_PROG_INSTALL
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
12 then
13   AC_MSG_WARN([WARNING: Perl not found; you must edit line 1 of 'stow'])
16 AC_CONFIG_FILES([Makefile])
17 AC_OUTPUT