From 9c3c30e5c7cdeaa9fb658f8c1e649e04bb491f55 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Fri, 21 Jul 2006 13:58:52 +0000 Subject: [PATCH] Assign datarootdir=@datarootdir@ so that a modern autoconf doesn't complain about our Makefile.in. --- Makefile.in | 1 + 1 file changed, 1 insertion(+) 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@ -- 2.34.1