ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Convert-UUlib/uulib/configure.in
(Generate patch)

Comparing Convert-UUlib/uulib/configure.in (file contents):
Revision 1.4.2.2 by root, Sun Mar 31 19:52:06 2002 UTC vs.
Revision 1.4.2.3 by root, Sun Oct 13 13:03:07 2002 UTC

1dnl This file is an input file used by the GNU "autoconf" program to 1dnl This file is an input file used by the GNU "autoconf" program to
2dnl generate the file "configure", which tries to guess your system 2dnl generate the file "configure", which tries to guess your system
3dnl configuration so that no manual editing of the Makefile should be 3dnl configuration so that no manual editing of the Makefile should be
4dnl necessary 4dnl necessary
5dnl 5dnl
6dnl $Id: configure.in,v 1.4.2.2 2002/03/31 19:52:06 root Exp $ 6dnl $Id: configure.in,v 1.4.2.3 2002/10/13 13:03:07 root Exp $
7dnl 7dnl
8 8
9AC_INIT(uulib.c) 9AC_INIT(uulib.c)
10AC_PREREQ(2.9) 10AC_PREREQ(2.9)
11AC_CONFIG_HEADER(config.h) 11AC_CONFIG_HEADER(config.h)
12 12
13# 13#
14# package revision 14# package revision
15# 15#
16VERSION=0.5 16VERSION=0.5
17PATCH=17 17PATCH=18
18 18
19AC_ARG_ENABLE(optimize,[ --disable-optimize compile for debugging],optimize=$enableval,optimize=yes) 19AC_ARG_ENABLE(optimize,[ --disable-optimize compile for debugging],optimize=$enableval,optimize=yes)
20 20
21AC_PROG_CC 21AC_PROG_CC
22AC_PROG_CPP 22AC_PROG_CPP

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines