diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 19af86384..6f690a608 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,63 @@ +Wed Dec 14 Jeff Johnston + + * MAINTAINERS: Removed Ranjith. + * NEWS: Updated for 1.9.0. + * README: Updated. + * acinclude.m4: Updated to release 1.9.0. + * aclocal.m4 configure + doc/aclocal.m4 doc/configure libc/aclocal.m4 libc/configure + libc/machine/aclocal.m4 libc/machine/configure + libc/machine/a29k/aclocal.m4 libc/machine/a29k/configure + libc/machine/arm/aclocal.m4 libc/machine/arm/configure + libc/machine/d10v/aclocal.m4 libc/machine/d10v/configure + libc/machine/d30v/aclocal.m4 libc/machine/d30v/configure + libc/machine/fr30/aclocal.m4 libc/machine/fr30/configure + libc/machine/h8300/aclocal.m4 libc/machine/h8300/configure + libc/machine/h8500/aclocal.m4 libc/machine/h8500/configure + libc/machine/hppa/aclocal.m4 libc/machine/hppa/configure + libc/machine/i386/aclocal.m4 libc/machine/i386/configure + libc/machine/i960/aclocal.m4 libc/machine/i960/configure + libc/machine/m32r/aclocal.m4 libc/machine/m32r/configure + libc/machine/m68k/aclocal.m4 libc/machine/m68k/configure + libc/machine/m88k/aclocal.m4 libc/machine/m88k/configure + libc/machine/mips/aclocal.m4 libc/machine/mips/configure + libc/machine/mn10200/aclocal.m4 libc/machine/mn10200/configure + libc/machine/mn10300/aclocal.m4 libc/machine/mn10300/configure + libc/machine/necv70/aclocal.m4 libc/machine/necv70/configure + libc/machine/powerpc/aclocal.m4 libc/machine/powerpc/configure + libc/machine/sh/aclocal.m4 libc/machine/sh/configure + libc/machine/sparc/aclocal.m4 libc/machine/sparc/configure + libc/machine/tic80/aclocal.m4 libc/machine/tic80/configure + libc/machine/v850/aclocal.m4 libc/machine/v850/configure + libc/machine/w65/aclocal.m4 libc/machine/w65/configure + libc/machine/xscale/aclocal.m4 libc/machine/xscale/configure + libc/machine/z8k/aclocal.m4 libc/machine/z8k/configure + libc/sys/aclocal.m4 libc/sys/configure + libc/sys/a29khif/aclocal.m4 libc/sys/a29khif/configure + libc/sys/arm/aclocal.m4 libc/sys/arm/configure + libc/sys/cygwin/aclocal.m4 libc/sys/cygwin/configure + libc/sys/d10v/aclocal.m4 libc/sys/d10v/configure + libc/sys/decstation/aclocal.m4 libc/sys/decstation/configure + libc/sys/go32/aclocal.m4 libc/sys/go32/configure + libc/sys/h8300hms/aclocal.m4 libc/sys/h8300hms/configure + libc/sys/h8500hms/aclocal.m4 libc/sys/h8500hms/configure + libc/sys/linux/aclocal.m4 libc/sys/linux/configure + libc/sys/m88kbug/aclocal.m4 libc/sys/m88kbug/configure + libc/sys/netware/aclocal.m4 libc/sys/netware/configure + libc/sys/rtems/aclocal.m4 libc/sys/rtems/configure + libc/sys/sh/aclocal.m4 libc/sys/sh/configure + libc/sys/sparc64/aclocal.m4 libc/sys/sparc64/configure + libc/sys/sun4/aclocal.m4 libc/sys/sun4/configure + libc/sys/sysmec/aclocal.m4 libc/sys/sysmec/configure + libc/sys/sysnec810/aclocal.m4 libc/sys/sysnec810/configure + libc/sys/sysnecv850/aclocal.m4 libc/sys/sysnecv850/configure + libc/sys/sysvi386/aclocal.m4 libc/sys/sysvi386/configure + libc/sys/sysvnecv70/aclocal.m4 libc/sys/sysvnecv70/configure + libc/sys/tic80/aclocal.m4 libc/sys/tic80/configure + libc/sys/w65/aclocal.m4 libc/sys/w65/configure + libc/sys/z8ksim/aclocal.m4 libc/sys/z8ksim/configure + libm/aclocal.m4 libm/configure: Regenerated. + Wed Dec 13 11:52:00 2000 Corinna Vinschen * libc/include/sys/unistd.h: Add declarations for `chroot' and `getwd' diff --git a/newlib/MAINTAINERS b/newlib/MAINTAINERS index 64b9a280f..413862bd8 100644 --- a/newlib/MAINTAINERS +++ b/newlib/MAINTAINERS @@ -6,7 +6,6 @@ The official maintainers of newlib: Jeff Johnston jjohnstn@cygnus.com -Ranjith Kumaran ranjith@cygnus.com Various Domain Maintainers @@ -22,11 +21,11 @@ If there are several maintainers for a given domain then responsibility falls to the first maintainer. The first maintainer is free to devolve that responsibility among the other maintainers. -Makefile.in, configure*: jjohnstn@cygnus.com, ranjith@cygnus.com +Makefile.in, configure*: jjohnstn@cygnus.com Cygwin: cgf@cygnus.com -Web pages: ranjith@cygnus.com, jjohnstn@cygnus.com +Web pages: jjohnstn@cygnus.com diff --git a/newlib/NEWS b/newlib/NEWS index 733185d89..e893eee62 100644 --- a/newlib/NEWS +++ b/newlib/NEWS @@ -1,3 +1,17 @@ +*** Major changes in newlib version 1.9.0: + +* i[3456]86-pc-linux support + +* Long Double I/O support via the WANT_IO_LONG_DBL flag + +* addition of reentrant environment functions + +* addition of xscale and AVR platforms + +* severe reduction in the number of warnings issued + +* consolidation of many RTEMS features into shared headers + *** Major changes in newlib version 1.8.2: * RTEMS features and fixes from Joel Sherrill. diff --git a/newlib/README b/newlib/README index b49127a8b..bfc6ee292 100644 --- a/newlib/README +++ b/newlib/README @@ -1,4 +1,4 @@ - README for newlib-1.8.2 release + README for newlib-1.9.0 release (mostly cribbed from the README in the gdb-4.13 release) This is `newlib', a simple ANSI C library, math library, and collection @@ -17,8 +17,8 @@ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. Unpacking and Installation -- quick overview ========================== -When you unpack the newlib-1.8.2.tar.gz file, you'll find a directory -called `newlib-1.8.2', which contains: +When you unpack the newlib-1.9.0.tar.gz file, you'll find a directory +called `newlib-1.9.0', which contains: COPYING config/ install-sh* mpw-configure COPYING.LIB config-ml.in libgloss/ mpw-install @@ -29,7 +29,7 @@ Makefile.in configure.in mpw-build.in README etc/ mpw-config.in To build NEWLIB, you must follow the instructions in the section entitled -"Compiling NEWLIB in another directory". +"Compiling NEWLIB". This will configure and build all the libraries and crt0 (if one exists). If `configure' can't determine your host system type, specify one as its @@ -75,31 +75,32 @@ format. On its own, TeX cannot read, much less typeset a Texinfo file. -Compiling NEWLIB in another directory -===================================== +Compiling NEWLIB +================ - If you want to run NEWLIB versions for several host or target machines, -you need a different `newlib' compiled for each combination of host and -target. `configure' is designed to make this easy by allowing you to -generate each configuration in a separate subdirectory, rather than in -the source directory. If your `make' program handles the `VPATH' -feature correctly (like GNU `make') running `make' in each of these -directories builds the `newlib' libraries specified there. + To compile NEWLIB, you must build it in a directory separate from +the source directory. If you want to run NEWLIB versions for several host +or target machines, you need a different `newlib' compiled for each combination +of host and target. `configure' is designed to make this easy by allowing +you to generate each configuration in a separate subdirectory. +If your `make' program handles the `VPATH' feature correctly (like GNU `make') +running `make' in each of these directories builds the `newlib' libraries +specified there. - To build `newlib' in a separate directory, run `configure' with the + To build `newlib' in a specific directory, run `configure' with the `--srcdir' option to specify where to find the source. (You also need to specify a path to find `configure' itself from your working directory. If the path to `configure' would be the same as the argument to `--srcdir', you can leave out the `--srcdir' option; it will be assumed.) - For example, with version 1.8.2, you can build NEWLIB in a separate + For example, with version 1.9.0, you can build NEWLIB in a separate directory for a Sun 4 cross m68k-aout environment like this: - cd newlib-1.8.2 + cd newlib-1.9.0 mkdir ../newlib-m68k-aout cd ../newlib-m68k-aout - ../newlib-1.8.2/configure --host=sun4 --target=m68k-aout + ../newlib-1.9.0/configure --host=sun4 --target=m68k-aout make When `configure' builds a configuration using a remote source @@ -115,8 +116,8 @@ called `configure' (or one of its subdirectories). The `Makefile' that `configure' generates in each source directory also runs recursively. If you type `make' in a source directory such -as `newlib-1.8.2' (or in a separate configured directory configured with -`--srcdir=PATH/newlib-1.8.2'), you will build all the required libraries. +as `newlib-1.9.0' (or in a separate configured directory configured with +`--srcdir=PATH/newlib-1.9.0'), you will build all the required libraries. When you have multiple hosts or targets configured in separate directories, you can run `make' on them in parallel (for example, if @@ -218,11 +219,11 @@ Reporting Bugs ============== The correct address for reporting bugs found in NEWLIB is -"newlib@sourceware.cygnus.com". Please email all bug reports to that -address. Please include the NEWLIB version number (e.g., newlib-1.8.2), +"newlib@sources.redhat.com". Please email all bug reports to that +address. Please include the NEWLIB version number (e.g., newlib-1.9.0), and how you configured it (e.g., "sun4 host and m68k-aout target"). Since NEWLIB supports many different configurations, it is important that you be precise about this. Archives of the newlib mailing list are on-line, see - http://sourceware.cygnus.com/ml/newlib/ + http://sources.redhat.com/ml/newlib/ diff --git a/newlib/acinclude.m4 b/newlib/acinclude.m4 index 8bba40724..feaa60a07 100644 --- a/newlib/acinclude.m4 +++ b/newlib/acinclude.m4 @@ -53,7 +53,7 @@ AC_SUBST(newlib_basedir) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(newlib, 1.8.2) +AM_INIT_AUTOMAKE(newlib, 1.9.0) # 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 diff --git a/newlib/aclocal.m4 b/newlib/aclocal.m4 index 8d72d867f..63f6d033d 100644 --- a/newlib/aclocal.m4 +++ b/newlib/aclocal.m4 @@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(newlib, 1.8.2) +AM_INIT_AUTOMAKE(newlib, 1.9.0) # 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 diff --git a/newlib/configure b/newlib/configure index 49e1a682c..aaf653073 100755 --- a/newlib/configure +++ b/newlib/configure @@ -862,7 +862,7 @@ echo "$ac_t""$host" 1>&6 PACKAGE=newlib -VERSION=1.8.2 +VERSION=1.9.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/newlib/doc/aclocal.m4 b/newlib/doc/aclocal.m4 index 8d72d867f..63f6d033d 100644 --- a/newlib/doc/aclocal.m4 +++ b/newlib/doc/aclocal.m4 @@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(newlib, 1.8.2) +AM_INIT_AUTOMAKE(newlib, 1.9.0) # 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 diff --git a/newlib/doc/configure b/newlib/doc/configure index 69539224e..4ad869817 100755 --- a/newlib/doc/configure +++ b/newlib/doc/configure @@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6 PACKAGE=newlib -VERSION=1.8.2 +VERSION=1.9.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/newlib/libc/aclocal.m4 b/newlib/libc/aclocal.m4 index 8d72d867f..63f6d033d 100644 --- a/newlib/libc/aclocal.m4 +++ b/newlib/libc/aclocal.m4 @@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(newlib, 1.8.2) +AM_INIT_AUTOMAKE(newlib, 1.9.0) # 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 diff --git a/newlib/libc/configure b/newlib/libc/configure index 7912158ee..ebdc1a8f7 100755 --- a/newlib/libc/configure +++ b/newlib/libc/configure @@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6 PACKAGE=newlib -VERSION=1.8.2 +VERSION=1.9.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/newlib/libc/machine/a29k/aclocal.m4 b/newlib/libc/machine/a29k/aclocal.m4 index 8d72d867f..63f6d033d 100644 --- a/newlib/libc/machine/a29k/aclocal.m4 +++ b/newlib/libc/machine/a29k/aclocal.m4 @@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(newlib, 1.8.2) +AM_INIT_AUTOMAKE(newlib, 1.9.0) # 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 diff --git a/newlib/libc/machine/a29k/configure b/newlib/libc/machine/a29k/configure index 222eb5cba..0e9d64f86 100755 --- a/newlib/libc/machine/a29k/configure +++ b/newlib/libc/machine/a29k/configure @@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6 PACKAGE=newlib -VERSION=1.8.2 +VERSION=1.9.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/newlib/libc/machine/aclocal.m4 b/newlib/libc/machine/aclocal.m4 index 8d72d867f..63f6d033d 100644 --- a/newlib/libc/machine/aclocal.m4 +++ b/newlib/libc/machine/aclocal.m4 @@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(newlib, 1.8.2) +AM_INIT_AUTOMAKE(newlib, 1.9.0) # 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 diff --git a/newlib/libc/machine/arm/aclocal.m4 b/newlib/libc/machine/arm/aclocal.m4 index 8d72d867f..63f6d033d 100644 --- a/newlib/libc/machine/arm/aclocal.m4 +++ b/newlib/libc/machine/arm/aclocal.m4 @@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(newlib, 1.8.2) +AM_INIT_AUTOMAKE(newlib, 1.9.0) # 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 diff --git a/newlib/libc/machine/arm/configure b/newlib/libc/machine/arm/configure index 222eb5cba..0e9d64f86 100755 --- a/newlib/libc/machine/arm/configure +++ b/newlib/libc/machine/arm/configure @@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6 PACKAGE=newlib -VERSION=1.8.2 +VERSION=1.9.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/newlib/libc/machine/configure b/newlib/libc/machine/configure index 9e1216cbb..7d0a98762 100755 --- a/newlib/libc/machine/configure +++ b/newlib/libc/machine/configure @@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6 PACKAGE=newlib -VERSION=1.8.2 +VERSION=1.9.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/newlib/libc/machine/d10v/aclocal.m4 b/newlib/libc/machine/d10v/aclocal.m4 index 8d72d867f..63f6d033d 100644 --- a/newlib/libc/machine/d10v/aclocal.m4 +++ b/newlib/libc/machine/d10v/aclocal.m4 @@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(newlib, 1.8.2) +AM_INIT_AUTOMAKE(newlib, 1.9.0) # 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 diff --git a/newlib/libc/machine/d10v/configure b/newlib/libc/machine/d10v/configure index f822ba88b..933fe6836 100755 --- a/newlib/libc/machine/d10v/configure +++ b/newlib/libc/machine/d10v/configure @@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6 PACKAGE=newlib -VERSION=1.8.2 +VERSION=1.9.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/newlib/libc/machine/d30v/aclocal.m4 b/newlib/libc/machine/d30v/aclocal.m4 index 8d72d867f..63f6d033d 100644 --- a/newlib/libc/machine/d30v/aclocal.m4 +++ b/newlib/libc/machine/d30v/aclocal.m4 @@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(newlib, 1.8.2) +AM_INIT_AUTOMAKE(newlib, 1.9.0) # 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 diff --git a/newlib/libc/machine/d30v/configure b/newlib/libc/machine/d30v/configure index f822ba88b..933fe6836 100755 --- a/newlib/libc/machine/d30v/configure +++ b/newlib/libc/machine/d30v/configure @@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6 PACKAGE=newlib -VERSION=1.8.2 +VERSION=1.9.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/newlib/libc/machine/fr30/aclocal.m4 b/newlib/libc/machine/fr30/aclocal.m4 index 8d72d867f..63f6d033d 100644 --- a/newlib/libc/machine/fr30/aclocal.m4 +++ b/newlib/libc/machine/fr30/aclocal.m4 @@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(newlib, 1.8.2) +AM_INIT_AUTOMAKE(newlib, 1.9.0) # 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 diff --git a/newlib/libc/machine/fr30/configure b/newlib/libc/machine/fr30/configure index 222eb5cba..0e9d64f86 100755 --- a/newlib/libc/machine/fr30/configure +++ b/newlib/libc/machine/fr30/configure @@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6 PACKAGE=newlib -VERSION=1.8.2 +VERSION=1.9.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/newlib/libc/machine/h8300/aclocal.m4 b/newlib/libc/machine/h8300/aclocal.m4 index 8d72d867f..63f6d033d 100644 --- a/newlib/libc/machine/h8300/aclocal.m4 +++ b/newlib/libc/machine/h8300/aclocal.m4 @@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(newlib, 1.8.2) +AM_INIT_AUTOMAKE(newlib, 1.9.0) # 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 diff --git a/newlib/libc/machine/h8300/configure b/newlib/libc/machine/h8300/configure index f70f3527d..21f01c2e5 100755 --- a/newlib/libc/machine/h8300/configure +++ b/newlib/libc/machine/h8300/configure @@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6 PACKAGE=newlib -VERSION=1.8.2 +VERSION=1.9.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/newlib/libc/machine/h8500/aclocal.m4 b/newlib/libc/machine/h8500/aclocal.m4 index 8d72d867f..63f6d033d 100644 --- a/newlib/libc/machine/h8500/aclocal.m4 +++ b/newlib/libc/machine/h8500/aclocal.m4 @@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(newlib, 1.8.2) +AM_INIT_AUTOMAKE(newlib, 1.9.0) # 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 diff --git a/newlib/libc/machine/h8500/configure b/newlib/libc/machine/h8500/configure index cdd2a45fb..3d14a8fdd 100755 --- a/newlib/libc/machine/h8500/configure +++ b/newlib/libc/machine/h8500/configure @@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6 PACKAGE=newlib -VERSION=1.8.2 +VERSION=1.9.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/newlib/libc/machine/hppa/aclocal.m4 b/newlib/libc/machine/hppa/aclocal.m4 index 8d72d867f..63f6d033d 100644 --- a/newlib/libc/machine/hppa/aclocal.m4 +++ b/newlib/libc/machine/hppa/aclocal.m4 @@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(newlib, 1.8.2) +AM_INIT_AUTOMAKE(newlib, 1.9.0) # 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 diff --git a/newlib/libc/machine/hppa/configure b/newlib/libc/machine/hppa/configure index 21833db6f..280fa68b6 100755 --- a/newlib/libc/machine/hppa/configure +++ b/newlib/libc/machine/hppa/configure @@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6 PACKAGE=newlib -VERSION=1.8.2 +VERSION=1.9.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/newlib/libc/machine/i386/aclocal.m4 b/newlib/libc/machine/i386/aclocal.m4 index 8d72d867f..63f6d033d 100644 --- a/newlib/libc/machine/i386/aclocal.m4 +++ b/newlib/libc/machine/i386/aclocal.m4 @@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(newlib, 1.8.2) +AM_INIT_AUTOMAKE(newlib, 1.9.0) # 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 diff --git a/newlib/libc/machine/i386/configure b/newlib/libc/machine/i386/configure index aac41b261..f7f3f4231 100755 --- a/newlib/libc/machine/i386/configure +++ b/newlib/libc/machine/i386/configure @@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6 PACKAGE=newlib -VERSION=1.8.2 +VERSION=1.9.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/newlib/libc/machine/i960/aclocal.m4 b/newlib/libc/machine/i960/aclocal.m4 index 8d72d867f..63f6d033d 100644 --- a/newlib/libc/machine/i960/aclocal.m4 +++ b/newlib/libc/machine/i960/aclocal.m4 @@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(newlib, 1.8.2) +AM_INIT_AUTOMAKE(newlib, 1.9.0) # 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 diff --git a/newlib/libc/machine/i960/configure b/newlib/libc/machine/i960/configure index 111a3e1fb..e4a623a27 100755 --- a/newlib/libc/machine/i960/configure +++ b/newlib/libc/machine/i960/configure @@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6 PACKAGE=newlib -VERSION=1.8.2 +VERSION=1.9.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/newlib/libc/machine/m32r/aclocal.m4 b/newlib/libc/machine/m32r/aclocal.m4 index 8d72d867f..63f6d033d 100644 --- a/newlib/libc/machine/m32r/aclocal.m4 +++ b/newlib/libc/machine/m32r/aclocal.m4 @@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(newlib, 1.8.2) +AM_INIT_AUTOMAKE(newlib, 1.9.0) # 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 diff --git a/newlib/libc/machine/m32r/configure b/newlib/libc/machine/m32r/configure index f822ba88b..933fe6836 100755 --- a/newlib/libc/machine/m32r/configure +++ b/newlib/libc/machine/m32r/configure @@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6 PACKAGE=newlib -VERSION=1.8.2 +VERSION=1.9.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/newlib/libc/machine/m68k/aclocal.m4 b/newlib/libc/machine/m68k/aclocal.m4 index 8d72d867f..63f6d033d 100644 --- a/newlib/libc/machine/m68k/aclocal.m4 +++ b/newlib/libc/machine/m68k/aclocal.m4 @@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(newlib, 1.8.2) +AM_INIT_AUTOMAKE(newlib, 1.9.0) # 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 diff --git a/newlib/libc/machine/m68k/configure b/newlib/libc/machine/m68k/configure index f822ba88b..933fe6836 100755 --- a/newlib/libc/machine/m68k/configure +++ b/newlib/libc/machine/m68k/configure @@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6 PACKAGE=newlib -VERSION=1.8.2 +VERSION=1.9.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/newlib/libc/machine/m88k/aclocal.m4 b/newlib/libc/machine/m88k/aclocal.m4 index 8d72d867f..63f6d033d 100644 --- a/newlib/libc/machine/m88k/aclocal.m4 +++ b/newlib/libc/machine/m88k/aclocal.m4 @@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(newlib, 1.8.2) +AM_INIT_AUTOMAKE(newlib, 1.9.0) # 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 diff --git a/newlib/libc/machine/m88k/configure b/newlib/libc/machine/m88k/configure index f822ba88b..933fe6836 100755 --- a/newlib/libc/machine/m88k/configure +++ b/newlib/libc/machine/m88k/configure @@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6 PACKAGE=newlib -VERSION=1.8.2 +VERSION=1.9.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/newlib/libc/machine/mips/aclocal.m4 b/newlib/libc/machine/mips/aclocal.m4 index 8d72d867f..63f6d033d 100644 --- a/newlib/libc/machine/mips/aclocal.m4 +++ b/newlib/libc/machine/mips/aclocal.m4 @@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(newlib, 1.8.2) +AM_INIT_AUTOMAKE(newlib, 1.9.0) # 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 diff --git a/newlib/libc/machine/mips/configure b/newlib/libc/machine/mips/configure index f822ba88b..933fe6836 100755 --- a/newlib/libc/machine/mips/configure +++ b/newlib/libc/machine/mips/configure @@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6 PACKAGE=newlib -VERSION=1.8.2 +VERSION=1.9.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/newlib/libc/machine/mn10200/aclocal.m4 b/newlib/libc/machine/mn10200/aclocal.m4 index 8d72d867f..63f6d033d 100644 --- a/newlib/libc/machine/mn10200/aclocal.m4 +++ b/newlib/libc/machine/mn10200/aclocal.m4 @@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(newlib, 1.8.2) +AM_INIT_AUTOMAKE(newlib, 1.9.0) # 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 diff --git a/newlib/libc/machine/mn10200/configure b/newlib/libc/machine/mn10200/configure index f822ba88b..933fe6836 100755 --- a/newlib/libc/machine/mn10200/configure +++ b/newlib/libc/machine/mn10200/configure @@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6 PACKAGE=newlib -VERSION=1.8.2 +VERSION=1.9.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/newlib/libc/machine/mn10300/aclocal.m4 b/newlib/libc/machine/mn10300/aclocal.m4 index 8d72d867f..63f6d033d 100644 --- a/newlib/libc/machine/mn10300/aclocal.m4 +++ b/newlib/libc/machine/mn10300/aclocal.m4 @@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(newlib, 1.8.2) +AM_INIT_AUTOMAKE(newlib, 1.9.0) # 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 diff --git a/newlib/libc/machine/mn10300/configure b/newlib/libc/machine/mn10300/configure index 21833db6f..280fa68b6 100755 --- a/newlib/libc/machine/mn10300/configure +++ b/newlib/libc/machine/mn10300/configure @@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6 PACKAGE=newlib -VERSION=1.8.2 +VERSION=1.9.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/newlib/libc/machine/necv70/aclocal.m4 b/newlib/libc/machine/necv70/aclocal.m4 index 8d72d867f..63f6d033d 100644 --- a/newlib/libc/machine/necv70/aclocal.m4 +++ b/newlib/libc/machine/necv70/aclocal.m4 @@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(newlib, 1.8.2) +AM_INIT_AUTOMAKE(newlib, 1.9.0) # 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 diff --git a/newlib/libc/machine/necv70/configure b/newlib/libc/machine/necv70/configure index 7fdb99691..b43af4750 100755 --- a/newlib/libc/machine/necv70/configure +++ b/newlib/libc/machine/necv70/configure @@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6 PACKAGE=newlib -VERSION=1.8.2 +VERSION=1.9.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/newlib/libc/machine/powerpc/aclocal.m4 b/newlib/libc/machine/powerpc/aclocal.m4 index 8d72d867f..63f6d033d 100644 --- a/newlib/libc/machine/powerpc/aclocal.m4 +++ b/newlib/libc/machine/powerpc/aclocal.m4 @@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(newlib, 1.8.2) +AM_INIT_AUTOMAKE(newlib, 1.9.0) # 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 diff --git a/newlib/libc/machine/powerpc/configure b/newlib/libc/machine/powerpc/configure index f822ba88b..933fe6836 100755 --- a/newlib/libc/machine/powerpc/configure +++ b/newlib/libc/machine/powerpc/configure @@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6 PACKAGE=newlib -VERSION=1.8.2 +VERSION=1.9.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/newlib/libc/machine/sh/aclocal.m4 b/newlib/libc/machine/sh/aclocal.m4 index 8d72d867f..63f6d033d 100644 --- a/newlib/libc/machine/sh/aclocal.m4 +++ b/newlib/libc/machine/sh/aclocal.m4 @@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(newlib, 1.8.2) +AM_INIT_AUTOMAKE(newlib, 1.9.0) # 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 diff --git a/newlib/libc/machine/sh/configure b/newlib/libc/machine/sh/configure index edd1ed320..2c9853e10 100755 --- a/newlib/libc/machine/sh/configure +++ b/newlib/libc/machine/sh/configure @@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6 PACKAGE=newlib -VERSION=1.8.2 +VERSION=1.9.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/newlib/libc/machine/sparc/aclocal.m4 b/newlib/libc/machine/sparc/aclocal.m4 index 8d72d867f..63f6d033d 100644 --- a/newlib/libc/machine/sparc/aclocal.m4 +++ b/newlib/libc/machine/sparc/aclocal.m4 @@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(newlib, 1.8.2) +AM_INIT_AUTOMAKE(newlib, 1.9.0) # 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 diff --git a/newlib/libc/machine/sparc/configure b/newlib/libc/machine/sparc/configure index e30bdf564..684c13bad 100755 --- a/newlib/libc/machine/sparc/configure +++ b/newlib/libc/machine/sparc/configure @@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6 PACKAGE=newlib -VERSION=1.8.2 +VERSION=1.9.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/newlib/libc/machine/tic80/aclocal.m4 b/newlib/libc/machine/tic80/aclocal.m4 index 8d72d867f..63f6d033d 100644 --- a/newlib/libc/machine/tic80/aclocal.m4 +++ b/newlib/libc/machine/tic80/aclocal.m4 @@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(newlib, 1.8.2) +AM_INIT_AUTOMAKE(newlib, 1.9.0) # 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 diff --git a/newlib/libc/machine/tic80/configure b/newlib/libc/machine/tic80/configure index f822ba88b..933fe6836 100755 --- a/newlib/libc/machine/tic80/configure +++ b/newlib/libc/machine/tic80/configure @@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6 PACKAGE=newlib -VERSION=1.8.2 +VERSION=1.9.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/newlib/libc/machine/v850/aclocal.m4 b/newlib/libc/machine/v850/aclocal.m4 index 8d72d867f..63f6d033d 100644 --- a/newlib/libc/machine/v850/aclocal.m4 +++ b/newlib/libc/machine/v850/aclocal.m4 @@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(newlib, 1.8.2) +AM_INIT_AUTOMAKE(newlib, 1.9.0) # 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 diff --git a/newlib/libc/machine/v850/configure b/newlib/libc/machine/v850/configure index f822ba88b..933fe6836 100755 --- a/newlib/libc/machine/v850/configure +++ b/newlib/libc/machine/v850/configure @@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6 PACKAGE=newlib -VERSION=1.8.2 +VERSION=1.9.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/newlib/libc/machine/w65/aclocal.m4 b/newlib/libc/machine/w65/aclocal.m4 index 8d72d867f..63f6d033d 100644 --- a/newlib/libc/machine/w65/aclocal.m4 +++ b/newlib/libc/machine/w65/aclocal.m4 @@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(newlib, 1.8.2) +AM_INIT_AUTOMAKE(newlib, 1.9.0) # 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 diff --git a/newlib/libc/machine/w65/configure b/newlib/libc/machine/w65/configure index cdd2a45fb..3d14a8fdd 100755 --- a/newlib/libc/machine/w65/configure +++ b/newlib/libc/machine/w65/configure @@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6 PACKAGE=newlib -VERSION=1.8.2 +VERSION=1.9.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/newlib/libc/machine/xscale/aclocal.m4 b/newlib/libc/machine/xscale/aclocal.m4 index 8d72d867f..63f6d033d 100644 --- a/newlib/libc/machine/xscale/aclocal.m4 +++ b/newlib/libc/machine/xscale/aclocal.m4 @@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(newlib, 1.8.2) +AM_INIT_AUTOMAKE(newlib, 1.9.0) # 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 diff --git a/newlib/libc/machine/xscale/configure b/newlib/libc/machine/xscale/configure index 222eb5cba..0e9d64f86 100755 --- a/newlib/libc/machine/xscale/configure +++ b/newlib/libc/machine/xscale/configure @@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6 PACKAGE=newlib -VERSION=1.8.2 +VERSION=1.9.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/newlib/libc/machine/z8k/aclocal.m4 b/newlib/libc/machine/z8k/aclocal.m4 index 8d72d867f..63f6d033d 100644 --- a/newlib/libc/machine/z8k/aclocal.m4 +++ b/newlib/libc/machine/z8k/aclocal.m4 @@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(newlib, 1.8.2) +AM_INIT_AUTOMAKE(newlib, 1.9.0) # 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 diff --git a/newlib/libc/machine/z8k/configure b/newlib/libc/machine/z8k/configure index a590089ab..c30902012 100755 --- a/newlib/libc/machine/z8k/configure +++ b/newlib/libc/machine/z8k/configure @@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6 PACKAGE=newlib -VERSION=1.8.2 +VERSION=1.9.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/newlib/libc/sys/a29khif/aclocal.m4 b/newlib/libc/sys/a29khif/aclocal.m4 index 8d72d867f..63f6d033d 100644 --- a/newlib/libc/sys/a29khif/aclocal.m4 +++ b/newlib/libc/sys/a29khif/aclocal.m4 @@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(newlib, 1.8.2) +AM_INIT_AUTOMAKE(newlib, 1.9.0) # 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 diff --git a/newlib/libc/sys/a29khif/configure b/newlib/libc/sys/a29khif/configure index 3355e8ef4..c58bc03c4 100755 --- a/newlib/libc/sys/a29khif/configure +++ b/newlib/libc/sys/a29khif/configure @@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6 PACKAGE=newlib -VERSION=1.8.2 +VERSION=1.9.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/newlib/libc/sys/aclocal.m4 b/newlib/libc/sys/aclocal.m4 index 8d72d867f..63f6d033d 100644 --- a/newlib/libc/sys/aclocal.m4 +++ b/newlib/libc/sys/aclocal.m4 @@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(newlib, 1.8.2) +AM_INIT_AUTOMAKE(newlib, 1.9.0) # 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 diff --git a/newlib/libc/sys/arm/aclocal.m4 b/newlib/libc/sys/arm/aclocal.m4 index 8d72d867f..63f6d033d 100644 --- a/newlib/libc/sys/arm/aclocal.m4 +++ b/newlib/libc/sys/arm/aclocal.m4 @@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(newlib, 1.8.2) +AM_INIT_AUTOMAKE(newlib, 1.9.0) # 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 diff --git a/newlib/libc/sys/arm/configure b/newlib/libc/sys/arm/configure index 07412cedf..0520b8d38 100755 --- a/newlib/libc/sys/arm/configure +++ b/newlib/libc/sys/arm/configure @@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6 PACKAGE=newlib -VERSION=1.8.2 +VERSION=1.9.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/newlib/libc/sys/configure b/newlib/libc/sys/configure index 1985ddce9..0164b0d49 100755 --- a/newlib/libc/sys/configure +++ b/newlib/libc/sys/configure @@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6 PACKAGE=newlib -VERSION=1.8.2 +VERSION=1.9.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/newlib/libc/sys/cygwin/aclocal.m4 b/newlib/libc/sys/cygwin/aclocal.m4 index 8d72d867f..63f6d033d 100644 --- a/newlib/libc/sys/cygwin/aclocal.m4 +++ b/newlib/libc/sys/cygwin/aclocal.m4 @@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(newlib, 1.8.2) +AM_INIT_AUTOMAKE(newlib, 1.9.0) # 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 diff --git a/newlib/libc/sys/cygwin/configure b/newlib/libc/sys/cygwin/configure index 6b7d75f6b..9a7d14493 100755 --- a/newlib/libc/sys/cygwin/configure +++ b/newlib/libc/sys/cygwin/configure @@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6 PACKAGE=newlib -VERSION=1.8.2 +VERSION=1.9.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/newlib/libc/sys/d10v/aclocal.m4 b/newlib/libc/sys/d10v/aclocal.m4 index 8d72d867f..63f6d033d 100644 --- a/newlib/libc/sys/d10v/aclocal.m4 +++ b/newlib/libc/sys/d10v/aclocal.m4 @@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(newlib, 1.8.2) +AM_INIT_AUTOMAKE(newlib, 1.9.0) # 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 diff --git a/newlib/libc/sys/d10v/configure b/newlib/libc/sys/d10v/configure index 8b70c3d05..5ca220a0d 100755 --- a/newlib/libc/sys/d10v/configure +++ b/newlib/libc/sys/d10v/configure @@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6 PACKAGE=newlib -VERSION=1.8.2 +VERSION=1.9.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/newlib/libc/sys/decstation/aclocal.m4 b/newlib/libc/sys/decstation/aclocal.m4 index 8d72d867f..63f6d033d 100644 --- a/newlib/libc/sys/decstation/aclocal.m4 +++ b/newlib/libc/sys/decstation/aclocal.m4 @@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(newlib, 1.8.2) +AM_INIT_AUTOMAKE(newlib, 1.9.0) # 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 diff --git a/newlib/libc/sys/decstation/configure b/newlib/libc/sys/decstation/configure index 29e1c3104..b9158c570 100755 --- a/newlib/libc/sys/decstation/configure +++ b/newlib/libc/sys/decstation/configure @@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6 PACKAGE=newlib -VERSION=1.8.2 +VERSION=1.9.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/newlib/libc/sys/go32/aclocal.m4 b/newlib/libc/sys/go32/aclocal.m4 index 8d72d867f..63f6d033d 100644 --- a/newlib/libc/sys/go32/aclocal.m4 +++ b/newlib/libc/sys/go32/aclocal.m4 @@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(newlib, 1.8.2) +AM_INIT_AUTOMAKE(newlib, 1.9.0) # 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 diff --git a/newlib/libc/sys/go32/configure b/newlib/libc/sys/go32/configure index b0bd5a5ec..3cea2f24d 100755 --- a/newlib/libc/sys/go32/configure +++ b/newlib/libc/sys/go32/configure @@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6 PACKAGE=newlib -VERSION=1.8.2 +VERSION=1.9.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/newlib/libc/sys/h8300hms/aclocal.m4 b/newlib/libc/sys/h8300hms/aclocal.m4 index 8d72d867f..63f6d033d 100644 --- a/newlib/libc/sys/h8300hms/aclocal.m4 +++ b/newlib/libc/sys/h8300hms/aclocal.m4 @@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(newlib, 1.8.2) +AM_INIT_AUTOMAKE(newlib, 1.9.0) # 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 diff --git a/newlib/libc/sys/h8300hms/configure b/newlib/libc/sys/h8300hms/configure index ae685fbb8..7e75a578c 100755 --- a/newlib/libc/sys/h8300hms/configure +++ b/newlib/libc/sys/h8300hms/configure @@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6 PACKAGE=newlib -VERSION=1.8.2 +VERSION=1.9.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/newlib/libc/sys/h8500hms/aclocal.m4 b/newlib/libc/sys/h8500hms/aclocal.m4 index 8d72d867f..63f6d033d 100644 --- a/newlib/libc/sys/h8500hms/aclocal.m4 +++ b/newlib/libc/sys/h8500hms/aclocal.m4 @@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(newlib, 1.8.2) +AM_INIT_AUTOMAKE(newlib, 1.9.0) # 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 diff --git a/newlib/libc/sys/h8500hms/configure b/newlib/libc/sys/h8500hms/configure index eece5a5a5..b123b9407 100755 --- a/newlib/libc/sys/h8500hms/configure +++ b/newlib/libc/sys/h8500hms/configure @@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6 PACKAGE=newlib -VERSION=1.8.2 +VERSION=1.9.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/newlib/libc/sys/linux/aclocal.m4 b/newlib/libc/sys/linux/aclocal.m4 index 8d72d867f..63f6d033d 100644 --- a/newlib/libc/sys/linux/aclocal.m4 +++ b/newlib/libc/sys/linux/aclocal.m4 @@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(newlib, 1.8.2) +AM_INIT_AUTOMAKE(newlib, 1.9.0) # 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 diff --git a/newlib/libc/sys/linux/configure b/newlib/libc/sys/linux/configure index ae9fe581d..f8f33e6bf 100755 --- a/newlib/libc/sys/linux/configure +++ b/newlib/libc/sys/linux/configure @@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6 PACKAGE=newlib -VERSION=1.8.2 +VERSION=1.9.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/newlib/libc/sys/m88kbug/aclocal.m4 b/newlib/libc/sys/m88kbug/aclocal.m4 index 8d72d867f..63f6d033d 100644 --- a/newlib/libc/sys/m88kbug/aclocal.m4 +++ b/newlib/libc/sys/m88kbug/aclocal.m4 @@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(newlib, 1.8.2) +AM_INIT_AUTOMAKE(newlib, 1.9.0) # 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 diff --git a/newlib/libc/sys/m88kbug/configure b/newlib/libc/sys/m88kbug/configure index 44c8e80d8..77f9039c4 100755 --- a/newlib/libc/sys/m88kbug/configure +++ b/newlib/libc/sys/m88kbug/configure @@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6 PACKAGE=newlib -VERSION=1.8.2 +VERSION=1.9.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/newlib/libc/sys/netware/aclocal.m4 b/newlib/libc/sys/netware/aclocal.m4 index 8d72d867f..63f6d033d 100644 --- a/newlib/libc/sys/netware/aclocal.m4 +++ b/newlib/libc/sys/netware/aclocal.m4 @@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(newlib, 1.8.2) +AM_INIT_AUTOMAKE(newlib, 1.9.0) # 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 diff --git a/newlib/libc/sys/netware/configure b/newlib/libc/sys/netware/configure index 975cee442..697172525 100755 --- a/newlib/libc/sys/netware/configure +++ b/newlib/libc/sys/netware/configure @@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6 PACKAGE=newlib -VERSION=1.8.2 +VERSION=1.9.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/newlib/libc/sys/rtems/aclocal.m4 b/newlib/libc/sys/rtems/aclocal.m4 index 8d72d867f..63f6d033d 100644 --- a/newlib/libc/sys/rtems/aclocal.m4 +++ b/newlib/libc/sys/rtems/aclocal.m4 @@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(newlib, 1.8.2) +AM_INIT_AUTOMAKE(newlib, 1.9.0) # 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 diff --git a/newlib/libc/sys/rtems/configure b/newlib/libc/sys/rtems/configure index 2b838b963..c834d7325 100755 --- a/newlib/libc/sys/rtems/configure +++ b/newlib/libc/sys/rtems/configure @@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6 PACKAGE=newlib -VERSION=1.8.2 +VERSION=1.9.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/newlib/libc/sys/sh/aclocal.m4 b/newlib/libc/sys/sh/aclocal.m4 index 8d72d867f..63f6d033d 100644 --- a/newlib/libc/sys/sh/aclocal.m4 +++ b/newlib/libc/sys/sh/aclocal.m4 @@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(newlib, 1.8.2) +AM_INIT_AUTOMAKE(newlib, 1.9.0) # 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 diff --git a/newlib/libc/sys/sh/configure b/newlib/libc/sys/sh/configure index 8b70c3d05..5ca220a0d 100755 --- a/newlib/libc/sys/sh/configure +++ b/newlib/libc/sys/sh/configure @@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6 PACKAGE=newlib -VERSION=1.8.2 +VERSION=1.9.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/newlib/libc/sys/sparc64/aclocal.m4 b/newlib/libc/sys/sparc64/aclocal.m4 index 8d72d867f..63f6d033d 100644 --- a/newlib/libc/sys/sparc64/aclocal.m4 +++ b/newlib/libc/sys/sparc64/aclocal.m4 @@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(newlib, 1.8.2) +AM_INIT_AUTOMAKE(newlib, 1.9.0) # 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 diff --git a/newlib/libc/sys/sparc64/configure b/newlib/libc/sys/sparc64/configure index 6906bf4f5..534ec6da6 100755 --- a/newlib/libc/sys/sparc64/configure +++ b/newlib/libc/sys/sparc64/configure @@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6 PACKAGE=newlib -VERSION=1.8.2 +VERSION=1.9.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/newlib/libc/sys/sun4/aclocal.m4 b/newlib/libc/sys/sun4/aclocal.m4 index 8d72d867f..63f6d033d 100644 --- a/newlib/libc/sys/sun4/aclocal.m4 +++ b/newlib/libc/sys/sun4/aclocal.m4 @@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(newlib, 1.8.2) +AM_INIT_AUTOMAKE(newlib, 1.9.0) # 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 diff --git a/newlib/libc/sys/sun4/configure b/newlib/libc/sys/sun4/configure index 12592b612..868a5e937 100755 --- a/newlib/libc/sys/sun4/configure +++ b/newlib/libc/sys/sun4/configure @@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6 PACKAGE=newlib -VERSION=1.8.2 +VERSION=1.9.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/newlib/libc/sys/sysmec/aclocal.m4 b/newlib/libc/sys/sysmec/aclocal.m4 index 8d72d867f..63f6d033d 100644 --- a/newlib/libc/sys/sysmec/aclocal.m4 +++ b/newlib/libc/sys/sysmec/aclocal.m4 @@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(newlib, 1.8.2) +AM_INIT_AUTOMAKE(newlib, 1.9.0) # 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 diff --git a/newlib/libc/sys/sysmec/configure b/newlib/libc/sys/sysmec/configure index ae685fbb8..7e75a578c 100755 --- a/newlib/libc/sys/sysmec/configure +++ b/newlib/libc/sys/sysmec/configure @@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6 PACKAGE=newlib -VERSION=1.8.2 +VERSION=1.9.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/newlib/libc/sys/sysnec810/aclocal.m4 b/newlib/libc/sys/sysnec810/aclocal.m4 index 8d72d867f..63f6d033d 100644 --- a/newlib/libc/sys/sysnec810/aclocal.m4 +++ b/newlib/libc/sys/sysnec810/aclocal.m4 @@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(newlib, 1.8.2) +AM_INIT_AUTOMAKE(newlib, 1.9.0) # 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 diff --git a/newlib/libc/sys/sysnec810/configure b/newlib/libc/sys/sysnec810/configure index f25f172bb..f6061cbb7 100755 --- a/newlib/libc/sys/sysnec810/configure +++ b/newlib/libc/sys/sysnec810/configure @@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6 PACKAGE=newlib -VERSION=1.8.2 +VERSION=1.9.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/newlib/libc/sys/sysnecv850/aclocal.m4 b/newlib/libc/sys/sysnecv850/aclocal.m4 index 8d72d867f..63f6d033d 100644 --- a/newlib/libc/sys/sysnecv850/aclocal.m4 +++ b/newlib/libc/sys/sysnecv850/aclocal.m4 @@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(newlib, 1.8.2) +AM_INIT_AUTOMAKE(newlib, 1.9.0) # 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 diff --git a/newlib/libc/sys/sysnecv850/configure b/newlib/libc/sys/sysnecv850/configure index ae685fbb8..7e75a578c 100755 --- a/newlib/libc/sys/sysnecv850/configure +++ b/newlib/libc/sys/sysnecv850/configure @@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6 PACKAGE=newlib -VERSION=1.8.2 +VERSION=1.9.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/newlib/libc/sys/sysvi386/aclocal.m4 b/newlib/libc/sys/sysvi386/aclocal.m4 index 8d72d867f..63f6d033d 100644 --- a/newlib/libc/sys/sysvi386/aclocal.m4 +++ b/newlib/libc/sys/sysvi386/aclocal.m4 @@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(newlib, 1.8.2) +AM_INIT_AUTOMAKE(newlib, 1.9.0) # 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 diff --git a/newlib/libc/sys/sysvi386/configure b/newlib/libc/sys/sysvi386/configure index aa873ba2a..943060bb6 100755 --- a/newlib/libc/sys/sysvi386/configure +++ b/newlib/libc/sys/sysvi386/configure @@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6 PACKAGE=newlib -VERSION=1.8.2 +VERSION=1.9.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/newlib/libc/sys/sysvnecv70/aclocal.m4 b/newlib/libc/sys/sysvnecv70/aclocal.m4 index 8d72d867f..63f6d033d 100644 --- a/newlib/libc/sys/sysvnecv70/aclocal.m4 +++ b/newlib/libc/sys/sysvnecv70/aclocal.m4 @@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(newlib, 1.8.2) +AM_INIT_AUTOMAKE(newlib, 1.9.0) # 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 diff --git a/newlib/libc/sys/sysvnecv70/configure b/newlib/libc/sys/sysvnecv70/configure index 8337a0013..b5e07838c 100755 --- a/newlib/libc/sys/sysvnecv70/configure +++ b/newlib/libc/sys/sysvnecv70/configure @@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6 PACKAGE=newlib -VERSION=1.8.2 +VERSION=1.9.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/newlib/libc/sys/tic80/aclocal.m4 b/newlib/libc/sys/tic80/aclocal.m4 index 8d72d867f..63f6d033d 100644 --- a/newlib/libc/sys/tic80/aclocal.m4 +++ b/newlib/libc/sys/tic80/aclocal.m4 @@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(newlib, 1.8.2) +AM_INIT_AUTOMAKE(newlib, 1.9.0) # 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 diff --git a/newlib/libc/sys/tic80/configure b/newlib/libc/sys/tic80/configure index 6b7d75f6b..9a7d14493 100755 --- a/newlib/libc/sys/tic80/configure +++ b/newlib/libc/sys/tic80/configure @@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6 PACKAGE=newlib -VERSION=1.8.2 +VERSION=1.9.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/newlib/libc/sys/w65/aclocal.m4 b/newlib/libc/sys/w65/aclocal.m4 index 8d72d867f..63f6d033d 100644 --- a/newlib/libc/sys/w65/aclocal.m4 +++ b/newlib/libc/sys/w65/aclocal.m4 @@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(newlib, 1.8.2) +AM_INIT_AUTOMAKE(newlib, 1.9.0) # 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 diff --git a/newlib/libc/sys/w65/configure b/newlib/libc/sys/w65/configure index 979920a18..d34a3f1e9 100755 --- a/newlib/libc/sys/w65/configure +++ b/newlib/libc/sys/w65/configure @@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6 PACKAGE=newlib -VERSION=1.8.2 +VERSION=1.9.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/newlib/libc/sys/z8ksim/aclocal.m4 b/newlib/libc/sys/z8ksim/aclocal.m4 index 8d72d867f..63f6d033d 100644 --- a/newlib/libc/sys/z8ksim/aclocal.m4 +++ b/newlib/libc/sys/z8ksim/aclocal.m4 @@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(newlib, 1.8.2) +AM_INIT_AUTOMAKE(newlib, 1.9.0) # 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 diff --git a/newlib/libc/sys/z8ksim/configure b/newlib/libc/sys/z8ksim/configure index 75c511fbd..8ff3833a1 100755 --- a/newlib/libc/sys/z8ksim/configure +++ b/newlib/libc/sys/z8ksim/configure @@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6 PACKAGE=newlib -VERSION=1.8.2 +VERSION=1.9.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/newlib/libm/aclocal.m4 b/newlib/libm/aclocal.m4 index d88485bec..cfed0c430 100644 --- a/newlib/libm/aclocal.m4 +++ b/newlib/libm/aclocal.m4 @@ -78,7 +78,7 @@ AC_SUBST(newlib_basedir) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(newlib, 1.8.2) +AM_INIT_AUTOMAKE(newlib, 1.9.0) # 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 diff --git a/newlib/libm/configure b/newlib/libm/configure index 4ab876ecb..7dc6ad75a 100755 --- a/newlib/libm/configure +++ b/newlib/libm/configure @@ -884,7 +884,7 @@ echo "$ac_t""$host" 1>&6 PACKAGE=newlib -VERSION=1.8.2 +VERSION=1.9.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }