* pre.in: Fix some inconsistent spelling in the previous changes
authorTom Yu <tlyu@mit.edu>
Thu, 31 Aug 2000 02:38:14 +0000 (02:38 +0000)
committerTom Yu <tlyu@mit.edu>
Thu, 31 Aug 2000 02:38:14 +0000 (02:38 +0000)
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
src/config/pre.in

index f910641cd34d1b0ba7b068cff152fb5f73e30c1c..5605c7b8a6c88f71ef43e4d7bdc4de97857922eb 100644 (file)
@@ -1,3 +1,9 @@
+2000-08-30  Tom Yu  <tlyu@mit.edu>
+
+       * 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  <raeburn@mit.edu>
 
        * lib.in (EXTRA_CLEAN_TARGETS, EXTRA_CLEAN_LINKS): New variables.
index ced91c4f67c576ec8894e116b34860dfcb4801cc..bb4d9e7652e64235f4036ae93fd2bae761088806 100644 (file)
@@ -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