[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
FYI: Libtool tests
From: |
Akim Demaille |
Subject: |
FYI: Libtool tests |
Date: |
Wed, 14 May 2003 10:34:08 +0200 |
User-agent: |
Gnus/5.1001 (Gnus v5.10.1) Emacs/21.3 (gnu/linux) |
Some failures were reported with 1.3.5.
Index: ChangeLog
from Akim Demaille <address@hidden>
* tests/foreign.at (Libtool): Skip all Libtools pre 1.4.
Index: NEWS
===================================================================
RCS file: /cvsroot/autoconf/autoconf/NEWS,v
retrieving revision 1.292
diff -u -u -r1.292 NEWS
--- NEWS 6 May 2003 08:51:21 -0000 1.292
+++ NEWS 14 May 2003 08:33:35 -0000
@@ -1,12 +1,12 @@
* Major changes in Autoconf 2.57a -*- outline -*-
-* New macros
+** New macros
AC_C_RESTRICT
-* Improve DJGPP portability
+** Improve DJGPP portability
The Autoconf tools and configure behave better under DJGPP.
-* Present But Cannot Be Compiled
+** Present But Cannot Be Compiled
New FAQ section dedicated to the mystic
configure: WARNING: pi.h: present but cannot be compiled
@@ -14,11 +14,16 @@
configure: WARNING: pi.h: proceeding with the preprocessor's result
messages.
-* Concurrent executions of autom4te
+** Concurrent executions of autom4te
autom4te now locks its internal files, which enables concurrent
executions of autom4te, likely to happen if automake, autoconf,
autoheader etc. are run simultaneously.
+** Libtool
+ Use of Libtool 1.5 and higher is encouraged. Compatibility with
+ Libtool pre-1.4 is not checked.
+
+
* Major changes in Autoconf 2.57
Released 2002-12-03 by Paul Eggert.
Index: tests/foreign.at
===================================================================
RCS file: /cvsroot/autoconf/autoconf/tests/foreign.at,v
retrieving revision 1.17
diff -u -u -r1.17 foreign.at
--- tests/foreign.at 28 Oct 2002 09:31:48 -0000 1.17
+++ tests/foreign.at 14 May 2003 08:33:35 -0000
@@ -2,7 +2,7 @@
AT_BANNER([Compatibility with other tools.])
-# Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
+# Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -34,8 +34,7 @@
case `libtoolize --version |
sed -n '/^.* \([0-9][0-9.a-z]*\)$/{s//\1/;p;q;}'` in
0.* ) exit 77;;
- 1.[012]* ) exit 77;;
- 1.3.[01234]* ) exit 77;;
+ 1.[0123]* ) exit 77;;
esac]],
ignore, ignore, ignore)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- FYI: Libtool tests,
Akim Demaille <=