This is the mail archive of the cygwin-cvs@cygwin.com 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]

[newlib-cygwin] respect datarootdir


https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=3bc912c02b3cd6692313e7e3cdd8acd0685483d1

commit 3bc912c02b3cd6692313e7e3cdd8acd0685483d1
Author: Peter Foley <pefoley2@pefoley.com>
Date:   Sat Mar 19 13:45:57 2016 -0400

    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>

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


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