Fix variables used in configure.
authorJelmer Vernooij <jelmer@samba.org>
Tue, 10 Jun 2008 12:52:17 +0000 (14:52 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Tue, 10 Jun 2008 12:52:17 +0000 (14:52 +0200)
(This used to be commit 9a58d9138af51dec6eab832a78506e93a86c34c5)

source4/configure.ac

index 73d3ffd4d9b6c60bde0b4a91710b70a810e1f150..693d4d7fbd8aa73f31d3823f34c17596f856d11a 100644 (file)
@@ -184,8 +184,8 @@ SMB_WRITE_MAKEVARS(mkconfig.mk)
 if test $USESHARED = true
 then
        echo "To run binaries without installing, set the following environment variable:"
-       echo "$ac_cv_LIB_PATH_VAR=$builddir/bin/shared"
+       echo "$LIB_PATH_VAR=$builddir/bin/shared"
 fi
 
 echo
-echo "To build Samba, run $ac_cv_path_MAKE"
+echo "To build Samba, run $MAKE"