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/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/configure.ac')
-rw-r--r--libgloss/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgloss/configure.ac b/libgloss/configure.ac
index 4111724e1..0fbe99526 100644
--- a/libgloss/configure.ac
+++ b/libgloss/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([libgloss],[LIBGLOSS_VERSION])
AC_CONFIG_SRCDIR([libnosys])
@@ -21,7 +21,7 @@ AC_CONFIG_AUX_DIR($libgloss_topdir)
AC_PROG_INSTALL
AC_CANONICAL_SYSTEM
-AM_INIT_AUTOMAKE([cygnus no-define 1.9.5])
+AM_INIT_AUTOMAKE([foreign no-define 1.15])
if test -z "${with_multisubdir}" ; then
AC_CONFIG_SUBDIRS([doc])