Stefan Metzmacher
6b5e86f47b
r18183: - add LIBREPLACE globaly and add LIBREPLACE_HOSTCC
...
- also specify USE_HOSTCC = YES on binaries that use HOSTCC
I also disable autodependecies as this change let make run forever,
I hopefully fix that tomorrow
metze
(This used to be commit 159f745702
)
2007-10-10 14:17:47 -05:00
Stefan Metzmacher
c8295a7d2f
r18181: use:
...
CC and CFLAGS
LD and LDFLAGS
STLD and STLD_FLAGS
SHLD and SHLD_FLAGS
all controled by configure
and import the values from samba3 which are more recent
metze
(This used to be commit 5e59153735
)
2007-10-10 14:17:47 -05:00
Stefan Metzmacher
21ef15d703
r18179: - move CC specific stuff to check_cc.m4
...
- add some AC_DEFINES to rewrite.m4
(I'll remove them from check_ld.m4 soon)
(I've also merged new values from samba3)
metze
(This used to be commit de0c8d1b17
)
2007-10-10 14:17:46 -05:00
Andrew Tridgell
8ebc545e57
r18178: another place needs LIBREPLACE to get strndup
...
metze or jelmer, is there some way we can get LIBREPLACE in globally?
We're going to be chasing these forever!
(This used to be commit 7a9d41dd5b
)
2007-10-10 14:17:46 -05:00
Andrew Tridgell
78eaffd5a0
r18176: reg_util.c needs LIBREPLACE for strndup
...
(This used to be commit dc1369b2ad
)
2007-10-10 14:17:46 -05:00
Stefan Metzmacher
0a4aafbe30
r18173: PICSUFFIX isn't used anymore
...
metze
(This used to be commit 647f3b140c
)
2007-10-10 14:17:46 -05:00
Jelmer Vernooij
2ad95ed398
r18171: Generate prototypes for functions returning bool.
...
(This used to be commit 587a681c19
)
2007-10-10 14:17:45 -05:00
Jelmer Vernooij
e0fae5b22a
r18169: Remove accidentally committed bits
...
(This used to be commit 51faeff2fa
)
2007-10-10 14:17:45 -05:00
Jelmer Vernooij
873749f218
r18168: Use {NULL} rather than POPT_TABLEEND, which is not always available.
...
(This used to be commit 8b622c5ded
)
2007-10-10 14:17:45 -05:00
Jelmer Vernooij
f057742ef3
r18166: Fix build with external popt.
...
(This used to be commit b34310029a
)
2007-10-10 14:17:45 -05:00
Stefan Metzmacher
33d6ffe16a
r18164: enable the SASL library if found
...
metze
(This used to be commit 675541f24e
)
2007-10-10 14:17:45 -05:00
Jelmer Vernooij
1869a8cc66
r18163: Remove defines for BOOL, False and True
...
(This used to be commit 6f5e7df6f2
)
2007-10-10 14:17:44 -05:00
Jelmer Vernooij
7276648944
r18161: Fix LDB build after popt changes.
...
(This used to be commit 849fa93540
)
2007-10-10 14:17:44 -05:00
Andrew Tridgell
3ca73facc5
r18160: - pread and pwrite replacements need to be non-static
...
- replacing rename() is pointless - all platforms have it (and the
#define of rename breaks some code)
- use system/locale.h in snprintf.c
- fix passwd.h for initgroups
- stdlib is in replace.h, not needed elsewhere
- fix the initgroups replacement
- fix mapping of dl functions to rep_*
(This used to be commit 57cd0ca176
)
2007-10-10 14:17:44 -05:00
Stefan Metzmacher
d093b28b55
r18159: always recreate the the archive and use -s (which does the same as ranlib)
...
and see how portable it is
metze
(This used to be commit 47b4509db9
)
2007-10-10 14:17:44 -05:00
Jelmer Vernooij
d52b2fb7c4
r18157: Fix building with external popt.
...
(This used to be commit 72e71de3e5
)
2007-10-10 14:17:44 -05:00
Andrew Tridgell
70b6211c98
r18156: fix platforms that need timegm replacement
...
(This used to be commit 859fefc3b9
)
2007-10-10 14:17:43 -05:00
Andrew Bartlett
3549adc7ce
r18155: Add my work in progress, a module to link with Cyrus-SASL, for a
...
DIGEST-MD5 implemenation in particular.
However, I can't make this work: Cyrus-SASL isn't loading the mech...
Andrew Bartlett
(This used to be commit 0b193d28c8
)
2007-10-10 14:17:43 -05:00
Andrew Tridgell
6c85bcc972
r18154: try to get the heimdal_build code to use libreplace in a better way
...
(chasing down build failures ...)
added showflags as part of 'all' target, which makes tracking down
problems easier in the build farm
(This used to be commit d52aaccdf8
)
2007-10-10 14:17:43 -05:00
Stefan Metzmacher
6aa376ef15
r18153: html/ isn't needed
...
metze
(This used to be commit 39dc57a502
)
2007-10-10 14:17:43 -05:00
Stefan Metzmacher
6150443532
r18152: move our AC macros into lib/replace/libreplace_macros.m4
...
and include them from there
metze
(This used to be commit 38f9e90a12
)
2007-10-10 14:17:43 -05:00
Stefan Metzmacher
53a78afe30
r18151: remove testfile
...
metze
(This used to be commit 6ffebfb9b7
)
2007-10-10 14:17:42 -05:00
Stefan Metzmacher
6513e415b8
r18150: fix make *clean
...
metze
(This used to be commit e354cd0fae
)
2007-10-10 14:17:42 -05:00
Stefan Metzmacher
8915c36b3f
r18149: fix make *clean
...
metze
(This used to be commit 477c83c983
)
2007-10-10 14:17:42 -05:00
Stefan Metzmacher
db7de36b70
r18148: - use PHONY for test
...
- don't try to install with make test
- add make distclean and realdistclean
metze
(This used to be commit 67cb692a48
)
2007-10-10 14:17:41 -05:00
Stefan Metzmacher
ce8ed3a961
r18147: add make realdistclean
...
metze
(This used to be commit 20543e0306
)
2007-10-10 14:17:41 -05:00
Andrew Tridgell
fed41fd9b1
r18146: we need signal.h in some places
...
(This used to be commit f226645d73
)
2007-10-10 14:17:41 -05:00
Stefan Metzmacher
e997a767aa
r18145: rename cc_feature.m4 into libreplace_macros.m4
...
metze
(This used to be commit d0f40dd3e5
)
2007-10-10 14:17:40 -05:00
Stefan Metzmacher
68d172c506
r18144: make the logic a bit more cut&paste friendly
...
metze
(This used to be commit da9be10dc6
)
2007-10-10 14:17:40 -05:00
Andrew Tridgell
ed356c7989
r18143: the 'showflags' convention from Samba is useful for the other packages
...
(This used to be commit a4d1f1d222
)
2007-10-10 14:17:40 -05:00
Stefan Metzmacher
eb1def379e
r18142: add make distclean to talloc build
...
metze
(This used to be commit c8342c9ae5
)
2007-10-10 14:17:39 -05:00
Andrew Tridgell
90f485eecd
r18141: an accidental nested C comment!
...
(This used to be commit 47c305c7dc
)
2007-10-10 14:17:39 -05:00
Andrew Tridgell
92ff10f7b0
r18140: and this reduces warnings about toupper()
...
(This used to be commit 41419e54d5
)
2007-10-10 14:17:39 -05:00
Andrew Tridgell
9ac11823bb
r18139: irix needs system/network.h here
...
(This used to be commit f46ab799b4
)
2007-10-10 14:17:38 -05:00
Stefan Metzmacher
01dee6e3dd
r18138: LIBREPLACE provides stuff from -ldl so it should depend on it
...
metze
(This used to be commit b4e4c115ab
)
2007-10-10 14:17:38 -05:00
Andrew Tridgell
bbc78c9c14
r18137: more LIBREPLACE deps
...
(This used to be commit 2d813d1e6d
)
2007-10-10 14:17:38 -05:00
Stefan Metzmacher
7ba7e54ac8
r18136: put lib/replace in the default include path
...
metze
(This used to be commit 2b51391470
)
2007-10-10 14:17:38 -05:00
Andrew Tridgell
0cee00cddc
r18135: almost there ....
...
(This used to be commit cefcccb519
)
2007-10-10 14:17:38 -05:00
Andrew Tridgell
bf5b0606a5
r18134: the lib/replace/system/filesys.h in this patch should be
...
system/filesys.h, but it doesn't work. Metze is looking into it :-)
(This used to be commit 0dc0b7ff61
)
2007-10-10 14:17:37 -05:00
Andrew Tridgell
eaf584cd97
r18133: ad2oLschema needs ctype.h on some systems
...
(This used to be commit efe60c8a4b
)
2007-10-10 14:17:37 -05:00
Andrew Tridgell
cdd352bfcb
r18132: getpass can't depend on fns in lib/util/
...
(This used to be commit b346ab2f05
)
2007-10-10 14:17:37 -05:00
Andrew Tridgell
886d020dbf
r18131: fixed tdb subsystem to use right tdb.h
...
fixed LIBREPLACE dep in lib/charset
(This used to be commit 2f6cd41f40
)
2007-10-10 14:17:37 -05:00
Andrew Tridgell
014f70008f
r18130: the move to system/ in libreplace broke some things ... should be
...
happier now
(This used to be commit 18542f184f
)
2007-10-10 14:17:37 -05:00
Andrew Tridgell
a983b06d37
r18129: moved the system includes into libreplace - this gives much more
...
isolation of our portability environment from the main code, and also
simplifies the includes system (no separate #ifdef _SAMBA_BUILD for
tdb. ldb etc now)
(This used to be commit 77d1a468e0
)
2007-10-10 14:17:36 -05:00
Jelmer Vernooij
3e11f4c061
r18127: Add macro AC_CHECK_DECL() for systems that don't have it.
...
(This used to be commit 589a1c2509
)
2007-10-10 14:17:36 -05:00
Jelmer Vernooij
0e8d1e9412
r18126: Fix -ldl dependency problem
...
(This used to be commit ce31b736a9
)
2007-10-10 14:17:36 -05:00
Jelmer Vernooij
4f643be1cb
r18125: Remove obsolete file.
...
(This used to be commit 27aa34eb55
)
2007-10-10 14:17:36 -05:00
Jelmer Vernooij
7e251d1f11
r18124: Keep right libs when looking for dl*() functions
...
(This used to be commit 12ce4cef2f
)
2007-10-10 14:17:35 -05:00
Jelmer Vernooij
ca720634dd
r18123: Fix manual file build.
...
(This used to be commit e84b6c70a1
)
2007-10-10 14:17:35 -05:00
Jelmer Vernooij
7619eff87d
r18122: Fix warnings related to errno declaration.
...
(This used to be commit c30abc8e49
)
2007-10-10 14:17:35 -05:00