[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Honour libexec and other configure settings
From: |
Jeff Bailey |
Subject: |
Honour libexec and other configure settings |
Date: |
Mon, 26 Jan 2004 15:27:00 -0800 |
User-agent: |
Mutt/1.5.4i |
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 <jbailey@nisa.net>
* Makeconf (CPPFLAGS): Add -DLIBEXECDIR
* 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
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.
honourlibexec.diff
Description: Text document
- Honour libexec and other configure settings,
Jeff Bailey <=