summaryrefslogtreecommitdiff
path: root/source4/lib/popt/config.m4
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r14240: fix summary output (step 2)Stefan Metzmacher1-0/+1
we now need to explicit enable external libraries in *.m4 files again... metze (This used to be commit ca809a7910b16a248fffddc640298bbe4cdedc01)
2007-10-10r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not usingJelmer Vernooij1-2/+2
the difference between these at all, and in the future the fact that INIT_OBJ_FILES include smb_build.h will be sufficient to have recompiles at the right time. (This used to be commit b24f2583edee38abafa58578d8b5c4b43e517def)
2007-10-10r10161: Check for alloca.h to prevent incorrect local declaration.James Peach1-1/+1
(This used to be commit efc70d267285a94bcadd690ae4392d278cdeea94)
2007-10-10r5906: Fix the usage of the internal popt (make proto should ignore it)Jelmer Vernooij1-7/+8
Updated included popt to 1.7. (This used to be commit d60cb643e8a46771f3d836307ea45b869f34dc9b)
2007-10-10r3730: More build system fixes and simplificationsJelmer Vernooij1-3/+2
the hierarchy in the init functions is correct now will also make it easier to implement some other features (This used to be commit cbe819a75568403ac8850ea4d344c607a46d61c2)
2007-10-10r665: merge over the new build system from my tmp branchStefan Metzmacher1-3/+4
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)
2004-02-12move -lpopt replacement code from source/popt/* to source/lib/popt/*Stefan Metzmacher1-3/+3
metze (This used to be commit 9d1018557fdc51cada1ad082d85c0dc48e1b3072)
2004-02-12move the -lpopt replacement to a LIBPOPT subsystemStefan Metzmacher1-15/+24
metze (This used to be commit 9eb593a7c065326dafbba896ed723d0ea5cb00ed)
2003-12-02Initial step at cleaning and splitting up configure.in.Jelmer Vernooij1-0/+31
(This used to be commit 369a9c1ac1ff94a1d3f51eac20a39577f9cf2155)