summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authortim <tim>2005-09-19 16:33:39 +0000
committertim <tim>2005-09-19 16:33:39 +0000
commit285bb8e5337c0d43e657d55576bee60755ef0547 (patch)
tree0d7e0985ae820f41fdba4d4a91d25cfd6237586b /aclocal.m4
parentf43d71674bb00315ca5983c2d6484eb9e449ef46 (diff)
downloadopenssh-285bb8e5337c0d43e657d55576bee60755ef0547.tar.gz
- (tim) [aclocal.m4 configure.ac] Delete acconfig.h and add templates to
AC_DEFINE and AC_DEFINE_UNQUOTED to quiet autoconf 2.59 warning messages.
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 2705a9b2..b68a4708 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1,4 +1,4 @@
-dnl $Id: aclocal.m4,v 1.5 2001/10/22 00:53:59 tim Exp $
+dnl $Id: aclocal.m4,v 1.6 2005/09/19 16:33:39 tim Exp $
dnl
dnl OpenSSH-specific autoconf macros
dnl
@@ -26,7 +26,7 @@ AC_DEFUN(OSSH_CHECK_HEADER_FOR_FIELD, [
if test -n "`echo $ossh_varname`"; then
AC_MSG_RESULT($ossh_result)
if test "x$ossh_result" = "xyes"; then
- AC_DEFINE($3)
+ AC_DEFINE($3, 1, [Define if you have $1 in $2])
fi
else
AC_MSG_RESULT(no)