Added MIT resources document
[krb5.git] / src / aclocal.m4
2012-02-28 Ken RaeburnRequire IPv6 support
2012-02-22 Tom YuFail during configure if unable to find ar
2011-11-04 Greg HudsonGet rid of fake-install
2011-09-18 Ken RaeburnDrop code for finding top source directory among several
2011-09-05 Ken RaeburnEnable -Werror=uninitialized if supported
2011-06-28 Greg HudsonGet static linking working again, mostly
2011-06-10 Greg HudsonAdd localization support to com_err
2011-04-03 Ken RaeburnDon't check for stdarg.h
2010-10-02 Ken RaeburnTry to require function declarations for GCC, as we...
2010-04-16 Tom YuBuild runenv.py, holding environment variable settings...
2009-11-22 Greg HudsonRemove functions from aclocal.m4 which are no longer...
2009-11-09 Ken RaeburnRevise patch to avoid using changequote
2009-11-09 Ken Raeburnquoting bug causes solaris pre-10 thread handling bugs
2009-11-04 Greg HudsonRemove cast-qual from the gcc warnings set; it is too...
2009-06-18 Greg HudsonRemove the new configure option --enable-static-only...
2009-06-08 Greg HudsonRestore limited support for static linking
2009-05-22 Ken RaeburnMake Sun cc error out on unknown attributes
2009-02-11 Ezra Peisach--disable-rpath is not working
2009-02-09 Ken RaeburnFor Sun CC, also make implicit function declarations...
2009-02-09 Ken RaeburnFor Sun CC, create one errwarn arg with commas instead...
2009-02-05 Ken Raeburnint/ptr bug in gssapi code
2009-02-04 Ken Raeburndon't do arithmetic on void pointers
2009-01-05 Ken Raeburnmove generated dependencies out of Makefile.in
2009-01-03 Ken RaeburnRemove some unused AC_SUBSTs
2008-12-18 Greg HudsonRemove krb524, lib/des425, lib/krb4, and include/kerber...
2008-12-11 Ken RaeburnFor Sun Studio compilers, set WARN_CFLAGS to emit warni...
2008-12-08 Greg HudsonAdd a configure option --disable-rpath to suppress...
2008-12-03 Greg HudsonMove warning flags to new variables WARN_CFLAGS and...
2008-10-06 Ken RaeburnIn KRB5_NEED_PROTO, #undef the name before testing
2008-08-27 Ken RaeburnBased on patch from lxs, with some changes:
2008-08-22 Ken RaeburnNew macro for testing whether the compiler supports...
2008-08-22 Ken RaeburnCheck for struct sockaddr_storage only in top-level...
2008-08-19 Ken RaeburnDefault to not building krb4 support
2008-08-14 Ken RaeburnOnly add -Os for size optimizations if CFLAGS wasn...
2008-08-07 Ken RaeburnNew config option to enable size optimizations
2007-10-31 Ken RaeburnSet GNU warning options in CFLAGS and CXXFLAGS separate...
2007-10-31 Ken RaeburnSet CXX_LINK, CXX_LINK_STATIC, and CXX_LINK_SHARED...
2007-10-31 Ken RaeburnUse ac_cv_c_compiler_gnu instead of copying it to krb5_...
2007-08-23 Ken RaeburnUse -Wno-format-zero-length if GCC version supports it
2007-08-08 Ken RaeburnGet rid of some old SunOS 4 config stuff
2007-05-23 Ken RaeburnOn Solaris 10, define NO_WEAK_PTHREADS for the build...
2007-03-25 Ken RaeburnRemove KRB5_BUILD_LIBRARY_STATIC; always use KRB5_BUILD...
2007-03-25 Ken RaeburnNever set krb5_force_static. Instead, set the defaults...
2007-03-25 Ken RaeburnRearrange code so all of the 'krb5_force_static' stuff...
2007-03-25 Ken RaeburnRemove traces of enable_shared, enable_static, enable_p...
2007-03-25 Ken RaeburnRemove separate KRB5_BUILD_LIBRARY_WITH_DEPS macro...
2007-03-25 Ken RaeburnRemove special support for building a shared library...
2007-01-20 Ken RaeburnDon't define KRB5_PRIVATE, since it's not tested any...
2006-10-02 Ken RaeburnMerge Kevin Coffman's keyring ccache branch for Linux...
2006-07-21 Ken Raeburn* aclocal.m4 (KRB5_LIB_AUX): Disallow --enable-profiled...
2006-07-21 Ken Raeburnreject configure option for static libraries
2006-07-19 Ken Raeburnneed to look harder for tclConfig.sh
2006-07-18 Ken RaeburnMerge remaining changes from LDAP integration branch
2006-07-17 Ken Raeburn(KRB5_AC_FIND_DLOPEN): Use AC_SEARCH_LIBS
2006-06-22 Sam Hartman r18022@luminous: jaltman | 2006-05-19 05:18:37 -0400
2006-05-24 Ken RaeburnDon't output krb5_config_prefix commands into config...
2006-05-16 Ken RaeburnDon't look for pthread_mutexattr_setrobust_np
2006-04-14 Ken Raeburn* aclocal.m4 (KRB5_AC_CHOOSE_ET): Make sure that the...
2006-04-08 Ken Raeburn* aclocal.m4 (KRB5_AC_CHECK_TYPE_WITH_HEADERS): Use...
2006-04-08 Ken RaeburnMove definitions of KRB5_PRIVATE and KRB5_DEPRECATED...
2006-04-01 Ken Raeburn* aclocal.m4 (KRB5_SOCKADDR_SA_LEN): Use AC_CHECK_MEMBER.
2006-03-28 Ken Raeburn* aclocal.m4 (CHECK_UTMP): Call AC_CHECK_FUNCS once...
2006-03-07 Ken RaeburnMerge from plugin branch
2006-01-18 Ken Raeburn* aclocal.m4 (AC_KRB5_TCL_TRYOLD): Include $LIBS in...
2005-10-28 Ken Raeburn* aclocal.m4 (K5_AC_INIT): Initialize build_dynobj...
2005-10-27 Ken RaeburnIf configure scripts set build_dynobj=yes, force build...
2005-10-27 Ken RaeburnAllow dynamic-object dependencies and build flags to...
2005-10-27 Ken Raeburn* aclocal.m4 (KRB5_AC_INET6): Drop enable/disable-ipv6...
2005-10-05 Ken RaeburnMove libdb2 makefile stuff down into db2 module subtree.
2005-09-08 Tom YuRework logic for using res_ninit() and friends to fall...
2005-08-20 Ken Raeburn* aclocal.m4 (PL_KRB5_MAJOR_RELEASE, PL_KRB5_MINOR_RELE...
2005-08-20 Ken Raeburn* aclocal.m4 (K5_AC_INIT, K5_VERSION, K5_BUGADDR):...
2005-07-20 Tom Yu * aclocal.m4 (AC_LIBRARY_NET): Special-case AIX 5...
2005-06-29 Ken Raeburn* aclocal.m4 (libnover_frag): Set and substitute
2005-06-21 Ken Raeburn* aclocal.m4 (KRB5_AC_ENABLE_THREADS): Override guessed...
2005-06-21 Ken Raeburn* aclocal.m4 (WITH_CC): Don't use -pedantic on Linux.
2005-06-21 Ken Raeburn* aclocal.m4 (WITH_CC): Don't use -pedantic on Linux
2005-06-21 Ken RaeburnNovell Database Abstraction Layer merge.
2005-05-13 Ken Raeburn* aclocal.m4 (AC_KRB5_TCL_FIND_CONFIG): Provide comment...
2005-04-20 Ken RaeburnCompute reltopdir at autoconf time instead of at config...
2005-03-05 Ken RaeburnI think the hpux change here should prevent it from...
2005-02-04 Ken Raeburn* aclocal.m4 (KRB5_AC_ENABLE_THREADS): If thread suppor...
2005-01-12 Tom YuFix some potential resource leaks in dnsglue.c
2004-11-19 Tom Yu * aclocal.m4 (KRB5_AC_PRIOCNTL_HACK): Check for Solari...
2004-10-06 Ken Raeburn* aclocal.m4 (KRB5_AC_ENABLE_THREADS): On HP-UX, define...
2004-09-23 Ken Raeburn* aclocal.m4 (AC_KRB5_TCL_FIND_CONFIG): If the config...
2004-09-22 Tom YuBetter support for using libutil on systems that need...
2004-09-22 Tom YuOnly use -Wl,-oldstyle_liblookup if using native linker...
2004-09-21 Tom YuDon't assume that presence of res_nsearch() means we...
2004-09-21 Tom YuAdd DNS resolver glue layer. Use it
2004-09-17 Tom Yu * aclocal.m4 (AC_LIBRARY_NET): Look for res_search...
2004-09-15 Tom Yu * aclocal.m4 (AC_LIBRARY_NET): Only look for res_searc...
2004-09-14 Tom Yu * aclocal.m4 (AC_LIBRARY_NET): Require the BIND_8_COMP...
2004-09-14 Tom Yu * aclocal.m4: Fix check for resolv.h; some platforms...
2004-09-10 Sam HartmanSupport building on x86_64
2004-08-24 Ken Raeburn* aclocal.m4 (KRB5_AC_PRAGMA_WEAK_REF): Fix to work...
2004-08-19 Ken Raeburn* aclocal.m4 (KRB5_AC_ENABLE_THREADS): Check for pthrea...
2004-08-08 Ken Raeburn* aclocal.m4 (WITH_CC): Log messages when adding AIX...
2004-08-08 Ken Raeburn* aclocal.m4 (KRB5_AC_ENABLE_THREADS): Clear PTHREAD_CF...
2004-08-08 Ken Raeburn* aclocal.m4 (KRB5_AC_ENABLE_THREADS): On AIX and OSF...
next