autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: openssh-2.9.9p2, AC_SYS_LARGEFILE, SCO, and HPUX


From: Tim Rice
Subject: Re: openssh-2.9.9p2, AC_SYS_LARGEFILE, SCO, and HPUX
Date: Mon, 1 Oct 2001 13:41:42 -0700 (PDT)

On Fri, 28 Sep 2001, Paul Eggert wrote:

> > From: Gert Doering <address@hidden>
> > 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  <address@hidden>
>
[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
address@hidden





reply via email to

[Prev in Thread] Current Thread [Next in Thread]