diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2021-12-14 20:30:39 +0000 |
---|---|---|
committer | Jon Turney <jon.turney@dronecode.org.uk> | 2021-12-29 22:44:49 +0000 |
commit | 320510de2c786db271ab6fccea1b8c7ccb80e09f (patch) | |
tree | 5ce1c97c739937a56b373f913aeadae1d16047f8 /newlib/libc/Makefile.am | |
parent | 0ce992c1e40f843d5f264e87908a6decfd6681d1 (diff) | |
download | newlib-320510de2c786db271ab6fccea1b8c7ccb80e09f.zip newlib-320510de2c786db271ab6fccea1b8c7ccb80e09f.tar.gz newlib-320510de2c786db271ab6fccea1b8c7ccb80e09f.tar.bz2 |
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/libc/Makefile.am')
-rw-r--r-- | newlib/libc/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/Makefile.am b/newlib/libc/Makefile.am index e27ff5c..10ebaed 100644 --- a/newlib/libc/Makefile.am +++ b/newlib/libc/Makefile.am @@ -224,6 +224,7 @@ targetdep.tex: stmp-targetdep ; @true $(SUBDEFS): stmp-targetdep ; @true +TEXINFO_TEX = ../../texinfo/texinfo.tex info_TEXINFOS = libc.texinfo libc_TEXINFOS = sigset.texi extra.texi posix.texi stdio64.texi iconvset.texi \ targetdep.tex $(SUBDEFS) |