Re: [HACKERS] Patch to customize script
- From: The Hermit Hacker <scrappy(at)hub(dot)org>
- Subject: Re: [HACKERS] Patch to customize script
- Date: Mon, 20 Jan 1997 08:17:48 -0400 (AST)
On Mon, 20 Jan 1997, Andrew Martin wrote:
>
> The patch I sent for the customize script (.../src/customize) hasn't
> been applied:
>
>
> *** ../../pgtemp.old/src/customize Thu Jan 16 13:27:31 1997
> --- customize Mon Jan 13 18:54:30 1997
> ***************
> *** 174,180 ****
> echo "and subsequent ones should be preceeded by -l"
> def="X11"
> readln "X11 library [$def]?" "$def"
> ! echo >>Makefile.custom "X11_LIB= -l$ans"
> fi
>
>
> --- 174,180 ----
> echo "and subsequent ones should be preceeded by -l"
> def="X11"
> readln "X11 library [$def]?" "$def"
> ! echo >>Makefile.custom "X11_LIB= $ans"
> fi
>
Ummm...this patch reverses your original patch...which I
personally applied. Please confirm that you want to get rid of the
- -l in front of the $ans
------------------------------
Home |
Main Index |
Thread Index