1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

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

metze
(This used to be commit ed5ffc7bfc)
This commit is contained in:
Stefan Metzmacher 2006-07-25 20:09:45 +00:00 committed by Gerald (Jerry) Carter
parent aeb8077b96
commit d86e04ca1e

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"