From: Tom Yu Date: Thu, 31 Aug 2000 02:38:14 +0000 (+0000) Subject: * pre.in: Fix some inconsistent spelling in the previous changes X-Git-Tag: krb5-1.3-alpha1~1900 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=66ae25cc545927d4dfd524200aeeb129dcdf9f96;p=krb5.git * 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 --- 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