summaryrefslogtreecommitdiffstats
path: root/src/aclocal.m4
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support building on x86_64Sam Hartman2004-09-101-10/+10
* * aclocal.m4 (KRB5_AC_PRAGMA_WEAK_REF): Fix to work with AIX compiler when op...Ken Raeburn2004-08-241-1/+1
* * aclocal.m4 (KRB5_AC_ENABLE_THREADS): Check for pthread_rwlock_init, with andKen Raeburn2004-08-191-1/+3
* * aclocal.m4 (WITH_CC): Log messages when adding AIX compiler optionsKen Raeburn2004-08-081-2/+8
* * aclocal.m4 (KRB5_AC_ENABLE_THREADS): Clear PTHREAD_CFLAGS and PTHREAD_LIBSKen Raeburn2004-08-081-3/+21
* * aclocal.m4 (KRB5_AC_ENABLE_THREADS): On AIX and OSF/1, always addKen Raeburn2004-08-081-1/+9
* zap remaining bits of macsock.h supportKen Raeburn2004-07-171-13/+1
* * aclocal.m4 (KRB5_AC_ENABLE_THREADS): Fix typo that caused some code to beKen Raeburn2004-07-111-13/+12
* * aclocal.m4 (KRB5_AC_ENABLE_THREADS): Use PTHREAD_CFLAGS and PTHREAD_LIBS whenKen Raeburn2004-07-111-2/+4
* * aclocal.m4 (KRB5_AC_ENABLE_THREADS): Always include the thread library onKen Raeburn2004-07-091-4/+31
* * aclocal.m4 (KRB5_AC_ENABLE_THREADS): Don't test for pthread.h specificallyKen Raeburn2004-07-091-1/+1
* * aclocal.m4 (KRB5_AC_ENABLE_THREADS): Default to enabling supportKen Raeburn2004-07-081-6/+5
* * aclocal.m4 (AC_LIBRARY_NET): Look for res_nsearch.Ken Raeburn2004-07-041-4/+8
* * aclocal.m4 (WITH_CC): Use -Wl,-search_paths_first for linking on Darwin.Ken Raeburn2004-06-191-3/+11
* * aclocal.m4 (CONFIG_RULES): Don't set AUTOCONF, AUTOCONFFLAGS, AUTOHEADER,Ken Raeburn2004-06-081-24/+0
* Change all uses of LIB in UNIX makefiles to LIBBASE, for better WindowsKen Raeburn2004-06-041-8/+8
* * aclocal.m4 (KRB5_AC_GCC_ATTRS): On AIX 4, mark the destructor attribute asKen Raeburn2004-05-301-0/+13
* * aclocal.m4 (CONFIG_RULES): Substitute EXTRA_FILES into pre.inKen Raeburn2004-04-301-0/+2
* * aclocal.m4 (CONFIG_RULES): Invoke KRB5_LIB_PARAMS and KRB5_AC_INITFINI.Ken Raeburn2004-04-291-1/+61
* * aclocal.m4 (KRB5_BUILD_LIBRARY_WITH_DEPS): Report an error if perl cannot b...Ken Raeburn2004-04-261-0/+3
* Added support for library initialization and finalization, and verificationKen Raeburn2004-04-241-4/+45
* Start depending on perl for buildsKen Raeburn2004-04-241-0/+1
* Use more flexible command substitution for shared library generation, so we canKen Raeburn2004-04-231-2/+1
* * aclocal.m4 (KRB5_LIB_AUX): Use default_shared and default_static fromKen Raeburn2004-03-241-17/+16
* * aclocal.m4 (KRB5_AC_MAINTAINER_MODE, KRB5_AC_ENABLE_THREADS, KRB5_AC_INET6,Ken Raeburn2004-03-241-13/+11
* * aclocal.m4: Include acx_pthread.m4.Ken Raeburn2004-03-181-1/+21
* * aclocal.m4 (AC_KRB5_TCL_FIND_CONFIG): Look for tclConfig.sh inKen Raeburn2004-03-081-0/+14
* Move daemon.c into a new library of utility routines for linking our programsKen Raeburn2004-02-241-1/+0
* aclocal.m4 (WITH_CC): Add -fno-common to CFLAGS on Darwin, unless -fcommon orKen Raeburn2004-02-141-0/+16
* * aclocal.m4 (TRY_PEER_INT): Deleted.Ken Raeburn2004-02-141-38/+11
* priocntl workaround for Solaris 9 pty-close bugTom Yu2004-02-131-0/+13
* * aclocal.m4 (WITH_CC): Drop -Wno-comment, since we don't support SunOS 4 any...Ken Raeburn2003-12-131-2/+3
* Add --enable-maintainer-mode option to configure, and prevent rebuilding ofKen Raeburn2003-09-271-0/+23
* Copy and build daemon.c in whatever directories need it, instead of building itKen Raeburn2003-08-301-0/+7
* * aclocal.m4 (KRB5_AC_ENABLE_DNS): Drop --enable-dns and --enable-dns-for-kdcKen Raeburn2003-08-261-37/+5