Skip to content

Commit 235cc0b

Browse files
committed
Use most recent autotools.
1 parent 79f729f commit 235cc0b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

ChangeLog

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

38
* Makefile.devel (AUTOMAKE, ACLOCAL): Switch to version 1.11.

preload/Makefile.devel

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

44
SHELL = /bin/sh
55
MAKE = make
6-
AUTOCONF = autoconf-2.62
7-
ACLOCAL = aclocal-1.10
6+
AUTOCONF = autoconf-2.63
7+
ACLOCAL = aclocal-1.11
88
CP = cp
99
RM = rm -f
1010

0 commit comments

Comments
 (0)