newlib: require automake-1.11.6
This is simply reflecting reality: all the subdirs in here are already using automake-1.11.6, so making it a requirement will allow us to stop suggesting we might support automake-1.9 or 1.10 (which I'm fairly sure do not work today). This is why only acinclude.m4 changes in this patch: the generated files are exactly the same as the directives here are automake constraints, not generated code logic.
This commit is contained in:
parent
54b6c0e81f
commit
1162f09b6c
|
@ -120,9 +120,9 @@ AC_SUBST(newlib_basedir)
|
|||
|
||||
AC_CANONICAL_HOST
|
||||
|
||||
AM_INIT_AUTOMAKE([foreign no-installinfo no-dependencies no-dist no-define 1.9.5])
|
||||
AM_INIT_AUTOMAKE([foreign no-installinfo no-dependencies no-dist no-define 1.11.6])
|
||||
AM_MAINTAINER_MODE()
|
||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES(yes)])
|
||||
AM_SILENT_RULES(yes)
|
||||
|
||||
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
|
||||
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
|
||||
|
|
Loading…
Reference in New Issue