ctdb-scripts: Do not de-duplicate the interfaces list
[samba.git] / source4 / build / m4 / check_cc.m4
2010-10-31 Jelmer Vernooijs4: Remove the old perl/m4/make/mk-based build system.
2009-11-24 Brian Lus4: Check SUN compiler and remove "-fullwarn" when...
2009-06-29 Nathaniel McCallumTwo patches which fix issues on cross compiling/building
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-02 Stefan Metzmachers4:build: add a comment why we need CFLAG_NO_CAST_QUAL...
2009-01-22 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-22 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-22 Jelmer VernooijMove configure test files to the top-level and share...
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-06-10 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-06-10 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-06-09 Stefan Metzmacherbuild/m4: fix warnings with autoconf-2.62 rename SMB_BU...
2007-12-24 Jelmer Vernooijr26571: Hide warnings about unused macros and casting...
2007-10-10 Stefan Metzmacherr23637: fix detection of visibility attribute support
2007-10-10 Stefan Metzmacherr23111: nicer ./configure --help output
2007-10-10 Jelmer Vernooijr20942: Simplify handling of systems that don't support...
2007-10-10 James Peachr20697: A couple of minot cross-compile fixes.
2007-10-10 Andrew Tridgellr18936: hopefully fix the test for negative enum values...
2007-10-10 Stefan Metzmacherr18549: move gcc version check to libreplace and reorde...
2007-10-10 Andrew Tridgellr18535: move the AC_CANONICAL_HOST and host specific...
2007-10-10 Stefan Metzmacherr18500: move make related checks into its own file
2007-10-10 Stefan Metzmacherr18485: include libreplace.m4 in the aclocal.m4 files
2007-10-10 Andrew Tridgellr18337: more -Ae tests in check_cc.m4
2007-10-10 Stefan Metzmacherr18266: we should bail out in configure if C99 structs...
2007-10-10 Stefan Metzmacherr18261: print out the version of gcc
2007-10-10 Andrew Tridgellr18221: moved more configure checks into lib/replace/
2007-10-10 Stefan Metzmacherr18210: - reenable autodependencies
2007-10-10 Stefan Metzmacherr18183: - add LIBREPLACE globaly and add LIBREPLACE_HOSTCC
2007-10-10 Stefan Metzmacherr18179: - move CC specific stuff to check_cc.m4
2007-10-10 Stefan Metzmacherr18152: move our AC macros into lib/replace/libreplace_...
2007-10-10 Stefan Metzmacherr17904: we don't want warnings about unused parameters
2007-10-10 Stefan Metzmacherr17890: add -Wc++-compat option to gcc but don't use...
2007-10-10 Stefan Metzmacherr17793: add -Wmissing-prototypes, -Wmissing-declaration...
2007-10-10 Stefan Metzmacherr17772: warn about unused macros
2007-10-10 Stefan Metzmacherr17744: we explicit want to get warnings about declarat...
2007-10-10 Stefan Metzmacherr17566: test if the compiler support inline, this results
2007-10-10 Stefan Metzmacherr17565: expand the test for negative enum values, syste...
2007-10-10 Stefan Metzmacherr17564: we don't need a AC_TRY_RUN to test the compiler...
2007-10-10 Stefan Metzmacherr15280: - remove the 2nd check for __FUNCTION__
2007-10-10 Jelmer Vernooijr15236: Fix -MT detection
2007-10-10 Jelmer Vernooijr15232: Look for CC flags, not C++ flags..
2007-10-10 Jelmer Vernooijr15231: Try to fix detection of ability of CC to genera...
2007-10-10 Jelmer Vernooijr15224: Check whether -MT is actually supported by...
2007-10-10 Jelmer Vernooijr14621: Define HAVE_IMMEDIATE_STRUCTURES for those...
2007-10-10 Jelmer Vernooijr14583: Enable automatic dependencies only if GNU make...
2007-10-10 Jelmer Vernooijr14322: Remove the BROKEN_CC flag for now. None of...
2007-10-10 Stefan Metzmacherr13967: change the standard visibility to "default...
2007-10-10 Stefan Metzmacherr13917: fix detection of the visibility support,
2007-10-10 Jelmer Vernooijr13902: Stricter checking for the -fvisibility flag
2007-10-10 Jelmer Vernooijr13898: Add a subsystem-specific DEFAULT_VISIBILITY...
2007-10-10 Jelmer Vernooijr13847: Fix some portability issues with the visibility...
2007-10-10 James Peachr13243: Bring __FUNCTION__ checks across from Samba 3.
2007-10-10 James Peachr13225: Enable full compiler warnings for developer...
2007-10-10 Stefan Metzmacherr12836: use: -fvisibility=hidden -D_PUBLIC_="__attribut...
2007-10-10 Jelmer Vernooijr10287: Compile compilers for build host. This fixes...
2007-10-10 Jelmer Vernooijr10283: Eliminate some more use of autoconf substitutio...
2007-10-10 Stefan Metzmacherr10077: - move gcc option checks to check_cc.m4
2007-10-10 Stefan Metzmacherr10076: this macro was moved to build/m4/smb_cc_featues.m4
2007-10-10 James Peachr10071: Configure checks for IRIX build environment...
2007-10-10 Jelmer Vernooijr10041: Add 'gcov' make target. Run
2007-10-10 James Peachr9494: Add ac-archive macro for checking GCC options...
2007-10-10 Stefan Metzmacherr8868: add comfigure check for c99 struct initialization,
2007-10-10 Andrew Tridgellr8533: improve --help output
2007-10-10 Andrew Tridgellr8532: this miight fix cross compilation for reactos
2007-10-10 Andrew Tridgellr7895: hopefully this will fix the popt build on solaris
2007-10-10 Stefan Metzmacherr7425: configure check to see if a compiler can handle...
2007-10-10 Jelmer Vernooijr7274: Move m4 files to seperate dir