summaryrefslogtreecommitdiffstats
path: root/src/aclocal.m4
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * aclocal.m4 (WITH_CCOPTS, WITH_CPPOPTS, WITH_LINKER, WITH_LDOPTS,Ken Raeburn2003-08-261-49/+8
* * aclocal.m4 (extra_gcc_warn_opts): Don't turn on -pedantic on DarwinKen Raeburn2003-07-151-1/+6
* Big step towards integrating libkrb524 into libkrb5:Ken Raeburn2003-05-241-14/+0
* Default KRB5_DEPRECATED to 0, but force it to 1 for in-tree stuffTom Yu2003-05-221-0/+1
* Require only autoconf 2.52. Try --include argument to autoconf and autoheader,Ken Raeburn2003-04-251-2/+1
* Simplify autoconf compatibility by requiring that we always have a version thatKen Raeburn2003-04-241-4/+3
* back out requirement of autoconf-2.53Tom Yu2003-04-101-1/+1
* don't install in-tree libdbTom Yu2003-04-021-0/+5
* * aclocal.m4: Require autoconf-2.53, since 2.52 generatesTom Yu2003-04-011-1/+1
* * aclocal.m4: Define KRB5_AC_NEED_BIND_8_COMPAT to check for bind 9 and highe...Alexandra Ellwood2003-03-181-0/+20
* Remove ADD_DEF and uses thereof, and move the appropriate symbols toTom Yu2003-03-031-16/+3
* Substitute DEPLIBEXT for library buildsSam Hartman2003-03-021-0/+1
* Search for ar, ranlib, install in KRB5_BUILD_LIBRARY* macros rather thanKen Raeburn2003-01-101-17/+5
* Use markers in Makefile.in rather than rules in configure.in to indicate whenKen Raeburn2003-01-101-10/+7
* Replace dependencies on generated krb524 and krb4 headers withTom Yu2002-12-231-0/+12
* * aclocal.m4 (KRB5_GETSOCKNAME_ARGS, KRB5_GETPEERANME_ARGS): Check forKen Raeburn2002-12-181-2/+2
* Invoke autoconf/autoreconf with the option --localdir or --include dependingEzra Peisach2002-11-141-0/+4
* Fix TCL_RPATH to explicitly insert system library path intoTom Yu2002-11-121-1/+1
* New Makefile variable RPATH_FLAG, possibly used even when we're notTom Yu2002-11-051-0/+8
* * aclocal.m4 (AC_KRB5_TCL_FIND_CONFIG): Use 'eval' when setting TCL_LIBS toKen Raeburn2002-10-311-1/+3
* * aclocal.m4 (AC_KRB5_TCL): If --with-tcl is given, failure to find a libraryKen Raeburn2002-10-281-1/+6
* * aclocal.m4 (CONFIG_RULES): Define using AC_DEFUNKen Raeburn2002-10-121-1/+1