summaryrefslogtreecommitdiff
path: root/lib/tevent/build_macros.m4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-30 16:16:33 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-10-30 17:50:09 +0200
commitfe6d404ea506e492c0a29715ed1e88ebe044e875 (patch)
tree2bcf1da1957cd040db9c9ca7f0417179209dc48b /lib/tevent/build_macros.m4
parentd1eba07e54d20ec9222f1ee448cc4223b9341c70 (diff)
downloadsamba-fe6d404ea506e492c0a29715ed1e88ebe044e875.tar.gz
samba-fe6d404ea506e492c0a29715ed1e88ebe044e875.tar.bz2
samba-fe6d404ea506e492c0a29715ed1e88ebe044e875.zip
tevent: Drop autoconf-based build system for standalone build.
Diffstat (limited to 'lib/tevent/build_macros.m4')
-rw-r--r--lib/tevent/build_macros.m415
1 files changed, 0 insertions, 15 deletions
diff --git a/lib/tevent/build_macros.m4 b/lib/tevent/build_macros.m4
deleted file mode 100644
index bb7fad8f7a..0000000000
--- a/lib/tevent/build_macros.m4
+++ /dev/null
@@ -1,15 +0,0 @@
-AC_DEFUN(BUILD_WITH_SHARED_BUILD_DIR,
- [ AC_ARG_WITH([shared-build-dir],
- [AC_HELP_STRING([--with-shared-build-dir=DIR],
- [temporary build directory where libraries are installed [$srcdir/sharedbuild]])])
-
- sharedbuilddir="$srcdir/sharedbuild"
- if test x"$with_shared_build_dir" != x; then
- sharedbuilddir=$with_shared_build_dir
- CFLAGS="$CFLAGS -I$with_shared_build_dir/include"
- CPPFLAGS="$CPPFLAGS -I$with_shared_build_dir/include"
- LDFLAGS="$LDFLAGS -L$with_shared_build_dir/lib"
- fi
- AC_SUBST(sharedbuilddir)
- ])
-