summaryrefslogtreecommitdiff
path: root/source4/build/m4/check_cc.m4
AgeCommit message (Expand)AuthorFilesLines
2009-02-02s4:build: add a comment why we need CFLAG_NO_CAST_QUAL and CFLAG_NO_UNUSED_MA...Stefan Metzmacher1-4/+7
2009-01-22Move configure test files to the top-level and share them between s3 andJelmer Vernooij1-1/+1
2008-06-09build/m4: fix warnings with autoconf-2.62 rename SMB_BUILD_ => samba_cv_Stefan Metzmacher1-3/+3
2007-12-24r26571: Hide warnings about unused macros and casting qualifiers in autogener...Jelmer Vernooij1-0/+4
2007-10-10r23637: fix detection of visibility attribute supportStefan Metzmacher1-3/+2
2007-10-10r23111: nicer ./configure --help outputStefan Metzmacher1-1/+1
2007-10-10r20942: Simplify handling of systems that don't support negative enum values ...Jelmer Vernooij1-2/+1
2007-10-10r20697: A couple of minot cross-compile fixes.James Peach1-1/+2
2007-10-10r18936: hopefully fix the test for negative enum values. When a compilerAndrew Tridgell1-9/+3
2007-10-10r18549: move gcc version check to libreplace and reorder the tests a bitStefan Metzmacher1-6/+0
2007-10-10r18535: move the AC_CANONICAL_HOST and host specific flag tests intoAndrew Tridgell1-39/+0
2007-10-10r18500: move make related checks into its own fileStefan Metzmacher1-37/+0
2007-10-10r18485: include libreplace.m4 in the aclocal.m4 filesStefan Metzmacher1-11/+1
2007-10-10r18337: more -Ae tests in check_cc.m4Andrew Tridgell1-4/+0
2007-10-10r18266: we should bail out in configure if C99 structs are not supportStefan Metzmacher1-0/+12
2007-10-10r18261: print out the version of gccStefan Metzmacher1-0/+6
2007-10-10r18221: moved more configure checks into lib/replace/Andrew Tridgell1-55/+0
2007-10-10r18210: - reenable autodependenciesStefan Metzmacher1-1/+0
2007-10-10r18183: - add LIBREPLACE globaly and add LIBREPLACE_HOSTCCStefan Metzmacher1-0/+1
2007-10-10r18179: - move CC specific stuff to check_cc.m4Stefan Metzmacher1-0/+43
2007-10-10r18152: move our AC macros into lib/replace/libreplace_macros.m4Stefan Metzmacher1-8/+1
2007-10-10r17904: we don't want warnings about unused parametersStefan Metzmacher1-1/+9
2007-10-10r17890: add -Wc++-compat option to gcc but don't use it yetStefan Metzmacher1-0/+1
2007-10-10r17793: add -Wmissing-prototypes, -Wmissing-declarations, -Wmissing-field-ini...Stefan Metzmacher1-0/+3
2007-10-10r17772: warn about unused macrosStefan Metzmacher1-0/+1
2007-10-10r17744: we explicit want to get warnings about declarations after statements:-)Stefan Metzmacher1-1/+1
2007-10-10r17566: test if the compiler support inline, this resultsStefan Metzmacher1-0/+2
2007-10-10r17565: expand the test for negative enum values, systems like Tru64Stefan Metzmacher1-2/+19
2007-10-10r17564: we don't need a AC_TRY_RUN to test the compiler warning optionsStefan Metzmacher1-1/+1
2007-10-10r15280: - remove the 2nd check for __FUNCTION__Stefan Metzmacher1-7/+0
2007-10-10r15236: Fix -MT detectionJelmer Vernooij1-1/+1
2007-10-10r15232: Look for CC flags, not C++ flags..Jelmer Vernooij1-1/+1
2007-10-10r15231: Try to fix detection of ability of CC to generate dependenciesJelmer Vernooij1-2/+6
2007-10-10r15224: Check whether -MT is actually supported by the compiler before usingJelmer Vernooij1-1/+2
2007-10-10r14621: Define HAVE_IMMEDIATE_STRUCTURES for those using Samba headers,Jelmer Vernooij1-0/+1
2007-10-10r14583: Enable automatic dependencies only if GNU make >= 3.81 is present.Jelmer Vernooij1-0/+31
2007-10-10r14322: Remove the BROKEN_CC flag for now. None of the buildfarm hosts hasJelmer Vernooij1-9/+0
2007-10-10r13967: change the standard visibility to "default" public againStefan Metzmacher1-1/+0
2007-10-10r13917: fix detection of the visibility support,Stefan Metzmacher1-7/+14
2007-10-10r13902: Stricter checking for the -fvisibility flagJelmer Vernooij1-11/+18
2007-10-10r13898: Add a subsystem-specific DEFAULT_VISIBILITY property that can be usedJelmer Vernooij1-20/+12
2007-10-10r13847: Fix some portability issues with the visibility attribute.Jelmer Vernooij1-7/+9
2007-10-10r13243: Bring __FUNCTION__ checks across from Samba 3.James Peach1-0/+8
2007-10-10r13225: Enable full compiler warnings for developer mode on IRIX.James Peach1-3/+7
2007-10-10r12836: use: -fvisibility=hidden -D_PUBLIC_="__attribute__((visibility(\"defa...Stefan Metzmacher1-0/+19
2007-10-10r10287: Compile compilers for build host. This fixes some bits ofJelmer Vernooij1-3/+11
2007-10-10r10283: Eliminate some more use of autoconf substitution variables.Jelmer Vernooij1-2/+2
2007-10-10r10077: - move gcc option checks to check_cc.m4Stefan Metzmacher1-1/+32
2007-10-10r10076: this macro was moved to build/m4/smb_cc_featues.m4Stefan Metzmacher1-18/+0
2007-10-10r10071: Configure checks for IRIX build environment. Test whether we canJames Peach1-13/+27