Re: Honour libexec and other configure settings

2004-01-27 Thread Alfred M. Szmidt
2004-01-26 Jeff Bailey <[EMAIL PROTECTED]> * config.make.in (hurddir): Use ${exec_prefix} instead of $(exec_prefix) (bootdir): Likewise (libdir): Get definition from autoconf (bindir): Likewise (sbindir): Likewise (i

Re: Honour libexec and other configure settings

2004-01-26 Thread Jeff Bailey
On Mon, Jan 26, 2004 at 07:25:07PM -0500, Roland McGrath wrote: > > daemons/Makefile: Generate runsystem.sh from runsystem.in > > (runsystem.sh): sed in libexecdir. > > daemons/runsystem.sh: Renamed to ... > > daemons/runsystem.sh.in: ... this. Replace "/libexec" w

Re: Honour libexec and other configure settings

2004-01-26 Thread Roland McGrath
> * config.make.in (hurddir): Use ${exec_prefix} instead of > $(exec_prefix) > (bootdir): Likewise > (libdir): Get definition from autoconf > (bindir): Likewise > (sbindir): Likewise > (includedir): Likewise > (libexecdir): Likewise >

Honour libexec and other configure settings

2004-01-26 Thread Jeff Bailey
This patch makes it so that configure time settings (like --libexecdir, --bindir, etc). In the default configuration the only difference is that includedir = $(exec_prefix)/include becomes ${prefix}/include 2004-01-26 Jeff Bailey <[EMAIL PROTECTED]> * Makeconf (CPPFLAGS): Add -DLIBEXEC