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