]> arthur.barton.de Git - netatalk.git/history - configure.in
Remove checks for individual libraries (probably legacy stuff). Help text
[netatalk.git] / configure.in
2003-12-15 srittauRemove checks for individual libraries (probably legacy...
2003-12-15 srittauCheck for struct tm.tm_gmtoff instead of defining NO_ST...
2003-12-15 srittauRemoved an obsolete comment.
2003-12-15 srittauMove check for ufs/quota.h from configure.in to macros...
2003-12-15 srittauRemove NEED_QUOTACTL_WRAPPER cruft. I think that was...
2003-12-15 srittauBackport from 1.6 branch: Fixes for Linux kernel 2...
2003-09-03 samnobleSome updates for the Kerberos 5 UAM. We now use an...
2003-06-12 srittauPut TCP wrappers check into a separate file. Changed...
2003-06-11 srittauDon't check for sys/quota.h and linux/quota.h, since...
2003-06-11 srittauRemoved --enable-pgp-uam configure option. Is there...
2003-06-08 srittauAdded check for libgcrypt (as an alternative to OpenSSL).
2003-06-08 srittauRemove --enable-timelord; always compile timelord.
2003-06-08 srittauAC_INIT using a different source file (from afpd instea...
2003-06-08 srittauPut check for DID scheme into a separate macro, fixed...
2003-06-07 srittauFix help string indention.
2003-06-07 srittauAuto-generate etc2ps.sh.
2003-06-06 srittauRemove unused PAPD_LIBS, replaced AFPD_LIBS by WRAP_LIBS.
2003-06-06 srittauUse configure mechanism for generating files. Don't...
2003-03-09 didgadd utf8 support for AFP3
2003-01-29 srittauUse three-argument AC_DEFINE and AC_DEFINE_UNQUOTED...
2003-01-21 srittauPatch by Olaf: enhance --enable-fhs.
2003-01-11 jmarcus* Add Apple II boot support for Appl IIe (with workstat...
2003-01-04 jmarcusChange all references to db3/DB3 to BDB. We now suppor...
2002-12-05 srittauFix white space indentions of help strings.
2002-12-04 srittauEnable file name mangling by default if did scheme...
2002-11-15 srittauRemoved the --with-catsearch configure option. (FPCatSe...
2002-11-14 srittauRemove support for flock locks.
2002-10-16 jmarcusMake CDB the default CNID data store. This is being...
2002-10-11 didg- added a cache for directories offspring count.
2002-10-04 srittauRemoved DID schemes hash and mtab. Made CNID the default.
2002-09-28 jmarcusAnother forced commit to see if email is working.
2002-09-28 jmarcusForced commit to test the email feature.
2002-09-27 didgfix to a fix: configure.in catsearch missing ,
2002-09-17 didgbugfix: catsearch, ) wasn't at the right place.
2002-08-30 jmarcusAdd an snprintf() implementation for OSes such as Tru64...
2002-08-30 jmarcusIntroduce Conncurrent Data Store (CDB) support to CNID...
2002-08-25 rlewczukRudimentary FPCatSearch implementation.
2002-08-23 sibazadded quotes around the logfilepath value if an alterna...
2002-06-11 didgconfigure.in: VERSION file is in $srcdir, need when...
2002-05-29 jmarcusAdd support for long filename mangling. Basically...
2002-04-29 morganaFixes to configure process for server messaging.
2002-02-13 srittauQuick and dirty hack to fix build on NetBSD hosts with...
2002-02-13 srittauNew command line option: --with-nls-dir, moved pkgdir...
2002-02-08 jmarcusRevert previous commit. It breaks CNID.
2002-02-08 jmarcusFix for two things:
2002-02-07 jmarcusChange the name of the Perl-check macro to reflect...
2002-01-17 srittauMore Solaris cleanups for 64bit compatibility.
2002-01-17 srittauAuto-generate Perl scripts so the the path to the inter...
2002-01-17 srittauNew configure switch: --enable-netbsd.
2002-01-17 srittauDon't define DEBUG is --enable-debug isn't given. Patch by
2002-01-17 srittauNew substituted variable: NLSDIR. Equals $PKGCONFDIR...
2002-01-17 srittauUse new macros NETATALK_PROG_PERL and NETATALK_AFS_CHECK.
2002-01-04 sibazmerged logging code into main branch. use configure...
2001-12-16 srittauRemove redundant AC_PREFIX_DEFAULT.
2001-12-16 srittauUse new SLP checking macro.
2001-12-14 srittauDefine the conditional COMPILE_CNID for use in Makefiles.
2001-12-14 srittauRemoved the --with-cflags and --with-libs flags.
2001-12-11 srittau--enable-fhs does now set mandir correctly.
2001-12-10 jmarcusFix up cnid_didname_verify so that it works with automa...
2001-12-03 jmarcusDon't include time.h as it can be less portable. Inste...
2001-12-03 jmarcusTru64 does not define timeval in time.h. Make sure...
2001-12-01 srittauRemoved checks for libs that cause problems on OpenBSD...
2001-11-30 srittauSmall change to the AC_MSG_RESULT of --with-did=hash.
2001-11-28 srittauClean up --with-did check: "hash" is now an explicit...
2001-11-27 jmarcusRemoved the --with-cnid-db configure option, and replac...
2001-11-25 srittauForward-Ports from the stabilizing branch.
2001-11-24 srittauPAM cleanups, removed unused USE_SHADOWPW conditional.
2001-11-23 srittauDon't add db3 flags to CFLAGS and LIBS, but use DB3_CFL...
2001-11-23 srittauRemoved obsolete --with-config-dir option.
2001-11-20 srittauMostly reverted Dan's patch after a short discussion...
2001-11-20 pooba53Fixed file so --sysconfdir works correctly as well...
2001-11-16 srittauInclude $(top_srcdir)/include before everything else.
2001-11-14 srittauThe help string of --with-message-dir said --with-msg...
2001-11-13 srittauRemoved LDSHAREDFLAGS since it's not used, anyway.
2001-11-13 srittauUse new macro AC_PATH_DB3.
2001-10-30 jmarcusFix a minor aesthetic thing.
2001-10-30 jmarcusAnother day, another PAM patch. This time, PAM should...
2001-10-27 srittauMoved macro AC_PATH_SSL into its own file.
2001-10-27 srittauChanged macro name from AM_PATH_SSL to AC_PATH_SSL.
2001-10-25 srittauMoved the SSL checking code into its own function,...
2001-10-24 srittauCleanup --with and --enable help strings.
2001-10-21 jmarcusFix problem with -ldb3 being used instead of -ldb.
2001-10-20 jmarcusFix db3 detection for people using db3 3.3.x built...
2001-10-11 jmarcusAdd -lpam to AFPD_LIBS and PAPD_LIBS. afpd and papd...
2001-10-10 jmarcusProperly add -lpam to LDFLAGS (thanks, Sebastian).
2001-10-10 jmarcusIn order to link against PAM, it helps to have -lpam...
2001-10-10 srittauFixed typo.
2001-10-09 jmarcusFix problem with PAM being forced on users by default.
2001-10-07 srittauPAM compilation fixed.
2001-10-06 srittauFix --enable-overwrite:
2001-10-03 jmarcusFINALLY fix that damn "AUTHORS: Can't execute" error.
2001-10-03 jmarcusFix long-standing bug with PAM configuration. PAM...
2001-09-22 jmarcusFix db3 compilation on Linux.
2001-09-17 rufustfireflySLP support added (Joe Clarke)
2001-09-07 rufustfireflyendian checking/memcpy fixes
2001-09-06 rufustfireflyadded errno.h and sys/errno.h to list of includes to...
2001-09-04 rufustfireflyproperly checks for db3 headers (Joe Clarke)
2001-08-30 srittauComparison operator is "=", not "==" in the "test"...
2001-08-30 srittauMake --without-ssl-dir work.
2001-08-28 lancelAdd configure file protection.
next