From fe30cc2ec54595f90565db4df267c84cfd695d36 Mon Sep 17 00:00:00 2001 From: djm Date: Mon, 26 Jun 2000 00:20:19 +0000 Subject: [PATCH] - Better fix to aclocal tests from Garrick James --- CREDITS | 1 + ChangeLog | 3 +++ aclocal.m4 | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CREDITS b/CREDITS index e47cf456..0fd00493 100644 --- a/CREDITS +++ b/CREDITS @@ -23,6 +23,7 @@ David Del Piero - bug fixes David Hesprich - Configure fixes David Rankin - libwrap, AIX, NetBSD fixes Ed Eden - configure fixes +Garrick James - configure fixes Gary E. Miller - SCO support Ged Lodder - HPUX fixes and enhancements Gert Doering - bug and portability fixes diff --git a/ChangeLog b/ChangeLog index 37d9db66..b67efd29 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +20000626 + - Better fix to aclocal tests from Garrick James + 20000623 - (djm) Use sa_family_t in prototype for rresvport_af. Patch from Svante Signell diff --git a/aclocal.m4 b/aclocal.m4 index ff2b80b2..cb21b30a 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -22,7 +22,7 @@ AC_DEFUN(OSSH_CHECK_HEADER_FOR_FIELD, [ eval "$ossh_varname=no" dnl ]) dnl ]) - ossh_result=`eval echo \$"$ossh_varname"` + ossh_result=`eval 'echo $'"$ossh_varname"` if test -n "`echo $ossh_varname`"; then AC_MSG_RESULT($ossh_result) if test "x$ossh_result" = "xyes"; then -- 2.45.2