aboutsummaryrefslogtreecommitdiff
path: root/src/aclocal.m4
AgeCommit message (Expand)AuthorFilesLines
2013-05-25Don't warn or error on variadic macrosGreg Hudson1-1/+1
2013-05-08Remove dangling reference to $with_edirectoryNalin Dahyabhai1-4/+1
2013-01-09Error on void pointer arithmetic with gccGreg Hudson1-1/+1
2012-08-02Change default client keytab nameGreg Hudson1-0/+1
2012-07-29Remove eDirectory support code in LDAP KDB moduleGreg Hudson1-14/+0
2012-02-28Require IPv6 supportKen Raeburn1-3/+1
2012-02-22Fail during configure if unable to find arTom Yu1-0/+3
2011-11-04Get rid of fake-installGreg Hudson1-1/+1
2011-09-18Drop code for finding top source directory among severalKen Raeburn1-20/+1
2011-09-05Enable -Werror=uninitialized if supportedKen Raeburn1-1/+1
2011-06-28Get static linking working again, mostlyGreg Hudson1-2/+6
2011-06-10Add localization support to com_errGreg Hudson1-1/+20
2011-04-03Don't check for stdarg.hKen Raeburn1-43/+0
2010-10-02Try to require function declarations for GCC, as we already do for theKen Raeburn1-2/+12
2010-04-16Build runenv.py, holding environment variable settings required forTom Yu1-1/+3
2009-11-22Remove functions from aclocal.m4 which are no longer needed now thatGreg Hudson1-81/+0
2009-11-09Revise patch to avoid using changequoteKen Raeburn1-3/+1
2009-11-09quoting bug causes solaris pre-10 thread handling bugsKen Raeburn1-0/+2
2009-11-04Remove cast-qual from the gcc warnings set; it is too common for us toGreg Hudson1-1/+1
2009-06-18Remove the new configure option --enable-static-only, and insteadGreg Hudson1-16/+9
2009-06-08Restore limited support for static linkingGreg Hudson1-9/+29
2009-05-22Make Sun cc error out on unknown attributesKen Raeburn1-1/+1
2009-02-11--disable-rpath is not workingEzra Peisach1-1/+1
2009-02-09For Sun CC, also make implicit function declarations into errorsKen Raeburn1-1/+1
2009-02-09For Sun CC, create one errwarn arg with commas instead of multipleKen Raeburn1-1/+1
2009-02-05int/ptr bug in gssapi codeKen Raeburn1-1/+1
2009-02-04don't do arithmetic on void pointersKen Raeburn1-1/+1
2009-01-05move generated dependencies out of Makefile.inKen Raeburn1-3/+3
2009-01-03Remove some unused AC_SUBSTsKen Raeburn1-2/+0
2008-12-18Remove krb524, lib/des425, lib/krb4, and include/kerberosIV.Greg Hudson1-56/+0
2008-12-11For Sun Studio compilers, set WARN_CFLAGS to emit warning tag namesKen Raeburn1-0/+10
2008-12-08Add a configure option --disable-rpath to suppress rpath flags inGreg Hudson1-0/+13
2008-12-03Move warning flags to new variables WARN_CFLAGS and WARN_CXXFLAGS, soGreg Hudson1-14/+18
2008-10-06In KRB5_NEED_PROTO, #undef the name before testingKen Raeburn1-1/+2
2008-08-27Based on patch from lxs, with some changes:Ken Raeburn1-1/+1
2008-08-22New macro for testing whether the compiler supports a givenKen Raeburn1-15/+43
2008-08-22Check for struct sockaddr_storage only in top-level configure script, notKen Raeburn1-29/+0
2008-08-19Default to not building krb4 supportKen Raeburn1-3/+3
2008-08-14Only add -Os for size optimizations if CFLAGS wasn't specified already. IfKen Raeburn1-2/+6
2008-08-07New config option to enable size optimizationsKen Raeburn1-2/+15
2007-10-31Set GNU warning options in CFLAGS and CXXFLAGS separately, avoiding optionsKen Raeburn1-3/+16
2007-10-31Set CXX_LINK, CXX_LINK_STATIC, and CXX_LINK_SHARED, parallel to CC_ versions.Ken Raeburn1-0/+2
2007-10-31Use ac_cv_c_compiler_gnu instead of copying it to krb5_cv_prog_gccKen Raeburn1-1/+0
2007-08-23Use -Wno-format-zero-length if GCC version supports itKen Raeburn1-0/+13
2007-08-08Get rid of some old SunOS 4 config stuffKen Raeburn1-2/+1
2007-05-23On Solaris 10, define NO_WEAK_PTHREADS for the build. When that symbol isKen Raeburn1-0/+9
2007-03-25Remove KRB5_BUILD_LIBRARY_STATIC; always use KRB5_BUILD_LIBRARYKen Raeburn1-14/+0
2007-03-25Never set krb5_force_static. Instead, set the defaults for buildingKen Raeburn1-1/+9
2007-03-25Rearrange code so all of the 'krb5_force_static' stuff is done in one placeKen Raeburn1-63/+41
2007-03-25Remove traces of enable_shared, enable_static, enable_profiled, andKen Raeburn1-80/+47