1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-09 20:23:51 +03:00

r17241: substitude @datarootdir@ with old autoconf versions:-)

metze
This commit is contained in:
Stefan Metzmacher
2006-07-25 20:09:45 +00:00
committed by Gerald (Jerry) Carter
parent 0b16350fa2
commit ed5ffc7bfc

View File

@@ -1,5 +1,6 @@
AC_PREREQ(2.50)
AC_INIT(talloc.h)
AC_SUBST(datarootdir)
AC_PROG_CC
if test "x$GCC" = "xyes"; then
CFLAGS="$CFLAGS -Wall -W"