1.3.3 release
[gnu-stow.git] / configure.in
blob1c292ede7701a1135573c7ee9f84c48a6e50cb0e
1 dnl Process this file with Autoconf to produce configure
3 AC_INIT(stow.in)
5 PACKAGE=stow
6 VERSION=1.3.3
7 AM_INIT_AUTOMAKE(stow, $VERSION)
8 AC_SUBST(PACKAGE)
9 AC_SUBST(VERSION)
11 AC_ARG_PROGRAM
13 AC_PROG_INSTALL
15 AC_PATH_PROGS(PERL, perl perl5, false)
17 if test "x$PERL" = xfalse
18 then
19   echo 'WARNING: Perl not found; you must edit line 1 of `stow'"'"
22 AC_OUTPUT(Makefile stow)