diff options
author | Tim Rice <tim@multitalents.net> | 2005-09-19 09:33:39 -0700 |
---|---|---|
committer | Tim Rice <tim@multitalents.net> | 2005-09-19 09:33:39 -0700 |
commit | 7df8d39a5fd3e2faeb7d2293e9cceed5023ce1d5 (patch) | |
tree | bc963f7065ac226f1cfeea9c398376b3b06e840d /aclocal.m4 | |
parent | fd9e9e3ba6b43b4458846a1b5bb89de6d76c33a4 (diff) |
- (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.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aclocal.m4 b/aclocal.m4 index 2705a9b23..b68a47080 100644 --- a/aclocal.m4 +++ b/aclocal.m4 | |||
@@ -1,4 +1,4 @@ | |||
1 | dnl $Id: aclocal.m4,v 1.5 2001/10/22 00:53:59 tim Exp $ | 1 | dnl $Id: aclocal.m4,v 1.6 2005/09/19 16:33:39 tim Exp $ |
2 | dnl | 2 | dnl |
3 | dnl OpenSSH-specific autoconf macros | 3 | dnl OpenSSH-specific autoconf macros |
4 | dnl | 4 | dnl |
@@ -26,7 +26,7 @@ AC_DEFUN(OSSH_CHECK_HEADER_FOR_FIELD, [ | |||
26 | if test -n "`echo $ossh_varname`"; then | 26 | if test -n "`echo $ossh_varname`"; then |
27 | AC_MSG_RESULT($ossh_result) | 27 | AC_MSG_RESULT($ossh_result) |
28 | if test "x$ossh_result" = "xyes"; then | 28 | if test "x$ossh_result" = "xyes"; then |
29 | AC_DEFINE($3) | 29 | AC_DEFINE($3, 1, [Define if you have $1 in $2]) |
30 | fi | 30 | fi |
31 | else | 31 | else |
32 | AC_MSG_RESULT(no) | 32 | AC_MSG_RESULT(no) |