From c93508edffda8b612f692be7cf7648545c21ab86 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sun, 18 Jun 2006 17:44:47 +0000 Subject: r16341: newer autoconf versions export 'datarootdir', fix a warning with old autoconf versions metze (This used to be commit 906c27caefa9802a72b6ea71e46e0725e445d189) --- source4/build/m4/env.m4 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/build') diff --git a/source4/build/m4/env.m4 b/source4/build/m4/env.m4 index 062824869c..0dd5a378e5 100644 --- a/source4/build/m4/env.m4 +++ b/source4/build/m4/env.m4 @@ -21,6 +21,8 @@ builddir=. AC_SUBST(builddir) export builddir; +AC_SUBST(datarootdir) + SMB_VERSION_STRING=`cat ${srcdir}/version.h | grep 'SAMBA_VERSION_OFFICIAL_STRING' | cut -d '"' -f2` echo "SAMBA VERSION: ${SMB_VERSION_STRING}" -- cgit