2002-11-10 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@gnu.org>
Sun, 10 Nov 2002 22:19:23 +0000 (22:19 +0000)
committerRoland McGrath <roland@gnu.org>
Sun, 10 Nov 2002 22:19:23 +0000 (22:19 +0000)
* 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).

Makeconfig
config.make.in

index 3ee4ece..b721c4b 100644 (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)
 
index 30167e6..d1f8409 100644 (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@