Author: tridge Date: 2006-09-05 12:13:34 +0000 (Tue, 05 Sep 2006) New Revision: 18086
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18086 Log: here too Modified: branches/SAMBA_4_0/source/lib/talloc/configure.ac Changeset: Modified: branches/SAMBA_4_0/source/lib/talloc/configure.ac =================================================================== --- branches/SAMBA_4_0/source/lib/talloc/configure.ac 2006-09-05 12:13:15 UTC (rev 18085) +++ branches/SAMBA_4_0/source/lib/talloc/configure.ac 2006-09-05 12:13:34 UTC (rev 18086) @@ -16,7 +16,7 @@ AC_CONFIG_HEADER(config.h) AC_SYS_LARGEFILE -sinclude(libreplace.m4) -sinclude(libtalloc.m4) +m4_include(libreplace.m4) +m4_include(libtalloc.m4) AC_OUTPUT(Makefile talloc.pc)
