summaryrefslogtreecommitdiff
path: root/source4/lib/replace/configure.ac
blob: b506b791eb3906bef1b0285f6e3e029c57cde560 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
AC_PREREQ(2.50)
AC_INIT(replace.c)
AC_CONFIG_SRCDIR([replace.c])
AC_CONFIG_HEADER(config.h)

m4_include(libreplace.m4)

if test "$ac_cv_prog_gcc" = yes; then
   CFLAGS="$CFLAGS -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings"
fi

AC_OUTPUT(Makefile)