summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-11-10 22:19:23 +0000
committerRoland McGrath <roland@gnu.org>2002-11-10 22:19:23 +0000
commit25c751d0dc251fad8a0bdbfb88bd9af50aac52f2 (patch)
treeaaac41a527c20062483d608618eff0a1b06ee11a
parent09b4d75f763bc106019ad09484f7ed2198b13edb (diff)
2002-11-10 Roland McGrath <roland@redhat.com>
* config.make.in (includedir): New variable, substituted by configure. Reported missing by Jocelyn Fournier <joc@presence-pc.com>. * Makeconfig (includedir): Use $(prefix), not $(exec_prefix).
-rw-r--r--Makeconfig2
-rw-r--r--config.make.in1
2 files changed, 2 insertions, 1 deletions
diff --git a/Makeconfig b/Makeconfig
index 3ee4ece1fd..b721c4b877 100644
--- a/Makeconfig
+++ b/Makeconfig
@@ -182,7 +182,7 @@ endif
# Where to install the header files.
ifndef includedir
-includedir = $(exec_prefix)/include
+includedir = $(prefix)/include
endif
inst_includedir = $(install_root)$(includedir)
diff --git a/config.make.in b/config.make.in
index 30167e6fb1..d1f8409bb1 100644
--- a/config.make.in
+++ b/config.make.in
@@ -17,6 +17,7 @@ sysconfdir = @libc_cv_sysconfdir@
libexecdir = @libexecdir@
rootsbindir = @libc_cv_rootsbindir@
infodir = @infodir@
+includedir = @includedir@
# Should we use and build ldconfig?
use-ldconfig = @use_ldconfig@