summaryrefslogtreecommitdiffstats
path: root/replace/configure.ac
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/configure.ac
parent8f206092adc07f5f09e14d5dac53759bee33bcc6 (diff)
downloadsssd-26785017abee76e0eff95214f0c52fcdb04741e0.tar.gz
sssd-26785017abee76e0eff95214f0c52fcdb04741e0.tar.xz
sssd-26785017abee76e0eff95214f0c52fcdb04741e0.zip
Remove replace
Diffstat (limited to 'replace/configure.ac')
-rw-r--r--replace/configure.ac42
1 files changed, 0 insertions, 42 deletions
diff --git a/replace/configure.ac b/replace/configure.ac
deleted file mode 100644
index 10f9d0b5c..000000000
--- a/replace/configure.ac
+++ /dev/null
@@ -1,42 +0,0 @@
-AC_PREREQ(2.50)
-AC_INIT([libreplace], [0.0])
-AC_CONFIG_SRCDIR([replace.c])
-AC_CONFIG_HEADER(config.h)
-AC_CONFIG_AUX_DIR([build])
-AC_PROG_RANLIB
-CFLAGS="$CFLAGS -I$srcdir"
-
-AC_LIBREPLACE_ALL_CHECKS
-AC_LIBREPLACE_NETWORK_CHECKS
-
-AM_INIT_AUTOMAKE([-Wall foreign subdir-objects])
-AM_PROG_CC_C_O
-
-m4_pattern_allow([AM_SILENT_RULES])
-AM_SILENT_RULES
-
-if test "$ac_cv_prog_gcc" = yes; then
- CFLAGS="$CFLAGS -Wall"
- CFLAGS="$CFLAGS -W"
- CFLAGS="$CFLAGS -Wshadow"
- CFLAGS="$CFLAGS -Wstrict-prototypes"
- CFLAGS="$CFLAGS -Wpointer-arith"
- CFLAGS="$CFLAGS -Wcast-qual"
- CFLAGS="$CFLAGS -Wcast-align"
- CFLAGS="$CFLAGS -Wwrite-strings"
- CFLAGS="$CFLAGS -Werror-implicit-function-declaration"
- CFLAGS="$CFLAGS -Wformat=2"
- CFLAGS="$CFLAGS -Wno-format-y2k"
-fi
-
-m4_include(build_macros.m4)
-BUILD_WITH_SHARED_BUILD_DIR
-
-LIBS="${LIBREPLACE_NETWORK_LIBS}"
-AC_SUBST(LIBS)
-
-AC_SUBST(LDFLAGS)
-
-AC_CONFIG_FILES([Makefile])
-
-AC_OUTPUT