CVSROOT: /sources/grep Module name: grep Changes by: Karl Berry <karl> 09/02/01 01:36:53
Index: configure.ac.in =================================================================== RCS file: /sources/grep/grep/configure.ac.in,v retrieving revision 1.8 retrieving revision 1.9 diff -u -b -r1.8 -r1.9 --- configure.ac.in 30 Jan 2009 01:50:16 -0000 1.8 +++ configure.ac.in 1 Feb 2009 01:36:53 -0000 1.9 @@ -2,13 +2,10 @@ dnl autoconf input file for ``GNU grep'' dnl dnl Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -dnl 2005, 2006, 2009 the Free Software Foundation, Inc. +dnl 2005, 2006, 2009 Free Software Foundation, Inc. dnl dnl This file is part of GNU grep. dnl -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 3, or (at your option) @@ -21,12 +18,6 @@ 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 Authors: -dnl Alain Magloire <[email protected]> -dnl Bernhard Rosenkraenzer <[email protected]> -dnl Stepan Kasal <[email protected]> -dnl AC_INIT(GNU grep, 2.5.4-cvs, [email protected], grep) AC_CONFIG_SRCDIR(src/grep.c) @@ -99,7 +90,7 @@ dnl I18N feature ALL_LINGUAS="@ALL_LINGUAS@" -AM_GNU_GETTEXT +AM_GNU_GETTEXT[external] dnl DOS file name convention dnl sets HAVE_DOS_FILE_NAMES
