summaryrefslogtreecommitdiffstats
path: root/replace/build_macros.m4
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2010-02-16 21:19:09 +0100
committerStephen Gallagher <sgallagh@redhat.com>2010-02-16 16:06:54 -0500
commit26785017abee76e0eff95214f0c52fcdb04741e0 (patch)
tree51b743cc2c3118d670f3e76d377b8c4fc0c022c1 /replace/build_macros.m4
parent8f206092adc07f5f09e14d5dac53759bee33bcc6 (diff)
downloadsssd-26785017abee76e0eff95214f0c52fcdb04741e0.tar.gz
sssd-26785017abee76e0eff95214f0c52fcdb04741e0.tar.xz
sssd-26785017abee76e0eff95214f0c52fcdb04741e0.zip
Remove replace
Diffstat (limited to 'replace/build_macros.m4')
-rw-r--r--replace/build_macros.m414
1 files changed, 0 insertions, 14 deletions
diff --git a/replace/build_macros.m4 b/replace/build_macros.m4
deleted file mode 100644
index 9ee4cc875..000000000
--- a/replace/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)
- ])
-