1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-16 20:23:50 +03:00
Files
samba-mirror/source/lib/talloc/configure.in
2007-10-10 13:16:48 -05:00

13 lines
288 B
Plaintext

AC_PREREQ(2.50)
AC_INIT(talloc.h)
AC_PROG_CC
if test "x$GCC" = "xyes"; then
CFLAGS="$CFLAGS -Wall -W"
fi
AC_PROG_INSTALL
AC_PATH_PROG(XSLTPROC,xsltproc)
AC_CHECK_HEADERS(stdint.h stdarg.h unistd.h sys/types.h)
AC_CONFIG_HEADER(config.h)
sinclude(config.m4)
AC_OUTPUT(Makefile talloc.pc)