summaryrefslogtreecommitdiff
path: root/lib/talloc/build_macros.m4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-12-23 23:56:36 +0100
committerJelmer Vernooij <jelmer@samba.org>2010-12-24 01:15:05 +0100
commitbfb9ae24146b1def10744f95609f185329d5466b (patch)
tree129174d9eae29eeee3ea975f28d83fa30ee8f9fc /lib/talloc/build_macros.m4
parent9e8a04984327ffae611165244a159ff9c6ca30f4 (diff)
downloadsamba-bfb9ae24146b1def10744f95609f185329d5466b.tar.gz
samba-bfb9ae24146b1def10744f95609f185329d5466b.tar.bz2
samba-bfb9ae24146b1def10744f95609f185329d5466b.zip
talloc: remove autotools support.
Diffstat (limited to 'lib/talloc/build_macros.m4')
-rw-r--r--lib/talloc/build_macros.m414
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/talloc/build_macros.m4 b/lib/talloc/build_macros.m4
deleted file mode 100644
index c036668cd1..0000000000
--- a/lib/talloc/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)
- ])
-