We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79f729f commit 235cc0bCopy full SHA for 235cc0b
ChangeLog
@@ -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
6
2009-05-19 Bruno Haible <bruno@clisp.org>
7
8
* Makefile.devel (AUTOMAKE, ACLOCAL): Switch to version 1.11.
preload/Makefile.devel
@@ -3,8 +3,8 @@
SHELL = /bin/sh
MAKE = make
-AUTOCONF = autoconf-2.62
-ACLOCAL = aclocal-1.10
+AUTOCONF = autoconf-2.63
+ACLOCAL = aclocal-1.11
CP = cp
9
RM = rm -f
10
0 commit comments