bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FYI: [PATCH 2/4] build: look for Perl in configure


From: Akim Demaille
Subject: Re: FYI: [PATCH 2/4] build: look for Perl in configure
Date: Sun, 8 Apr 2012 12:10:27 +0200

Le 8 avr. 2012 à 10:21, Akim Demaille a écrit :

> diff --git a/tests/bison.in b/tests/bison.in
> index 651178d..aedd75d 100644
> --- a/tests/bison.in
> +++ b/tests/bison.in
> @@ -19,6 +19,7 @@
> 
> abs_top_srcdir='@abs_top_srcdir@'
> abs_top_builddir='@abs_top_builddir@'
> +: ${PERL='@perl@'}

Fixed.  Used only when tests/bison is used to compile
bison's own grammar.

From 746ac9aa81dd638d35ef43b75cefaff4af7afd48 Mon Sep 17 00:00:00 2001
From: Akim Demaille <address@hidden>
Date: Sun, 8 Apr 2012 12:07:23 +0200
Subject: [PATCH] tests: fix bison wrapper.

* tests/bison.in (PERL): Fix.
---
 tests/bison.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/bison.in b/tests/bison.in
index aedd75d..f004a57 100644
--- a/tests/bison.in
+++ b/tests/bison.in
@@ -19,7 +19,7 @@
 
 abs_top_srcdir='@abs_top_srcdir@'
 abs_top_builddir='@abs_top_builddir@'
-: ${PERL='@perl@'}
+: ${PERL='@PERL@'}
 
 # Use the shipped files, not those installed.
 BISON_PKGDATADIR=$abs_top_srcdir/data
-- 
1.7.9.5





reply via email to

[Prev in Thread] Current Thread [Next in Thread]