Patches to enable or disable using the supplied libltdl
[freeradius.git] / configure
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...
2001-08-08 aland Corrected tpye, and SNMP configuration bug, first...
2001-08-07 aland Made 'WITH_THREAD_POOL=yes' the default, and removed...
2001-08-02 aland Hmm... let's bump up the version number (sigh)
2001-07-28 aland Added configure options 'with-rlm-FOO-include/lib...
2001-07-28 aland make thread pools the default, and other minor changes to
2001-07-06 cmillerFix check for shared library using libtool info, instea...
2001-07-05 cmillerCheck for location of sem_init symbol, because it's...
2001-07-04 cmillerIn preparation for patching how the oracle detection...
2001-07-03 cmillerChanged function to test when looking for a working...
2001-06-06 aland Use the correct include file.
2001-06-02 cmillerPrevent stripping of executables, when devel flags...
2001-06-01 cmillerCorrected configure output for counter module failure.
2001-05-16 aland checks for <semaphore.h> and sem_init() to the main...
2001-05-15 cmillerAdded prototype for radlog_iswritable().
2001-05-11 cmillerRestored aclocal.m4 and ADDED configure. Wild.