summaryrefslogtreecommitdiff
path: root/m4/maintainer.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/maintainer.m4')
-rw-r--r--m4/maintainer.m45
1 files changed, 3 insertions, 2 deletions
diff --git a/m4/maintainer.m4 b/m4/maintainer.m4
index f63e67360..7159a228a 100644
--- a/m4/maintainer.m4
+++ b/m4/maintainer.m4
@@ -1,7 +1,8 @@
# Add --enable-maintainer-mode option to configure.
# From Jim Meyering
-# Copyright 1996, 1998, 2000, 2001, 2002 Free Software Foundation, Inc.
+# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003
+# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -25,7 +26,7 @@ AC_DEFUN([AM_MAINTAINER_MODE],
dnl maintainer-mode is disabled by default
AC_ARG_ENABLE(maintainer-mode,
[ --enable-maintainer-mode enable make rules and dependencies not useful
- (and sometimes confusing) to the casual installer],
+ (and sometimes confusing) to the casual installer],
USE_MAINTAINER_MODE=$enableval,
USE_MAINTAINER_MODE=no)
AC_MSG_RESULT([$USE_MAINTAINER_MODE])