svn commit: samba r17241 - in branches/SAMBA_4_0/source/lib/talloc:
.
metze at samba.org
metze at samba.org
Tue Jul 25 20:09:46 GMT 2006
Author: metze
Date: 2006-07-25 20:09:45 +0000 (Tue, 25 Jul 2006)
New Revision: 17241
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17241
Log:
substitude @datarootdir@ with old autoconf versions:-)
metze
Modified:
branches/SAMBA_4_0/source/lib/talloc/configure.in
Changeset:
Modified: branches/SAMBA_4_0/source/lib/talloc/configure.in
===================================================================
--- branches/SAMBA_4_0/source/lib/talloc/configure.in 2006-07-25 20:05:00 UTC (rev 17240)
+++ branches/SAMBA_4_0/source/lib/talloc/configure.in 2006-07-25 20:09:45 UTC (rev 17241)
@@ -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"
More information about the samba-cvs
mailing list