* Update some of the error messages to start with rlm_detail:
[freeradius.git] / configure.in
2000-11-07 aland removed WITH_DBM, and WITH_FOO_HACK from the top-level...
2000-11-06 aland if we don't have any pthread libraries, remove all...
2000-10-23 aland check for a working INSTALL program, and set the appro...
2000-10-20 jcarnealJeff Carneal <jeff@apex.net>
2000-10-18 aland added checks for SUNPro C, from "Kiernan, Alex" <alexk...
2000-10-09 jcarnealAdded 'default=??'
2000-09-30 jcarnealAdded --with-usercollide option (hopefully correctly)
2000-09-26 aland first step of snmp/smux patches from
2000-09-25 aland added checks for netinet/in.h, and sys/types.h
2000-09-14 aland last change to update new libltdl location
2000-09-14 aland find and substitute the variable top_builddir
2000-09-14 aland check if libltdl is to be installable, and set LIBLTDL...
2000-08-31 aland cleaned up option handling to make somewhat more sense
2000-08-31 aland made the dictionary case insensitive, by default....
2000-08-15 aland define socklen_t as 'int', if the system doesn't have it.
2000-08-12 aland Patch from "Alan Curry" <pacman-radius@cqc.com>
2000-08-12 aland Patches for CFLAGS to use -pthread and -D_THREAD_SAFE...
2000-08-08 aland corrected typo
2000-08-08 aland don't bother using MODULE_* stuff any more, libtool...
2000-07-28 aland added strsep(), which is a thread-safe replacement...
2000-07-28 aland removed all knowledge about dlopen() and friends from the
2000-05-01 aland check for sigprocmask()
2000-04-25 aland enable inclusion of libltdl in the configuration process
2000-04-25 aland add checks for missing autoconf, autoheader, and aclocal.
2000-04-18 aland checks for sys/wait.h
2000-04-18 aland checks for <time.h> and <sys/time.h>, as described...
2000-04-13 aland updated the scripts.
2000-04-12 aland we don't need pthread_cancel() any more.
2000-04-10 aland Corrected to let it build with sem_init and -lposix4...
2000-04-10 aland check for sem_init in -lposix4, as that's what Solaris...
2000-04-05 aland check for pthread_cancel, and work around it if it...
2000-04-04 aland no need any more for seperate NSLLIB or SOCKETLIB...
2000-04-04 aland If we're using thread pools, check for sem_init()...
2000-04-04 aland ensure that uint8_t and uint32_t are defined on all...
2000-04-01 aland only look for thread pools if requested to.
2000-03-30 aland new option: --with-thread-pool (default=no).
2000-03-11 aland tell configuration scripts to substitute LIBS in Make...
2000-03-07 aland double-check need for prototypes for getusershell...
2000-03-07 aland New macro which checks if a prototype is needed, which is
2000-03-03 aland if 'uint32_t' isn't defined, then we default to make it
2000-03-01 aland look for uint8_t and uin32_t in <inttypes.h>, as well...
2000-03-01 aland updated to check for pthread functions in -lc_r, on...
2000-02-25 aland renamed sun_signal() to reset_signal(). Added checks...
2000-02-25 aland massive conversion of types.
2000-02-25 aland Updated the configuration scripts after reading the...
2000-02-23 aland moved the build over to using libtool.
2000-02-21 aland set a variable LIBTOOL in Make.inc.in, so that the...
2000-01-07 aland fixed bug, as pointed out by kota <kota@at.com.ua>
2000-01-06 aland added option '--with-threads' to allow people to NOT...
2000-01-04 miquels * Acend channels per line default should be 23, not 1
2000-01-03 miquels * Updated checkrad.pl.in
2000-01-03 alandconfigure.in pthread.h and libpthread
2000-01-03 aland fixed possible problem with Ascend configuration, as
1999-11-02 aland look for <syslog.h>, and the getusershell function.
1999-10-26 aland ensure that the various helper scripts are executable...
1999-10-26 aland fix spacing of help messages
1999-10-26 alandacconfig.h defines for ATTRIB_NMC and ASCEND_BINARY
1999-10-19 aland check for posix <regex.h>
1999-10-15 aland more bug fixes
1999-10-15 aland more changes to export MODULE_NEED_USCORE to the autoc...
1999-10-15 aland lots more changes to dynamic library stuff. This...
1999-10-15 aland added 'DYNAMIC_MODULES' definition to see if we're...
1999-10-14 aland more checks to ensure that src/include/radpaths.h...
1999-10-14 aland one more test for dlopen. Also include crypt tests...
1999-10-14 aland moved HAVE_LIBDL definition to HAVE_DLOPEN. The subst...
1999-10-14 aland check for dlopen in libdl. If not, check to see if...
1999-10-14 aland we now type 'make reconfig' from the top directory
1999-10-14 aland added check for include file <dlfcn.h>, which is a...
1999-09-20 miquels * Use uname to detect OS/2
1999-09-20 miquels * Added LIBPREFIX, set to "" on OS/2 and "lib" on...
1999-09-19 miquels * Added some functions to missing.c: str[n]casecmp,
1999-09-18 miquels * Renamed some more Makefile.in files to plain Makefile
1999-09-18 miquelsChange a couple of Makefile.ins to plain Makefiles
1999-08-25 miquels*** empty log message ***
1999-08-23 aland add additional text describing where to download GNU...
1999-08-21 miquelsHmm, how does this work? My changelog is in doc/ChangeLog
1999-08-16 alandInitial revision origin/aland