From 7df8d39a5fd3e2faeb7d2293e9cceed5023ce1d5 Mon Sep 17 00:00:00 2001 From: Tim Rice Date: Mon, 19 Sep 2005 09:33:39 -0700 Subject: - (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. --- aclocal.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'aclocal.m4') diff --git a/aclocal.m4 b/aclocal.m4 index 2705a9b23..b68a47080 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) -- cgit v1.2.3