bison-patches
[Top][All Lists]
Advanced

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

Re: bison-1.875: installation as yacc


From: Akim Demaille
Subject: Re: bison-1.875: installation as yacc
Date: Sun, 05 Jan 2003 14:25:29 +0100
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-pc-linux-gnu)

| --- lib/Makefile.am   11 Dec 2002 05:26:00 -0000      1.36
| +++ lib/Makefile.am   5 Jan 2003 06:20:56 -0000
| @@ -17,7 +17,8 @@
|  
|  AM_CFLAGS = $(WARNING_CFLAGS)
|  
| -lib_LIBRARIES = liby.a
| +lib_LIBRARIES = @YACC_LIBRARY@
| +EXTRA_LIBRARIES = liby.a
|  noinst_LIBRARIES = libbison.a
|  
|  # config.h is in build/., and system.h is in src/src/.
| --- src/Makefile.am   13 Dec 2002 12:17:59 -0000      1.59
| +++ src/Makefile.am   5 Jan 2003 06:20:56 -0000
| @@ -29,7 +29,8 @@ INCLUDES = -I$(top_builddir)      \
|  LDADD = ../lib/libbison.a $(LIBINTL)
|  
|  bin_PROGRAMS = bison
| -bin_SCRIPTS = yacc
| +bin_SCRIPTS = @YACC_SCRIPT@
| +EXTRA_SCRIPTS = yacc
|  
|  bison_SOURCES =                                \
|       LR0.c LR0.h                               \

The recommended Automake style is to avoid using @, but to use only
$(YACC_SCRIPT) etc.  Actually, I thought it issued warnings.




reply via email to

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