From 64336ccc74a48dfc4589f534b9e6647b81f8ddf4 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 27 Feb 2010 20:41:07 +0100 Subject: Updated documentation and infrastructure files to accommodate for the fact that the Autoconf Archive is now an official GNU project. The main home page now resides at http://www.gnu.org/software/autoconf-archive/. The mailing lists have moved from nongnu.org to corresponding gnu.org addresses. All files have a proper copyright statement, even AUTHORS, ChangeLog, etc. --- configure.ac | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index c23fab9..a207adf 100644 --- a/configure.ac +++ b/configure.ac @@ -1,23 +1,21 @@ -dnl configure the Autoconf Archive - -AC_INIT([autoconf-archive], m4_esyscmd([build-aux/git-version-gen .tarball-version]), [autoconf-archive-maintainers@nongnu.org]) +dnl Configure the GNU Autoconf Archive. +dnl +dnl This file is free software; as a special exception the author gives +dnl unlimited permission to copy and/or distribute it, with or without +dnl modifications, as long as this notice is preserved. +dnl +dnl This program is distributed in the hope that it will be useful, but +dnl WITHOUT ANY WARRANTY, to the extent permitted by law; without even the +dnl implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + +AC_INIT([GNU Autoconf Archive], m4_esyscmd([build-aux/git-version-gen .tarball-version]), + [autoconf-archive-maintainers@gnu.org], [autoconf-archive], + [http://www.gnu.org/software/autoconf-archive/]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([1.11 -Wall gnu dist-bzip2 dist-xz]) +AC_PREREQ([2.65]) AC_CONFIG_SRCDIR([doc/autoconf-archive.texi]) -AC_COPYRIGHT([dnl -Compilation Copyright 2010 Autoconf Archive Maintainers - -This compilation 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 3 of the -License, or (at your option) any later version. - -This compilation is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -General Public License for more details.]) - -AC_MSG_NOTICE([Autoconf Archive version $VERSION]) +AC_MSG_NOTICE([$PACKAGE_STRING]) M4FILES="m4_esyscmd([echo -n m4/*.m4])" AC_SUBST([M4FILES]) -- cgit v1.2.1