Support ./configure --disable-maintainer-mode

to optionally avoid auto-reconfiguring on make.
This commit is contained in:
Adam Spiers 2011-11-16 14:34:02 +00:00
parent 5d7f967ebd
commit 8e14cb641f
2 changed files with 78 additions and 0 deletions

View file

@ -5,6 +5,8 @@ AC_PREREQ([2.61])
AM_INIT_AUTOMAKE([-Wall -Werror])
AC_PROG_INSTALL
AM_MAINTAINER_MODE([enable])
dnl Check for perl on our system
dnl call to AC_SUBST(PERL) is implicit
AC_PATH_PROGS([PERL], [perl] [perl5], [false])