[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Honour libexec and other configure settings
From: |
Alfred M. Szmidt |
Subject: |
Re: Honour libexec and other configure settings |
Date: |
Tue, 27 Jan 2004 11:12:30 +0100 (MET) |
2004-01-26 Jeff Bailey <jbailey@nisa.net>
* 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
I might note that the GCS also wants Makefiles to have the datarootdir
variable.
,----[ (standards.info)Directory Variables ]
| `datarootdir'
| The root of the directory tree for read-only
| architecture-independent data files. This should normally be
| `/usr/local/share', but write it as `$(prefix)/share'.
| `datadir''s default value is based on this variable; so are
| `infodir', `mandir', and others.
`----
Cheers.