Hack AC_LIBLTDL_INSTALLABLE so it sets LIBLTDLPATH (or not)
[freeradius.git] / configure
2005-04-14 aland Hack AC_LIBLTDL_INSTALLABLE so it sets LIBLTDLPATH...
2005-03-26 phampsonRerun autogen.sh (skipping libtoolize) with autoconf...
2005-03-24 aland Replace everything in libltdl, to "upgrade" to a newer...
2004-12-19 phampsonRerun autogen.sh after changes to build system
2004-07-06 phampsonRerun autoconf after acinlude.m4 1.27 "use ucd-snmp...
2004-06-24 aland Don't use AC_OUTPUT_COMMANDS, as it has been deprecate...
2004-06-22 aland --with-openssl-foo sets OPENSSL_FOO_DIR.
2004-06-22 aland Don't pollute LIBS when looking for -lssl && -lcrypto
2004-06-22 aland libltdl is just a directory name, and doesn't need...
2004-06-15 vorlonautotools revamp:
2004-06-14 aland Check to inet_ntop, too
2004-06-14 aland Check for inet_pton, too
2004-06-08 phampsonRegenerate from configure.in using autoconf2.13 after:
2004-05-17 phampsonRebuild configure from configure.in 1.198
2004-05-08 phampsonRebuild configure against configure.in 1.197
2004-03-25 aland Interix requires -D_ALL_SOURCE, for reasons known...
2004-03-05 aland If we've found openssl/ssl.h, then set -I$OPENSSL_INCLUDE
2004-01-23 aland Define HAVE_OPENSSL_SSL_H, too
2004-01-13 aland Stupid RedHat stuff. Their OpenSSL uses kerberos...
2004-01-07 aland Look for openssl/rand.h, too.
2004-01-07 aland Hoist OpenSSL checks from a number of different places...
2003-12-19 aland Patch to change ctime_r to CTIME_R, which is now a...
2003-12-15 aland Part 1 of patch from Jan Berkel, based on Miquel's...
2003-11-21 mcr regenerated configure scripts.
2003-10-13 phampsonRegenerate from configure.in after: Override GETHOSTBYA...
2003-10-04 phampsonRegenerate from configure.in after: Cosmetic fix to...
2003-10-04 phampsonRegenerate from aclocal.m4 after: Improve SNMP include...
2003-09-03 phampsonRegenerate after adding <stdio.h> to gethostby{addr...
2003-09-02 aland Don't use warning flags which are too new, and thus...
2003-09-02 aland Even more warnings for developers, from Steve G.
2003-09-02 aland Fix for ac_struct_foo_has_member_bar
2003-08-28 aland Added --with-openssl-includes=DIR
2003-08-25 phampsonPull from branch_0_9: Widen call{ed,ing}stationid from...
2003-08-22 phampsonRegenerate from configure.in: Fix (again) gethostby...
2003-08-05 aland Fix for experimental modules
2003-07-21 aland It's now 0.9.0 (final)
2003-07-15 aland -pre3 (sigh) release_0_9_0_pre3
2003-07-09 aland export top_builddir
2003-07-09 aland export top_builddir, too.
2003-07-08 aland don't use find
2003-07-08 aland Ready for 0.9.0-pre2
2003-07-07 pnixonrelease version
2003-06-27 aland Build experimental modules, too.
2003-06-22 phampsonRegenerate configure from configure.in using autoconf2.13:
2003-06-22 phampsonRerun autoconf (2.13) and autoheader (2.13)
2003-06-16 phampsonFix the --enable-developer flag for people without...
2003-06-16 phampsonAlso add '-maxdepth 1' for finding modules in experimen...
2003-06-14 phampsonUse '-maxdepth 1' find argument to avoid doubly-configu...
2003-02-13 aland Add a top-level dictionary in /etc/raddb (for backward...
2003-01-27 aland Added preliminary large file support, with macros...
2002-11-21 aland Made ALL dictionary lookups case insensitive by defaul...
2002-11-18 aland The head is now 0.9-pre
2002-09-27 cmiller*** empty log message ***
2002-09-09 aland If we DO find pthread_create() in -lpthread, then...
2002-08-16 aland Patch to simplify looking for snmp, and to make it...
2002-07-26 aland Now that 0.7 is out, the current release is 0.8-pre
2002-07-26 aland Renamed 0.7-pre to 0.7, in preparation for the release.
2002-07-19 aland Updated for Solaris garbage, where 'pthread_create...
2002-07-18 aland Corrected typo: "libtdl" != "libltdl"
2002-07-16 aland Last set of changes to make sem_init and friends be...
2002-07-15 aland Btter changes which should fix the stupid autoconf...
2002-07-12 aland Patches to enable or disable using the supplied libltdl
2002-07-06 fcusack my autoconf appears to be broken. this looks a little...
2002-07-06 fcusack update for configure.in#1.158
2002-07-04 fcusack Link all of libradius.a, not just referenced symbols.
2002-07-03 aland change version to 0.7-pre
2002-06-18 aland One more stab at working around autoconf stupidities
2002-06-18 aland Fix use of 'test'
2002-06-18 aland Define top_srcdir, too, for new libtool.
2002-06-17 aland Removed checks for unused programs
2002-06-05 aland Removed iodbc configuration checks from the top-level...
2002-05-29 aland Added checks for uint16_t, which is used by the EAP...
2002-05-17 aland Look for <sys/wait.h>, too
2002-05-06 aland Look for BSD style gethostbyaddrr()
2002-04-29 aland Make all stable modules
2002-04-24 aland After configuring for only certain modules, we should...
2002-04-23 aland Fixed stable module build
2002-04-22 aland Bumped version number.
2002-03-06 cmillerAdded tests to detect the style of gethostbyaddr_r...
2002-03-05 aland Removed checks for gethostbyFOO_r(), until such time...
2002-02-25 aland Check for gethostbyFOO_r(), and use them, if they...
2002-02-25 aland Use gmtime_r by default, so that we're thread-safe.
2002-02-25 aland Removed use of internal autoconf variable which is...
2002-02-04 aland Added -D_POSIX_PTHREAD_SEMANTICS to use the two argume...
2002-02-01 aland Moved the server to using ctime_r, instead of ctime...
2002-02-01 aland Look for, and define localtime_r.
2002-01-16 aland Correctly check for the odbc lib.
2002-01-02 aland Added checks for -lcipher (FreeBSD)
2001-12-13 aland removed no longer needed define for WITH_THREAD_POOL
2001-12-13 aland define major and minor revisions seperately, so that...
2001-11-20 cmillerdebian: remove empty directory /var/log/freeradius debian_version_0_3-2
2001-10-25 aland If we're using threads, block SIGINT, SIGQUIT, too...
2001-10-23 aland Remove postgres checks from the top-level configure...
2001-10-10 aland Update version to 0.4, and add '-g' to developer flags...
2001-09-28 aland Added cryptpasswd command, to create/check encrypted...
2001-09-24 aland Updated tests for SNMP libraries, to not do too much...
2001-09-10 aland Updated PGROOT tests, to hopefully work on Solaris...
2001-09-06 aland Fix bug number 104 (hopefully). I don't have access...
2001-08-24 aland Use the 'test' program properly, with command-line...
2001-08-08 aland Checks for ut_xtime. If it doesn't exist, try to...
next