configure.in: move definition of build dir up.
authorMichael Adam <obnox@samba.org>
Tue, 19 Feb 2008 14:58:02 +0000 (15:58 +0100)
committerMichael Adam <obnox@samba.org>
Tue, 19 Feb 2008 16:39:39 +0000 (17:39 +0100)
Michael
(This used to be commit 35327e8fee778cb46e181add7d1987c843384989)

source3/configure.in

index f1bd2d28a554f535c2ceb56a1144487b0b47e84d..0409e164eb772bcab9f72d5b757ca4a75dd13c15 100644 (file)
@@ -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"