diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-06-18 17:44:47 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:09:11 -0500 |
commit | c93508edffda8b612f692be7cf7648545c21ab86 (patch) | |
tree | c7c49af93080da63b928dc99964ef3230d5da5ee /source4/build | |
parent | 845df42a19bade71bf6985d006e8e54018c53bdf (diff) | |
download | samba-c93508edffda8b612f692be7cf7648545c21ab86.tar.gz samba-c93508edffda8b612f692be7cf7648545c21ab86.tar.bz2 samba-c93508edffda8b612f692be7cf7648545c21ab86.zip |
r16341: newer autoconf versions export 'datarootdir',
fix a warning with old autoconf versions
metze
(This used to be commit 906c27caefa9802a72b6ea71e46e0725e445d189)
Diffstat (limited to 'source4/build')
-rw-r--r-- | source4/build/m4/env.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
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}" |