automake
[Top][All Lists]
Advanced

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

Question on compile & test / automake version 1.9.6 / test yacc6.test


From: Jurzitza, Dieter
Subject: Question on compile & test / automake version 1.9.6 / test yacc6.test
Date: Tue, 21 Nov 2006 15:41:14 +0100

Dear listmembers,
when trying to build and test automake v 1.9.6 I keep stumbling over yacc6.test.

More specifically, starting in line 93:

**********
$FGREP '(top_srcdir)/aux1/ylwrap' sub/Makefile.in
./configure
$MAKE
grep '#.*line.*foo.y' sub/foo.c
grep '#.*line.*bar.y' sub/bar.c
**********


fails saying foo.h would not be found. What I realized is that by changing into

**********
$FGREP '(top_srcdir)/aux1/ylwrap' sub/Makefile.in
./configure
cd sub
$MAKE
cd ..
grep '#.*line.*foo.y' sub/foo.c
grep '#.*line.*bar.y' sub/bar.c
**********

everything seems to be fine, the test is "PASS" then. However, I think that 
this is not how it is meant to be. Anyone having a suggestion what could have 
gone wrong? What additional information should be provided?
Many thanks for your efforts in advance,
take care



Dieter Jurzitza

-- 
________________________________________________

HARMAN BECKER AUTOMOTIVE SYSTEMS

Dr.-Ing. Dieter Jurzitza
Manager Hardware Systems
   System Development

Industriegebiet Ittersbach
Becker-Göring Str. 16
D-76307 Karlsbad / Germany

Phone:  +49 (0)7248 71-1577
Mobile: +49 0151 - 16 339 017
Fax:    +49 (0)7248 71-1216
eMail:  address@hidden
Internet: http://www.becker.de
 


*******************************************
Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte 
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail 
irrtuemlich erhalten haben, informieren Sie bitte sofort den Absender und 
loeschen Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe 
dieser Mail ist nicht gestattet.
 
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and delete this e-mail. Any unauthorized copying, 
disclosure or distribution of the contents in this e-mail is strictly forbidden.
*******************************************





reply via email to

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