From 9e34191779d10f2525144cdbc04c10ba7a4e4227 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Sun, 18 Nov 2007 05:10:58 +0000 Subject: [PATCH] Add 'datarootdir' variable to Makefile.in We don't use it, but it shuts up the autoconf warning. --- libcitadel/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libcitadel/Makefile.in b/libcitadel/Makefile.in index 212436bb8..86a31da05 100755 --- a/libcitadel/Makefile.in +++ b/libcitadel/Makefile.in @@ -18,6 +18,8 @@ libdir = @libdir@ includedir = @includedir@ man1dir = @mandir@/man1 +datarootdir = @datarootdir@ + top_builddir = . -- 2.30.2