X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=configure.ac;h=c7bf530c7ad51d86f870204fb6e24cd6e90e5ae0;hb=bbcce91fb6aced3fea5c5c1415d0edfecc33927c;hp=8285fb020f412ca6599248b923c6e0a7351e350e;hpb=818559e1809acf08190dab5ff1602a2cb9b001f0;p=xboard.git diff --git a/configure.ac b/configure.ac index 8285fb0..c7bf530 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,9 +30,9 @@ dnl| the standard version of xboard. dnl| need to change these here and in AC_INIT PRODUCT=xboard VERSION=4.4 -PATCHLEVEL=0e +PATCHLEVEL=0j -AC_INIT([xboard],[4.4.0e],[bug-xboard@gnu.org]) +AC_INIT([xboard],[4.4.0j],[bug-xboard@gnu.org]) AM_INIT_AUTOMAKE AC_CONFIG_HEADERS([config.h])