svn rev #22480: trunk/src/
ghudson@MIT.EDU
ghudson at MIT.EDU
Mon Aug 3 13:57:05 EDT 2009
http://src.mit.edu/fisheye/changelog/krb5/?cs=22480
Commit By: ghudson
Log Message:
In configure.in's list of Makefiles to generate, remove the trailing
slash from lib/crypto/krb as it breaks Makefile auto-regeneration.
While here, wrap the list to fit within 80 columns and use tab indents
to match the surrounding lines.
Changed Files:
U trunk/src/configure.in
Modified: trunk/src/configure.in
===================================================================
--- trunk/src/configure.in 2009-08-03 17:53:39 UTC (rev 22479)
+++ trunk/src/configure.in 2009-08-03 17:57:05 UTC (rev 22480)
@@ -1059,12 +1059,12 @@
lib lib/kdb
- lib/crypto lib/crypto/krb/ lib/crypto/krb/crc32 lib/crypto/builtin/des lib/crypto/krb/dk
- lib/crypto/krb/enc_provider lib/crypto/krb/hash_provider
- lib/crypto/krb/keyhash_provider
- lib/crypto/builtin lib/crypto/builtin/md4 lib/crypto/builtin/md5
- lib/crypto/krb/old lib/crypto/krb/raw lib/crypto/builtin/sha1
- lib/crypto/builtin/arcfour lib/crypto/krb/yarrow lib/crypto/builtin/aes
+ lib/crypto lib/crypto/krb lib/crypto/krb/crc32 lib/crypto/builtin/des
+ lib/crypto/krb/dk lib/crypto/krb/enc_provider
+ lib/crypto/krb/hash_provider lib/crypto/krb/keyhash_provider
+ lib/crypto/builtin lib/crypto/builtin/md4 lib/crypto/builtin/md5
+ lib/crypto/krb/old lib/crypto/krb/raw lib/crypto/builtin/sha1
+ lib/crypto/builtin/arcfour lib/crypto/krb/yarrow lib/crypto/builtin/aes
lib/crypto/crypto_tests
lib/krb5 lib/krb5/error_tables lib/krb5/asn.1 lib/krb5/ccache
More information about the cvs-krb5
mailing list