Support ./configure --disable-maintainer-mode
to optionally avoid auto-reconfiguring on make.
This commit is contained in:
parent
5d7f967ebd
commit
8e14cb641f
2 changed files with 78 additions and 0 deletions
|
@ -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])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue