summaryrefslogtreecommitdiffstats
path: root/src/aclocal.m4
Commit message (Expand)AuthorAgeFilesLines
...
* * aclocal.m4 (KRB5_LIB_PARAMS): Display test for host type andEzra Peisach2001-06-211-4/+9
* * acconfig.h: Add HAVE_REGCOMPEzra Peisach2001-06-181-15/+24
* * aclocal.m4 (KRB5_NEED_PROTO): Determines if the OS provides aEzra Peisach2001-06-111-0/+23
* aclocal.m4 (CONFIG_RULES): Set and substitute AUTOHEADER and AUTOHEADERFLAGSKen Raeburn2001-06-061-0/+6
* * aclocal.m4 (WITH_CC, WITH_CCOPTS): Autoconf 2.50 fix. ChangeEzra Peisach2001-05-231-2/+2
* * aclocal.m4 (DECLARE_SYS_ERRLIST): Check for sys_nerr with anKen Raeburn2001-04-271-6/+11
* * aclocal.m4 (KRB5_AC_INET6): Don't look for getipnodebyname, getipnodebyaddrKen Raeburn2001-04-261-1/+1
* assume ANSI C: delete no-volatile support, and most no-prototype supportKen Raeburn2001-04-261-32/+0
* * aclocal.m4 (WITH_CC): Reorganize test: Do not use cache variableEzra Peisach2001-04-111-7/+8
* * aclocal.m4 (KRB5_LIB_AUX): Smash some shared lib file extensionsTom Yu2001-01-291-4/+13
* * aclocal.m4 (KRB5_AC_INET6): Ensure that we check for sa_len fieldKen Raeburn2000-12-061-0/+1
* (WITH_CC): Don't use -Wtraditional, we're always assuming ANSI mode nowKen Raeburn2000-12-061-1/+1
* * aclocal.m4 (KRB5_AC_INET6): Look for netdb.h.Ken Raeburn2000-12-051-7/+13
* * aclocal.m4 (CONFIG_RULES): Quote AUTOCONFFLAGS properlyTom Yu2000-11-021-1/+1
* * aclocal.m4 (V5_SET_TOPDIR): In newer versions of autoconfEzra Peisach2000-11-011-16/+31
* * aclocal.m4 (AC_LIBRARY_NET): Newer versions of autoconf are moreEzra Peisach2000-10-311-8/+8
* * post.in (Makefile): When running autoconf, use AUTOCONFFLAGSEzra Peisach2000-10-271-0/+3
* * aclocal.m4 (LIBLINKS): Fix appending of $EXTRA_LIB_TARGETS toTom Yu2000-08-311-1/+1
* * aclocal.m4 (KRB5_LIB_AUX): Fold in values of EXTRA_LIB_TARGETS,Ken Raeburn2000-08-301-1/+10
* * aclocal.m4 (KRB5_AC_CHECK_INET6): Require "struct sockaddr_storage" for IPv...Ken Raeburn2000-08-231-0/+1
* * aclocal.m4 (CHECK_SIGPROCMASK): Check for posix sigprocmaskEzra Peisach2000-08-071-5/+4
* * aclocal.m4 (KRB5_LIB_PARAMS): Moved bulk of the work into config/shlib.conf.Ken Raeburn2000-07-141-256/+11
* pullup from 1.2.1 releaseKen Raeburn2000-07-011-13/+31
* pullup from 1.2-beta4Ken Raeburn2000-06-301-10/+36
* Finish up Darwin linker flagsWilfredo Sanchez2000-05-051-1/+1
* Clean up Rhapsody/Darwin compilation optionsWilfredo Sanchez2000-05-031-4/+3
* Match on darwin string for Mac OS XWilfredo Sanchez2000-05-031-1/+1
* * aclocal.m4 (KRB5_AC_ENABLE_DNS): Fix typo that caused the DNS code to never...Ken Raeburn2000-03-151-1/+1
* * aclocal.m4: Tweak the HPUX shared lib build some more. Don'tTom Yu2000-03-011-4/+4
* Tweak build system to deal somewhat better with HPUX shared libsTom Yu2000-03-011-2/+8
* * aclocal.m4: Define DES425_LIB and DES425_DEPLIB all the time. WeEzra Peisach2000-02-281-4/+3
* * aclocal.m4: Kludge in the old test for tcl so that we have someTom Yu2000-02-081-1/+68
* * aclocal.m4 (AC_KRB5_TCL_FIND_CONFIG): Change test syntax a little to keep b...Ken Raeburn2000-02-071-1/+2
* * aclocal.m4: Add support to substitute KRB524_LIB in placesTom Yu2000-02-041-0/+6
* Don't use obsolete autoconf macros. Fix up output formatting a little.Ken Raeburn2000-01-271-62/+144
* * aclocal.m4 (KRB5_AC_INET6): New macro.Ken Raeburn1999-11-021-0/+33
* rhapsody fixes from 1.1 branchKen Raeburn1999-09-211-3/+3
* Added MacOS X shared library supportBrad Thompson1999-08-131-0/+13
* aclocal.m4: Add support for FreeBSD systems using ELF (and not justTheodore Tso1998-11-161-21/+14
* aclocal.m4 (AC_PROG_LEX): Autoconf "fixed" AC_PROG_LEX long ago. OurTheodore Tso1998-11-031-16/+0
* pull up 3des implementation from the marc-3des branchMarc Horowitz1998-10-301-7/+10
* Preliminary fixes for AIX4.3:Sam Hartman1998-07-121-0/+3
* Third time's the charm.... *sigh* (ya irix6.3/gcc fix)Matthew Hancher1998-07-081-9/+9
* Wed Jul 8 01:10:44 1998 Matthew D Hancher <mdh@mit.edu>Matthew Hancher1998-07-081-2/+16
* Tue Jun 23 06:28:51 1998 Matthew D Hancher <mdh@mit.edu>Matthew Hancher1998-06-231-1/+6
* Makefile.in: include krb5/ccache/memory and windows/lib in the list ofTheodore Tso1998-05-271-1/+12
* aclocal.m4: Added suggested changes to improve HP-UX's support forTheodore Tso1998-05-251-3/+13
* Add support for generic file existence tests (used to simplify someTheodore Tso1998-05-061-0/+44
* aclocal.m4: Remove unused variables BUILDTOP and SRCTOP (now definedTheodore Tso1998-03-021-2/+19
* aclocal.m4 (KRB5_AC_REGEX_FUNCS): Take the regular expression functionTheodore Tso1998-02-281-0/+35