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