aboutsummaryrefslogtreecommitdiff
path: root/src/aclocal.m4
AgeCommit message (Expand)AuthorFilesLines
2006-05-24Don't output krb5_config_prefix commands into config.status; do the substitut...Ken Raeburn1-11/+4
2006-05-16Don't look for pthread_mutexattr_setrobust_npKen Raeburn1-3/+1
2006-04-14* aclocal.m4 (KRB5_AC_CHOOSE_ET): Make sure that the error-table symbol isKen Raeburn1-1/+1
2006-04-08* aclocal.m4 (KRB5_AC_CHECK_TYPE_WITH_HEADERS): Use quotes around tr argumentsKen Raeburn1-1/+1
2006-04-08Move definitions of KRB5_PRIVATE and KRB5_DEPRECATED from autoconf.hKen Raeburn1-2/+2
2006-04-01* aclocal.m4 (KRB5_SOCKADDR_SA_LEN): Use AC_CHECK_MEMBER.Ken Raeburn1-48/+13
2006-03-28* aclocal.m4 (CHECK_UTMP): Call AC_CHECK_FUNCS once instead of AC_CHECK_FUNCKen Raeburn1-13/+10
2006-03-07Merge from plugin branchKen Raeburn1-2/+3
2006-01-18* aclocal.m4 (AC_KRB5_TCL_TRYOLD): Include $LIBS in $TCL_LIBSKen Raeburn1-4/+4
2005-10-28* aclocal.m4 (K5_AC_INIT): Initialize build_dynobj to noKen Raeburn1-1/+2
2005-10-27If configure scripts set build_dynobj=yes, force build of shared objects andKen Raeburn1-0/+5
2005-10-27Allow dynamic-object dependencies and build flags to be specified as distinct...Ken Raeburn1-0/+2
2005-10-27* aclocal.m4 (KRB5_AC_INET6): Drop enable/disable-ipv6 option; emit a warning...Ken Raeburn1-12/+2
2005-10-05Move libdb2 makefile stuff down into db2 module subtree.Ken Raeburn1-2/+5
2005-09-08Rework logic for using res_ninit() and friends to fall back toTom Yu1-10/+2
2005-08-20* aclocal.m4 (PL_KRB5_MAJOR_RELEASE, PL_KRB5_MINOR_RELEASE, PL_KRB5_PATCHLEVEL,Ken Raeburn1-2/+19
2005-08-20* aclocal.m4 (K5_AC_INIT, K5_VERSION, K5_BUGADDR): New macrosKen Raeburn1-0/+7
2005-07-20 * aclocal.m4 (AC_LIBRARY_NET): Special-case AIX 5.x due to brokenTom Yu1-0/+9
2005-06-29* aclocal.m4 (libnover_frag): Set and substituteKen Raeburn1-0/+2
2005-06-21* aclocal.m4 (KRB5_AC_ENABLE_THREADS): Override guessed PTHREAD_CFLAGS withKen Raeburn1-0/+7
2005-06-21* aclocal.m4 (WITH_CC): Don't use -pedantic on Linux.Ken Raeburn1-2/+10
2005-06-21* aclocal.m4 (WITH_CC): Don't use -pedantic on LinuxKen Raeburn1-0/+2
2005-06-21Novell Database Abstraction Layer merge.Ken Raeburn1-0/+1
2005-05-13* aclocal.m4 (AC_KRB5_TCL_FIND_CONFIG): Provide comment template when definingKen Raeburn1-13/+11
2005-04-20Compute reltopdir at autoconf time instead of at configure time. This has theKen Raeburn1-24/+21
2005-03-05I think the hpux change here should prevent it from overriding theKen Raeburn1-2/+5
2005-02-04* aclocal.m4 (KRB5_AC_ENABLE_THREADS): If thread support is not enabled, zapKen Raeburn1-0/+4
2005-01-12Fix some potential resource leaks in dnsglue.cTom Yu1-1/+1
2004-11-19 * aclocal.m4 (KRB5_AC_PRIOCNTL_HACK): Check for Solaris patchTom Yu1-3/+26
2004-10-06* aclocal.m4 (KRB5_AC_ENABLE_THREADS): On HP-UX, define some preprocessorKen Raeburn1-0/+6
2004-09-23* aclocal.m4 (AC_KRB5_TCL_FIND_CONFIG): If the config info set by tclConfig.shKen Raeburn1-0/+4
2004-09-22Better support for using libutil on systems that need it for variousTom Yu1-0/+12
2004-09-22Only use -Wl,-oldstyle_liblookup if using native linker. Check forTom Yu1-0/+8
2004-09-21Don't assume that presence of res_nsearch() means we have ns_initparse()Tom Yu1-1/+2
2004-09-21Add DNS resolver glue layer. Use itTom Yu1-48/+35
2004-09-17 * aclocal.m4 (AC_LIBRARY_NET): Look for res_search() prototype,Tom Yu1-11/+26
2004-09-15 * aclocal.m4 (AC_LIBRARY_NET): Only look for res_search() inTom Yu1-1/+1
2004-09-14 * aclocal.m4 (AC_LIBRARY_NET): Require the BIND_8_COMPAT checkTom Yu1-0/+1
2004-09-14 * aclocal.m4: Fix check for resolv.h; some platforms haveTom Yu1-2/+10
2004-09-10Support building on x86_64Sam Hartman1-10/+10
2004-08-24* aclocal.m4 (KRB5_AC_PRAGMA_WEAK_REF): Fix to work with AIX compiler when op...Ken Raeburn1-1/+1
2004-08-19* aclocal.m4 (KRB5_AC_ENABLE_THREADS): Check for pthread_rwlock_init, with andKen Raeburn1-1/+3
2004-08-08* aclocal.m4 (WITH_CC): Log messages when adding AIX compiler optionsKen Raeburn1-2/+8
2004-08-08* aclocal.m4 (KRB5_AC_ENABLE_THREADS): Clear PTHREAD_CFLAGS and PTHREAD_LIBSKen Raeburn1-3/+21
2004-08-08* aclocal.m4 (KRB5_AC_ENABLE_THREADS): On AIX and OSF/1, always addKen Raeburn1-1/+9
2004-07-17zap remaining bits of macsock.h supportKen Raeburn1-13/+1
2004-07-11* aclocal.m4 (KRB5_AC_ENABLE_THREADS): Fix typo that caused some code to beKen Raeburn1-13/+12
2004-07-11* aclocal.m4 (KRB5_AC_ENABLE_THREADS): Use PTHREAD_CFLAGS and PTHREAD_LIBS whenKen Raeburn1-2/+4
2004-07-09* aclocal.m4 (KRB5_AC_ENABLE_THREADS): Always include the thread library onKen Raeburn1-4/+31
2004-07-09* aclocal.m4 (KRB5_AC_ENABLE_THREADS): Don't test for pthread.h specificallyKen Raeburn1-1/+1