From: Michael Adam Date: Tue, 19 Feb 2008 14:58:02 +0000 (+0100) Subject: configure.in: move definition of build dir up. X-Git-Tag: samba-3.2.0pre2~37^2~160^2~48 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=35327e8fee778cb46e181add7d1987c843384989;p=thirdparty%2Fsamba.git configure.in: move definition of build dir up. Michael --- diff --git a/source/configure.in b/source/configure.in index f1bd2d28a55..0409e164eb7 100644 --- a/source/configure.in +++ b/source/configure.in @@ -15,6 +15,9 @@ case "$PATH" in ;; esac +builddir=`pwd` +AC_SUBST(builddir) + SMB_VERSION_STRING=`cat $srcdir/include/version.h | grep 'SAMBA_VERSION_OFFICIAL_STRING' | cut -d '"' -f2` echo "SAMBA VERSION: ${SMB_VERSION_STRING}" @@ -6826,9 +6829,6 @@ if test x"$krb5_developer" = x"yes" -o x"$developer" = x"yes"; then CFLAGS="${CFLAGS} \$(DEVELOPER_CFLAGS)" fi -builddir=`pwd` -AC_SUBST(builddir) - # Stuff the smbd-only libraries at the end of the smbd link # path (if we have them). SMBD_LIBS="$samba_dmapi_libs"