summaryrefslogtreecommitdiffstats
path: root/source3/autoconf
Commit message (Collapse)AuthorAgeFilesLines
* build: Remove autoconf directory no longer neededAndrew Bartlett2013-05-283-13/+0
| | | | | | | | | | This was only needed to avoid autoconf and waf builds colliding. Andrew Bartlett Reviewed-by: Jelmer Vernooij <jelmer@samba.org> Reviewed-by: David Disseldorp <ddiss@samba.org>
* s3-build: Do not write loadparm generated files into the build treeAndrew Bartlett2012-06-152-0/+6
| | | | | | | | | We need to keep these files away from where waf might see them. Andrew Bartlett Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Fri Jun 15 11:10:14 CEST 2012 on sn-devel-104
* build: Move generated files out of the normal build treeAndrew Bartlett2012-05-181-0/+7
This avoids some dual-build-system interactions. Andrew Bartlett