Commit ea4e783f authored by Lasse Karstensen's avatar Lasse Karstensen

Squash Debian/Ubuntu build warning.

Debian (and Ubuntu) add --disable-maintainer-mode to configure
when building packages, leading to a unrecognised argument warning.

Adding AM_MAINTAINER_MODE disabled keeps the current behavior while
removing the warning.
parent 194e3d68
......@@ -15,6 +15,7 @@ OCFLAGS="$CFLAGS"
AC_CANONICAL_SYSTEM
AC_LANG(C)
AM_MAINTAINER_MODE([disable])
AM_INIT_AUTOMAKE([1.11 foreign color-tests parallel-tests])
AM_SILENT_RULES([yes])
AC_DISABLE_STATIC
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment