From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1521) id D696D3858C39; Sat, 15 Jan 2022 00:10:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D696D3858C39 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Michael Frysinger To: newlib-cvs@sourceware.org Subject: [newlib-cygwin] require autoconf-2.69 exactly X-Act-Checkin: newlib-cygwin X-Git-Author: Mike Frysinger X-Git-Refname: refs/heads/master X-Git-Oldrev: 909ed837ccb932ea70f71cc41891fa2c8143133f X-Git-Newrev: a100e80fc9a9243c913035c3d40bf8ec4dc5c6fc Message-Id: <20220115001025.D696D3858C39@sourceware.org> Date: Sat, 15 Jan 2022 00:10:25 +0000 (GMT) X-BeenThere: newlib-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Newlib GIT logs List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Jan 2022 00:10:26 -0000 https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=a100e80fc9a9243c913035c3d40bf8ec4dc5c6fc commit a100e80fc9a9243c913035c3d40bf8ec4dc5c6fc Author: Mike Frysinger Date: Thu Dec 30 13:29:02 2021 -0500 require autoconf-2.69 exactly The newlib & libgloss dirs are already generated using autoconf-2.69. To avoid merging new code and/or accidental regeneration using diff versions, leverage config/override.m4 to pin to 2.69 exactly. This matches what gcc/binutils/gdb are already doing. The README file already says to use autoconf-2.69. To accomplish this, it's just as simple as adding -I flags to the top-level config/ dir when running aclocal. This is because the override.m4 file overrides AC_INIT to first require the specific autoconf version before calling the real AC_INIT. Diff: --- libgloss/aarch64/aclocal.m4 | 22 +++----------------- libgloss/aarch64/configure | 3 +++ libgloss/aarch64/configure.ac | 1 - libgloss/aarch64/cpu-init/aclocal.m4 | 22 +++----------------- libgloss/aarch64/cpu-init/configure | 3 +++ libgloss/aarch64/cpu-init/configure.ac | 1 - libgloss/aclocal.m4 | 22 +++----------------- libgloss/arc/aclocal.m4 | 22 +++----------------- libgloss/arc/configure | 3 +++ libgloss/arc/configure.ac | 1 - libgloss/arm/aclocal.m4 | 22 +++----------------- libgloss/arm/configure | 3 +++ libgloss/arm/configure.ac | 1 - libgloss/bfin/aclocal.m4 | 22 +++----------------- libgloss/bfin/configure | 3 +++ libgloss/bfin/configure.ac | 1 - libgloss/configure | 3 +++ libgloss/configure.ac | 1 - libgloss/cr16/aclocal.m4 | 22 +++----------------- libgloss/cr16/configure | 3 +++ libgloss/cr16/configure.ac | 1 - libgloss/cris/aclocal.m4 | 22 +++----------------- libgloss/cris/configure | 3 +++ libgloss/cris/configure.ac | 1 - libgloss/crx/aclocal.m4 | 22 +++----------------- libgloss/crx/configure | 3 +++ libgloss/crx/configure.ac | 1 - libgloss/csky/aclocal.m4 | 22 +++----------------- libgloss/csky/configure | 3 +++ libgloss/csky/configure.ac | 1 - libgloss/d30v/aclocal.m4 | 22 +++----------------- libgloss/d30v/configure | 3 +++ libgloss/d30v/configure.ac | 1 - libgloss/doc/configure | 3 +++ libgloss/doc/configure.ac | 1 - libgloss/epiphany/aclocal.m4 | 22 +++----------------- libgloss/epiphany/configure | 3 +++ libgloss/epiphany/configure.ac | 1 - libgloss/fr30/aclocal.m4 | 22 +++----------------- libgloss/fr30/configure | 3 +++ libgloss/fr30/configure.ac | 1 - libgloss/frv/aclocal.m4 | 22 +++----------------- libgloss/frv/configure | 3 +++ libgloss/frv/configure.ac | 1 - libgloss/ft32/aclocal.m4 | 22 +++----------------- libgloss/ft32/configure | 3 +++ libgloss/ft32/configure.ac | 1 - libgloss/hp74x/aclocal.m4 | 22 +++----------------- libgloss/hp74x/configure | 3 +++ libgloss/hp74x/configure.ac | 1 - libgloss/i386/aclocal.m4 | 22 +++----------------- libgloss/i386/configure | 3 +++ libgloss/i386/configure.ac | 1 - libgloss/i960/aclocal.m4 | 22 +++----------------- libgloss/i960/configure | 3 +++ libgloss/i960/configure.ac | 1 - libgloss/iq2000/aclocal.m4 | 22 +++----------------- libgloss/iq2000/configure | 3 +++ libgloss/iq2000/configure.ac | 1 - libgloss/libnosys/aclocal.m4 | 22 +++----------------- libgloss/libnosys/configure | 3 +++ libgloss/libnosys/configure.ac | 1 - libgloss/lm32/aclocal.m4 | 22 +++----------------- libgloss/lm32/configure | 3 +++ libgloss/lm32/configure.ac | 1 - libgloss/m32c/aclocal.m4 | 22 +++----------------- libgloss/m32c/configure | 3 +++ libgloss/m32c/configure.ac | 1 - libgloss/m32r/aclocal.m4 | 22 +++----------------- libgloss/m32r/configure | 3 +++ libgloss/m32r/configure.ac | 1 - libgloss/m68hc11/aclocal.m4 | 22 +++----------------- libgloss/m68hc11/configure | 3 +++ libgloss/m68hc11/configure.ac | 1 - libgloss/m68k/aclocal.m4 | 22 +++----------------- libgloss/m68k/configure | 3 +++ libgloss/m68k/configure.ac | 1 - libgloss/mcore/aclocal.m4 | 22 +++----------------- libgloss/mcore/configure | 3 +++ libgloss/mcore/configure.ac | 1 - libgloss/mep/aclocal.m4 | 22 +++----------------- libgloss/mep/configure | 3 +++ libgloss/mep/configure.ac | 1 - libgloss/microblaze/aclocal.m4 | 22 +++----------------- libgloss/microblaze/configure | 3 +++ libgloss/microblaze/configure.ac | 1 - libgloss/mips/aclocal.m4 | 22 +++----------------- libgloss/mips/configure | 3 +++ libgloss/mips/configure.ac | 1 - libgloss/mn10200/aclocal.m4 | 22 +++----------------- libgloss/mn10200/configure | 3 +++ libgloss/mn10200/configure.ac | 1 - libgloss/mn10300/aclocal.m4 | 22 +++----------------- libgloss/mn10300/configure | 3 +++ libgloss/mn10300/configure.ac | 1 - libgloss/moxie/aclocal.m4 | 22 +++----------------- libgloss/moxie/configure | 3 +++ libgloss/moxie/configure.ac | 1 - libgloss/msp430/aclocal.m4 | 22 +++----------------- libgloss/msp430/configure | 3 +++ libgloss/msp430/configure.ac | 1 - libgloss/mt/aclocal.m4 | 22 +++----------------- libgloss/mt/configure | 3 +++ libgloss/mt/configure.ac | 1 - libgloss/nds32/aclocal.m4 | 22 +++----------------- libgloss/nds32/configure | 3 +++ libgloss/nds32/configure.ac | 1 - libgloss/nios2/aclocal.m4 | 22 +++----------------- libgloss/nios2/configure | 3 +++ libgloss/nios2/configure.ac | 1 - libgloss/or1k/aclocal.m4 | 22 +++----------------- libgloss/or1k/configure | 3 +++ libgloss/or1k/configure.ac | 1 - libgloss/pa/aclocal.m4 | 22 +++----------------- libgloss/pa/configure | 3 +++ libgloss/pa/configure.ac | 1 - libgloss/pru/aclocal.m4 | 22 +++----------------- libgloss/pru/configure | 3 +++ libgloss/pru/configure.ac | 1 - libgloss/riscv/aclocal.m4 | 22 +++----------------- libgloss/riscv/configure | 3 +++ libgloss/rl78/aclocal.m4 | 22 +++----------------- libgloss/rl78/configure | 3 +++ libgloss/rl78/configure.ac | 1 - libgloss/rs6000/aclocal.m4 | 22 +++----------------- libgloss/rs6000/configure | 3 +++ libgloss/rs6000/configure.ac | 1 - libgloss/rx/aclocal.m4 | 22 +++----------------- libgloss/rx/configure | 3 +++ libgloss/rx/configure.ac | 1 - libgloss/sparc/aclocal.m4 | 22 +++----------------- libgloss/sparc/configure | 3 +++ libgloss/sparc/configure.ac | 1 - libgloss/sparc/libsys/aclocal.m4 | 22 +++----------------- libgloss/sparc/libsys/configure | 3 +++ libgloss/sparc/libsys/configure.ac | 1 - libgloss/sparc_leon/aclocal.m4 | 22 +++----------------- libgloss/sparc_leon/configure | 3 +++ libgloss/sparc_leon/configure.ac | 1 - libgloss/spu/aclocal.m4 | 22 +++----------------- libgloss/spu/configure | 3 +++ libgloss/spu/configure.ac | 1 - libgloss/tic6x/aclocal.m4 | 22 +++----------------- libgloss/tic6x/configure | 3 +++ libgloss/tic6x/configure.ac | 1 - libgloss/v850/aclocal.m4 | 22 +++----------------- libgloss/v850/configure | 3 +++ libgloss/v850/configure.ac | 1 - libgloss/visium/aclocal.m4 | 22 +++----------------- libgloss/visium/configure | 3 +++ libgloss/visium/configure.ac | 1 - libgloss/wince/Makefile.am | 2 +- libgloss/wince/Makefile.in | 8 +++++--- libgloss/wince/aclocal.m4 | 22 +++----------------- libgloss/wince/configure | 3 +++ libgloss/wince/configure.ac | 2 -- libgloss/xc16x/aclocal.m4 | 22 +++----------------- libgloss/xc16x/configure | 3 +++ libgloss/xc16x/configure.ac | 1 - libgloss/xstormy16/aclocal.m4 | 22 +++----------------- libgloss/xstormy16/configure | 3 +++ libgloss/xstormy16/configure.ac | 1 - newlib/Makefile.am | 2 +- newlib/Makefile.in | 13 +++++++----- newlib/aclocal.m4 | 24 +++------------------- newlib/configure | 7 +++++-- newlib/configure.ac | 1 - newlib/iconvdata/Makefile.am | 2 +- newlib/iconvdata/Makefile.in | 7 +++++-- newlib/iconvdata/aclocal.m4 | 24 +++------------------- newlib/iconvdata/configure | 7 +++++-- newlib/iconvdata/configure.ac | 1 - newlib/libc/Makefile.am | 2 +- newlib/libc/Makefile.in | 7 +++++-- newlib/libc/aclocal.m4 | 24 +++------------------- newlib/libc/argz/Makefile.in | 5 ++++- newlib/libc/configure | 7 +++++-- newlib/libc/configure.ac | 1 - newlib/libc/ctype/Makefile.in | 5 ++++- newlib/libc/errno/Makefile.in | 5 ++++- newlib/libc/iconv/Makefile.in | 5 ++++- newlib/libc/iconv/ccs/Makefile.in | 5 ++++- newlib/libc/iconv/ccs/binary/Makefile.in | 5 ++++- newlib/libc/iconv/ces/Makefile.in | 5 ++++- newlib/libc/iconv/lib/Makefile.in | 5 ++++- newlib/libc/locale/Makefile.in | 5 ++++- newlib/libc/machine/Makefile.am | 2 +- newlib/libc/machine/Makefile.in | 7 +++++-- newlib/libc/machine/a29k/Makefile.am | 2 +- newlib/libc/machine/a29k/Makefile.in | 8 +++++--- newlib/libc/machine/a29k/aclocal.m4 | 24 +++------------------- newlib/libc/machine/a29k/configure | 3 +++ newlib/libc/machine/a29k/configure.ac | 1 - newlib/libc/machine/aarch64/Makefile.am | 2 +- newlib/libc/machine/aarch64/Makefile.in | 8 +++++--- newlib/libc/machine/aarch64/aclocal.m4 | 24 +++------------------- newlib/libc/machine/aarch64/configure | 3 +++ newlib/libc/machine/aarch64/configure.ac | 1 - newlib/libc/machine/aclocal.m4 | 24 +++------------------- newlib/libc/machine/amdgcn/Makefile.am | 2 +- newlib/libc/machine/amdgcn/Makefile.in | 8 +++++--- newlib/libc/machine/amdgcn/aclocal.m4 | 24 +++------------------- newlib/libc/machine/amdgcn/configure | 3 +++ newlib/libc/machine/amdgcn/configure.ac | 1 - newlib/libc/machine/arc/Makefile.am | 2 +- newlib/libc/machine/arc/Makefile.in | 8 +++++--- newlib/libc/machine/arc/aclocal.m4 | 24 +++------------------- newlib/libc/machine/arc/configure | 3 +++ newlib/libc/machine/arc/configure.ac | 1 - newlib/libc/machine/arm/Makefile.am | 2 +- newlib/libc/machine/arm/Makefile.in | 8 +++++--- newlib/libc/machine/arm/aclocal.m4 | 24 +++------------------- newlib/libc/machine/arm/configure | 3 +++ newlib/libc/machine/arm/configure.ac | 1 - newlib/libc/machine/bfin/Makefile.am | 2 +- newlib/libc/machine/bfin/Makefile.in | 8 +++++--- newlib/libc/machine/bfin/aclocal.m4 | 24 +++------------------- newlib/libc/machine/bfin/configure | 3 +++ newlib/libc/machine/bfin/configure.ac | 1 - newlib/libc/machine/configure | 7 +++++-- newlib/libc/machine/configure.ac | 1 - newlib/libc/machine/cr16/Makefile.am | 2 +- newlib/libc/machine/cr16/Makefile.in | 8 +++++--- newlib/libc/machine/cr16/aclocal.m4 | 24 +++------------------- newlib/libc/machine/cr16/configure | 3 +++ newlib/libc/machine/cr16/configure.ac | 1 - newlib/libc/machine/cris/Makefile.am | 2 +- newlib/libc/machine/cris/Makefile.in | 8 +++++--- newlib/libc/machine/cris/aclocal.m4 | 24 +++------------------- newlib/libc/machine/cris/configure | 3 +++ newlib/libc/machine/cris/configure.ac | 1 - newlib/libc/machine/crx/Makefile.am | 2 +- newlib/libc/machine/crx/Makefile.in | 8 +++++--- newlib/libc/machine/crx/aclocal.m4 | 24 +++------------------- newlib/libc/machine/crx/configure | 3 +++ newlib/libc/machine/crx/configure.ac | 1 - newlib/libc/machine/csky/Makefile.am | 2 +- newlib/libc/machine/csky/Makefile.in | 8 +++++--- newlib/libc/machine/csky/aclocal.m4 | 24 +++------------------- newlib/libc/machine/csky/configure | 3 +++ newlib/libc/machine/csky/configure.ac | 1 - newlib/libc/machine/d10v/Makefile.am | 2 +- newlib/libc/machine/d10v/Makefile.in | 8 +++++--- newlib/libc/machine/d10v/aclocal.m4 | 24 +++------------------- newlib/libc/machine/d10v/configure | 3 +++ newlib/libc/machine/d10v/configure.ac | 1 - newlib/libc/machine/d30v/Makefile.am | 2 +- newlib/libc/machine/d30v/Makefile.in | 8 +++++--- newlib/libc/machine/d30v/aclocal.m4 | 24 +++------------------- newlib/libc/machine/d30v/configure | 3 +++ newlib/libc/machine/d30v/configure.ac | 1 - newlib/libc/machine/epiphany/Makefile.am | 2 +- newlib/libc/machine/epiphany/Makefile.in | 8 +++++--- newlib/libc/machine/epiphany/aclocal.m4 | 24 +++------------------- newlib/libc/machine/epiphany/configure | 3 +++ newlib/libc/machine/epiphany/configure.ac | 1 - newlib/libc/machine/fr30/Makefile.am | 2 +- newlib/libc/machine/fr30/Makefile.in | 8 +++++--- newlib/libc/machine/fr30/aclocal.m4 | 24 +++------------------- newlib/libc/machine/fr30/configure | 3 +++ newlib/libc/machine/fr30/configure.ac | 1 - newlib/libc/machine/frv/Makefile.am | 2 +- newlib/libc/machine/frv/Makefile.in | 8 +++++--- newlib/libc/machine/frv/aclocal.m4 | 24 +++------------------- newlib/libc/machine/frv/configure | 3 +++ newlib/libc/machine/frv/configure.ac | 1 - newlib/libc/machine/ft32/Makefile.am | 2 +- newlib/libc/machine/ft32/Makefile.in | 8 +++++--- newlib/libc/machine/ft32/aclocal.m4 | 24 +++------------------- newlib/libc/machine/ft32/configure | 3 +++ newlib/libc/machine/ft32/configure.ac | 1 - newlib/libc/machine/h8300/Makefile.am | 2 +- newlib/libc/machine/h8300/Makefile.in | 8 +++++--- newlib/libc/machine/h8300/aclocal.m4 | 24 +++------------------- newlib/libc/machine/h8300/configure | 3 +++ newlib/libc/machine/h8300/configure.ac | 1 - newlib/libc/machine/h8500/Makefile.am | 2 +- newlib/libc/machine/h8500/Makefile.in | 8 +++++--- newlib/libc/machine/h8500/aclocal.m4 | 24 +++------------------- newlib/libc/machine/h8500/configure | 3 +++ newlib/libc/machine/h8500/configure.ac | 1 - newlib/libc/machine/hppa/Makefile.am | 2 +- newlib/libc/machine/hppa/Makefile.in | 8 +++++--- newlib/libc/machine/hppa/aclocal.m4 | 24 +++------------------- newlib/libc/machine/hppa/configure | 3 +++ newlib/libc/machine/hppa/configure.ac | 1 - newlib/libc/machine/i386/Makefile.am | 2 +- newlib/libc/machine/i386/Makefile.in | 7 +++++-- newlib/libc/machine/i386/aclocal.m4 | 24 +++------------------- newlib/libc/machine/i386/configure | 7 +++++-- newlib/libc/machine/i386/configure.ac | 1 - newlib/libc/machine/i960/Makefile.am | 2 +- newlib/libc/machine/i960/Makefile.in | 8 +++++--- newlib/libc/machine/i960/aclocal.m4 | 24 +++------------------- newlib/libc/machine/i960/configure | 3 +++ newlib/libc/machine/i960/configure.ac | 1 - newlib/libc/machine/iq2000/Makefile.am | 2 +- newlib/libc/machine/iq2000/Makefile.in | 8 +++++--- newlib/libc/machine/iq2000/aclocal.m4 | 24 +++------------------- newlib/libc/machine/iq2000/configure | 3 +++ newlib/libc/machine/iq2000/configure.ac | 1 - newlib/libc/machine/lm32/Makefile.am | 2 +- newlib/libc/machine/lm32/Makefile.in | 8 +++++--- newlib/libc/machine/lm32/aclocal.m4 | 24 +++------------------- newlib/libc/machine/lm32/configure | 3 +++ newlib/libc/machine/lm32/configure.ac | 1 - newlib/libc/machine/m32c/Makefile.am | 2 +- newlib/libc/machine/m32c/Makefile.in | 8 +++++--- newlib/libc/machine/m32c/aclocal.m4 | 24 +++------------------- newlib/libc/machine/m32c/configure | 3 +++ newlib/libc/machine/m32c/configure.ac | 1 - newlib/libc/machine/m32r/Makefile.am | 2 +- newlib/libc/machine/m32r/Makefile.in | 8 +++++--- newlib/libc/machine/m32r/aclocal.m4 | 24 +++------------------- newlib/libc/machine/m32r/configure | 3 +++ newlib/libc/machine/m32r/configure.ac | 1 - newlib/libc/machine/m68hc11/Makefile.am | 2 +- newlib/libc/machine/m68hc11/Makefile.in | 8 +++++--- newlib/libc/machine/m68hc11/aclocal.m4 | 24 +++------------------- newlib/libc/machine/m68hc11/configure | 3 +++ newlib/libc/machine/m68hc11/configure.ac | 1 - newlib/libc/machine/m68k/Makefile.am | 2 +- newlib/libc/machine/m68k/Makefile.in | 8 +++++--- newlib/libc/machine/m68k/aclocal.m4 | 24 +++------------------- newlib/libc/machine/m68k/configure | 3 +++ newlib/libc/machine/m68k/configure.ac | 1 - newlib/libc/machine/m88k/Makefile.am | 2 +- newlib/libc/machine/m88k/Makefile.in | 8 +++++--- newlib/libc/machine/m88k/aclocal.m4 | 24 +++------------------- newlib/libc/machine/m88k/configure | 3 +++ newlib/libc/machine/m88k/configure.ac | 1 - newlib/libc/machine/mep/Makefile.am | 2 +- newlib/libc/machine/mep/Makefile.in | 8 +++++--- newlib/libc/machine/mep/aclocal.m4 | 24 +++------------------- newlib/libc/machine/mep/configure | 3 +++ newlib/libc/machine/mep/configure.ac | 1 - newlib/libc/machine/microblaze/Makefile.am | 2 +- newlib/libc/machine/microblaze/Makefile.in | 8 +++++--- newlib/libc/machine/microblaze/aclocal.m4 | 24 +++------------------- newlib/libc/machine/microblaze/configure | 3 +++ newlib/libc/machine/microblaze/configure.ac | 1 - newlib/libc/machine/mips/Makefile.am | 2 +- newlib/libc/machine/mips/Makefile.in | 8 +++++--- newlib/libc/machine/mips/aclocal.m4 | 24 +++------------------- newlib/libc/machine/mips/configure | 3 +++ newlib/libc/machine/mips/configure.ac | 1 - newlib/libc/machine/mn10200/Makefile.am | 2 +- newlib/libc/machine/mn10200/Makefile.in | 8 +++++--- newlib/libc/machine/mn10200/aclocal.m4 | 24 +++------------------- newlib/libc/machine/mn10200/configure | 3 +++ newlib/libc/machine/mn10200/configure.ac | 1 - newlib/libc/machine/mn10300/Makefile.am | 2 +- newlib/libc/machine/mn10300/Makefile.in | 8 +++++--- newlib/libc/machine/mn10300/aclocal.m4 | 24 +++------------------- newlib/libc/machine/mn10300/configure | 3 +++ newlib/libc/machine/mn10300/configure.ac | 1 - newlib/libc/machine/moxie/Makefile.am | 2 +- newlib/libc/machine/moxie/Makefile.in | 8 +++++--- newlib/libc/machine/moxie/aclocal.m4 | 24 +++------------------- newlib/libc/machine/moxie/configure | 3 +++ newlib/libc/machine/moxie/configure.ac | 1 - newlib/libc/machine/msp430/Makefile.am | 2 +- newlib/libc/machine/msp430/Makefile.in | 8 +++++--- newlib/libc/machine/msp430/aclocal.m4 | 24 +++------------------- newlib/libc/machine/msp430/configure | 3 +++ newlib/libc/machine/msp430/configure.ac | 1 - newlib/libc/machine/mt/Makefile.am | 2 +- newlib/libc/machine/mt/Makefile.in | 8 +++++--- newlib/libc/machine/mt/aclocal.m4 | 24 +++------------------- newlib/libc/machine/mt/configure | 3 +++ newlib/libc/machine/mt/configure.ac | 1 - newlib/libc/machine/nds32/Makefile.am | 2 +- newlib/libc/machine/nds32/Makefile.in | 8 +++++--- newlib/libc/machine/nds32/aclocal.m4 | 24 +++------------------- newlib/libc/machine/nds32/configure | 3 +++ newlib/libc/machine/nds32/configure.ac | 1 - newlib/libc/machine/necv70/Makefile.am | 2 +- newlib/libc/machine/necv70/Makefile.in | 8 +++++--- newlib/libc/machine/necv70/aclocal.m4 | 24 +++------------------- newlib/libc/machine/necv70/configure | 3 +++ newlib/libc/machine/necv70/configure.ac | 1 - newlib/libc/machine/nios2/Makefile.am | 2 +- newlib/libc/machine/nios2/Makefile.in | 8 +++++--- newlib/libc/machine/nios2/aclocal.m4 | 24 +++------------------- newlib/libc/machine/nios2/configure | 3 +++ newlib/libc/machine/nios2/configure.ac | 1 - newlib/libc/machine/nvptx/Makefile.am | 2 +- newlib/libc/machine/nvptx/Makefile.in | 8 +++++--- newlib/libc/machine/nvptx/aclocal.m4 | 24 +++------------------- newlib/libc/machine/nvptx/configure | 3 +++ newlib/libc/machine/nvptx/configure.ac | 1 - newlib/libc/machine/or1k/Makefile.am | 2 +- newlib/libc/machine/or1k/Makefile.in | 8 +++++--- newlib/libc/machine/or1k/aclocal.m4 | 24 +++------------------- newlib/libc/machine/or1k/configure | 3 +++ newlib/libc/machine/or1k/configure.ac | 1 - newlib/libc/machine/powerpc/Makefile.am | 2 +- newlib/libc/machine/powerpc/Makefile.in | 8 +++++--- newlib/libc/machine/powerpc/aclocal.m4 | 24 +++------------------- newlib/libc/machine/powerpc/configure | 3 +++ newlib/libc/machine/powerpc/configure.ac | 1 - newlib/libc/machine/pru/Makefile.am | 2 +- newlib/libc/machine/pru/Makefile.in | 8 +++++--- newlib/libc/machine/pru/aclocal.m4 | 24 +++------------------- newlib/libc/machine/pru/configure | 3 +++ newlib/libc/machine/pru/configure.ac | 1 - newlib/libc/machine/riscv/Makefile.am | 2 +- newlib/libc/machine/riscv/Makefile.in | 8 +++++--- newlib/libc/machine/riscv/aclocal.m4 | 24 +++------------------- newlib/libc/machine/riscv/configure | 3 +++ newlib/libc/machine/riscv/configure.ac | 1 - newlib/libc/machine/rl78/Makefile.am | 2 +- newlib/libc/machine/rl78/Makefile.in | 8 +++++--- newlib/libc/machine/rl78/aclocal.m4 | 24 +++------------------- newlib/libc/machine/rl78/configure | 3 +++ newlib/libc/machine/rl78/configure.ac | 1 - newlib/libc/machine/rx/Makefile.am | 2 +- newlib/libc/machine/rx/Makefile.in | 8 +++++--- newlib/libc/machine/rx/aclocal.m4 | 24 +++------------------- newlib/libc/machine/rx/configure | 3 +++ newlib/libc/machine/rx/configure.ac | 1 - newlib/libc/machine/sh/Makefile.am | 2 +- newlib/libc/machine/sh/Makefile.in | 8 +++++--- newlib/libc/machine/sh/aclocal.m4 | 24 +++------------------- newlib/libc/machine/sh/configure | 3 +++ newlib/libc/machine/sh/configure.ac | 1 - newlib/libc/machine/sparc/Makefile.am | 2 +- newlib/libc/machine/sparc/Makefile.in | 8 +++++--- newlib/libc/machine/sparc/aclocal.m4 | 24 +++------------------- newlib/libc/machine/sparc/configure | 3 +++ newlib/libc/machine/sparc/configure.ac | 1 - newlib/libc/machine/spu/Makefile.am | 2 +- newlib/libc/machine/spu/Makefile.in | 8 +++++--- newlib/libc/machine/spu/aclocal.m4 | 24 +++------------------- newlib/libc/machine/spu/configure | 3 +++ newlib/libc/machine/spu/configure.ac | 1 - newlib/libc/machine/tic4x/Makefile.am | 2 +- newlib/libc/machine/tic4x/Makefile.in | 8 +++++--- newlib/libc/machine/tic4x/aclocal.m4 | 24 +++------------------- newlib/libc/machine/tic4x/configure | 3 +++ newlib/libc/machine/tic4x/configure.ac | 1 - newlib/libc/machine/tic6x/Makefile.am | 2 +- newlib/libc/machine/tic6x/Makefile.in | 8 +++++--- newlib/libc/machine/tic6x/aclocal.m4 | 24 +++------------------- newlib/libc/machine/tic6x/configure | 3 +++ newlib/libc/machine/tic6x/configure.ac | 1 - newlib/libc/machine/tic80/Makefile.am | 2 +- newlib/libc/machine/tic80/Makefile.in | 8 +++++--- newlib/libc/machine/tic80/aclocal.m4 | 24 +++------------------- newlib/libc/machine/tic80/configure | 3 +++ newlib/libc/machine/tic80/configure.ac | 1 - newlib/libc/machine/v850/Makefile.am | 2 +- newlib/libc/machine/v850/Makefile.in | 8 +++++--- newlib/libc/machine/v850/aclocal.m4 | 24 +++------------------- newlib/libc/machine/v850/configure | 3 +++ newlib/libc/machine/v850/configure.ac | 1 - newlib/libc/machine/visium/Makefile.am | 2 +- newlib/libc/machine/visium/Makefile.in | 8 +++++--- newlib/libc/machine/visium/aclocal.m4 | 24 +++------------------- newlib/libc/machine/visium/configure | 3 +++ newlib/libc/machine/visium/configure.ac | 1 - newlib/libc/machine/w65/Makefile.am | 2 +- newlib/libc/machine/w65/Makefile.in | 8 +++++--- newlib/libc/machine/w65/aclocal.m4 | 24 +++------------------- newlib/libc/machine/w65/configure | 3 +++ newlib/libc/machine/w65/configure.ac | 1 - newlib/libc/machine/x86_64/Makefile.am | 2 +- newlib/libc/machine/x86_64/Makefile.in | 8 +++++--- newlib/libc/machine/x86_64/aclocal.m4 | 24 +++------------------- newlib/libc/machine/x86_64/configure | 3 +++ newlib/libc/machine/x86_64/configure.ac | 1 - newlib/libc/machine/xc16x/Makefile.am | 2 +- newlib/libc/machine/xc16x/Makefile.in | 8 +++++--- newlib/libc/machine/xc16x/aclocal.m4 | 24 +++------------------- newlib/libc/machine/xc16x/configure | 3 +++ newlib/libc/machine/xc16x/configure.ac | 1 - newlib/libc/machine/xscale/Makefile.am | 2 +- newlib/libc/machine/xscale/Makefile.in | 8 +++++--- newlib/libc/machine/xscale/aclocal.m4 | 24 +++------------------- newlib/libc/machine/xscale/configure | 3 +++ newlib/libc/machine/xscale/configure.ac | 1 - newlib/libc/machine/xstormy16/Makefile.am | 2 +- newlib/libc/machine/xstormy16/Makefile.in | 8 +++++--- newlib/libc/machine/xstormy16/aclocal.m4 | 24 +++------------------- newlib/libc/machine/xstormy16/configure | 3 +++ newlib/libc/machine/xstormy16/configure.ac | 1 - newlib/libc/machine/z8k/Makefile.am | 2 +- newlib/libc/machine/z8k/Makefile.in | 8 +++++--- newlib/libc/machine/z8k/aclocal.m4 | 24 +++------------------- newlib/libc/machine/z8k/configure | 3 +++ newlib/libc/machine/z8k/configure.ac | 1 - newlib/libc/misc/Makefile.in | 5 ++++- newlib/libc/posix/Makefile.in | 5 ++++- newlib/libc/reent/Makefile.in | 5 ++++- newlib/libc/search/Makefile.in | 5 ++++- newlib/libc/signal/Makefile.in | 5 ++++- newlib/libc/ssp/Makefile.in | 5 ++++- newlib/libc/stdio/Makefile.in | 5 ++++- newlib/libc/stdio64/Makefile.in | 5 ++++- newlib/libc/stdlib/Makefile.in | 5 ++++- newlib/libc/string/Makefile.in | 5 ++++- newlib/libc/sys/Makefile.am | 2 +- newlib/libc/sys/Makefile.in | 7 +++++-- newlib/libc/sys/a29khif/Makefile.am | 2 +- newlib/libc/sys/a29khif/Makefile.in | 8 +++++--- newlib/libc/sys/a29khif/aclocal.m4 | 24 +++------------------- newlib/libc/sys/a29khif/configure | 3 +++ newlib/libc/sys/a29khif/configure.ac | 1 - newlib/libc/sys/aclocal.m4 | 24 +++------------------- newlib/libc/sys/amdgcn/Makefile.am | 2 +- newlib/libc/sys/amdgcn/Makefile.in | 8 +++++--- newlib/libc/sys/amdgcn/aclocal.m4 | 24 +++------------------- newlib/libc/sys/amdgcn/configure | 3 +++ newlib/libc/sys/amdgcn/configure.ac | 1 - newlib/libc/sys/arm/Makefile.am | 2 +- newlib/libc/sys/arm/Makefile.in | 8 +++++--- newlib/libc/sys/arm/aclocal.m4 | 24 +++------------------- newlib/libc/sys/arm/configure | 3 +++ newlib/libc/sys/arm/configure.ac | 1 - newlib/libc/sys/configure | 7 +++++-- newlib/libc/sys/configure.ac | 1 - newlib/libc/sys/d10v/Makefile.am | 2 +- newlib/libc/sys/d10v/Makefile.in | 8 +++++--- newlib/libc/sys/d10v/aclocal.m4 | 24 +++------------------- newlib/libc/sys/d10v/configure | 3 +++ newlib/libc/sys/d10v/configure.ac | 1 - newlib/libc/sys/decstation/Makefile.am | 2 +- newlib/libc/sys/decstation/Makefile.in | 8 +++++--- newlib/libc/sys/decstation/aclocal.m4 | 24 +++------------------- newlib/libc/sys/decstation/configure | 3 +++ newlib/libc/sys/decstation/configure.ac | 1 - newlib/libc/sys/epiphany/Makefile.am | 2 +- newlib/libc/sys/epiphany/Makefile.in | 8 +++++--- newlib/libc/sys/epiphany/aclocal.m4 | 24 +++------------------- newlib/libc/sys/epiphany/configure | 3 +++ newlib/libc/sys/epiphany/configure.ac | 1 - newlib/libc/sys/h8300hms/Makefile.am | 2 +- newlib/libc/sys/h8300hms/Makefile.in | 8 +++++--- newlib/libc/sys/h8300hms/aclocal.m4 | 24 +++------------------- newlib/libc/sys/h8300hms/configure | 3 +++ newlib/libc/sys/h8300hms/configure.ac | 1 - newlib/libc/sys/h8500hms/Makefile.am | 2 +- newlib/libc/sys/h8500hms/Makefile.in | 8 +++++--- newlib/libc/sys/h8500hms/aclocal.m4 | 24 +++------------------- newlib/libc/sys/h8500hms/configure | 3 +++ newlib/libc/sys/h8500hms/configure.ac | 1 - newlib/libc/sys/linux/Makefile.am | 2 +- newlib/libc/sys/linux/Makefile.in | 7 +++++-- newlib/libc/sys/linux/aclocal.m4 | 24 +++------------------- newlib/libc/sys/linux/argp/Makefile.in | 5 ++++- newlib/libc/sys/linux/cmath/Makefile.in | 5 ++++- newlib/libc/sys/linux/configure | 7 +++++-- newlib/libc/sys/linux/configure.ac | 1 - newlib/libc/sys/linux/dl/Makefile.in | 5 ++++- newlib/libc/sys/linux/iconv/Makefile.in | 5 ++++- newlib/libc/sys/linux/intl/Makefile.in | 5 ++++- newlib/libc/sys/linux/linuxthreads/Makefile.am | 2 +- newlib/libc/sys/linux/linuxthreads/Makefile.in | 7 +++++-- newlib/libc/sys/linux/linuxthreads/aclocal.m4 | 24 +++------------------- newlib/libc/sys/linux/linuxthreads/configure | 7 +++++-- newlib/libc/sys/linux/linuxthreads/configure.ac | 1 - .../sys/linux/linuxthreads/machine/Makefile.am | 2 +- .../sys/linux/linuxthreads/machine/Makefile.in | 8 ++++++-- .../libc/sys/linux/linuxthreads/machine/aclocal.m4 | 24 +++------------------- .../libc/sys/linux/linuxthreads/machine/configure | 7 +++++-- .../sys/linux/linuxthreads/machine/configure.ac | 1 - .../linux/linuxthreads/machine/i386/Makefile.am | 2 +- .../linux/linuxthreads/machine/i386/Makefile.in | 8 ++++++-- .../sys/linux/linuxthreads/machine/i386/aclocal.m4 | 24 +++------------------- .../sys/linux/linuxthreads/machine/i386/configure | 7 +++++-- .../linux/linuxthreads/machine/i386/configure.ac | 1 - newlib/libc/sys/linux/machine/Makefile.am | 2 +- newlib/libc/sys/linux/machine/Makefile.in | 7 +++++-- newlib/libc/sys/linux/machine/aclocal.m4 | 24 +++------------------- newlib/libc/sys/linux/machine/configure | 7 +++++-- newlib/libc/sys/linux/machine/configure.ac | 1 - newlib/libc/sys/linux/machine/i386/Makefile.am | 2 +- newlib/libc/sys/linux/machine/i386/Makefile.in | 8 ++++++-- newlib/libc/sys/linux/machine/i386/aclocal.m4 | 24 +++------------------- newlib/libc/sys/linux/machine/i386/configure | 7 +++++-- newlib/libc/sys/linux/machine/i386/configure.ac | 1 - newlib/libc/sys/linux/net/Makefile.in | 5 ++++- newlib/libc/sys/m88kbug/Makefile.am | 2 +- newlib/libc/sys/m88kbug/Makefile.in | 8 +++++--- newlib/libc/sys/m88kbug/aclocal.m4 | 24 +++------------------- newlib/libc/sys/m88kbug/configure | 3 +++ newlib/libc/sys/m88kbug/configure.ac | 1 - newlib/libc/sys/mmixware/Makefile.am | 2 +- newlib/libc/sys/mmixware/Makefile.in | 8 +++++--- newlib/libc/sys/mmixware/aclocal.m4 | 24 +++------------------- newlib/libc/sys/mmixware/configure | 3 +++ newlib/libc/sys/mmixware/configure.ac | 1 - newlib/libc/sys/netware/Makefile.am | 2 +- newlib/libc/sys/netware/Makefile.in | 8 +++++--- newlib/libc/sys/netware/aclocal.m4 | 24 +++------------------- newlib/libc/sys/netware/configure | 3 +++ newlib/libc/sys/netware/configure.ac | 1 - newlib/libc/sys/or1k/Makefile.am | 2 +- newlib/libc/sys/or1k/Makefile.in | 8 +++++--- newlib/libc/sys/or1k/aclocal.m4 | 24 +++------------------- newlib/libc/sys/or1k/configure | 3 +++ newlib/libc/sys/or1k/configure.ac | 1 - newlib/libc/sys/phoenix/Makefile.am | 2 +- newlib/libc/sys/phoenix/Makefile.in | 8 +++++--- newlib/libc/sys/phoenix/aclocal.m4 | 24 +++------------------- newlib/libc/sys/phoenix/configure | 3 +++ newlib/libc/sys/phoenix/configure.ac | 1 - newlib/libc/sys/phoenix/machine/Makefile.am | 2 +- newlib/libc/sys/phoenix/machine/Makefile.in | 7 +++++-- newlib/libc/sys/phoenix/machine/aclocal.m4 | 24 +++------------------- newlib/libc/sys/phoenix/machine/arm/Makefile.am | 2 +- newlib/libc/sys/phoenix/machine/arm/Makefile.in | 8 ++++++-- newlib/libc/sys/phoenix/machine/arm/aclocal.m4 | 24 +++------------------- newlib/libc/sys/phoenix/machine/arm/configure | 3 +++ newlib/libc/sys/phoenix/machine/arm/configure.ac | 1 - newlib/libc/sys/phoenix/machine/configure | 3 +++ newlib/libc/sys/phoenix/machine/configure.ac | 1 - newlib/libc/sys/rdos/Makefile.am | 2 +- newlib/libc/sys/rdos/Makefile.in | 8 +++++--- newlib/libc/sys/rdos/aclocal.m4 | 24 +++------------------- newlib/libc/sys/rdos/configure | 3 +++ newlib/libc/sys/rdos/configure.ac | 1 - newlib/libc/sys/rtems/Makefile.am | 2 +- newlib/libc/sys/rtems/Makefile.in | 8 +++++--- newlib/libc/sys/rtems/aclocal.m4 | 24 +++------------------- newlib/libc/sys/rtems/configure | 3 +++ newlib/libc/sys/rtems/configure.ac | 1 - newlib/libc/sys/sh/Makefile.am | 2 +- newlib/libc/sys/sh/Makefile.in | 8 +++++--- newlib/libc/sys/sh/aclocal.m4 | 24 +++------------------- newlib/libc/sys/sh/configure | 3 +++ newlib/libc/sys/sh/configure.ac | 1 - newlib/libc/sys/sparc64/Makefile.am | 2 +- newlib/libc/sys/sparc64/Makefile.in | 8 +++++--- newlib/libc/sys/sparc64/aclocal.m4 | 24 +++------------------- newlib/libc/sys/sparc64/configure | 3 +++ newlib/libc/sys/sparc64/configure.ac | 1 - newlib/libc/sys/sun4/Makefile.am | 2 +- newlib/libc/sys/sun4/Makefile.in | 8 +++++--- newlib/libc/sys/sun4/aclocal.m4 | 24 +++------------------- newlib/libc/sys/sun4/configure | 3 +++ newlib/libc/sys/sun4/configure.ac | 1 - newlib/libc/sys/sysmec/Makefile.am | 2 +- newlib/libc/sys/sysmec/Makefile.in | 8 +++++--- newlib/libc/sys/sysmec/aclocal.m4 | 24 +++------------------- newlib/libc/sys/sysmec/configure | 3 +++ newlib/libc/sys/sysmec/configure.ac | 1 - newlib/libc/sys/sysnec810/Makefile.am | 2 +- newlib/libc/sys/sysnec810/Makefile.in | 8 +++++--- newlib/libc/sys/sysnec810/aclocal.m4 | 24 +++------------------- newlib/libc/sys/sysnec810/configure | 3 +++ newlib/libc/sys/sysnec810/configure.ac | 1 - newlib/libc/sys/sysnecv850/Makefile.am | 2 +- newlib/libc/sys/sysnecv850/Makefile.in | 8 +++++--- newlib/libc/sys/sysnecv850/aclocal.m4 | 24 +++------------------- newlib/libc/sys/sysnecv850/configure | 3 +++ newlib/libc/sys/sysnecv850/configure.ac | 1 - newlib/libc/sys/sysvi386/Makefile.am | 2 +- newlib/libc/sys/sysvi386/Makefile.in | 8 +++++--- newlib/libc/sys/sysvi386/aclocal.m4 | 24 +++------------------- newlib/libc/sys/sysvi386/configure | 3 +++ newlib/libc/sys/sysvi386/configure.ac | 1 - newlib/libc/sys/sysvnecv70/Makefile.am | 2 +- newlib/libc/sys/sysvnecv70/Makefile.in | 8 +++++--- newlib/libc/sys/sysvnecv70/aclocal.m4 | 24 +++------------------- newlib/libc/sys/sysvnecv70/configure | 3 +++ newlib/libc/sys/sysvnecv70/configure.ac | 1 - newlib/libc/sys/tic80/Makefile.am | 2 +- newlib/libc/sys/tic80/Makefile.in | 8 +++++--- newlib/libc/sys/tic80/aclocal.m4 | 24 +++------------------- newlib/libc/sys/tic80/configure | 3 +++ newlib/libc/sys/tic80/configure.ac | 1 - newlib/libc/sys/tirtos/Makefile.am | 2 +- newlib/libc/sys/tirtos/Makefile.in | 8 +++++--- newlib/libc/sys/tirtos/aclocal.m4 | 24 +++------------------- newlib/libc/sys/tirtos/configure | 3 +++ newlib/libc/sys/tirtos/configure.ac | 1 - newlib/libc/sys/w65/Makefile.am | 2 +- newlib/libc/sys/w65/Makefile.in | 8 +++++--- newlib/libc/sys/w65/aclocal.m4 | 24 +++------------------- newlib/libc/sys/w65/configure | 3 +++ newlib/libc/sys/w65/configure.ac | 1 - newlib/libc/sys/z8ksim/Makefile.am | 2 +- newlib/libc/sys/z8ksim/Makefile.in | 8 +++++--- newlib/libc/sys/z8ksim/aclocal.m4 | 24 +++------------------- newlib/libc/sys/z8ksim/configure | 3 +++ newlib/libc/sys/z8ksim/configure.ac | 1 - newlib/libc/syscalls/Makefile.in | 5 ++++- newlib/libc/time/Makefile.in | 5 ++++- newlib/libc/unix/Makefile.in | 5 ++++- newlib/libc/xdr/Makefile.in | 5 ++++- newlib/libm/Makefile.am | 2 +- newlib/libm/Makefile.in | 7 +++++-- newlib/libm/aclocal.m4 | 24 +++------------------- newlib/libm/common/Makefile.in | 5 ++++- newlib/libm/complex/Makefile.in | 5 ++++- newlib/libm/configure | 7 +++++-- newlib/libm/configure.ac | 1 - newlib/libm/fenv/Makefile.in | 5 ++++- newlib/libm/machine/Makefile.am | 2 +- newlib/libm/machine/Makefile.in | 7 +++++-- newlib/libm/machine/aarch64/Makefile.am | 2 +- newlib/libm/machine/aarch64/Makefile.in | 8 +++++--- newlib/libm/machine/aarch64/aclocal.m4 | 24 +++------------------- newlib/libm/machine/aarch64/configure | 3 +++ newlib/libm/machine/aarch64/configure.ac | 1 - newlib/libm/machine/aclocal.m4 | 24 +++------------------- newlib/libm/machine/arm/Makefile.am | 2 +- newlib/libm/machine/arm/Makefile.in | 8 +++++--- newlib/libm/machine/arm/aclocal.m4 | 24 +++------------------- newlib/libm/machine/arm/configure | 3 +++ newlib/libm/machine/arm/configure.ac | 1 - newlib/libm/machine/configure | 7 +++++-- newlib/libm/machine/configure.ac | 1 - newlib/libm/machine/i386/Makefile.am | 2 +- newlib/libm/machine/i386/Makefile.in | 7 +++++-- newlib/libm/machine/i386/aclocal.m4 | 24 +++------------------- newlib/libm/machine/i386/configure | 7 +++++-- newlib/libm/machine/i386/configure.ac | 1 - newlib/libm/machine/mips/Makefile.am | 2 +- newlib/libm/machine/mips/Makefile.in | 8 +++++--- newlib/libm/machine/mips/aclocal.m4 | 24 +++------------------- newlib/libm/machine/mips/configure | 3 +++ newlib/libm/machine/mips/configure.ac | 1 - newlib/libm/machine/nds32/Makefile.am | 2 +- newlib/libm/machine/nds32/Makefile.in | 8 +++++--- newlib/libm/machine/nds32/aclocal.m4 | 24 +++------------------- newlib/libm/machine/nds32/configure | 3 +++ newlib/libm/machine/nds32/configure.ac | 1 - newlib/libm/machine/powerpc/Makefile.am | 2 +- newlib/libm/machine/powerpc/Makefile.in | 8 +++++--- newlib/libm/machine/powerpc/aclocal.m4 | 24 +++------------------- newlib/libm/machine/powerpc/configure | 3 +++ newlib/libm/machine/powerpc/configure.ac | 1 - newlib/libm/machine/pru/Makefile.am | 2 +- newlib/libm/machine/pru/Makefile.in | 8 +++++--- newlib/libm/machine/pru/aclocal.m4 | 24 +++------------------- newlib/libm/machine/pru/configure | 3 +++ newlib/libm/machine/pru/configure.ac | 1 - newlib/libm/machine/riscv/Makefile.am | 2 +- newlib/libm/machine/riscv/Makefile.in | 8 +++++--- newlib/libm/machine/riscv/aclocal.m4 | 24 +++------------------- newlib/libm/machine/riscv/configure | 3 +++ newlib/libm/machine/riscv/configure.ac | 1 - newlib/libm/machine/sparc/Makefile.am | 2 +- newlib/libm/machine/sparc/Makefile.in | 8 +++++--- newlib/libm/machine/sparc/aclocal.m4 | 24 +++------------------- newlib/libm/machine/sparc/configure | 3 +++ newlib/libm/machine/sparc/configure.ac | 1 - newlib/libm/machine/spu/Makefile.am | 2 +- newlib/libm/machine/spu/Makefile.in | 8 +++++--- newlib/libm/machine/spu/aclocal.m4 | 24 +++------------------- newlib/libm/machine/spu/configure | 3 +++ newlib/libm/machine/spu/configure.ac | 1 - newlib/libm/machine/x86_64/Makefile.am | 2 +- newlib/libm/machine/x86_64/Makefile.in | 7 +++++-- newlib/libm/machine/x86_64/aclocal.m4 | 24 +++------------------- newlib/libm/machine/x86_64/configure | 7 +++++-- newlib/libm/machine/x86_64/configure.ac | 1 - newlib/libm/math/Makefile.in | 5 ++++- newlib/libm/mathfp/Makefile.in | 5 ++++- 761 files changed, 1858 insertions(+), 4054 deletions(-) diff --git a/libgloss/aarch64/aclocal.m4 b/libgloss/aarch64/aclocal.m4 index f3492eebf..24271f381 100644 --- a/libgloss/aarch64/aclocal.m4 +++ b/libgloss/aarch64/aclocal.m4 @@ -310,25 +310,6 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) ]) -# Copyright (C) 2003-2017 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# Check whether the underlying file-system supports filenames -# with a leading dot. For instance MS-DOS doesn't. -AC_DEFUN([AM_SET_LEADING_DOT], -[rm -rf .tst 2>/dev/null -mkdir .tst 2>/dev/null -if test -d .tst; then - am__leading_dot=. -else - am__leading_dot=_ -fi -rmdir .tst 2>/dev/null -AC_SUBST([am__leading_dot])]) - # Check to see how 'make' treats includes. -*- Autoconf -*- # Copyright (C) 2001-2017 Free Software Foundation, Inc. @@ -396,4 +377,7 @@ AC_DEFUN([_AM_SUBST_NOTMAKE]) # Public sister of _AM_SUBST_NOTMAKE. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) +m4_include([../../config/depstand.m4]) +m4_include([../../config/lead-dot.m4]) +m4_include([../../config/override.m4]) m4_include([../acinclude.m4]) diff --git a/libgloss/aarch64/configure b/libgloss/aarch64/configure index b660ebd9a..723862766 100755 --- a/libgloss/aarch64/configure +++ b/libgloss/aarch64/configure @@ -1765,6 +1765,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + ac_aux_dir= for ac_dir in ../.. "$srcdir"/../..; do if test -f "$ac_dir/install-sh"; then diff --git a/libgloss/aarch64/configure.ac b/libgloss/aarch64/configure.ac index da932e51a..303e51359 100644 --- a/libgloss/aarch64/configure.ac +++ b/libgloss/aarch64/configure.ac @@ -1,5 +1,4 @@ dnl Process this file with autoconf to produce a configure script. -AC_PREREQ(2.69)dnl AC_INIT(crt0.S) AC_CONFIG_AUX_DIR(../..) diff --git a/libgloss/aarch64/cpu-init/aclocal.m4 b/libgloss/aarch64/cpu-init/aclocal.m4 index 2fb548398..5ca701920 100644 --- a/libgloss/aarch64/cpu-init/aclocal.m4 +++ b/libgloss/aarch64/cpu-init/aclocal.m4 @@ -310,25 +310,6 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) ]) -# Copyright (C) 2003-2017 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# Check whether the underlying file-system supports filenames -# with a leading dot. For instance MS-DOS doesn't. -AC_DEFUN([AM_SET_LEADING_DOT], -[rm -rf .tst 2>/dev/null -mkdir .tst 2>/dev/null -if test -d .tst; then - am__leading_dot=. -else - am__leading_dot=_ -fi -rmdir .tst 2>/dev/null -AC_SUBST([am__leading_dot])]) - # Check to see how 'make' treats includes. -*- Autoconf -*- # Copyright (C) 2001-2017 Free Software Foundation, Inc. @@ -396,4 +377,7 @@ AC_DEFUN([_AM_SUBST_NOTMAKE]) # Public sister of _AM_SUBST_NOTMAKE. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) +m4_include([../../../config/depstand.m4]) +m4_include([../../../config/lead-dot.m4]) +m4_include([../../../config/override.m4]) m4_include([../../acinclude.m4]) diff --git a/libgloss/aarch64/cpu-init/configure b/libgloss/aarch64/cpu-init/configure index bc5df10cd..c8159716a 100755 --- a/libgloss/aarch64/cpu-init/configure +++ b/libgloss/aarch64/cpu-init/configure @@ -1762,6 +1762,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + ac_aux_dir= for ac_dir in ../../.. "$srcdir"/../../..; do if test -f "$ac_dir/install-sh"; then diff --git a/libgloss/aarch64/cpu-init/configure.ac b/libgloss/aarch64/cpu-init/configure.ac index 40a33c055..91aa2211d 100644 --- a/libgloss/aarch64/cpu-init/configure.ac +++ b/libgloss/aarch64/cpu-init/configure.ac @@ -1,5 +1,4 @@ dnl Process this file with autoconf to produce a configure script. -AC_PREREQ(2.69)dnl AC_INIT(Makefile.in) AC_CONFIG_AUX_DIR(../../..) diff --git a/libgloss/aclocal.m4 b/libgloss/aclocal.m4 index 1749da2cd..67babf171 100644 --- a/libgloss/aclocal.m4 +++ b/libgloss/aclocal.m4 @@ -626,25 +626,6 @@ if test x"${install_sh+set}" != xset; then fi AC_SUBST([install_sh])]) -# Copyright (C) 2003-2017 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# Check whether the underlying file-system supports filenames -# with a leading dot. For instance MS-DOS doesn't. -AC_DEFUN([AM_SET_LEADING_DOT], -[rm -rf .tst 2>/dev/null -mkdir .tst 2>/dev/null -if test -d .tst; then - am__leading_dot=. -else - am__leading_dot=_ -fi -rmdir .tst 2>/dev/null -AC_SUBST([am__leading_dot])]) - # Check to see how 'make' treats includes. -*- Autoconf -*- # Copyright (C) 2001-2017 Free Software Foundation, Inc. @@ -1086,4 +1067,7 @@ AC_SUBST([am__tar]) AC_SUBST([am__untar]) ]) # _AM_PROG_TAR +m4_include([../config/depstand.m4]) +m4_include([../config/lead-dot.m4]) +m4_include([../config/override.m4]) m4_include([acinclude.m4]) diff --git a/libgloss/arc/aclocal.m4 b/libgloss/arc/aclocal.m4 index f3492eebf..24271f381 100644 --- a/libgloss/arc/aclocal.m4 +++ b/libgloss/arc/aclocal.m4 @@ -310,25 +310,6 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) ]) -# Copyright (C) 2003-2017 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# Check whether the underlying file-system supports filenames -# with a leading dot. For instance MS-DOS doesn't. -AC_DEFUN([AM_SET_LEADING_DOT], -[rm -rf .tst 2>/dev/null -mkdir .tst 2>/dev/null -if test -d .tst; then - am__leading_dot=. -else - am__leading_dot=_ -fi -rmdir .tst 2>/dev/null -AC_SUBST([am__leading_dot])]) - # Check to see how 'make' treats includes. -*- Autoconf -*- # Copyright (C) 2001-2017 Free Software Foundation, Inc. @@ -396,4 +377,7 @@ AC_DEFUN([_AM_SUBST_NOTMAKE]) # Public sister of _AM_SUBST_NOTMAKE. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) +m4_include([../../config/depstand.m4]) +m4_include([../../config/lead-dot.m4]) +m4_include([../../config/override.m4]) m4_include([../acinclude.m4]) diff --git a/libgloss/arc/configure b/libgloss/arc/configure index 3d6919d1e..8112a4c62 100755 --- a/libgloss/arc/configure +++ b/libgloss/arc/configure @@ -1762,6 +1762,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + if test "${enable_shared}" = "yes" ; then echo "Shared libraries not supported for cross compiling, ignored" fi diff --git a/libgloss/arc/configure.ac b/libgloss/arc/configure.ac index 23d5fb42a..b5ebe95db 100644 --- a/libgloss/arc/configure.ac +++ b/libgloss/arc/configure.ac @@ -1,5 +1,4 @@ dnl Process this file with autoconf to produce a configure script. -AC_PREREQ(2.69)dnl AC_INIT(crt0.S) if test "${enable_shared}" = "yes" ; then diff --git a/libgloss/arm/aclocal.m4 b/libgloss/arm/aclocal.m4 index f3492eebf..24271f381 100644 --- a/libgloss/arm/aclocal.m4 +++ b/libgloss/arm/aclocal.m4 @@ -310,25 +310,6 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) ]) -# Copyright (C) 2003-2017 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# Check whether the underlying file-system supports filenames -# with a leading dot. For instance MS-DOS doesn't. -AC_DEFUN([AM_SET_LEADING_DOT], -[rm -rf .tst 2>/dev/null -mkdir .tst 2>/dev/null -if test -d .tst; then - am__leading_dot=. -else - am__leading_dot=_ -fi -rmdir .tst 2>/dev/null -AC_SUBST([am__leading_dot])]) - # Check to see how 'make' treats includes. -*- Autoconf -*- # Copyright (C) 2001-2017 Free Software Foundation, Inc. @@ -396,4 +377,7 @@ AC_DEFUN([_AM_SUBST_NOTMAKE]) # Public sister of _AM_SUBST_NOTMAKE. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) +m4_include([../../config/depstand.m4]) +m4_include([../../config/lead-dot.m4]) +m4_include([../../config/override.m4]) m4_include([../acinclude.m4]) diff --git a/libgloss/arm/configure b/libgloss/arm/configure index 700a75062..bfa8bdb3d 100755 --- a/libgloss/arm/configure +++ b/libgloss/arm/configure @@ -1768,6 +1768,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + # Check whether --enable-newlib-supplied-syscalls was given. if test "${enable_newlib_supplied_syscalls+set}" = set; then : enableval=$enable_newlib_supplied_syscalls; case "${enableval}" in diff --git a/libgloss/arm/configure.ac b/libgloss/arm/configure.ac index 316889cf7..806020b04 100644 --- a/libgloss/arm/configure.ac +++ b/libgloss/arm/configure.ac @@ -1,5 +1,4 @@ dnl Process this file with autoconf to produce a configure script. -AC_PREREQ(2.69)dnl AC_INIT(redboot-crt0.S) dnl Support --disable-newlib-supplied-syscalls diff --git a/libgloss/bfin/aclocal.m4 b/libgloss/bfin/aclocal.m4 index f3492eebf..24271f381 100644 --- a/libgloss/bfin/aclocal.m4 +++ b/libgloss/bfin/aclocal.m4 @@ -310,25 +310,6 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) ]) -# Copyright (C) 2003-2017 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# Check whether the underlying file-system supports filenames -# with a leading dot. For instance MS-DOS doesn't. -AC_DEFUN([AM_SET_LEADING_DOT], -[rm -rf .tst 2>/dev/null -mkdir .tst 2>/dev/null -if test -d .tst; then - am__leading_dot=. -else - am__leading_dot=_ -fi -rmdir .tst 2>/dev/null -AC_SUBST([am__leading_dot])]) - # Check to see how 'make' treats includes. -*- Autoconf -*- # Copyright (C) 2001-2017 Free Software Foundation, Inc. @@ -396,4 +377,7 @@ AC_DEFUN([_AM_SUBST_NOTMAKE]) # Public sister of _AM_SUBST_NOTMAKE. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) +m4_include([../../config/depstand.m4]) +m4_include([../../config/lead-dot.m4]) +m4_include([../../config/override.m4]) m4_include([../acinclude.m4]) diff --git a/libgloss/bfin/configure b/libgloss/bfin/configure index 646749502..3b431624a 100755 --- a/libgloss/bfin/configure +++ b/libgloss/bfin/configure @@ -1762,6 +1762,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + if test "${enable_shared}" = "yes" ; then echo "Shared libraries not supported for cross compiling, ignored" fi diff --git a/libgloss/bfin/configure.ac b/libgloss/bfin/configure.ac index 562d6a2d6..5ea95f492 100644 --- a/libgloss/bfin/configure.ac +++ b/libgloss/bfin/configure.ac @@ -1,5 +1,4 @@ dnl Process this file with autoconf to produce a configure script. -AC_PREREQ(2.69)dnl AC_INIT(crt0.S) if test "${enable_shared}" = "yes" ; then diff --git a/libgloss/configure b/libgloss/configure index f39de1c96..a6bd28bde 100755 --- a/libgloss/configure +++ b/libgloss/configure @@ -1842,6 +1842,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + if test "${enable_shared}" = "yes" ; then echo "Shared libraries not supported for cross compiling, ignored" fi diff --git a/libgloss/configure.ac b/libgloss/configure.ac index ae8a26d3c..6af1a2302 100644 --- a/libgloss/configure.ac +++ b/libgloss/configure.ac @@ -1,5 +1,4 @@ dnl Process this file with autoconf to produce a configure script. -AC_PREREQ(2.69)dnl AC_INIT([libgloss],[LIBGLOSS_VERSION]) AC_CONFIG_SRCDIR([libnosys]) diff --git a/libgloss/cr16/aclocal.m4 b/libgloss/cr16/aclocal.m4 index f3492eebf..24271f381 100644 --- a/libgloss/cr16/aclocal.m4 +++ b/libgloss/cr16/aclocal.m4 @@ -310,25 +310,6 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) ]) -# Copyright (C) 2003-2017 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# Check whether the underlying file-system supports filenames -# with a leading dot. For instance MS-DOS doesn't. -AC_DEFUN([AM_SET_LEADING_DOT], -[rm -rf .tst 2>/dev/null -mkdir .tst 2>/dev/null -if test -d .tst; then - am__leading_dot=. -else - am__leading_dot=_ -fi -rmdir .tst 2>/dev/null -AC_SUBST([am__leading_dot])]) - # Check to see how 'make' treats includes. -*- Autoconf -*- # Copyright (C) 2001-2017 Free Software Foundation, Inc. @@ -396,4 +377,7 @@ AC_DEFUN([_AM_SUBST_NOTMAKE]) # Public sister of _AM_SUBST_NOTMAKE. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) +m4_include([../../config/depstand.m4]) +m4_include([../../config/lead-dot.m4]) +m4_include([../../config/override.m4]) m4_include([../acinclude.m4]) diff --git a/libgloss/cr16/configure b/libgloss/cr16/configure index 88e0599e4..52b1bb799 100755 --- a/libgloss/cr16/configure +++ b/libgloss/cr16/configure @@ -1762,6 +1762,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + if test "${enable_shared}" = "yes" ; then echo "Shared libraries not supported for cross compiling, ignored" fi diff --git a/libgloss/cr16/configure.ac b/libgloss/cr16/configure.ac index 28b306594..29116e470 100644 --- a/libgloss/cr16/configure.ac +++ b/libgloss/cr16/configure.ac @@ -1,5 +1,4 @@ dnl Process this file with autoconf to produce a configure script. -AC_PREREQ(2.69)dnl AC_INIT(crt1.S) if test "${enable_shared}" = "yes" ; then diff --git a/libgloss/cris/aclocal.m4 b/libgloss/cris/aclocal.m4 index f3492eebf..24271f381 100644 --- a/libgloss/cris/aclocal.m4 +++ b/libgloss/cris/aclocal.m4 @@ -310,25 +310,6 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) ]) -# Copyright (C) 2003-2017 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# Check whether the underlying file-system supports filenames -# with a leading dot. For instance MS-DOS doesn't. -AC_DEFUN([AM_SET_LEADING_DOT], -[rm -rf .tst 2>/dev/null -mkdir .tst 2>/dev/null -if test -d .tst; then - am__leading_dot=. -else - am__leading_dot=_ -fi -rmdir .tst 2>/dev/null -AC_SUBST([am__leading_dot])]) - # Check to see how 'make' treats includes. -*- Autoconf -*- # Copyright (C) 2001-2017 Free Software Foundation, Inc. @@ -396,4 +377,7 @@ AC_DEFUN([_AM_SUBST_NOTMAKE]) # Public sister of _AM_SUBST_NOTMAKE. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) +m4_include([../../config/depstand.m4]) +m4_include([../../config/lead-dot.m4]) +m4_include([../../config/override.m4]) m4_include([../acinclude.m4]) diff --git a/libgloss/cris/configure b/libgloss/cris/configure index 25752aca4..5f5cbf1bb 100755 --- a/libgloss/cris/configure +++ b/libgloss/cris/configure @@ -1762,6 +1762,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + if test "${enable_shared}" = "yes" ; then echo "Shared libraries not supported for cross compiling, ignored" fi diff --git a/libgloss/cris/configure.ac b/libgloss/cris/configure.ac index 7d323774f..ec7945e2e 100644 --- a/libgloss/cris/configure.ac +++ b/libgloss/cris/configure.ac @@ -1,6 +1,5 @@ dnl This file is based on ../mcore/configure.in dnl Process this file with autoconf to produce a configure script. -AC_PREREQ(2.69)dnl AC_INIT(Makefile.in) if test "${enable_shared}" = "yes" ; then diff --git a/libgloss/crx/aclocal.m4 b/libgloss/crx/aclocal.m4 index f3492eebf..24271f381 100644 --- a/libgloss/crx/aclocal.m4 +++ b/libgloss/crx/aclocal.m4 @@ -310,25 +310,6 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) ]) -# Copyright (C) 2003-2017 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# Check whether the underlying file-system supports filenames -# with a leading dot. For instance MS-DOS doesn't. -AC_DEFUN([AM_SET_LEADING_DOT], -[rm -rf .tst 2>/dev/null -mkdir .tst 2>/dev/null -if test -d .tst; then - am__leading_dot=. -else - am__leading_dot=_ -fi -rmdir .tst 2>/dev/null -AC_SUBST([am__leading_dot])]) - # Check to see how 'make' treats includes. -*- Autoconf -*- # Copyright (C) 2001-2017 Free Software Foundation, Inc. @@ -396,4 +377,7 @@ AC_DEFUN([_AM_SUBST_NOTMAKE]) # Public sister of _AM_SUBST_NOTMAKE. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) +m4_include([../../config/depstand.m4]) +m4_include([../../config/lead-dot.m4]) +m4_include([../../config/override.m4]) m4_include([../acinclude.m4]) diff --git a/libgloss/crx/configure b/libgloss/crx/configure index 025ef95d2..ddb86fedf 100755 --- a/libgloss/crx/configure +++ b/libgloss/crx/configure @@ -1762,6 +1762,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + ac_aux_dir= for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do if test -f "$ac_dir/install-sh"; then diff --git a/libgloss/crx/configure.ac b/libgloss/crx/configure.ac index eb88aab69..0abb332d2 100644 --- a/libgloss/crx/configure.ac +++ b/libgloss/crx/configure.ac @@ -1,5 +1,4 @@ dnl Process this file with autoconf to produce a configure script. -AC_PREREQ(2.69)dnl AC_INIT(intable.c) AC_CANONICAL_SYSTEM diff --git a/libgloss/csky/aclocal.m4 b/libgloss/csky/aclocal.m4 index f3492eebf..24271f381 100644 --- a/libgloss/csky/aclocal.m4 +++ b/libgloss/csky/aclocal.m4 @@ -310,25 +310,6 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) ]) -# Copyright (C) 2003-2017 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# Check whether the underlying file-system supports filenames -# with a leading dot. For instance MS-DOS doesn't. -AC_DEFUN([AM_SET_LEADING_DOT], -[rm -rf .tst 2>/dev/null -mkdir .tst 2>/dev/null -if test -d .tst; then - am__leading_dot=. -else - am__leading_dot=_ -fi -rmdir .tst 2>/dev/null -AC_SUBST([am__leading_dot])]) - # Check to see how 'make' treats includes. -*- Autoconf -*- # Copyright (C) 2001-2017 Free Software Foundation, Inc. @@ -396,4 +377,7 @@ AC_DEFUN([_AM_SUBST_NOTMAKE]) # Public sister of _AM_SUBST_NOTMAKE. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) +m4_include([../../config/depstand.m4]) +m4_include([../../config/lead-dot.m4]) +m4_include([../../config/override.m4]) m4_include([../acinclude.m4]) diff --git a/libgloss/csky/configure b/libgloss/csky/configure index 0f7229637..2b2f8e907 100755 --- a/libgloss/csky/configure +++ b/libgloss/csky/configure @@ -1823,6 +1823,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + if test "${enable_shared}" = "yes" ; then echo "Shared libraries not supported for cross compiling, ignored" fi diff --git a/libgloss/csky/configure.ac b/libgloss/csky/configure.ac index 88b1110d7..dd8c59530 100644 --- a/libgloss/csky/configure.ac +++ b/libgloss/csky/configure.ac @@ -11,7 +11,6 @@ # they apply. # # process this file with autoconf to produce a configure script. -AC_PREREQ(2.69)dnl AC_INIT(crt0.S) if test "${enable_shared}" = "yes" ; then diff --git a/libgloss/d30v/aclocal.m4 b/libgloss/d30v/aclocal.m4 index f3492eebf..24271f381 100644 --- a/libgloss/d30v/aclocal.m4 +++ b/libgloss/d30v/aclocal.m4 @@ -310,25 +310,6 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) ]) -# Copyright (C) 2003-2017 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# Check whether the underlying file-system supports filenames -# with a leading dot. For instance MS-DOS doesn't. -AC_DEFUN([AM_SET_LEADING_DOT], -[rm -rf .tst 2>/dev/null -mkdir .tst 2>/dev/null -if test -d .tst; then - am__leading_dot=. -else - am__leading_dot=_ -fi -rmdir .tst 2>/dev/null -AC_SUBST([am__leading_dot])]) - # Check to see how 'make' treats includes. -*- Autoconf -*- # Copyright (C) 2001-2017 Free Software Foundation, Inc. @@ -396,4 +377,7 @@ AC_DEFUN([_AM_SUBST_NOTMAKE]) # Public sister of _AM_SUBST_NOTMAKE. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) +m4_include([../../config/depstand.m4]) +m4_include([../../config/lead-dot.m4]) +m4_include([../../config/override.m4]) m4_include([../acinclude.m4]) diff --git a/libgloss/d30v/configure b/libgloss/d30v/configure index 3d6919d1e..8112a4c62 100755 --- a/libgloss/d30v/configure +++ b/libgloss/d30v/configure @@ -1762,6 +1762,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + if test "${enable_shared}" = "yes" ; then echo "Shared libraries not supported for cross compiling, ignored" fi diff --git a/libgloss/d30v/configure.ac b/libgloss/d30v/configure.ac index 23d5fb42a..b5ebe95db 100644 --- a/libgloss/d30v/configure.ac +++ b/libgloss/d30v/configure.ac @@ -1,5 +1,4 @@ dnl Process this file with autoconf to produce a configure script. -AC_PREREQ(2.69)dnl AC_INIT(crt0.S) if test "${enable_shared}" = "yes" ; then diff --git a/libgloss/doc/configure b/libgloss/doc/configure index 098220b69..d0605aabb 100755 --- a/libgloss/doc/configure +++ b/libgloss/doc/configure @@ -1664,6 +1664,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + ac_aux_dir= for ac_dir in ../.. "$srcdir"/../..; do if test -f "$ac_dir/install-sh"; then diff --git a/libgloss/doc/configure.ac b/libgloss/doc/configure.ac index a12099b4f..1e5f5e3ea 100644 --- a/libgloss/doc/configure.ac +++ b/libgloss/doc/configure.ac @@ -1,5 +1,4 @@ dnl Process this file with autoconf to produce a configure script. -AC_PREREQ(2.69)dnl AC_INIT(porting.texi) AC_CONFIG_AUX_DIR(../..) diff --git a/libgloss/epiphany/aclocal.m4 b/libgloss/epiphany/aclocal.m4 index f3492eebf..24271f381 100644 --- a/libgloss/epiphany/aclocal.m4 +++ b/libgloss/epiphany/aclocal.m4 @@ -310,25 +310,6 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) ]) -# Copyright (C) 2003-2017 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# Check whether the underlying file-system supports filenames -# with a leading dot. For instance MS-DOS doesn't. -AC_DEFUN([AM_SET_LEADING_DOT], -[rm -rf .tst 2>/dev/null -mkdir .tst 2>/dev/null -if test -d .tst; then - am__leading_dot=. -else - am__leading_dot=_ -fi -rmdir .tst 2>/dev/null -AC_SUBST([am__leading_dot])]) - # Check to see how 'make' treats includes. -*- Autoconf -*- # Copyright (C) 2001-2017 Free Software Foundation, Inc. @@ -396,4 +377,7 @@ AC_DEFUN([_AM_SUBST_NOTMAKE]) # Public sister of _AM_SUBST_NOTMAKE. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) +m4_include([../../config/depstand.m4]) +m4_include([../../config/lead-dot.m4]) +m4_include([../../config/override.m4]) m4_include([../acinclude.m4]) diff --git a/libgloss/epiphany/configure b/libgloss/epiphany/configure index 82f7d2743..e7f405b4f 100755 --- a/libgloss/epiphany/configure +++ b/libgloss/epiphany/configure @@ -1762,6 +1762,9 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + ac_config_headers="$ac_config_headers config.h" diff --git a/libgloss/epiphany/configure.ac b/libgloss/epiphany/configure.ac index 31acdea15..d1b5518b4 100644 --- a/libgloss/epiphany/configure.ac +++ b/libgloss/epiphany/configure.ac @@ -30,7 +30,6 @@ # Process this file with autoconf to produce a configure script -AC_PREREQ(2.69)dnl AC_INIT(libepiphany,0.0.1) AC_CONFIG_HEADER(config.h) diff --git a/libgloss/fr30/aclocal.m4 b/libgloss/fr30/aclocal.m4 index f3492eebf..24271f381 100644 --- a/libgloss/fr30/aclocal.m4 +++ b/libgloss/fr30/aclocal.m4 @@ -310,25 +310,6 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) ]) -# Copyright (C) 2003-2017 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# Check whether the underlying file-system supports filenames -# with a leading dot. For instance MS-DOS doesn't. -AC_DEFUN([AM_SET_LEADING_DOT], -[rm -rf .tst 2>/dev/null -mkdir .tst 2>/dev/null -if test -d .tst; then - am__leading_dot=. -else - am__leading_dot=_ -fi -rmdir .tst 2>/dev/null -AC_SUBST([am__leading_dot])]) - # Check to see how 'make' treats includes. -*- Autoconf -*- # Copyright (C) 2001-2017 Free Software Foundation, Inc. @@ -396,4 +377,7 @@ AC_DEFUN([_AM_SUBST_NOTMAKE]) # Public sister of _AM_SUBST_NOTMAKE. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) +m4_include([../../config/depstand.m4]) +m4_include([../../config/lead-dot.m4]) +m4_include([../../config/override.m4]) m4_include([../acinclude.m4]) diff --git a/libgloss/fr30/configure b/libgloss/fr30/configure index 7f0e888f7..d7b6e36e8 100755 --- a/libgloss/fr30/configure +++ b/libgloss/fr30/configure @@ -1762,6 +1762,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + ac_aux_dir= for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do if test -f "$ac_dir/install-sh"; then diff --git a/libgloss/fr30/configure.ac b/libgloss/fr30/configure.ac index f76fc6e12..64fd5b7eb 100644 --- a/libgloss/fr30/configure.ac +++ b/libgloss/fr30/configure.ac @@ -1,5 +1,4 @@ dnl Process this file with autoconf to produce a configure script. -AC_PREREQ(2.69)dnl AC_INIT(crt0.s) AC_CANONICAL_SYSTEM diff --git a/libgloss/frv/aclocal.m4 b/libgloss/frv/aclocal.m4 index f3492eebf..24271f381 100644 --- a/libgloss/frv/aclocal.m4 +++ b/libgloss/frv/aclocal.m4 @@ -310,25 +310,6 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) ]) -# Copyright (C) 2003-2017 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# Check whether the underlying file-system supports filenames -# with a leading dot. For instance MS-DOS doesn't. -AC_DEFUN([AM_SET_LEADING_DOT], -[rm -rf .tst 2>/dev/null -mkdir .tst 2>/dev/null -if test -d .tst; then - am__leading_dot=. -else - am__leading_dot=_ -fi -rmdir .tst 2>/dev/null -AC_SUBST([am__leading_dot])]) - # Check to see how 'make' treats includes. -*- Autoconf -*- # Copyright (C) 2001-2017 Free Software Foundation, Inc. @@ -396,4 +377,7 @@ AC_DEFUN([_AM_SUBST_NOTMAKE]) # Public sister of _AM_SUBST_NOTMAKE. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) +m4_include([../../config/depstand.m4]) +m4_include([../../config/lead-dot.m4]) +m4_include([../../config/override.m4]) m4_include([../acinclude.m4]) diff --git a/libgloss/frv/configure b/libgloss/frv/configure index 3d6919d1e..8112a4c62 100755 --- a/libgloss/frv/configure +++ b/libgloss/frv/configure @@ -1762,6 +1762,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + if test "${enable_shared}" = "yes" ; then echo "Shared libraries not supported for cross compiling, ignored" fi diff --git a/libgloss/frv/configure.ac b/libgloss/frv/configure.ac index 23d5fb42a..b5ebe95db 100644 --- a/libgloss/frv/configure.ac +++ b/libgloss/frv/configure.ac @@ -1,5 +1,4 @@ dnl Process this file with autoconf to produce a configure script. -AC_PREREQ(2.69)dnl AC_INIT(crt0.S) if test "${enable_shared}" = "yes" ; then diff --git a/libgloss/ft32/aclocal.m4 b/libgloss/ft32/aclocal.m4 index f3492eebf..24271f381 100644 --- a/libgloss/ft32/aclocal.m4 +++ b/libgloss/ft32/aclocal.m4 @@ -310,25 +310,6 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) ]) -# Copyright (C) 2003-2017 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# Check whether the underlying file-system supports filenames -# with a leading dot. For instance MS-DOS doesn't. -AC_DEFUN([AM_SET_LEADING_DOT], -[rm -rf .tst 2>/dev/null -mkdir .tst 2>/dev/null -if test -d .tst; then - am__leading_dot=. -else - am__leading_dot=_ -fi -rmdir .tst 2>/dev/null -AC_SUBST([am__leading_dot])]) - # Check to see how 'make' treats includes. -*- Autoconf -*- # Copyright (C) 2001-2017 Free Software Foundation, Inc. @@ -396,4 +377,7 @@ AC_DEFUN([_AM_SUBST_NOTMAKE]) # Public sister of _AM_SUBST_NOTMAKE. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) +m4_include([../../config/depstand.m4]) +m4_include([../../config/lead-dot.m4]) +m4_include([../../config/override.m4]) m4_include([../acinclude.m4]) diff --git a/libgloss/ft32/configure b/libgloss/ft32/configure index 3d6919d1e..8112a4c62 100755 --- a/libgloss/ft32/configure +++ b/libgloss/ft32/configure @@ -1762,6 +1762,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + if test "${enable_shared}" = "yes" ; then echo "Shared libraries not supported for cross compiling, ignored" fi diff --git a/libgloss/ft32/configure.ac b/libgloss/ft32/configure.ac index 23d5fb42a..b5ebe95db 100644 --- a/libgloss/ft32/configure.ac +++ b/libgloss/ft32/configure.ac @@ -1,5 +1,4 @@ dnl Process this file with autoconf to produce a configure script. -AC_PREREQ(2.69)dnl AC_INIT(crt0.S) if test "${enable_shared}" = "yes" ; then diff --git a/libgloss/hp74x/aclocal.m4 b/libgloss/hp74x/aclocal.m4 index f3492eebf..24271f381 100644 --- a/libgloss/hp74x/aclocal.m4 +++ b/libgloss/hp74x/aclocal.m4 @@ -310,25 +310,6 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) ]) -# Copyright (C) 2003-2017 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# Check whether the underlying file-system supports filenames -# with a leading dot. For instance MS-DOS doesn't. -AC_DEFUN([AM_SET_LEADING_DOT], -[rm -rf .tst 2>/dev/null -mkdir .tst 2>/dev/null -if test -d .tst; then - am__leading_dot=. -else - am__leading_dot=_ -fi -rmdir .tst 2>/dev/null -AC_SUBST([am__leading_dot])]) - # Check to see how 'make' treats includes. -*- Autoconf -*- # Copyright (C) 2001-2017 Free Software Foundation, Inc. @@ -396,4 +377,7 @@ AC_DEFUN([_AM_SUBST_NOTMAKE]) # Public sister of _AM_SUBST_NOTMAKE. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) +m4_include([../../config/depstand.m4]) +m4_include([../../config/lead-dot.m4]) +m4_include([../../config/override.m4]) m4_include([../acinclude.m4]) diff --git a/libgloss/hp74x/configure b/libgloss/hp74x/configure index 5430752ce..e7d08f3cf 100755 --- a/libgloss/hp74x/configure +++ b/libgloss/hp74x/configure @@ -1740,6 +1740,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + ac_aux_dir= for ac_dir in ../.. "$srcdir"/../..; do if test -f "$ac_dir/install-sh"; then diff --git a/libgloss/hp74x/configure.ac b/libgloss/hp74x/configure.ac index 27564f967..edc684ea1 100644 --- a/libgloss/hp74x/configure.ac +++ b/libgloss/hp74x/configure.ac @@ -1,5 +1,4 @@ dnl Process this file with autoconf to produce a configure script. -AC_PREREQ(2.69)dnl AC_INIT(crt0.s) AC_CONFIG_AUX_DIR(../..) diff --git a/libgloss/i386/aclocal.m4 b/libgloss/i386/aclocal.m4 index f3492eebf..24271f381 100644 --- a/libgloss/i386/aclocal.m4 +++ b/libgloss/i386/aclocal.m4 @@ -310,25 +310,6 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) ]) -# Copyright (C) 2003-2017 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# Check whether the underlying file-system supports filenames -# with a leading dot. For instance MS-DOS doesn't. -AC_DEFUN([AM_SET_LEADING_DOT], -[rm -rf .tst 2>/dev/null -mkdir .tst 2>/dev/null -if test -d .tst; then - am__leading_dot=. -else - am__leading_dot=_ -fi -rmdir .tst 2>/dev/null -AC_SUBST([am__leading_dot])]) - # Check to see how 'make' treats includes. -*- Autoconf -*- # Copyright (C) 2001-2017 Free Software Foundation, Inc. @@ -396,4 +377,7 @@ AC_DEFUN([_AM_SUBST_NOTMAKE]) # Public sister of _AM_SUBST_NOTMAKE. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) +m4_include([../../config/depstand.m4]) +m4_include([../../config/lead-dot.m4]) +m4_include([../../config/override.m4]) m4_include([../acinclude.m4]) diff --git a/libgloss/i386/configure b/libgloss/i386/configure index f661ab812..caf6eff1a 100755 --- a/libgloss/i386/configure +++ b/libgloss/i386/configure @@ -1765,6 +1765,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + if test "${enable_shared}" = "yes" ; then echo "Shared libraries not supported for cross compiling, ignored" fi diff --git a/libgloss/i386/configure.ac b/libgloss/i386/configure.ac index 3ebf64b08..1beeeddd3 100644 --- a/libgloss/i386/configure.ac +++ b/libgloss/i386/configure.ac @@ -12,7 +12,6 @@ # # Process this file with autoconf to produce a configure script. # -AC_PREREQ(2.69)dnl AC_INIT(cygmon-salib.c) if test "${enable_shared}" = "yes" ; then diff --git a/libgloss/i960/aclocal.m4 b/libgloss/i960/aclocal.m4 index f3492eebf..24271f381 100644 --- a/libgloss/i960/aclocal.m4 +++ b/libgloss/i960/aclocal.m4 @@ -310,25 +310,6 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) ]) -# Copyright (C) 2003-2017 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# Check whether the underlying file-system supports filenames -# with a leading dot. For instance MS-DOS doesn't. -AC_DEFUN([AM_SET_LEADING_DOT], -[rm -rf .tst 2>/dev/null -mkdir .tst 2>/dev/null -if test -d .tst; then - am__leading_dot=. -else - am__leading_dot=_ -fi -rmdir .tst 2>/dev/null -AC_SUBST([am__leading_dot])]) - # Check to see how 'make' treats includes. -*- Autoconf -*- # Copyright (C) 2001-2017 Free Software Foundation, Inc. @@ -396,4 +377,7 @@ AC_DEFUN([_AM_SUBST_NOTMAKE]) # Public sister of _AM_SUBST_NOTMAKE. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) +m4_include([../../config/depstand.m4]) +m4_include([../../config/lead-dot.m4]) +m4_include([../../config/override.m4]) m4_include([../acinclude.m4]) diff --git a/libgloss/i960/configure b/libgloss/i960/configure index 39e8e579e..f7cb63a6e 100755 --- a/libgloss/i960/configure +++ b/libgloss/i960/configure @@ -1762,6 +1762,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + ac_aux_dir= for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do if test -f "$ac_dir/install-sh"; then diff --git a/libgloss/i960/configure.ac b/libgloss/i960/configure.ac index 76a5a1ae3..a712e7fb2 100644 --- a/libgloss/i960/configure.ac +++ b/libgloss/i960/configure.ac @@ -1,5 +1,4 @@ dnl Process this file with autoconf to produce a configure script. -AC_PREREQ(2.69)dnl AC_INIT(crt0.c) AC_CANONICAL_SYSTEM diff --git a/libgloss/iq2000/aclocal.m4 b/libgloss/iq2000/aclocal.m4 index f3492eebf..24271f381 100644 --- a/libgloss/iq2000/aclocal.m4 +++ b/libgloss/iq2000/aclocal.m4 @@ -310,25 +310,6 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) ]) -# Copyright (C) 2003-2017 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# Check whether the underlying file-system supports filenames -# with a leading dot. For instance MS-DOS doesn't. -AC_DEFUN([AM_SET_LEADING_DOT], -[rm -rf .tst 2>/dev/null -mkdir .tst 2>/dev/null -if test -d .tst; then - am__leading_dot=. -else - am__leading_dot=_ -fi -rmdir .tst 2>/dev/null -AC_SUBST([am__leading_dot])]) - # Check to see how 'make' treats includes. -*- Autoconf -*- # Copyright (C) 2001-2017 Free Software Foundation, Inc. @@ -396,4 +377,7 @@ AC_DEFUN([_AM_SUBST_NOTMAKE]) # Public sister of _AM_SUBST_NOTMAKE. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) +m4_include([../../config/depstand.m4]) +m4_include([../../config/lead-dot.m4]) +m4_include([../../config/override.m4]) m4_include([../acinclude.m4]) diff --git a/libgloss/iq2000/configure b/libgloss/iq2000/configure index 54deab9de..74607aa32 100755 --- a/libgloss/iq2000/configure +++ b/libgloss/iq2000/configure @@ -1766,6 +1766,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + if test "${enable_shared}" = "yes" ; then echo "Shared libraries not supported for cross compiling, ignored" fi diff --git a/libgloss/iq2000/configure.ac b/libgloss/iq2000/configure.ac index 169db6514..93f874e36 100644 --- a/libgloss/iq2000/configure.ac +++ b/libgloss/iq2000/configure.ac @@ -12,7 +12,6 @@ # # Process this file with autoconf to produce a configure script. # -AC_PREREQ(2.69)dnl AC_INIT(crt0.S) if test "${enable_shared}" = "yes" ; then diff --git a/libgloss/libnosys/aclocal.m4 b/libgloss/libnosys/aclocal.m4 index f3492eebf..24271f381 100644 --- a/libgloss/libnosys/aclocal.m4 +++ b/libgloss/libnosys/aclocal.m4 @@ -310,25 +310,6 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) ]) -# Copyright (C) 2003-2017 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# Check whether the underlying file-system supports filenames -# with a leading dot. For instance MS-DOS doesn't. -AC_DEFUN([AM_SET_LEADING_DOT], -[rm -rf .tst 2>/dev/null -mkdir .tst 2>/dev/null -if test -d .tst; then - am__leading_dot=. -else - am__leading_dot=_ -fi -rmdir .tst 2>/dev/null -AC_SUBST([am__leading_dot])]) - # Check to see how 'make' treats includes. -*- Autoconf -*- # Copyright (C) 2001-2017 Free Software Foundation, Inc. @@ -396,4 +377,7 @@ AC_DEFUN([_AM_SUBST_NOTMAKE]) # Public sister of _AM_SUBST_NOTMAKE. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) +m4_include([../../config/depstand.m4]) +m4_include([../../config/lead-dot.m4]) +m4_include([../../config/override.m4]) m4_include([../acinclude.m4]) diff --git a/libgloss/libnosys/configure b/libgloss/libnosys/configure index a28de391b..9fb5e2b43 100755 --- a/libgloss/libnosys/configure +++ b/libgloss/libnosys/configure @@ -1761,6 +1761,9 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + ac_config_headers="$ac_config_headers config.h" diff --git a/libgloss/libnosys/configure.ac b/libgloss/libnosys/configure.ac index 0d4830d76..31e9e72a6 100644 --- a/libgloss/libnosys/configure.ac +++ b/libgloss/libnosys/configure.ac @@ -12,7 +12,6 @@ # # Process this file with autoconf to produce a configure script. # -AC_PREREQ(2.69)dnl AC_INIT(close.c) AC_CONFIG_HEADER(config.h) diff --git a/libgloss/lm32/aclocal.m4 b/libgloss/lm32/aclocal.m4 index f3492eebf..24271f381 100644 --- a/libgloss/lm32/aclocal.m4 +++ b/libgloss/lm32/aclocal.m4 @@ -310,25 +310,6 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) ]) -# Copyright (C) 2003-2017 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# Check whether the underlying file-system supports filenames -# with a leading dot. For instance MS-DOS doesn't. -AC_DEFUN([AM_SET_LEADING_DOT], -[rm -rf .tst 2>/dev/null -mkdir .tst 2>/dev/null -if test -d .tst; then - am__leading_dot=. -else - am__leading_dot=_ -fi -rmdir .tst 2>/dev/null -AC_SUBST([am__leading_dot])]) - # Check to see how 'make' treats includes. -*- Autoconf -*- # Copyright (C) 2001-2017 Free Software Foundation, Inc. @@ -396,4 +377,7 @@ AC_DEFUN([_AM_SUBST_NOTMAKE]) # Public sister of _AM_SUBST_NOTMAKE. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) +m4_include([../../config/depstand.m4]) +m4_include([../../config/lead-dot.m4]) +m4_include([../../config/override.m4]) m4_include([../acinclude.m4]) diff --git a/libgloss/lm32/configure b/libgloss/lm32/configure index b8a2bb06c..1a727b39c 100755 --- a/libgloss/lm32/configure +++ b/libgloss/lm32/configure @@ -1762,6 +1762,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + if test "${enable_shared}" = "yes" ; then echo "Shared libraries not supported for cross compiling, ignored" fi diff --git a/libgloss/lm32/configure.ac b/libgloss/lm32/configure.ac index 81e304abc..4b9f1dd8d 100644 --- a/libgloss/lm32/configure.ac +++ b/libgloss/lm32/configure.ac @@ -1,5 +1,4 @@ dnl Process this file with autoconf to produce a configure script. -AC_PREREQ(2.69)dnl AC_INIT(crt0.S) if test "${enable_shared}" = "yes" ; then diff --git a/libgloss/m32c/aclocal.m4 b/libgloss/m32c/aclocal.m4 index f3492eebf..24271f381 100644 --- a/libgloss/m32c/aclocal.m4 +++ b/libgloss/m32c/aclocal.m4 @@ -310,25 +310,6 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) ]) -# Copyright (C) 2003-2017 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# Check whether the underlying file-system supports filenames -# with a leading dot. For instance MS-DOS doesn't. -AC_DEFUN([AM_SET_LEADING_DOT], -[rm -rf .tst 2>/dev/null -mkdir .tst 2>/dev/null -if test -d .tst; then - am__leading_dot=. -else - am__leading_dot=_ -fi -rmdir .tst 2>/dev/null -AC_SUBST([am__leading_dot])]) - # Check to see how 'make' treats includes. -*- Autoconf -*- # Copyright (C) 2001-2017 Free Software Foundation, Inc. @@ -396,4 +377,7 @@ AC_DEFUN([_AM_SUBST_NOTMAKE]) # Public sister of _AM_SUBST_NOTMAKE. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) +m4_include([../../config/depstand.m4]) +m4_include([../../config/lead-dot.m4]) +m4_include([../../config/override.m4]) m4_include([../acinclude.m4]) diff --git a/libgloss/m32c/configure b/libgloss/m32c/configure index 3d6919d1e..8112a4c62 100755 --- a/libgloss/m32c/configure +++ b/libgloss/m32c/configure @@ -1762,6 +1762,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + if test "${enable_shared}" = "yes" ; then echo "Shared libraries not supported for cross compiling, ignored" fi diff --git a/libgloss/m32c/configure.ac b/libgloss/m32c/configure.ac index 23d5fb42a..b5ebe95db 100644 --- a/libgloss/m32c/configure.ac +++ b/libgloss/m32c/configure.ac @@ -1,5 +1,4 @@ dnl Process this file with autoconf to produce a configure script. -AC_PREREQ(2.69)dnl AC_INIT(crt0.S) if test "${enable_shared}" = "yes" ; then diff --git a/libgloss/m32r/aclocal.m4 b/libgloss/m32r/aclocal.m4 index f3492eebf..24271f381 100644 --- a/libgloss/m32r/aclocal.m4 +++ b/libgloss/m32r/aclocal.m4 @@ -310,25 +310,6 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) ]) -# Copyright (C) 2003-2017 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# Check whether the underlying file-system supports filenames -# with a leading dot. For instance MS-DOS doesn't. -AC_DEFUN([AM_SET_LEADING_DOT], -[rm -rf .tst 2>/dev/null -mkdir .tst 2>/dev/null -if test -d .tst; then - am__leading_dot=. -else - am__leading_dot=_ -fi -rmdir .tst 2>/dev/null -AC_SUBST([am__leading_dot])]) - # Check to see how 'make' treats includes. -*- Autoconf -*- # Copyright (C) 2001-2017 Free Software Foundation, Inc. @@ -396,4 +377,7 @@ AC_DEFUN([_AM_SUBST_NOTMAKE]) # Public sister of _AM_SUBST_NOTMAKE. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) +m4_include([../../config/depstand.m4]) +m4_include([../../config/lead-dot.m4]) +m4_include([../../config/override.m4]) m4_include([../acinclude.m4]) diff --git a/libgloss/m32r/configure b/libgloss/m32r/configure index 01e3010be..c86c936c4 100755 --- a/libgloss/m32r/configure +++ b/libgloss/m32r/configure @@ -1762,6 +1762,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + ac_aux_dir= for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do if test -f "$ac_dir/install-sh"; then diff --git a/libgloss/m32r/configure.ac b/libgloss/m32r/configure.ac index c5fd5681f..8b6186b5c 100644 --- a/libgloss/m32r/configure.ac +++ b/libgloss/m32r/configure.ac @@ -1,5 +1,4 @@ dnl Process this file with autoconf to produce a configure script. -AC_PREREQ(2.69)dnl AC_INIT(crt0.S) AC_CANONICAL_SYSTEM diff --git a/libgloss/m68hc11/aclocal.m4 b/libgloss/m68hc11/aclocal.m4 index f3492eebf..24271f381 100644 --- a/libgloss/m68hc11/aclocal.m4 +++ b/libgloss/m68hc11/aclocal.m4 @@ -310,25 +310,6 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) ]) -# Copyright (C) 2003-2017 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# Check whether the underlying file-system supports filenames -# with a leading dot. For instance MS-DOS doesn't. -AC_DEFUN([AM_SET_LEADING_DOT], -[rm -rf .tst 2>/dev/null -mkdir .tst 2>/dev/null -if test -d .tst; then - am__leading_dot=. -else - am__leading_dot=_ -fi -rmdir .tst 2>/dev/null -AC_SUBST([am__leading_dot])]) - # Check to see how 'make' treats includes. -*- Autoconf -*- # Copyright (C) 2001-2017 Free Software Foundation, Inc. @@ -396,4 +377,7 @@ AC_DEFUN([_AM_SUBST_NOTMAKE]) # Public sister of _AM_SUBST_NOTMAKE. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) +m4_include([../../config/depstand.m4]) +m4_include([../../config/lead-dot.m4]) +m4_include([../../config/override.m4]) m4_include([../acinclude.m4]) diff --git a/libgloss/m68hc11/configure b/libgloss/m68hc11/configure index 5ec823866..8e297347e 100755 --- a/libgloss/m68hc11/configure +++ b/libgloss/m68hc11/configure @@ -1762,6 +1762,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + if test "${enable_shared}" = "yes" ; then echo "Shared libraries not supported for cross compiling, ignored" fi diff --git a/libgloss/m68hc11/configure.ac b/libgloss/m68hc11/configure.ac index 2e2ce36d7..3ac4d6d05 100644 --- a/libgloss/m68hc11/configure.ac +++ b/libgloss/m68hc11/configure.ac @@ -1,5 +1,4 @@ dnl Process this file with autoconf to produce a configure script. -AC_PREREQ(2.69)dnl AC_INIT(sci-inout.S) if test "${enable_shared}" = "yes" ; then diff --git a/libgloss/m68k/aclocal.m4 b/libgloss/m68k/aclocal.m4 index f3492eebf..24271f381 100644 --- a/libgloss/m68k/aclocal.m4 +++ b/libgloss/m68k/aclocal.m4 @@ -310,25 +310,6 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) ]) -# Copyright (C) 2003-2017 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# Check whether the underlying file-system supports filenames -# with a leading dot. For instance MS-DOS doesn't. -AC_DEFUN([AM_SET_LEADING_DOT], -[rm -rf .tst 2>/dev/null -mkdir .tst 2>/dev/null -if test -d .tst; then - am__leading_dot=. -else - am__leading_dot=_ -fi -rmdir .tst 2>/dev/null -AC_SUBST([am__leading_dot])]) - # Check to see how 'make' treats includes. -*- Autoconf -*- # Copyright (C) 2001-2017 Free Software Foundation, Inc. @@ -396,4 +377,7 @@ AC_DEFUN([_AM_SUBST_NOTMAKE]) # Public sister of _AM_SUBST_NOTMAKE. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) +m4_include([../../config/depstand.m4]) +m4_include([../../config/lead-dot.m4]) +m4_include([../../config/override.m4]) m4_include([../acinclude.m4]) diff --git a/libgloss/m68k/configure b/libgloss/m68k/configure index ef5bf9435..ad5920906 100755 --- a/libgloss/m68k/configure +++ b/libgloss/m68k/configure @@ -1823,6 +1823,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + if test "${enable_shared}" = "yes" ; then echo "Shared libraries not supported for cross compiling, ignored" fi diff --git a/libgloss/m68k/configure.ac b/libgloss/m68k/configure.ac index 48cc6a5b8..77b063b2f 100644 --- a/libgloss/m68k/[...] [diff truncated at 100000 bytes]