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.1 by root, Sun Mar 31 19:51:28 2002 UTC vs.
Revision 1.4.2.2 by root, Sun Mar 31 19:52:06 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.1 2002/03/31 19:51:28 root Exp $ 6dnl $Id: configure.in,v 1.4.2.2 2002/03/31 19:52:06 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=15 17PATCH=17
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
23AC_C_CROSS
24wi_CFLAGS 23wi_CFLAGS
25wi_PROTOTYPES 24wi_PROTOTYPES
26AC_PROG_MAKE_SET 25AC_PROG_MAKE_SET
27AC_PROG_RANLIB 26AC_PROG_RANLIB
28 27

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines