diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2011-11-03 11:37:30 +0100 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2011-11-03 11:37:30 +0100 |
commit | a778e9e1dcf606c9cee31009c982daa748438b39 (patch) | |
tree | 9216fc3c0555f30f35aa484dd36158f182ca9c9d /m4/maintainer.m4 | |
parent | 8c695f69de9a6d8114ca3672de5ad303faa2c700 (diff) | |
parent | 1ba50d12baadb27e463c6e6c73bf19ddd53c65e4 (diff) | |
download | automake-a778e9e1dcf606c9cee31009c982daa748438b39.tar.gz |
Merge branch 'maint'
* maint:
maint-mode: fix botched configure messages
fix: regenerate Makefiles
info: allow user to inhibit creation/update of '${infodir}/dir'
Diffstat (limited to 'm4/maintainer.m4')
-rw-r--r-- | m4/maintainer.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/maintainer.m4 b/m4/maintainer.m4 index 0d0bf7f3b..b8f02bddb 100644 --- a/m4/maintainer.m4 +++ b/m4/maintainer.m4 @@ -1,8 +1,8 @@ # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- # From Jim Meyering -# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008 -# Free Software Foundation, Inc. +# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008, +# 2011 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -22,7 +22,7 @@ AC_DEFUN([AM_MAINTAINER_MODE], [disable], [m4_define([am_maintainer_other], [enable])], [m4_define([am_maintainer_other], [enable]) m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])]) -AC_MSG_CHECKING([whether to am_maintainer_other maintainer-specific portions of Makefiles]) +AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles]) dnl maintainer-mode's default is 'disable' unless 'enable' is passed AC_ARG_ENABLE([maintainer-mode], [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode], |