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.7 by root, Thu Nov 6 13:33:41 2003 UTC vs.
Revision 1.8 by root, Sun Apr 18 20:08:11 2004 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.7 2003/11/06 13:33:41 root Exp $ 6dnl $Id: configure.in,v 1.8 2004/04/18 20:08:11 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=19 17PATCH=20
18 18
19AC_ARG_WITH(cc,,CC=$with_cc) 19AC_ARG_WITH(cc,,CC=$with_cc)
20AC_ARG_WITH(cflags,,CFLAGS=$with_cflags) 20AC_ARG_WITH(cflags,,CFLAGS=$with_cflags)
21 21
22AC_PROG_CC 22AC_PROG_CC
23AC_PROG_CPP 23AC_PROG_CPP
24wi_CFLAGS
25wi_PROTOTYPES 24wi_PROTOTYPES
26AC_PROG_MAKE_SET 25AC_PROG_MAKE_SET
27AC_PROG_RANLIB 26AC_PROG_RANLIB
28 27
29if test "$wi_cv_prototypes" = no ; then 28if test "$wi_cv_prototypes" = no ; then

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines