Add FIXME for Deferred Operation section in manual.
[gnu-stow.git] / configure.ac
blob09bac98643fb298d31d99475b5f5b9787a3da095
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 AM_MAINTAINER_MODE([enable])
10 dnl Check for perl on our system 
11 dnl call to AC_SUBST(PERL) is implicit
12 AC_PATH_PROGS([PERL], [perl] [perl5], [false])
13 if test "x$PERL" = xfalse
14 then
15   AC_MSG_WARN([WARNING: Perl not found; you must edit line 1 of 'stow'])
18 AC_CONFIG_FILES([Makefile])
19 AC_OUTPUT