- Jan 14, 1999
-
-
Kurt Zeilenga authored
John's still working on the 'perl-test' (the perl backend test module).
-
Kurt Zeilenga authored
end of link. Basic order is: $LDFLAGS internal-libs external-libs $LIBS $LTHREAD_LIBS LTHREAD_LIBS is last as -lpthread (or equiv) must be last on many systems. LIBS is next to last as some user might have put -lpthread (or equiv) in $LIBS.
-
Kurt Zeilenga authored
Might as well keep link order consistent between -devel and 1.1
-
- Jan 10, 1999
-
-
Kurt Zeilenga authored
make depend, make tests, and make install all work when build directory is not the $srcdir. Also modified library handling such that -lpthread more likely to be last. WARNING: new orderring requires use of LDFLAGS to set global loader options such as -L/usr/local/lib. If you put this in LIBS, some libraries may not be found a link time. Likely broke Kerberos/LDAPD support. Don't have those in my testbed.
-
- Dec 28, 1998
-
-
Kurt Zeilenga authored
-
- Dec 22, 1998
-
-
Kurt Zeilenga authored
Updated other codes as needed.
-
- Nov 29, 1998
-
-
Kurt Zeilenga authored
to be used. --without-subdir can be used to specify no subdirectory.
-
Kurt Zeilenga authored
default sysconfdir subdirectory is openldap instead of ldap. This removes conflicts with other ldap subsystems. Should be configure option. *.conf files are now preserved. A *.conf.default are always created with the latest conf. *.help and ldapfriendly are now placed in $(datadir)/$(ldap_subdir) updated man pages to reflect changes.
-
- Nov 22, 1998
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
Updated to use libtool 1.2 (with FreeBSD3.0 a.out v. elf detection). Updated autoconf to 1.12 with sed patch (don't use stock 1.12). aclocal.m4 is built using automake's aclocal, v1.3. Updated mkdep to support libtool .lo files. Updated automake provided macros for TERMIOS, STRTOD, MKTIME, PTRDIFF_T Autoconf now checks to ensure C compiler supports ANSI C prototypes. Updated make files templates.
-
- Nov 20, 1998
-
-
Kurt Zeilenga authored
Need to extend autoconf to support user setting.
-
Kurt Zeilenga authored
-
- Oct 25, 1998
-
-
Kurt Zeilenga authored
-
- Oct 19, 1998
-
-
Kurt Zeilenga authored
Rely on portable.h.
-
- Sep 28, 1998
-
-
Kurt Zeilenga authored
Fix make install problems.
-
- Sep 22, 1998
-
-
Kurt Zeilenga authored
Add basics of Kerberos detection.
-
- Sep 21, 1998
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Sep 20, 1998
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Sep 18, 1998
-
-
Kurt Zeilenga authored
Added basic -lwrap detection.
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
Now to sort out configure enable/with options.
-
Kurt Zeilenga authored
-
- Sep 17, 1998
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
however much is still needed (included db2 and thread detection)
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
handle ldapconfig.h.in.
-
- Sep 16, 1998
-
-
Kurt Zeilenga authored
-