diff options
Diffstat (limited to 'newlib/libc/sys/sysmec')
-rw-r--r-- | newlib/libc/sys/sysmec/aclocal.m4 | 2 | ||||
-rwxr-xr-x | newlib/libc/sys/sysmec/configure | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/sys/sysmec/aclocal.m4 b/newlib/libc/sys/sysmec/aclocal.m4 index 60622e8..c5340bf 100644 --- a/newlib/libc/sys/sysmec/aclocal.m4 +++ b/newlib/libc/sys/sysmec/aclocal.m4 @@ -105,7 +105,7 @@ AC_SUBST(newlib_basedir) AC_CANONICAL_SYSTEM -AM_INIT_AUTOMAKE(newlib, 1.10.0) +AM_INIT_AUTOMAKE(newlib, 1.11.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 e305747..d6e8958 100755 --- a/newlib/libc/sys/sysmec/configure +++ b/newlib/libc/sys/sysmec/configure @@ -982,7 +982,7 @@ test "$host_alias" != "$target_alias" && PACKAGE=newlib -VERSION=1.10.0 +VERSION=1.11.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; } |