summaryrefslogtreecommitdiff
path: root/ltdl/m4/m4-obstack.m4
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2007-07-10 20:48:06 +0000
committerEric Blake <ebb9@byu.net>2007-10-06 07:08:39 -0600
commit4755abc0ee9919c070345861cefd96380be2e2f6 (patch)
treee18ad8758a16e443914d9a290c07e5c8cfb72239 /ltdl/m4/m4-obstack.m4
parentb72bd79d0b38ccdce3083b6fa4c942b2cbaac8d4 (diff)
downloadm4-4755abc0ee9919c070345861cefd96380be2e2f6.tar.gz
Upgrade to GPLv3, and document 1.4.10.
* bootstrap: Adjust to GPLv3. (func_update): Port from branch. * ltdl/m4/gnulib-cache.m4: Augment with 'gnulib-tool --local-dir=local --import gpl-3.0'. * doc/m4.texinfo (History): Mention 1.4.11. (Copying This Package): New appendix. * NEWS: Document 1.4.10. * local/doc/gpl-3.0.texi.diff: New file. * Makefile.am: Update license. (doc_m4_TEXINFOS, EXTRA_DIST): Distribute additions. * commit: Update license. * configure.ac: Likewise. * ltdl/config/mailnotify: Likewise. * ltdl/config/mkstamp: Likewise. * ltdl/m4/debug.m4: Likewise. * ltdl/m4/gmp.m4: Likewise. * ltdl/m4/m4-error.m4: Likewise. * ltdl/m4/m4-getopt.m4: Likewise. * ltdl/m4/m4-gettext.m4: Likewise. * ltdl/m4/m4-obstack.m4: Likewise. * ltdl/m4/m4-regex.m4: Likewise. * ltdl/m4/stackovf.m4: Likewise. * m4/builtin.c: Likewise. * m4/debug.c: Likewise. * m4/hash.c: Likewise. * m4/hash.h: Likewise. * m4/input.c: Likewise. * m4/m4.c: Likewise. * m4/m4module.h: Likewise. * m4/m4private.
Diffstat (limited to 'ltdl/m4/m4-obstack.m4')
-rw-r--r--ltdl/m4/m4-obstack.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/ltdl/m4/m4-obstack.m4 b/ltdl/m4/m4-obstack.m4
index caf40dc3..be8de3c7 100644
--- a/ltdl/m4/m4-obstack.m4
+++ b/ltdl/m4/m4-obstack.m4
@@ -1,12 +1,12 @@
# -*- Autoconf -*-
# m4-obstack.m4 -- the libc supplied version of obstacks if available.
#
-# Copyright (C) 2000, 2001, 2003, 2004, 2006 Free Software Foundation, Inc
+# Copyright (C) 2000, 2001, 2003, 2004, 2006, 2007 Free Software Foundation, Inc
# Written by Gary V. Vaughan <gary@gnu.org>
#
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
@@ -29,7 +29,7 @@ AC_DEFUN([M4_OBSTACK],
AC_BEFORE([gl_OBSTACK], [M4_OBSTACK])
AC_ARG_WITH([included-obstack],
[AS_HELP_STRING([--with-included-obstack],
- [use the obstack implementation included here])])
+ [use the obstack implementation included here])])
AC_CHECK_HEADERS([obstack.h], [], [], [AC_INCLUDES_DEFAULT])