Skip to content

Commit 93672fc

Browse files
committed
Switch to automake-1.11.
1 parent 6d4efe5 commit 93672fc

File tree

6 files changed

+15
-5
lines changed

6 files changed

+15
-5
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2009-05-19 Bruno Haible <bruno@clisp.org>
2+
3+
* Makefile.devel (AUTOMAKE, ACLOCAL): Switch to version 1.11.
4+
* autogen.sh: Update comments.
5+
16
2009-04-24 Bruno Haible <bruno@clisp.org>
27

38
Fix a compilation error on HP-UX 11.00, introduced on 2008-09-16.

Makefile.devel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ SHELL = /bin/sh
66
MAKE = make
77
AUTOCONF = autoconf-2.63
88
AUTOHEADER = autoheader-2.63
9-
AUTOMAKE = automake-1.10
10-
ACLOCAL = aclocal-1.10
9+
AUTOMAKE = automake-1.11
10+
ACLOCAL = aclocal-1.11
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.62 and automake-1.10 in the PATH.
7+
# This script requires autoconf-2.63 and automake-1.11 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+
2009-05-19 Bruno Haible <bruno@clisp.org>
2+
3+
* Makefile.devel (AUTOMAKE, ACLOCAL): Switch to version 1.11.
4+
* autogen.sh: Update comments.
5+
16
2009-01-25 Bruno Haible <bruno@clisp.org>
27

38
Don't install charset.alias on MacOS X >= 10.3.

libcharset/Makefile.devel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SHELL = /bin/sh
55
MAKE = make
66
AUTOCONF = autoconf-2.63
77
AUTOHEADER = autoheader-2.63
8-
ACLOCAL = aclocal-1.10
8+
ACLOCAL = aclocal-1.11
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.61 and automake-1.10 in the PATH.
5+
# This script requires autoconf-2.63 and automake-1.11 in the PATH.
66

77
# Copyright (C) 2003-2007, 2009 Free Software Foundation, Inc.
88
#

0 commit comments

Comments
 (0)