diff options
| author | Tom Yu <tlyu@mit.edu> | 2000-08-31 02:38:14 +0000 |
|---|---|---|
| committer | Tom Yu <tlyu@mit.edu> | 2000-08-31 02:38:14 +0000 |
| commit | 66ae25cc545927d4dfd524200aeeb129dcdf9f96 (patch) | |
| tree | 9aba276b11daf2d519af1587e3338900825267eb /src | |
| parent | 74e2615165639d2933f2a5b6a13281b8db3d26a0 (diff) | |
| download | krb5-66ae25cc545927d4dfd524200aeeb129dcdf9f96.tar.gz krb5-66ae25cc545927d4dfd524200aeeb129dcdf9f96.tar.xz krb5-66ae25cc545927d4dfd524200aeeb129dcdf9f96.zip | |
* 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
Diffstat (limited to 'src')
| -rw-r--r-- | src/config/ChangeLog | 6 | ||||
| -rw-r--r-- | 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 <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. 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 |
