[1697] in BarnOwl Developers
[nelhage/barnowl] 7efb2b: configure.ac: Clean up checks for Kerberos IV.
daemon@ATHENA.MIT.EDU (noreply@github.com)
Thu Oct 29 18:20:22 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
X-Original-To: nelhage@lunatique.mit.edu
Date: Mon, 14 Sep 2009 22:28:57 -0700
To: barnowl-dev@mit.edu
From: noreply@github.com
Branch: refs/heads/build
Home: http://github.com/nelhage/barnowl
Commit: 7efb2b06472aa0948c35d502b234d7cc55e3fdc4
http://github.com/nelhage/barnowl/commit/7efb2b06472aa0948c35d502b234d7cc55e3fdc4
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-09-14 (Mon, 14 Sep 2009)
Changed paths:
M configure.ac
M zcrypt.c
Log Message:
-----------
configure.ac: Clean up checks for Kerberos IV.
Instead of searching a fixed list of patches, try 'krb5-config krb4',
and if that fails, use pkg-config to find openssl.
In addition, define HAVE_KERBEROS_IV if we are using Kerberos IV's
des.h, and make zcrypt.c act accordingly.
Commit: 7bdbd06911b692f18db383948c86c746cfb00629
http://github.com/nelhage/barnowl/commit/7bdbd06911b692f18db383948c86c746cfb00629
Author: Anders Kaseorg <andersk@mit.edu>
Date: 2009-09-14 (Mon, 14 Sep 2009)
Changed paths:
M configure.ac
Log Message:
-----------
configure.ac: Only use com_err if building --with-zephyr.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Commit: 570979b0bf033741c0c760fe4c07280be9aff8b3
http://github.com/nelhage/barnowl/commit/570979b0bf033741c0c760fe4c07280be9aff8b3
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-09-14 (Mon, 14 Sep 2009)
Changed paths:
M configure.ac
Log Message:
-----------
configure.ac: Use AC_SEARCH_LIBS for libnsl
We only want libnsl if the normal C libraries don't contain
gethostbyname, which is what SEARCH_LIBS is for. This is in fact exact
example autoconf's documentation gives for when you want
AC_SEARCH_LIBS over AC_CHECK_LIBS.
Commit: 83e9282f5072837a83a1309f7563d9461f6edd28
http://github.com/nelhage/barnowl/commit/83e9282f5072837a83a1309f7563d9461f6edd28
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-09-14 (Mon, 14 Sep 2009)
Changed paths:
M configure.ac
Log Message:
-----------
Clean up AC_CHECK_FUNCS call
Commit: 3888609eb51f9b99132d1feee909ace5ac0d85ee
http://github.com/nelhage/barnowl/commit/3888609eb51f9b99132d1feee909ace5ac0d85ee
Author: Anders Kaseorg <andersk@mit.edu>
Date: 2009-09-14 (Mon, 14 Sep 2009)
Changed paths:
M Makefile.am
M zcrypt.c
Log Message:
-----------
zcrypt.c: Clean up warnings.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Commit: 02a8bdbc20da83f60ce5081b4ceb64d018ab0af0
http://github.com/nelhage/barnowl/commit/02a8bdbc20da83f60ce5081b4ceb64d018ab0af0
Author: Anders Kaseorg <andersk@mit.edu>
Date: 2009-09-14 (Mon, 14 Sep 2009)
Changed paths:
M configure.ac
Log Message:
-----------
configure.ac: Use AC_SEARCH_LIBS for libsocket and libresolv.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>