From 21946d0a63f27fed99981f97e6b47f1c64251171 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Sat, 28 Jul 2007 19:18:41 +0000 Subject: [PATCH] (datarootdir): New; Autoconf 2.60 wants it. --- GNUmakefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/GNUmakefile.in b/GNUmakefile.in index 404c485f..06ad0503 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -74,6 +74,7 @@ prefix := @prefix@ exec_prefix := @exec_prefix@ bindir := @bindir@ sbindir := @sbindir@ +datarootdir := @datarootdir@ datadir := @datadir@ localstatedir := @localstatedir@ mandir := @mandir@