summaryrefslogtreecommitdiff
path: root/m4
AgeCommit message (Expand)Author
2007-05-10Uncomment libFLAC tests accidentally left commented outMatt Messier
2007-05-09Clean up decoder/demuxer configuration checksMatt Messier
2007-05-09Move some more macros around into more approriately named placesMatt Messier
2007-05-09Move decoder/demuxer checks from configure.ac to decoders.m4Matt Messier
2007-05-09Clean up input plugin configuration checksMatt Messier
2007-05-09Clean up video output plugin configure checksMatt Messier
2007-05-08Clean up audio out plugin testsMatt Messier
2007-05-08Add AC_MSG_RESULT([no]) for test failures so lines don't bunch upMatt Messier
2007-05-08Minor cleanups for X11 checks. Mostly comment what's going on.Matt Messier
2007-05-08More configure.ac cleanupsMatt Messier
2007-05-08Remove some more dead macrosMatt Messier
2007-05-08RIP: AC_OPTIMIZATIONSMatt Messier
2007-05-05More configure cleanups.Matt Messier
2007-05-04More build cleanupsMatt Messier
2007-05-04Begin cleaning up compiler command-line flagsMatt Messier
2007-05-04Move a bunch of x11/xv related stuff out of configure.acMatt Messier
2007-05-04Move some stuff out of configure.ac and into existing or new m4 files forMatt Messier
2007-05-03Remove libtool15.m4 -- Nobody can offer up an explanation as to what this isMatt Messier
2007-05-03Fix alpha order of files in EXTRA_DIST and add missing files:Matt Messier
2007-05-03Move autoconf macros that come from gettext from m4 to m4/gettext to make itMatt Messier
2007-05-02Mac OS X Universal Binary supportMatt Messier
2007-04-14Check for __malloc__ attribute during configure stage, avoid conditional in x...Diego 'Flameeyes' Pettenò
2007-04-12Update from 1.1 branch.Diego 'Flameeyes' Pettenò
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-11Merge changes from 1.1 branch (where they still make sense).Diego 'Flameeyes' Pettenò
2007-04-11Try linking the program for Pthread support, and feed proper parameters to pt...Diego 'Flameeyes' Pettenò
2007-04-10Add a new check for __attribute__((packed)), and if present, define XINE_PACKED.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ò
2007-03-29Replace obsolete macros (processing done by autoupdate).Darren Salt
2007-03-26Use AS_HELP_STRING instead of the deprecated AC_HELP_STRING.Darren Salt
2007-03-24Improve tests for visibility attribute support; Mach-O supports default visib...Diego 'Flameeyes' Pettenò
2007-03-22Add the gas.m4 macro file, at least :)Diego 'Flameeyes' Pettenò
2007-03-22Move handling of Win32 codecs all in a single point of configure.ac rather th...Diego 'Flameeyes' Pettenò
2007-03-22Fix crosscompile to use build and host definition from autoconf, rather than ...Diego 'Flameeyes' Pettenò
2007-03-20The AC_C_ATTRIBUTE_ALIGNED macro is broken, it always reports maximum aligned...Diego 'Flameeyes' Pettenò
2007-03-19Make CC_CHECK_CFLAGS report the name of the compiler, like AC_TRY_CFLAGS used...Diego 'Flameeyes' Pettenò
2007-03-19Rewrite the CC_CHECK_CFLAGS macro, to be more in style with Autoconf macros, ...Diego 'Flameeyes' Pettenò
2007-03-17Fix obvious and stupid mistake in the symbol check, both if-found and if-not-...Diego 'Flameeyes' Pettenò
2007-03-17Clean up configure checks for OSS support. Check for the various soundcard.h ...Diego 'Flameeyes' Pettenò
2007-03-17Instead of relying on FreeBSD being the only system not having __environ stde...Diego 'Flameeyes' Pettenò
2007-03-16Add a check if the compiler supports weak aliases, to add FreeBSD support to ...Diego 'Flameeyes' Pettenò
2007-03-09Use a simpler and more portable awk command. Patch by Albert Lee.Diego 'Flameeyes' Pettenò
2007-02-18Don't disable stack-alignment anymore, as discussed in private mail with Migu...Reinhard Tartler