CVSROOT: /sources/grep Module name: grep Changes by: Karl Berry <karl> 09/01/30 01:46:06
Index: configure.ac.in =================================================================== RCS file: /sources/grep/grep/configure.ac.in,v retrieving revision 1.6 retrieving revision 1.7 diff -u -b -r1.6 -r1.7 --- configure.ac.in 19 Nov 2007 04:50:20 -0000 1.6 +++ configure.ac.in 30 Jan 2009 01:46:02 -0000 1.7 @@ -2,23 +2,25 @@ dnl autoconf input file for ``GNU grep'' dnl dnl Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -dnl 2005, 2006 the Free Software Foundation, Inc. +dnl 2005, 2006, 2009 the Free Software Foundation, Inc. dnl dnl This file is part of GNU grep. dnl -dnl GNU grep is free software; you can redistribute it and/or modify +dnl Copyright 1997, 1998, 2005, 2006, 2007, 2008, 2009 Free Software +dnl Foundation, Inc. +dnl +dnl This program 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 2 of the License, or -dnl (at your option) any later version. +dnl the Free Software Foundation; either version 3, or (at your option) +dnl any later version. dnl -dnl GNU grep is distributed in the hope that it will be useful, +dnl This program is distributed in the hope that it will be useful, dnl but WITHOUT ANY WARRANTY; without even the implied warranty of dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the dnl GNU General Public License for more details. dnl -dnl You should have received a copy of the GNU General Public License along -dnl with this program; if not, write to the Free Software Foundation, Inc., -dnl 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA +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 Authors: dnl Alain Magloire <[email protected]> @@ -167,4 +169,7 @@ AC_CHECK_LIB(pcre, pcre_exec) fi -AC_OUTPUT(Makefile lib/Makefile lib/posix/Makefile src/Makefile tests/Makefile po/Makefile.in intl/Makefile doc/Makefile m4/Makefile vms/Makefile bootstrap/Makefile, [sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile; echo timestamp > stamp-h]) +AC_OUTPUT(Makefile lib/Makefile lib/posix/Makefile src/Makefile +tests/Makefile po/Makefile.in intl/Makefile doc/Makefile m4/Makefile +vms/Makefile bootstrap/Makefile, [sed -e "/POTFILES =/r po/POTFILES" +po/Makefile.in > po/Makefile; echo timestamp > stamp-h])
