]> git.sur5r.net Git - openldap/blobdiff - contrib/ldapc++/configure.in
Regenerated
[openldap] / contrib / ldapc++ / configure.in
index a246d69c55886089ceaf85c1c26c86dfcac3ec1f..607765fdf4a7d6dd253e2eb9e1fc68ab3ccd8b4b 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright 2000, OpenLDAP Foundation, All Rights Reserved.
+dnl Copyright 2000-2003, OpenLDAP Foundation, All Rights Reserved.
 dnl COPYING RESTRICTIONS APPLY, see COPYRIGHT file
   
   
@@ -8,8 +8,9 @@ dnl disable config.cache
 dnl define([AC_CACHE_LOAD], )
 dnl define([AC_CACHE_SAVE], )
 
-AC_INIT(src/main.cpp)
-AM_INIT_AUTOMAKE(main, 0.0.1)
+AC_INIT(ldapcpplib, 0.0.4)
+AC_CONFIG_SRCDIR(src/LDAPConnection.h)
+AM_INIT_AUTOMAKE(foreign)
 AM_CONFIG_HEADER(src/config.h)
 
 
@@ -19,11 +20,11 @@ dnl AC_PROG_CC
 AC_PROG_CXX
 dnl AC_PROG_RANLIB
 dnl AM_DISABLE_SHARED
-AM_PROG_LIBTOOL
+AC_PROG_LIBTOOL
 dnl AC_PROG_MAKE_SET
-AC_ARG_ENABLE(debug,--enable-debug,[
+AC_ARG_ENABLE(debug,[  --enable-debug],[
        CXXFLAGS="-g -O0 -Wall"
-    AC_DEFINE(WITH_DEBUG)
+    AC_DEFINE(WITH_DEBUG,[],[Define to 1 ot enable debug logging])
        ],[
        CXXFLAGS="-O0"
     ]
@@ -91,4 +92,4 @@ dnl Checks for typedefs, structures, and compiler characteristics.
 
 dnl Checks for library functions.
 
-AC_OUTPUT(Makefile src/Makefile)
+AC_OUTPUT(Makefile src/Makefile examples/Makefile)