Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2021-12-14 23:30:39 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2021-12-30 01:44:49 +0300
commit320510de2c786db271ab6fccea1b8c7ccb80e09f (patch)
tree5ce1c97c739937a56b373f913aeadae1d16047f8 /newlib/acinclude.m4
parent0ce992c1e40f843d5f264e87908a6decfd6681d1 (diff)
newlib: Make effects of 'cygnus' explicit
Add all the effects of 'cygnus' for which there exists an explicit way to request that behaviour: * Implied foreign strictness and options no-installinfo, no-dependencies and no-dist are added to AM_INIT_AUTOMAKE in newlib/acinclude.m4. * macro AM_MAINTAINER_MODE is added to newlib/acinclude.m4. * For the implied TEXINFO_TEX of '$(top_srcdir)/../texinfo/texinfo.tex', an explicit TEXINFO_TEX is always relative to $(srcdir), so write the same pathname in that form. This is to prepare for the removal of the automake option '--cygnus'.
Diffstat (limited to 'newlib/acinclude.m4')
-rw-r--r--newlib/acinclude.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/newlib/acinclude.m4 b/newlib/acinclude.m4
index 42af6b548..f6e8d358d 100644
--- a/newlib/acinclude.m4
+++ b/newlib/acinclude.m4
@@ -120,7 +120,8 @@ AC_SUBST(newlib_basedir)
AC_CANONICAL_HOST
-AM_INIT_AUTOMAKE([cygnus no-define 1.9.5])
+AM_INIT_AUTOMAKE([cygnus foreign no-installinfo no-dependencies no-dist no-define 1.9.5])
+AM_MAINTAINER_MODE()
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES(yes)])
# FIXME: We temporarily define our own version of AC_PROG_CC. This is