summaryrefslogtreecommitdiffstats
path: root/source/build
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-06-18 17:44:47 +0000
committerStefan Metzmacher <metze@samba.org>2006-06-18 17:44:47 +0000
commit66691d959e69f4fc15fe3061a0ccf0cb77f55804 (patch)
tree81a47209d1df998b3a42a5bd5cc82bab13dba0ef /source/build
parente580ed63716979a8f4414742c43a2fc8d1b3c829 (diff)
downloadsamba-66691d959e69f4fc15fe3061a0ccf0cb77f55804.tar.gz
samba-66691d959e69f4fc15fe3061a0ccf0cb77f55804.tar.xz
samba-66691d959e69f4fc15fe3061a0ccf0cb77f55804.zip
r16341: newer autoconf versions export 'datarootdir',
fix a warning with old autoconf versions metze
Diffstat (limited to 'source/build')
-rw-r--r--source/build/m4/env.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/source/build/m4/env.m4 b/source/build/m4/env.m4
index 062824869c1..0dd5a378e56 100644
--- a/source/build/m4/env.m4
+++ b/source/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}"