Jelmer Vernooij
05ca6ecef7
r22699: Reduce amount of magic required for popt detection.
2007-10-10 14:52:03 -05:00
Stefan Metzmacher
aece281c3b
r22610: fix build with included popt
...
metze
2007-10-10 14:51:52 -05:00
Jelmer Vernooij
9b991ce9ca
r22600: Update bzr ignores, put right version in .pc files, prepare for support of system versions of tdb, talloc.
2007-10-10 14:51:50 -05:00
James Peach
c12fc86a93
r20594: Match popt.h declaration.
2007-10-10 14:37:11 -05:00
James Peach
d225481e49
r20593: Kill annoying warning.
2007-10-10 14:37:10 -05:00
Andrew Tridgell
13878b7e7e
r18600: - fix shell syntax in tests for libraries
...
- add library test for libpopt
2007-10-10 14:18:55 -05:00
Andrew Tridgell
9afbd60f91
r18537: after testing for poptGetContext, if the test fails, don't try to use
...
the external popt (this affects hpisgr8)
2007-10-10 14:18:43 -05:00
Stefan Metzmacher
97d73452c5
r18326: these are not used anymore, I found the bug on *BSD
...
it's the broken BSD make again where we endup with this:
... -c torture/libnet/libnet_rpc.c -o libnet/libnet_rpc.o
metze
2007-10-10 14:18:09 -05:00
Stefan Metzmacher
fa060ff7a6
r18306: I hope that works better...
...
metze
2007-10-10 14:18:06 -05:00
Stefan Metzmacher
13f54d8fa7
r18305: get some more debug output to fix the build on sambajail
...
metze
2007-10-10 14:18:05 -05:00
Stefan Metzmacher
82bf701305
r18303: we should just use -Ilib/popt as in all other places
...
metze
2007-10-10 14:18:05 -05:00
Jelmer Vernooij
72e71de3e5
r18157: Fix building with external popt.
2007-10-10 14:17:44 -05:00
Jelmer Vernooij
1adf65b4d7
r18121: Simplify m4 code, hopefully fix Samba4 build problems.
2007-10-10 14:17:35 -05:00
Andrew Tridgell
37588bbf3f
r18119: forgot to commit this
2007-10-10 14:17:34 -05:00
Andrew Tridgell
495fcdddb2
r18110: renamed config.m4 for popt
2007-10-10 14:17:18 -05:00
Gerald Carter
26a2fa97e4
r16100: Patch from Michael Wood <mwood@icts.uct.ac.za>: s/then/than/ for correct grammar
2007-10-10 14:08:59 -05:00
Jelmer Vernooij
87233041ff
r15577: Make popt CFLAGS popt-specific rather then global
2007-10-10 14:05:59 -05:00
Jelmer Vernooij
e392c1e167
r15323: Fix internal popt build
2007-10-10 14:05:16 -05:00
Jelmer Vernooij
2f06305e53
r15274: Drop default EXT_LIB_ prefix for external libraries. Fixes issues with local
...
(empty) libpopt.a overriding global one
2007-10-10 14:05:00 -05:00
Jelmer Vernooij
9c37f847d3
r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone.
2007-10-10 13:57:30 -05:00
Stefan Metzmacher
ca809a7910
r14240: fix summary output (step 2)
...
we now need to explicit enable external libraries in
*.m4 files again...
metze
2007-10-10 13:57:06 -05:00
Jelmer Vernooij
b24f2583ed
r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not using
...
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.
2007-10-10 13:47:45 -05:00
Jelmer Vernooij
24e1030090
r11244: Relative path names in .mk files
2007-10-10 13:45:06 -05:00
Jelmer Vernooij
7fffc5c917
r11214: Remove scons files (see http://lists.samba.org/archive/samba-technical/2005-October/043443.html )
2007-10-10 13:45:03 -05:00
Stefan Metzmacher
471c0ca4ab
r11052: bring samba4 uptodate with the samba4-winsrepl branch,
...
before the bad merge
metze
2007-10-10 13:44:43 -05:00
Stefan Metzmacher
6913e33840
r11037:
2007-10-10 13:42:33 -05:00
Jelmer Vernooij
b53313dc51
r10586: Add MergedObject() builder. Default to Library() rather
...
then StaticLibrary()
2007-10-10 13:39:08 -05:00
Tim Potter
9d001dc083
r10377: Save configuration stuff to sconf.cache so it isn't annoyingly run
...
at every single build. Run 'scons configure=1' or delete sconf.cache
to force checks to be re-run.
Jelmer, I think this stuff is cached in the .sconf_cache directory but
the message is still displayed and it looks like it caches the compiled
test object file not the actual result of the test.
2007-10-10 13:38:33 -05:00
Jelmer Vernooij
4f0d7f75b9
r10348: Add scons scripts for remaining subsystems. Most subsystems build now,
...
but final linking still fails (as does generating files asn1, et, idl and proto
files)
2007-10-10 13:38:30 -05:00
Jelmer Vernooij
4bffe44359
r10330: Add SConscript to more subsystems. Some of the tdb tools build now.
...
Start on custom Samba scons tools (for handling proto generation, pidl, etc)
2007-10-10 13:38:28 -05:00
Tim Potter
540a3649e8
r10328: Add more emacs python-mode markers.
2007-10-10 13:38:28 -05:00
Jelmer Vernooij
829568d759
r10323: Add first bits required for getting compile with scons working. This does
...
not work yet and can exist parallel with the existing build system.
2007-10-10 13:38:25 -05:00
James Peach
efc70d2672
r10161: Check for alloca.h to prevent incorrect local declaration.
2007-10-10 13:38:04 -05:00
Andrew Tridgell
d3872a6e4c
r8470: looks like popt portability is going to be a bit of a fight :(
2007-10-10 13:23:06 -05:00
Andrew Tridgell
a1acb3300e
r8467: using both math.h and float.h breaks popt on freebsd 5.4
2007-10-10 13:23:06 -05:00
Jelmer Vernooij
d60cb643e8
r5906: Fix the usage of the internal popt (make proto should ignore it)
...
Updated included popt to 1.7.
2007-10-10 13:11:08 -05:00
Jelmer Vernooij
cbe819a755
r3730: More build system fixes and simplifications
...
the hierarchy in the init functions is correct now
will also make it easier to implement some other features
2007-10-10 13:05:47 -05:00
Stefan Metzmacher
c78a2ddb28
r665: merge over the new build system from my tmp branch
...
to the main SAMBA_4_0 tree.
NOTE: that it's not completely ready, but it's functional:-)
metze
2007-10-10 12:53:36 -05:00
Gerald (Jerry) Carter
6e50109b66
[GLUE] Sync tree with SVN r17.
2007-10-10 12:39:20 -05:00
Stefan Metzmacher
ec96914c66
make proto should not catch any function of the lib/popt/*.c stuff
...
metze
-
Stefan Metzmacher
0f1c6dd631
let the popt replacement stuff survive a make proto
...
metze
-
Stefan Metzmacher
9d1018557f
move -lpopt replacement code from source/popt/* to source/lib/popt/*
...
metze
-
Stefan Metzmacher
9eb593a7c0
move the -lpopt replacement to a LIBPOPT subsystem
...
metze
-
Jelmer Vernooij
369a9c1ac1
Initial step at cleaning and splitting up configure.in.
-
Andrew Tridgell
b0510b5428
first public release of samba4 code
-