[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
19-fyi-at-check-autoupdate.patch
From: |
Akim Demaille |
Subject: |
19-fyi-at-check-autoupdate.patch |
Date: |
Wed, 15 Aug 2001 09:51:56 +0200 |
Index: ChangeLog
from Akim Demaille <address@hidden>
* tests/atspecific.m4 (AT_CHECK_AUTOUPDATE): Perl is now required:
don't waste time running `autoupdate --version' works.
* tests/tools.at (autoupdating AC_PREREQ): Likewise.
Index: tests/atspecific.m4
--- tests/atspecific.m4 Tue, 14 Aug 2001 01:47:02 +0200 akim
+++ tests/atspecific.m4 Tue, 14 Aug 2001 11:39:39 +0200 akim
@@ -126,8 +126,7 @@ m4_define([AT_CHECK_DEFINES],
# AT_CHECK_AUTOUPDATE
# -------------------
m4_define([AT_CHECK_AUTOUPDATE],
-[AT_CHECK([autoupdate --version || exit 77], ignore, ignore, ignore)
- AT_CHECK([autoupdate --autoconf-dir $at_top_srcdir/lib], 0,
+[AT_CHECK([autoupdate --autoconf-dir $at_top_srcdir/lib], 0,
[], [autoupdate: `configure.ac' is updated
])])
Index: tests/tools.at
--- tests/tools.at Tue, 14 Aug 2001 01:47:02 +0200 akim
+++ tests/tools.at Tue, 14 Aug 2001 11:41:02 +0200 akim
@@ -526,7 +526,6 @@ configure:18: error: possibly undefined
AC_PREREQ($at_version)
EOF
-AT_CHECK([autoupdate --version || exit 77], ignore, ignore, ignore)
AT_CHECK([echo "AC_PREREQ(1.0)" |
autoupdate --autoconf-dir $at_top_srcdir/lib -],
0, [expout], [])
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- 19-fyi-at-check-autoupdate.patch,
Akim Demaille <=