Branch: Tag:

2001-02-13

2001-02-13 13:02:06 by Mirar (Pontus Hagland) <pike@sort.mirar.org>

added configuration summary; some module configure.in's adds to the feature list too, most have to be fixed

Rev: src/aclocal.m4:1.25
Rev: src/configure.in:1.474
Rev: src/modules/Gmp/configure.in:1.23
Rev: src/modules/Gz/configure.in:1.20
Rev: src/modules/Image/configure.in:1.18
Rev: src/modules/Math/configure.in:1.3
Rev: src/modules/Oracle/configure.in:1.30
Rev: src/modules/Perl/configure.in:1.10
Rev: src/modules/_Image_GIF/configure.in:1.2
Rev: src/modules/_Image_JPEG/configure.in:1.7

1: - # $Id: configure.in,v 1.9 2000/05/20 18:15:10 leif Exp $ + # $Id: configure.in,v 1.10 2001/02/13 13:02:06 mirar Exp $   AC_INIT(perlmod.c)   AC_CONFIG_HEADER(perl_machine.h)   
7:   AC_ARG_WITH(perl, [ --with-perl enable the Perl module],[],    [with_perl="yes"])    + PIKE_FEATURE_WITHOUT(Perl,Perl...............) +    if test "x$with_perl" = "xno"; then :; else    -  +  PIKE_FEATURE_NODEP(Perl,Perl...............) +     if test "x$with_perl" = "xyes"; then    AC_CHECK_PROGS(perl, perl perl5, x)    else
80:    fi    AC_DEFINE(HAVE_PERL)    AC_MSG_RESULT(yes) +  PIKE_FEATURE_OK(Perl,Perl...............)    else    PERL_LDFLAGS=''    PERL_CCFLAGS=''