openssh-2.9.9p2, AC_SYS_LARGEFILE, SCO, and HPUX
Tim Rice
tim at multitalents.net
Tue Oct 2 06:41:42 EST 2001
On Fri, 28 Sep 2001, Paul Eggert wrote:
> > From: Gert Doering <gert at greenie.muc.de>
> > Date: Fri, 28 Sep 2001 11:41:40 +0200
> >
> > > my theory is that you'll get an error message instead.
> > So it is.
>
> In that case, here is an (untested) patch to a recent Autoconf
> snapshot that should fix the problem.
I couldn't find where to get snapshots so I tried applying it to
autoconf-2.52. makeinfo chokes on the doc/autoconf.texi portion.
I couldn't find a status.m4 anywhere but after poking around
I found the section in acgeneral.m4 that I could manually apply the
patch too.
"make check" on SCO Open Server 3 still fails bigtime.
But using the patched version of 2.52 on my UnixWare machine produces
an openssh configure script that DOES work on SCO Open Server 3.
>
> 2001-09-28 Paul Eggert <eggert at twinsun.com>
>
[patch snipped]
>
-----------------------------------------
--- acgeneral.m4.old Wed Jul 4 08:05:43 2001
+++ acgeneral.m4 Fri Sep 28 12:54:03 2001
@@ -4145,7 +4145,7 @@
s,[\\$`],\\&,g
t clear
: clear
-s,^[ ]*#[ ]*define[ ][ ]*\(\([^ (][^ (]*\)([^)]*)\)[ ]*\(.*\)$,${ac_dA}\2${ac_dB}\1${ac_dC}\3${ac_dD},gp
+s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
t end
s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
: end]
-----------------------------------------
--
Tim Rice Multitalents (707) 887-1469
tim at multitalents.net
More information about the openssh-unix-dev
mailing list