[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: patch: automake-1.7.6/tests/yacc7.test
From: |
Alexandre Duret-Lutz |
Subject: |
Re: patch: automake-1.7.6/tests/yacc7.test |
Date: |
Sun, 31 Aug 2003 23:29:25 +0200 |
User-agent: |
Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux) |
>>> "Thien-Thi" == Thien-Thi Nguyen <address@hidden> writes:
Thien-Thi> approximately five hours after starting "make
Thien-Thi> check", i happily have only the appended small patch
Thien-Thi> to report before doing the install.
Wow! 5 hours? What is this box, an old pentium? It used to
take 2 hours on my old P2-366, but since three months I'm now
down to 20-25 minutes on some fresher hardware :)
Anyway, thanks! I've installed your patch on HEAD and
branch-1-7 as follows.
2003-08-31 Thien-Thi Nguyen <address@hidden> (tiny change)
* tests/yacc7.test: Require bison.
Index: tests/yacc7.test
===================================================================
RCS file: /cvs/automake/automake/tests/yacc7.test,v
retrieving revision 1.12
diff -u -r1.12 yacc7.test
--- tests/yacc7.test 8 Sep 2002 13:07:56 -0000 1.12
+++ tests/yacc7.test 31 Aug 2003 21:23:18 -0000
@@ -1,5 +1,5 @@
#! /bin/sh
-# Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
#
# This file is part of GNU Automake.
#
@@ -24,6 +24,7 @@
# Also check that the sources of the generated parser are distributed.
# PR/47.
+required=bison
. ./defs || exit 1
cat >> configure.in << 'END'
--
Alexandre Duret-Lutz
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: patch: automake-1.7.6/tests/yacc7.test,
Alexandre Duret-Lutz <=