summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CREDITS1
-rw-r--r--ChangeLog3
-rw-r--r--aclocal.m44
3 files changed, 6 insertions, 2 deletions
diff --git a/CREDITS b/CREDITS
index e47cf4567..0fd00493a 100644
--- a/CREDITS
+++ b/CREDITS
@@ -23,6 +23,7 @@ David Del Piero <David.DelPiero@qed.qld.gov.au> - bug fixes
23David Hesprich <darkgrue@gue-tech.org> - Configure fixes 23David Hesprich <darkgrue@gue-tech.org> - Configure fixes
24David Rankin <drankin@bohemians.lexington.ky.us> - libwrap, AIX, NetBSD fixes 24David Rankin <drankin@bohemians.lexington.ky.us> - libwrap, AIX, NetBSD fixes
25Ed Eden <ede370@stl.rural.usda.gov> - configure fixes 25Ed Eden <ede370@stl.rural.usda.gov> - configure fixes
26Garrick James <garrick@james.net> - configure fixes
26Gary E. Miller <gem@rellim.com> - SCO support 27Gary E. Miller <gem@rellim.com> - SCO support
27Ged Lodder <lodder@yacc.com.au> - HPUX fixes and enhancements 28Ged Lodder <lodder@yacc.com.au> - HPUX fixes and enhancements
28Gert Doering <gd@hilb1.medat.de> - bug and portability fixes 29Gert Doering <gd@hilb1.medat.de> - bug and portability fixes
diff --git a/ChangeLog b/ChangeLog
index 37d9db662..b67efd293 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
120000626
2 - Better fix to aclocal tests from Garrick James <garrick@james.net>
3
120000623 420000623
2 - (djm) Use sa_family_t in prototype for rresvport_af. Patch from 5 - (djm) Use sa_family_t in prototype for rresvport_af. Patch from
3 Svante Signell <svante.signell@telia.com> 6 Svante Signell <svante.signell@telia.com>
diff --git a/aclocal.m4 b/aclocal.m4
index dfa2d0a12..d196b7585 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1,4 +1,4 @@
1dnl $Id: aclocal.m4,v 1.3 2000/06/10 06:51:33 djm Exp $ 1dnl $Id: aclocal.m4,v 1.4 2000/06/26 00:20:19 djm Exp $
2dnl 2dnl
3dnl OpenSSH-specific autoconf macros 3dnl OpenSSH-specific autoconf macros
4dnl 4dnl
@@ -22,7 +22,7 @@ AC_DEFUN(OSSH_CHECK_HEADER_FOR_FIELD, [
22 eval "$ossh_varname=no" dnl 22 eval "$ossh_varname=no" dnl
23 ]) dnl 23 ]) dnl
24 ]) 24 ])
25 ossh_result=`eval echo \$"$ossh_varname"` 25 ossh_result=`eval 'echo $'"$ossh_varname"`
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