how to build samba 3.5

Olivier Sessink oliviersessink at gmail.com
Fri Nov 27 14:57:51 MST 2009


Volker Lendecke wrote:
> On Fri, Nov 27, 2009 at 03:37:12PM +0100, Olivier Sessink wrote:
>> I would like to port a VFS module to samba 3.5 (because of the API changes).
>>
>> I've tried to build a samba git checkout, but autoconf fails:
>>
>> /usr/bin/m4:configure.in:23: cannot open `pkg.m4': No such file or directory
>>
>> Is there a quick way to resolv this? Or another way to port my vfs
>> module: is there a samba-3.5 snapshot available somewhere?
> 
> I'm using autoconf 2.63, with that it works. What exact
> command did you issue?

autoconf 2.61

$ cd samba/source3
$ autoconf
/usr/bin/m4:configure.in:23: cannot open `pkg.m4': No such file or directory

autoconf possibly needs some environment variables or arguments?

the missing file exists in the samba tree ../m4/pkg.m4

I tried `autoconf -B ../m4` but that doesn't work either (different error)

Olivier


More information about the samba-technical mailing list