Default install_root value from DESTDIR.

This commit is contained in:
Roland McGrath 2011-07-05 09:57:47 -07:00
parent f15f1e45ba
commit 751eb97ef2
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-07-05 Roland McGrath <roland@hack.frob.com>
* config.make.in (install_root): Default to $(DESTDIR).
2011-07-05 Ulrich Drepper <drepper@gmail.com>
* nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.

View File

@ -5,7 +5,7 @@ version = @VERSION@
release = @RELEASE@
# Installation prefixes.
install_root =
install_root = $(DESTDIR)
prefix = @prefix@
exec_prefix = @exec_prefix@
datadir = @datadir@