diff options
Diffstat (limited to 'newlib/libc/machine/i386')
-rw-r--r-- | newlib/libc/machine/i386/aclocal.m4 | 2 | ||||
-rwxr-xr-x | newlib/libc/machine/i386/configure | 2 |
2 files changed, 2 insertions, 2 deletions
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; } |