summaryrefslogtreecommitdiffstats
path: root/source4/lib/iconv.m4
Commit message (Collapse)AuthorAgeFilesLines
* r665: merge over the new build system from my tmp branchStefan Metzmacher2007-10-101-1/+1
| | | | | | | | | to the main SAMBA_4_0 tree. NOTE: that it's not completely ready, but it's functional:-) metze (This used to be commit c78a2ddb28ec50d6570a83b1f66f18a5c3621731)
* - we now specify the object files in the subsystems config.m4 fileStefan Metzmacher2004-02-021-0/+66
I plan to convert all objectfile group to use SMB_SUBSYSTEM later I'll add a SMB_BINARY() and SMB_LIBRARY(), then there will be no more need to touch Makefile.in, because all make rules will be autogenerated by configure - convert the PROCESS_MODEL subsystem to this new scheme and move the pthread test to smbd/process_model.m4 - convert the CHARSET subsystem to this new scheme and move the iconv test to lib/iconv.m4 (This used to be commit 2e57ee884ebea194ee79ac20e84e385481b56aa2)