summaryrefslogtreecommitdiff
path: root/m4
AgeCommit message (Expand)Author
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2009-10-10Distribute whatever m4 files are present; update .hgignore for new m4 files.Darren Salt
2009-04-22Demux timing fixes (Windows)Carlo Bramini
2009-05-17Require gettext 0.17; pull in some related updates (via autopoint).Darren Salt
2009-02-17Add OpenBSD to the exceptions list for using the -Wl,-z,defs linker flagBrad Smith
2008-11-20Some warning fixes: XINE_FORMAT_SCANF, statics in headers, consts, ...František Dvořák
2008-11-19Enable basic warnings even when optimisations are disabled.Diego E. 'Flameeyes' Pettenò
2008-11-19Fix gcc version test when the CC variable needs not be quoted.Diego E. 'Flameeyes' Pettenò
2008-11-19Replace AC_TRY_CFLAGS usage with CC_CHECK_CFLAGS and remove theDiego E. 'Flameeyes' Pettenò
2008-11-19Create a new macro CC_NOUNDEFINED to check for the -z defs flag orDiego E. 'Flameeyes' Pettenò
2008-11-19Update the attributes.m4 file from lscube projects.Diego E. 'Flameeyes' Pettenò
2008-08-07Make the CC_CHECK_* macro work when used in for loops.Diego 'Flameeyes' Pettenò
2008-07-06Build fix: pthreads.m4Chris Rankin
2008-07-02fix pthread recursive mutex detection (for mingw32)Matthias Ringwald
2008-06-17Remove macro files that are handled by gettext.Diego 'Flameeyes' Pettenò
2008-06-17Don't use C++ for socklen_t tests.Diego 'Flameeyes' Pettenò
2008-05-24Rewrite CC_PTHREAD_RECURSIVE_MUTEX to use M4sh and AC_CACHE_CHECK.Diego 'Flameeyes' Pettenò
2008-05-24Backport pthreads.m4 from 1.2.Diego 'Flameeyes' Pettenò
2008-05-24Backport CC_CHECK_LDFLAGS macro from 1.2 branch.Diego 'Flameeyes' Pettenò
2008-05-24Use M4sh AS_IF rather than sh if statements for common macros.Diego 'Flameeyes' Pettenò
2008-05-23Check for MIN/MAX macro and include the header for them if found.Diego 'Flameeyes' Pettenò
2008-05-20Add check for const attribute (for mathematical functions).Diego 'Flameeyes' Pettenò
2008-05-22Merge fix for 54ad8b80e6fc.Diego 'Flameeyes' Pettenò
2008-05-22Don't leak -Werror into the build system.Diego 'Flameeyes' Pettenò
2008-05-22Create a backend macro CC_CHECK_FLAGS_SILENT for specific flag macros, and us...Diego 'Flameeyes' Pettenò
2008-05-22Announce check for -Werror (and equivalent) flags and its result.Diego 'Flameeyes' Pettenò
2008-05-22Set the cc_cv_cflags_* cached values to no when the flag is not supported.Diego 'Flameeyes' Pettenò
2008-05-22Add support for Sun Studio compiler even when building on Linux.Diego 'Flameeyes' Pettenò
2008-05-22Remove libtool15.m4 macro file.Diego 'Flameeyes' Pettenò
2008-05-09Cleanup handling of packed attribute.Diego 'Flameeyes' Pettenò
2008-05-05CFLAGS are saved and changed inside the check cache.Diego 'Flameeyes' Pettenò
2008-05-05Check for malloc attribute and define XINE_MALLOC for use in xineutils.h, rat...Diego 'Flameeyes' Pettenò
2008-05-05Generalise attributes checking, so that the same code is not copy-pasted for ...Diego 'Flameeyes' Pettenò
2008-05-03Fix configure when -Wunused-parameter is used.Diego 'Flameeyes' Pettenò
2008-05-03Add support for "deprecated" attribute.Darren Salt
2008-04-06Add a tool to list MIME types & filetype extns known to xine-lib plugins.Darren Salt
2008-02-09Make xine-config --version parsing more robustVille Skyttä
2007-09-16Correct a reported typo in the DirectX support check. [Bug 1795665]Darren Salt
2007-06-13Clean up solaris PTHREAD_CFLAGS/PTHREAD_LIBSBen Taylor
2007-06-10Added Solaris support for gcc and studio to pthreads.m4Ben Taylor
2007-04-12Set xv_path before rewriting X_LIBS if we're not using pkg-config to discover...Diego 'Flameeyes' Pettenò
2007-04-11Return NULL to avoid 'control reaches end of non-void function' warning from ...Ville Skyttä
2007-04-11Try linking the program for Pthread support, and feed proper parameters to pt...Diego 'Flameeyes' Pettenò
2007-04-09format_arg attribute requires the function to return char*.Diego 'Flameeyes' Pettenò
2007-04-03Rationalise use of .hgignore, removes a bunch of files that only ignored auto...Diego 'Flameeyes' Pettenò
2007-04-02Never udnefine m4_foreach_w, after all if it's defined it is because it never...Diego 'Flameeyes' Pettenò
2007-04-02Use LT_AC_PROG_SED rather than AC_PROG_SED.Diego 'Flameeyes' Pettenò
2007-04-02Add a m4_foreach_w macro when autoconf does not provide it.Diego 'Flameeyes' Pettenò
2007-04-02Migrate all .cvsignore files to .hgignore.Diego 'Flameeyes' Pettenò
2007-04-01Fix test for visibility attributes. Patch thanks to Matt Messier.Diego 'Flameeyes' Pettenò