[PATCH 11/11] respect datarootdir

Peter Foley pefoley2@pefoley.com
Sat Mar 19 17:46:00 GMT 2016


Recent versions of autoconf define datadir/infodir in terms of
datarootdir. Add it.

winsup/ChangeLog
* Makefile.in: define datarootdir

Signed-off-by: Peter Foley <pefoley2@pefoley.com>
---
 winsup/Makefile.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/winsup/Makefile.in b/winsup/Makefile.in
index 29ef22a..1fdf93a 100644
--- a/winsup/Makefile.in
+++ b/winsup/Makefile.in
@@ -33,6 +33,7 @@ endif
 else
 tooldir:=$(exec_prefix)/$(target_alias)
 endif
+datarootdir:=@datarootdir@
 datadir:=@datadir@
 infodir:=@infodir@
 includedir:=@includedir@
-- 
2.7.4



More information about the Cygwin-patches mailing list