index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
lib
/
replace
/
libreplace.m4
Commit message (
Expand
)
Author
Age
Files
Lines
*
r19347: Add socketpair()
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r19234: fix configure test for net/if.h for some platforms
Stefan Metzmacher
2007-10-10
1
-2
/
+2
*
r19227: - add a AC_CACHE_CHECK() around the net/if.h test
Stefan Metzmacher
2007-10-10
1
-16
/
+15
*
r18769: Re-enable __VA_ARGS__ test (but don't make it fatal)
Jelmer Vernooij
2007-10-10
1
-4
/
+4
*
r18600: - fix shell syntax in tests for libraries
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r18594: fail the configure step if the required library is not found for tdb,
Andrew Tridgell
2007-10-10
1
-1
/
+5
*
r18592: we don't need this twice
Stefan Metzmacher
2007-10-10
1
-3
/
+0
*
r18563: - move more of the header checks into lib/replace/
Andrew Tridgell
2007-10-10
1
-4
/
+27
*
r18544: - use AC_LIBREPLACE_LOCATION_CHECKS in samba4
Stefan Metzmacher
2007-10-10
1
-0
/
+2
*
r18535: move the AC_CANONICAL_HOST and host specific flag tests into
Andrew Tridgell
2007-10-10
1
-0
/
+24
*
r18485: include libreplace.m4 in the aclocal.m4 files
Stefan Metzmacher
2007-10-10
1
-1
/
+3
*
r18479: start hiding libreplace configure tests behind macros
Stefan Metzmacher
2007-10-10
1
-64
/
+25
*
r18474: - we don't need to explicit check stdint.h and inttypes.h
Stefan Metzmacher
2007-10-10
1
-8
/
+17
*
r18472: - use STDC_HEADERS for stdlib.h and stddef.h as autoconf does
Stefan Metzmacher
2007-10-10
1
-5
/
+2
*
r18465: much better fix for a roken specifiv problem
Stefan Metzmacher
2007-10-10
1
-11
/
+0
*
r18460: split out timegm test and only add timegm.o when needed
Stefan Metzmacher
2007-10-10
1
-4
/
+5
*
r18458: move wins32 stuff to the top dir
Stefan Metzmacher
2007-10-10
1
-2
/
+3
*
r18451: move repdir/ into the top dir
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r18450: - autogenerate the OBJ_FILES for LIBREPLACE
Stefan Metzmacher
2007-10-10
1
-7
/
+9
*
r18445: splitout the dlfcn related tests
Stefan Metzmacher
2007-10-10
1
-10
/
+2
*
r18443: add object files only when needed
Stefan Metzmacher
2007-10-10
1
-1
/
+3
*
r18407: test for epoll.h and select.h
Andrew Tridgell
2007-10-10
1
-1
/
+4
*
r18388: remove _XOPEN_SOURCE it causes trouble on BSD and IRIX
Stefan Metzmacher
2007-10-10
1
-6
/
+0
*
r18383: ok we need _XOPEN_SOURCE 500 and include standards.h on Tru64
Stefan Metzmacher
2007-10-10
1
-1
/
+3
*
r18382: define _XOPEN_SOURCE to hopefully bring in MAP_FAILED in
Stefan Metzmacher
2007-10-10
1
-1
/
+6
*
r18381: make sure autoconf doesn't add '-O2' to CFLAGS
Stefan Metzmacher
2007-10-10
1
-2
/
+3
*
r18378: try enabling _OSF_SOURCE to see if it fixes the tru64 build problems -
Andrew Tridgell
2007-10-10
1
-0
/
+6
*
r18359: better handling of child process killing in standard mode
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r18350: we have to check for lstat() to keep roken happen on hpux
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r18340: some HPUX boxes don't have ptrdiff_t
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r18339: need these checks for roken.h on hpux
Andrew Tridgell
2007-10-10
1
-0
/
+11
*
r18336: autoconf tries to force on C89 mode on HP-UX, using the -Ae
Andrew Tridgell
2007-10-10
1
-0
/
+4
*
r18335: more portable bool tests
Andrew Tridgell
2007-10-10
1
-0
/
+9
*
r18332: added back in our shared mmap test code
Andrew Tridgell
2007-10-10
1
-1
/
+9
*
r18289: don't check for inline till we've worked out the main compiler flags
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r18288: autoconf already has a C99 test builtin!
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r18284: enable _XOPEN_SOURCE_EXTENDED to fix a HP-UX bug with the definition
Andrew Tridgell
2007-10-10
1
-0
/
+6
*
r18283: libreplace.m4 needs to be early in configure.ac in other packages too
Andrew Tridgell
2007-10-10
1
-0
/
+2
*
r18280: more portability tidyups, ensuring we use libreplace everywhere
Andrew Tridgell
2007-10-10
1
-8
/
+12
*
r18278: move more header checks and _GNU_SOURCE into libreplace
Andrew Tridgell
2007-10-10
1
-1
/
+2
*
r18221: moved more configure checks into lib/replace/
Andrew Tridgell
2007-10-10
1
-0
/
+32
*
r18219: move some more portability checks out of samba4 and info lib/replace
Andrew Tridgell
2007-10-10
1
-0
/
+31
*
r18152: move our AC macros into lib/replace/libreplace_macros.m4
Stefan Metzmacher
2007-10-10
1
-13
/
+2
*
r18145: rename cc_feature.m4 into libreplace_macros.m4
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r18129: moved the system includes into libreplace - this gives much more
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r18127: Add macro AC_CHECK_DECL() for systems that don't have it.
Jelmer Vernooij
2007-10-10
1
-0
/
+13
*
r18124: Keep right libs when looking for dl*() functions
Jelmer Vernooij
2007-10-10
1
-2
/
+2
*
r18122: Fix warnings related to errno declaration.
Jelmer Vernooij
2007-10-10
1
-1
/
+3
*
r18121: Simplify m4 code, hopefully fix Samba4 build problems.
Jelmer Vernooij
2007-10-10
1
-0
/
+5
*
r18093: check for the headers first and check all functions
Stefan Metzmacher
2007-10-10
1
-2
/
+2
[next]