Makefile.am: require automake 1.11
Prepare for enabling "silent-rules".
This commit is contained in:
		| @@ -1,5 +1,5 @@ | |||||||
| ACLOCAL_AMFLAGS = -I m4 | ACLOCAL_AMFLAGS = -I m4 | ||||||
| AUTOMAKE_OPTIONS = foreign 1.10 dist-bzip2 subdir-objects | AUTOMAKE_OPTIONS = foreign 1.11 dist-bzip2 subdir-objects | ||||||
|  |  | ||||||
| AM_CPPFLAGS += -I$(srcdir)/src $(GLIB_CFLAGS) | AM_CPPFLAGS += -I$(srcdir)/src $(GLIB_CFLAGS) | ||||||
|  |  | ||||||
|   | |||||||
| @@ -16,7 +16,7 @@ if test -n "$AM_FORCE_VERSION" | |||||||
| then | then | ||||||
| 	AM_VERSIONS="$AM_FORCE_VERSION" | 	AM_VERSIONS="$AM_FORCE_VERSION" | ||||||
| else | else | ||||||
| 	AM_VERSIONS='1.11 1.10' | 	AM_VERSIONS='1.11' | ||||||
| fi | fi | ||||||
| if test -n "$AC_FORCE_VERSION" | if test -n "$AC_FORCE_VERSION" | ||||||
| then | then | ||||||
|   | |||||||
| @@ -1,7 +1,7 @@ | |||||||
| AC_PREREQ(2.60) | AC_PREREQ(2.60) | ||||||
| AC_INIT(mpd, 0.17~git, musicpd-dev-team@lists.sourceforge.net) | AC_INIT(mpd, 0.17~git, musicpd-dev-team@lists.sourceforge.net) | ||||||
| AC_CONFIG_SRCDIR([src/main.c]) | AC_CONFIG_SRCDIR([src/main.c]) | ||||||
| AM_INIT_AUTOMAKE([foreign 1.10 dist-bzip2 subdir-objects]) | AM_INIT_AUTOMAKE([foreign 1.11 dist-bzip2 subdir-objects]) | ||||||
| AM_CONFIG_HEADER(config.h) | AM_CONFIG_HEADER(config.h) | ||||||
| AC_CONFIG_MACRO_DIR([m4]) | AC_CONFIG_MACRO_DIR([m4]) | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Max Kellermann
					Max Kellermann