Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-09-15 07:22:54 +0300
committerMike Frysinger <vapier@gentoo.org>2021-11-06 21:14:50 +0300
commit873da400e080a233db74ad53b1d1fbabf0f15e65 (patch)
tree6d0a5749704f295e5aab4f6b4f0add76da27f902 /libgloss/d30v/configure.ac
parent59e83de0b107948ffb2d4ad7205e8c8d66ec7c3c (diff)
libgloss: regenerate aclocal.m4 & configure w/newer versions
Regenerate the files using automake-1.15 & autoconf-2.69 to match the binutils/gdb/gcc projects. Ran: libgloss $ find -name configure.ac -printf '%h\n' | while read d; do (cd $d; export WANT_AUTOCONF=2.69 WANT_AUTOMAKE=1.15; aclocal-1.15 -I.. && autoconf-2.69); done
Diffstat (limited to 'libgloss/d30v/configure.ac')
-rw-r--r--libgloss/d30v/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/d30v/configure.ac b/libgloss/d30v/configure.ac
index 04169f1b5..fee6c45c2 100644
--- a/libgloss/d30v/configure.ac
+++ b/libgloss/d30v/configure.ac
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
-AC_PREREQ(2.59)
+AC_PREREQ(2.69)dnl
AC_INIT(crt0.S)
if test "${enable_shared}" = "yes" ; then