diff options
author | Michael Adam <obnox@samba.org> | 2008-09-17 18:37:59 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-09-17 18:40:08 +0200 |
commit | 90830f6400f1a0e4a8e69b4f6a3691d80b0fccdb (patch) | |
tree | 8a51e9febf7fe1198c770524849b1303e5da77b7 /source3 | |
parent | c91a9076881f36126e2524d48844a757d947d51d (diff) | |
download | samba-90830f6400f1a0e4a8e69b4f6a3691d80b0fccdb.tar.gz samba-90830f6400f1a0e4a8e69b4f6a3691d80b0fccdb.tar.bz2 samba-90830f6400f1a0e4a8e69b4f6a3691d80b0fccdb.zip |
build: fix autogen.sh - pidl has moved to ../pidl
Michael
Diffstat (limited to 'source3')
-rw-r--r-- | source3/samba4.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/samba4.m4 b/source3/samba4.m4 index 0a2ceb9636..c02d3d4b3b 100644 --- a/source3/samba4.m4 +++ b/source3/samba4.m4 @@ -16,7 +16,7 @@ m4_include(../lib/popt/samba.m4) m4_include(lib/charset/config.m4) m4_include(lib/socket/config.m4) m4_include(nsswitch/nsstest.m4) -m4_include(pidl/config.m4) +m4_include(../pidl/config.m4) m4_include(lib/zlib.m4) AC_CONFIG_FILES(../source4/lib/registry/registry.pc) |