From: Wayne Davison Date: Fri, 21 Jul 2006 13:58:52 +0000 (+0000) Subject: Assign datarootdir=@datarootdir@ so that a modern autoconf X-Git-Tag: v2.6.9pre1~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c3c30e5c7cdeaa9fb658f8c1e649e04bb491f55;p=thirdparty%2Frsync.git Assign datarootdir=@datarootdir@ so that a modern autoconf doesn't complain about our Makefile.in. --- diff --git a/Makefile.in b/Makefile.in index 889f8063..11d1a74f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -2,6 +2,7 @@ # Makefile prefix=@prefix@ +datarootdir=@datarootdir@ exec_prefix=@exec_prefix@ bindir=@bindir@ mandir=@mandir@