From ffb9443c208e4ea6e785b9ab875357befd6d8e6d Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 29 Jul 2006 11:33:04 +0000 Subject: r17307: Add datarootdir setting (required for newer autoconfs) (This used to be commit 86687b804a60973883965700e755686e7d7d24f3) --- source3/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index 190bbc79f3..0ff5872063 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -76,6 +76,7 @@ CONFIGLIBDIR = $(LIBDIR)/config CONFIGDIR = @configdir@ VARDIR = @localstatedir@ MANDIR = @mandir@ +datarootdir = @datarootdir@ DATADIR = @datadir@ # The permissions to give the executables -- cgit