summaryrefslogtreecommitdiffstats
path: root/src/aclocal.m4
Commit message (Expand)AuthorAgeFilesLines
...
* Rearrange code so all of the 'krb5_force_static' stuff is done in one placeKen Raeburn2007-03-251-63/+41
* Remove traces of enable_shared, enable_static, enable_profiled, andKen Raeburn2007-03-251-80/+47
* Remove separate KRB5_BUILD_LIBRARY_WITH_DEPS macro, just use KRB5_BUILD_LIBRARYKen Raeburn2007-03-251-12/+3
* Remove special support for building a shared library with no dependencies, si...Ken Raeburn2007-03-251-3/+1
* Don't define KRB5_PRIVATE, since it's not tested any moreKen Raeburn2007-01-201-2/+1
* Merge Kevin Coffman's keyring ccache branch for Linux, with some modifications:Ken Raeburn2006-10-021-0/+12
* * aclocal.m4 (KRB5_LIB_AUX): Disallow --enable-profiled and --disable-sharedKen Raeburn2006-07-211-6/+15
* reject configure option for static librariesKen Raeburn2006-07-211-0/+4
* need to look harder for tclConfig.shKen Raeburn2006-07-191-0/+8
* Merge remaining changes from LDAP integration branchKen Raeburn2006-07-181-0/+38
* (KRB5_AC_FIND_DLOPEN): Use AC_SEARCH_LIBSKen Raeburn2006-07-171-2/+7
* Don't output krb5_config_prefix commands into config.status; do the substitut...Ken Raeburn2006-05-241-11/+4
* Don't look for pthread_mutexattr_setrobust_npKen Raeburn2006-05-161-3/+1
* * aclocal.m4 (KRB5_AC_CHOOSE_ET): Make sure that the error-table symbol isKen Raeburn2006-04-141-1/+1
* * aclocal.m4 (KRB5_AC_CHECK_TYPE_WITH_HEADERS): Use quotes around tr argumentsKen Raeburn2006-04-081-1/+1
* Move definitions of KRB5_PRIVATE and KRB5_DEPRECATED from autoconf.hKen Raeburn2006-04-081-2/+2
* * aclocal.m4 (KRB5_SOCKADDR_SA_LEN): Use AC_CHECK_MEMBER.Ken Raeburn2006-04-011-48/+13
* * aclocal.m4 (CHECK_UTMP): Call AC_CHECK_FUNCS once instead of AC_CHECK_FUNCKen Raeburn2006-03-281-13/+10
* Merge from plugin branchKen Raeburn2006-03-071-2/+3
* * aclocal.m4 (AC_KRB5_TCL_TRYOLD): Include $LIBS in $TCL_LIBSKen Raeburn2006-01-181-4/+4
* * aclocal.m4 (K5_AC_INIT): Initialize build_dynobj to noKen Raeburn2005-10-281-1/+2
* If configure scripts set build_dynobj=yes, force build of shared objects andKen Raeburn2005-10-271-0/+5
* Allow dynamic-object dependencies and build flags to be specified as distinct...Ken Raeburn2005-10-271-0/+2
* * aclocal.m4 (KRB5_AC_INET6): Drop enable/disable-ipv6 option; emit a warning...Ken Raeburn2005-10-271-12/+2
* Move libdb2 makefile stuff down into db2 module subtree.Ken Raeburn2005-10-051-2/+5
* Rework logic for using res_ninit() and friends to fall back toTom Yu2005-09-081-10/+2
* * aclocal.m4 (PL_KRB5_MAJOR_RELEASE, PL_KRB5_MINOR_RELEASE, PL_KRB5_PATCHLEVEL,Ken Raeburn2005-08-201-2/+19
* * aclocal.m4 (K5_AC_INIT, K5_VERSION, K5_BUGADDR): New macrosKen Raeburn2005-08-201-0/+7
* * aclocal.m4 (AC_LIBRARY_NET): Special-case AIX 5.x due to brokenTom Yu2005-07-201-0/+9
* * aclocal.m4 (libnover_frag): Set and substituteKen Raeburn2005-06-291-0/+2
* * aclocal.m4 (KRB5_AC_ENABLE_THREADS): Override guessed PTHREAD_CFLAGS withKen Raeburn2005-06-211-0/+7
* * aclocal.m4 (WITH_CC): Don't use -pedantic on Linux.Ken Raeburn2005-06-211-2/+10
* * aclocal.m4 (WITH_CC): Don't use -pedantic on LinuxKen Raeburn2005-06-211-0/+2
* Novell Database Abstraction Layer merge.Ken Raeburn2005-06-211-0/+1
* * aclocal.m4 (AC_KRB5_TCL_FIND_CONFIG): Provide comment template when definingKen Raeburn2005-05-131-13/+11
* Compute reltopdir at autoconf time instead of at configure time. This has theKen Raeburn2005-04-201-24/+21
* I think the hpux change here should prevent it from overriding theKen Raeburn2005-03-051-2/+5
* * aclocal.m4 (KRB5_AC_ENABLE_THREADS): If thread support is not enabled, zapKen Raeburn2005-02-041-0/+4
* Fix some potential resource leaks in dnsglue.cTom Yu2005-01-121-1/+1
* * aclocal.m4 (KRB5_AC_PRIOCNTL_HACK): Check for Solaris patchTom Yu2004-11-191-3/+26
* * aclocal.m4 (KRB5_AC_ENABLE_THREADS): On HP-UX, define some preprocessorKen Raeburn2004-10-061-0/+6
* * aclocal.m4 (AC_KRB5_TCL_FIND_CONFIG): If the config info set by tclConfig.shKen Raeburn2004-09-231-0/+4
* Better support for using libutil on systems that need it for variousTom Yu2004-09-221-0/+12
* Only use -Wl,-oldstyle_liblookup if using native linker. Check forTom Yu2004-09-221-0/+8
* Don't assume that presence of res_nsearch() means we have ns_initparse()Tom Yu2004-09-211-1/+2
* Add DNS resolver glue layer. Use itTom Yu2004-09-211-48/+35
* * aclocal.m4 (AC_LIBRARY_NET): Look for res_search() prototype,Tom Yu2004-09-171-11/+26
* * aclocal.m4 (AC_LIBRARY_NET): Only look for res_search() inTom Yu2004-09-151-1/+1
* * aclocal.m4 (AC_LIBRARY_NET): Require the BIND_8_COMPAT checkTom Yu2004-09-141-0/+1
* * aclocal.m4: Fix check for resolv.h; some platforms haveTom Yu2004-09-141-2/+10