diff options
author | Theodore Tso <tytso@mit.edu> | 1998-02-12 16:23:00 +0000 |
---|---|---|
committer | Theodore Tso <tytso@mit.edu> | 1998-02-12 16:23:00 +0000 |
commit | 981d6f23077665b3b99c2ce9c1cb0cc78003eec5 (patch) | |
tree | 9146dc74467695281c425b65347744cfffa65a92 /src/lib/crypto/configure.in | |
parent | 98951dafa71eb4fe42c3ffa4766a0e5db9f657cf (diff) | |
download | krb5-981d6f23077665b3b99c2ce9c1cb0cc78003eec5.tar.gz krb5-981d6f23077665b3b99c2ce9c1cb0cc78003eec5.tar.xz krb5-981d6f23077665b3b99c2ce9c1cb0cc78003eec5.zip |
Mass makefile/configure.in build system revamp
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10424 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto/configure.in')
-rw-r--r-- | src/lib/crypto/configure.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/crypto/configure.in b/src/lib/crypto/configure.in index 04d628e18..ba9300cd9 100644 --- a/src/lib/crypto/configure.in +++ b/src/lib/crypto/configure.in @@ -1,6 +1,6 @@ AC_INIT(configure.in) CONFIG_RULES -CONFIG_DIRS(des crc32 md4 md5 sha os) +AC_CONFIG_SUBDIRS(des crc32 md4 md5 sha os) AC_PROG_ARCHIVE AC_PROG_ARCHIVE_ADD AC_PROG_RANLIB @@ -119,7 +119,6 @@ dnl else dnl AC_MSG_RESULT(Disabling NIST_SHA) dnl fi -DO_SUBDIRS KRB5_BUILD_LIBOBJS KRB5_BUILD_LIBRARY V5_AC_OUTPUT_MAKEFILE |