From 66ae25cc545927d4dfd524200aeeb129dcdf9f96 Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Thu, 31 Aug 2000 02:38:14 +0000 Subject: [PATCH] * pre.in: Fix some inconsistent spelling in the previous changes for MacOS X lib framework support, especially in the *_LIB and *_LIB_*opt variables. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12640 dc483132-0cff-0310-8789-dd5450dbe970 --- src/config/ChangeLog | 6 ++++++ src/config/pre.in | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/src/config/ChangeLog b/src/config/ChangeLog index f910641cd..5605c7b8a 100644 --- a/src/config/ChangeLog +++ b/src/config/ChangeLog @@ -1,3 +1,9 @@ +2000-08-30 Tom Yu + + * pre.in: Fix some inconsistent spelling in the previous changes + for MacOS X lib framework support, especially in the *_LIB and + *_LIB_*opt variables. + 2000-08-30 Ken Raeburn * lib.in (EXTRA_CLEAN_TARGETS, EXTRA_CLEAN_LINKS): New variables. diff --git a/src/config/pre.in b/src/config/pre.in index ced91c4f6..bb4d9e765 100644 --- a/src/config/pre.in +++ b/src/config/pre.in @@ -244,11 +244,11 @@ KRB5_LIB = $(KRB5_LIB_@LIB_LINK_OPT@) KRB5_LIB_libopt = -lkrb5 KRB5_LIB_frameworkopt = -framework Kerberos5 -KRB5CRYPTO_LIB = $(KRB5CRYPTO_LIB_@LIB_LINK_OPT@) -KRB5CRYPTO_LIB_libopt = -lk5crypto -KRB5CRYPTO_LIB_frameworkopt = -framework Kerberos5Crypto +K5CRYPTO_LIB = $(K5CRYPTO_LIB_@LIB_LINK_OPT@) +K5CRYPTO_LIB_libopt = -lk5crypto +K5CRYPTO_LIB_frameworkopt = -framework Kerberos5Crypto -COM_ERR_LIB = $(COMERR_LIB_@LIB_LINK_OPT@) +COM_ERR_LIB = $(COM_ERR_LIB_@LIB_LINK_OPT@) COM_ERR_LIB_libopt = -lcom_err COM_ERR_LIB_frameworkopt = -framework FooComErr -- 2.26.2