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).
This commit is contained in:
Roland McGrath 2002-11-10 22:19:23 +00:00
parent 09b4d75f76
commit 25c751d0dc
2 changed files with 2 additions and 1 deletions

View File

@ -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)

View File

@ -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@