This is the mail archive of the cygwin-patches mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 11/11] respect datarootdir


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]