Skip to content

Commit cb36255

Browse files
committed
Use newer versions of autoconf and automake.
1 parent 07bc372 commit cb36255

File tree

6 files changed

+19
-9
lines changed

6 files changed

+19
-9
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2007-11-11 Bruno Haible <bruno@clisp.org>
2+
3+
* Makefile.devel (AUTOCONF, AUTOHEADER): Require version 2.61.
4+
(AUTOMAKE, ACLOCAL): Require version 1.10.
5+
16
2007-10-26 Bruno Haible <bruno@clisp.org>
27

38
* m4/libtool.m4: Update, based on libtool-1.5.24.

Makefile.devel

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
SHELL = /bin/sh
66
MAKE = make
7-
AUTOCONF = autoconf-2.60
8-
AUTOHEADER = autoheader-2.60
9-
AUTOMAKE = automake-1.9
10-
ACLOCAL = aclocal-1.9
7+
AUTOCONF = autoconf-2.61
8+
AUTOHEADER = autoheader-2.61
9+
AUTOMAKE = automake-1.10
10+
ACLOCAL = aclocal-1.10
1111
GPERF = gperf
1212
CC = gcc
1313
CFLAGS = -O

autogen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# also regenerates all aclocal.m4, config.h.in, Makefile.in, configure files
55
# with new versions of autoconf or automake.
66
#
7-
# This script requires autoconf-2.60 and automake-1.9 in the PATH.
7+
# This script requires autoconf-2.61 and automake-1.10 in the PATH.
88
# It also requires either
99
# - the GNULIB_TOOL environment variable pointing to the gnulib-tool script
1010
# in a gnulib checkout, or

libcharset/ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2007-11-11 Bruno Haible <bruno@clisp.org>
2+
3+
* Makefile.devel (AUTOCONF, AUTOHEADER): Require version 2.61.
4+
(ACLOCAL): Require version 1.10.
5+
16
2007-10-26 Bruno Haible <bruno@clisp.org>
27

38
* m4/libtool.m4: Update, based on libtool-1.5.24.

libcharset/Makefile.devel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
SHELL = /bin/sh
55
MAKE = make
6-
AUTOCONF = autoconf-2.60
7-
AUTOHEADER = autoheader-2.60
8-
ACLOCAL = aclocal-1.9
6+
AUTOCONF = autoconf-2.61
7+
AUTOHEADER = autoheader-2.61
8+
ACLOCAL = aclocal-1.10
99
CP = cp
1010
RM = rm -f
1111

libcharset/autogen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Convenience script for regenerating all aclocal.m4, config.h.in, Makefile.in,
33
# configure files with new versions of autoconf or automake.
44
#
5-
# This script requires autoconf-2.60 and automake-1.9 in the PATH.
5+
# This script requires autoconf-2.61 and automake-1.10 in the PATH.
66
# It also requires either
77
# - the GNULIB_TOOL environment variable pointing to the gnulib-tool script
88
# in a gnulib checkout, or

0 commit comments

Comments
 (0)