]> andersk Git - openssh.git/commitdiff
- Better fix to aclocal tests from Garrick James <garrick@james.net>
authordjm <djm>
Mon, 26 Jun 2000 00:20:19 +0000 (00:20 +0000)
committerdjm <djm>
Mon, 26 Jun 2000 00:20:19 +0000 (00:20 +0000)
CREDITS
ChangeLog
aclocal.m4

diff --git a/CREDITS b/CREDITS
index e47cf456752c3623b3daf3834fab44d3d34c68ad..0fd00493a2983103abb86908e09fcdd28a528a0b 100644 (file)
--- a/CREDITS
+++ b/CREDITS
@@ -23,6 +23,7 @@ David Del Piero <David.DelPiero@qed.qld.gov.au> - bug fixes
 David Hesprich <darkgrue@gue-tech.org> - Configure fixes
 David Rankin <drankin@bohemians.lexington.ky.us> - libwrap, AIX, NetBSD fixes
 Ed Eden <ede370@stl.rural.usda.gov> - configure fixes
+Garrick James <garrick@james.net> - configure fixes
 Gary E. Miller <gem@rellim.com> - SCO support
 Ged Lodder <lodder@yacc.com.au> - HPUX fixes and enhancements
 Gert Doering <gd@hilb1.medat.de> - bug and portability fixes
index 37d9db662454e7e7bd0fe09e60a585bf05df2f24..b67efd293a62f318bcc0ee9665eaf1d37c4edb0c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+20000626
+ - Better fix to aclocal tests from Garrick James <garrick@james.net>
 20000623
  - (djm) Use sa_family_t in prototype for rresvport_af. Patch from 
    Svante Signell <svante.signell@telia.com>
index ff2b80b2e265822691f9fbbf83fcad41ad3dbb23..cb21b30a0b064055f26e4b1209ccd5cda8d68409 100644 (file)
@@ -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
This page took 0.057559 seconds and 5 git commands to generate.