summaryrefslogtreecommitdiff
path: root/source4/lib/replace/configure.ac
blob: b46dfdced05f5a6710e0146c88fddc1a9706ad7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
AC_DEFUN([SMB_EXT_LIB], [echo -n ""])
AC_DEFUN([SMB_ENABLE], [echo -n ""])

AC_PREREQ(2.50)
AC_INIT(dlfcn.c)
AC_CONFIG_SRCDIR([dlfcn.c])
AC_CONFIG_HEADER(config.h)
AC_PROG_INSTALL
AC_PROG_CC

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

sinclude(libreplace.m4)
sinclude(win32/config.m4)
sinclude(repdir/config.m4)
AC_OUTPUT(Makefile)