summaryrefslogtreecommitdiff
path: root/source4/build/smb_build/env.m4
diff options
context:
space:
mode:
Diffstat (limited to 'source4/build/smb_build/env.m4')
-rw-r--r--source4/build/smb_build/env.m423
1 files changed, 0 insertions, 23 deletions
diff --git a/source4/build/smb_build/env.m4 b/source4/build/smb_build/env.m4
deleted file mode 100644
index 87316d3d30..0000000000
--- a/source4/build/smb_build/env.m4
+++ /dev/null
@@ -1,23 +0,0 @@
-dnl SMB Build Environment Checks
-dnl -------------------------------------------------------
-dnl Copyright (C) Stefan (metze) Metzmacher 2004
-dnl Released under the GNU GPL
-dnl -------------------------------------------------------
-dnl
-
-SMB_VERSION_STRING=`cat include/version.h | grep 'SAMBA_VERSION_OFFICIAL_STRING' | cut -d '"' -f2`
-echo "SAMBA VERSION: ${SMB_VERSION_STRING}"
-
-SAMBA_VERSION_SVN_REVISION=`cat include/version.h | grep 'SAMBA_VERSION_SVN_REVISION' | cut -d ' ' -f3-`
-if test -n "${SAMBA_VERSION_SVN_REVISION}";then
- echo "BUILD REVISION: ${SAMBA_VERSION_SVN_REVISION}"
-fi
-
-SMB_INFO_BUILD_ENV=""
-
-sinclude(build/smb_build/check_path.m4)
-sinclude(build/smb_build/check_perl.m4)
-sinclude(build/smb_build/check_cc.m4)
-sinclude(build/smb_build/check_ld.m4)
-sinclude(build/smb_build/check_shld.m4)
-sinclude(build/smb_build/check_types.m4)