[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Honour libexec and other configure settings
From: |
Roland McGrath |
Subject: |
Re: Honour libexec and other configure settings |
Date: |
Mon, 26 Jan 2004 19:25:07 -0500 (EST) |
> * 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
> (infodir): Likewise
> (sysconfdir): Likewise
> (localstatedir): Likewise
> (sharedstatedir): Likewise
This much is fine. Go ahead and check that in.
> 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" with
> @libexecdir@
>
> init/init.c: Replace "/libexec" with LIBEXECDIR.
This I don't like so much.