/[grep]/grep/configure.in
ViewVC logotype

Diff of /grep/configure.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.84 by bero, Sat Jan 18 16:02:30 2003 UTC revision 1.85 by kasal, Sat Nov 20 15:14:39 2004 UTC
# Line 1  Line 1 
1  # Configuration for grep  dnl
2  #  dnl autoconf input file for ``GNU grep''
3  # Alain Magloire <alainm@gnu.org>  dnl
4  # Bernhard Rosenkraenzer <bero@arklinux.org>  dnl Copyright (C) 1997-2004 the Free Software Foundation, Inc.
5  #  dnl
6  dnl Process this file with autoconf to produce a configure script  dnl This file is part of GNU grep.
7  AC_INIT(src/grep.c)  dnl
8    dnl GNU grep is free software; you can redistribute it and/or modify
9    dnl it under the terms of the GNU General Public License as published by
10    dnl the Free Software Foundation; either version 2 of the License, or
11    dnl (at your option) any later version.
12    dnl
13    dnl GNU grep is distributed in the hope that it will be useful,
14    dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
15    dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16    dnl GNU General Public License for more details.
17    dnl
18    dnl You should have received a copy of the GNU General Public License along
19    dnl with this program; if not, write to the Free Software Foundation, Inc.,
20    dnl 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA
21    dnl
22    dnl Authors:
23    dnl Alain Magloire <alainm@gnu.org>
24    dnl Bernhard Rosenkraenzer <bero@arklinux.org>
25    dnl Stepan Kasal <kasal@gnu.org>
26    dnl
27    
28    AC_INIT(GNU grep, 2.5.1-cvs, bug-grep@gnu.org, grep)
29    AC_CONFIG_SRCDIR(src/grep.c)
30  AC_DEFINE(GREP, 1, [We are building grep])  AC_DEFINE(GREP, 1, [We are building grep])
31  AC_PREREQ(2.53)  AC_PREREQ(2.53)
32    
33  dnl Automake stuff.  dnl Automake stuff.
34  AM_INIT_AUTOMAKE(grep, 2.5.1)  AM_INIT_AUTOMAKE(dist-bzip2)
35  AM_CONFIG_HEADER(config.h:config.hin)  AM_CONFIG_HEADER(config.h:config.hin)
36    
37  dnl Check for arguments  dnl Check for arguments

Legend:
Removed from v.1.84  
changed lines
  Added in v.1.85

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26