diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2002-08-30 00:06:31 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2002-08-30 00:06:31 +0000 |
| commit | 5410d9635735e9f5f74cc52e02bc896782453af7 (patch) | |
| tree | bfdaae598593478e3312554b13d439ab8049ae54 /src/ChangeLog | |
| parent | 14eb09e588c91436f3442029dd240d9e5abcab16 (diff) | |
| download | krb5-5410d9635735e9f5f74cc52e02bc896782453af7.tar.gz krb5-5410d9635735e9f5f74cc52e02bc896782453af7.tar.xz krb5-5410d9635735e9f5f74cc52e02bc896782453af7.zip | |
Change configure argument handling to be more in line with standard autoconf
usage.
* aclocal.m4 (KRB5_AC_CHOOSE_ET, KRB5_AC_CHOOSE_SS): Renamed from non-KRB5_AC_
names. Change --with-system-com_err to --with-system-et, to avoid confusing
mix of '-' and '_'.
(WITH_CCOPTS): Describe as deprecated in favor of CFLAGS=...; use
AC_REQUIRE_CPP.
(WITH_LINKER, WITH_LDOPTS, WITH_CPPOPTS): Describe as deprecated; encourage use
of LD= etc instead.
(WITH_NETLIB, WITH_HESIOD): Use AC_HELP_STRING.
(KRB5_AC_CHECK_FOR_CFLAGS): New macro.
(WITH_CC): Mark old configure option deprecated, encourage user to use CC=
instead. Add gcc warning flags only if CFLAGS not set by user. Don't force
default to "cc".
(KRB5_LIB_PARAMS): Use AC_CANONICAL_HOST, don't bother with cache.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14803 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e4e675d35..ff7331eba 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,20 @@ 2002-08-29 Ken Raeburn <raeburn@mit.edu> + * aclocal.m4 (KRB5_AC_CHOOSE_ET, KRB5_AC_CHOOSE_SS): Renamed from + non-KRB5_AC_ names. Change --with-system-com_err to + --with-system-et, to avoid confusing mix of '-' and '_'. + (WITH_CCOPTS): Describe as deprecated in favor of CFLAGS=...; use + AC_REQUIRE_CPP. + (WITH_LINKER, WITH_LDOPTS, WITH_CPPOPTS): Describe as deprecated; + encourage use of LD= etc instead. + (WITH_NETLIB, WITH_HESIOD): Use AC_HELP_STRING. + (KRB5_AC_CHECK_FOR_CFLAGS): New macro. + (WITH_CC): Mark old configure option deprecated, encourage user + to use CC= instead. Add gcc warning flags only if CFLAGS not set + by user. Don't force default to "cc". + (KRB5_LIB_PARAMS): Use AC_CANONICAL_HOST, don't bother with + cache. + * aclocal.m4 (CHOOSE_ET, CHOOSE_SS): New macros. (CONFIG_RULES): Invoke them. * configure.in: Configure util/et and util/ss only if they're |
