diff options
author | infirit <[email protected]> | 2013-10-21 16:56:48 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-10-21 16:56:48 +0200 |
commit | b3751e06ec52f8b7b40c177e83e10f9454f08c9e (patch) | |
tree | 817d67a488398a2c0e29b00be5bb11ae8ce1768b /configure.ac | |
parent | 1ad3cfd38b04d602003ef83e8e3b0a0f17e9bc9a (diff) | |
download | mate-media-b3751e06ec52f8b7b40c177e83e10f9454f08c9e.tar.bz2 mate-media-b3751e06ec52f8b7b40c177e83e10f9454f08c9e.tar.xz |
as-version.m4 not used, remove it
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 1c1229e..d7b068d 100644 --- a/configure.ac +++ b/configure.ac @@ -8,8 +8,6 @@ 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_MAINTAINER_MODE if type -p stow > /dev/null && test -d /usr/local/stow ; then @@ -48,7 +46,6 @@ 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" |