X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=configure.ac;h=392a968380ff9b5a069626edf860eed5c7c57c0d;hb=91d8e5853ca580769cc130aa6ea004869118d171;hp=80d106b4f9494f63cba82ee6ef84b2fbaf4cf70d;hpb=4b7d1f57237961dbfd18d163b163c98ca59b4da3;p=xboard.git diff --git a/configure.ac b/configure.ac index 80d106b..392a968 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,23 @@ dnl| configure.in dnl| +dnl| Copyright 1992-2001,2002,2003,2004,2005,2006,2007,2008,2009 Free Software +dnl| Foundation, Inc. +dnl| +dnl| GNU XBoard is free software: you can redistribute it and/or modify +dnl| it under the terms of the GNU General Public License as published by +dnl| the Free Software Foundation, either version 3 of the License, or (at +dnl| your option) any later version. +dnl| +dnl| GNU XBoard is distributed in the hope that it will be useful, but +dnl| WITHOUT ANY WARRANTY; without even the implied warranty of +dnl| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +dnl| General Public License for more details. +dnl| +dnl| You should have received a copy of the GNU General Public License +dnl| along with this program. If not, see http://www.gnu.org/licenses/. +dnl| +dnl| -------------------------------------------------------------------- +dnl| dnl| You can process this file with autoconf to produce a configure script. dnl| However, normally the supplied configure script will work fine. dnl| @@ -12,7 +30,7 @@ dnl| the standard version of xboard. dnl| need to change these here and in AC_INIT PRODUCT=xboard VERSION=4.4 -PATCHLEVEL=0e +PATCHLEVEL=0g AC_INIT([xboard],[4.4.0e],[bug-xboard@gnu.org]) AM_INIT_AUTOMAKE @@ -397,7 +415,7 @@ AC_SUBST(PRODUCT) AC_SUBST(VERSION) AC_SUBST(PATCHLEVEL) -AC_CONFIG_FILES([Makefile cmail xboard.texinfo]) +AC_CONFIG_FILES([Makefile cmail]) AC_CONFIG_COMMANDS([test-stamp-h],[test -z "$CONFIG_HEADERS" || date > stamp-h]) AC_CONFIG_COMMANDS([chmod-cmail],[chmod 755 cmail]) AC_OUTPUT