diff options
author | Stefano Karapetsas <[email protected]> | 2013-10-21 12:53:47 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-10-21 12:53:47 -0700 |
commit | f31f20ccb561eabb3c00f975838ebaddbeedbe55 (patch) | |
tree | 239f1e90cf1075d16d821b8c24a5ab4258b33312 /configure.ac | |
parent | d48881774ff4ad74f0d94b95c8908ed44fc681fb (diff) | |
parent | 0984bba3c88293a611fdf509954b28db8b6452ed (diff) | |
download | mate-media-f31f20ccb561eabb3c00f975838ebaddbeedbe55.tar.bz2 mate-media-f31f20ccb561eabb3c00f975838ebaddbeedbe55.tar.xz |
Merge pull request #34 from infirit/master
Remove obsolete/autogenerated files and update EXTRA_DIST
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/configure.ac b/configure.ac index 1c1229e..174c0ec 100644 --- a/configure.ac +++ b/configure.ac @@ -6,9 +6,7 @@ AC_INIT([mate-media], AC_CONFIG_AUX_DIR([build-aux]) -AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2 -Wall -Wno-portability tar-pax foreign]) - -AS_VERSION +AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz -Wall -Wno-portability tar-pax foreign]) AM_MAINTAINER_MODE @@ -46,16 +44,7 @@ AC_PROG_GCC_TRADITIONAL AC_FUNC_MMAP # CFLAGS -MATE_COMPILE_WARNINGS - -# AS_NANO(GM_RELEASE="yes", GM_RELEASE="no") -AS_COMPILER_FLAG(-Wall, GM_ERROR_CFLAGS="-Wall") - -if test "x$GM_RELEASE" = "xno" -then - AS_COMPILER_FLAG(-Werror, GM_ERROR_CFLAGS="$GM_ERROR_CFLAGS -Werror") -fi -AC_MSG_NOTICE([Using $GM_ERROR_CFLAGS as error checking CFLAGS]) +MATE_COMPILE_WARNINGS(maximum) GLIB_REQUIRED_VERSION=2.18.2 GIO_REQUIRED_VERSION=2.25.0 |