summaryrefslogtreecommitdiff
path: root/source4/lib/talloc
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-07-25 20:09:45 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:10:23 -0500
commitd86e04ca1e363bb1285e6d39d5e224ff407d00fe (patch)
treea66f5fb6f2bc38dc398ff6bab8536792f5e44118 /source4/lib/talloc
parentaeb8077b9600ffea6e4e7ee5caca54fbf941eb6e (diff)
downloadsamba-d86e04ca1e363bb1285e6d39d5e224ff407d00fe.tar.gz
samba-d86e04ca1e363bb1285e6d39d5e224ff407d00fe.tar.bz2
samba-d86e04ca1e363bb1285e6d39d5e224ff407d00fe.zip
r17241: substitude @datarootdir@ with old autoconf versions:-)
metze (This used to be commit ed5ffc7bfc57c72bb95562c88bd2ec290daed10c)
Diffstat (limited to 'source4/lib/talloc')
-rw-r--r--source4/lib/talloc/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/talloc/configure.in b/source4/lib/talloc/configure.in
index 6cd620d906..fc52679737 100644
--- a/source4/lib/talloc/configure.in
+++ b/source4/lib/talloc/configure.in
@@ -1,5 +1,6 @@
AC_PREREQ(2.50)
AC_INIT(talloc.h)
+AC_SUBST(datarootdir)
AC_PROG_CC
if test "x$GCC" = "xyes"; then
CFLAGS="$CFLAGS -Wall -W"