diff options
author | Colin Walters <walters@verbum.org> | 2013-02-19 17:56:32 -0500 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2013-02-19 17:56:32 -0500 |
commit | 3e976212bfd34a675632c5a0aecc9f8070df8098 (patch) | |
tree | 7f5ed9d0249c6e26afe0dcfec6e7ee03de0e6be4 /configure.ac | |
parent | 81c65f22e124c7aa53686519776714c8fdbf8bc2 (diff) | |
download | gobject-introspection-3e976212bfd34a675632c5a0aecc9f8070df8098.tar.gz |
tests: Be compatible with Automake 1.11, 1.12 and 1.13, and the future, hopefully
Automake only sees it as one test now, but eh, who cares.
https://bugzilla.gnome.org/show_bug.cgi?id=694198
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5adffdd6..83e86aec 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ AC_CONFIG_HEADER([config.h]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) -AM_INIT_AUTOMAKE([1.11 tar-ustar dist-xz no-dist-gzip foreign -Wno-portability serial-tests]) +AM_INIT_AUTOMAKE([1.11 tar-ustar dist-xz no-dist-gzip foreign -Wno-portability]) AM_MAINTAINER_MODE([enable]) AM_SILENT_RULES([yes]) |