X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=contrib%2Fldaptcl%2Fconfigure.in;h=804c39087f399db11b8e01f09d46d5ef100d8e48;hb=7e1a91340cc79c8f8aa5810198f7e49dc18883b9;hp=bed2a399ce11928532c4cf6260f3103c0816ddb3;hpb=11eafc253c1281c5a5ae55d4fc187bebedc44626;p=openldap diff --git a/contrib/ldaptcl/configure.in b/contrib/ldaptcl/configure.in index bed2a399ce..804c39087f 100644 --- a/contrib/ldaptcl/configure.in +++ b/contrib/ldaptcl/configure.in @@ -2,11 +2,11 @@ dnl This file is an input file used by the GNU "autoconf" program to dnl generate the file "configure", which is run during Tk installation dnl to configure the system for the local environment. AC_INIT(neoXldap.c) -# $Id: configure.in,v 1.2 1999/07/27 05:29:27 kunkee Exp $ +# $OpenLDAP$ -NEO_VERSION=1.2 -NEO_MAJOR_VERSION=1 -NEO_MINOR_VERSION=2 +NEO_VERSION=2.0 +NEO_MAJOR_VERSION=2 +NEO_MINOR_VERSION=0 VERSION=${NEO_VERSION} if test "${prefix}" = "NONE"; then @@ -16,16 +16,6 @@ if test "${exec_prefix}" = "NONE"; then exec_prefix=$prefix fi -AC_ARG_ENABLE(gcc, [ --enable-gcc allow use of gcc if available], - [neo_ok=$enableval], [neo_ok=no]) -if test "$neo_ok" = "yes"; then - AC_PROG_CC -else - CC=${CC-cc} - AC_SUBST(CC) -fi -AC_PROG_CPP - AC_ARG_ENABLE(gcc, [ --enable-gcc allow use of gcc if available], [neo_ok=$enableval], [neo_ok=no]) if test "$neo_ok" = "yes"; then @@ -155,7 +145,7 @@ AC_ARG_WITH(ldap-incdir, [ --with-ldap-incdir= path to ldap.h], ldaplibdir=$ldapdir/lib AC_ARG_WITH(ldap-libdir, [ --with-ldap-libdir= path to ldap and lber libs], - [ldapincdir=$withval]) + [ldaplibdir=$withval]) AC_ARG_WITH(ldap-libraries, [ --with-ldap-libflags= -l flags for ldap libraries], [ldaplibflags="-L$ldaplibdir $withval"],