From 8dede49961b732a5c604b044e628b0553b387429 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 1 Aug 2008 16:52:12 +0200 Subject: build: autogenarate VPATH by configure metze (This used to be commit 16147753adcdbdc0ee9faa16fafb1c74240a6858) --- source4/build/m4/env.m4 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/build') diff --git a/source4/build/m4/env.m4 b/source4/build/m4/env.m4 index 9510a8ee0d..6c040b9bab 100644 --- a/source4/build/m4/env.m4 +++ b/source4/build/m4/env.m4 @@ -16,6 +16,9 @@ export builddir; AC_SUBST(datarootdir) +AC_SUBST(VPATH) +VPATH="\$(builddir):\$(srcdir)" + SMB_VERSION_STRING=`cat ${srcdir}/version.h | grep 'SAMBA_VERSION_OFFICIAL_STRING' | cut -d '"' -f2` echo "SAMBA VERSION: ${SMB_VERSION_STRING}" -- cgit