summaryrefslogtreecommitdiffstats
path: root/tevent/build_macros.m4
diff options
context:
space:
mode:
Diffstat (limited to 'tevent/build_macros.m4')
-rw-r--r--tevent/build_macros.m414
1 files changed, 0 insertions, 14 deletions
diff --git a/tevent/build_macros.m4 b/tevent/build_macros.m4
deleted file mode 100644
index c036668cd..000000000
--- a/tevent/build_macros.m4
+++ /dev/null
@@ -1,14 +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"
- LDFLAGS="$LDFLAGS -L$with_shared_build_dir/lib"
- fi
- AC_SUBST(sharedbuilddir)
- ])
-