changeset 3582:eb75df1104eb

* configure.in: Test for bison. * Makefile.in (YACC): New variable. (lib-src/Makefile.in): Edit YACC into the makefile. * Makefile.in (YACC): New variable, to be set by top-level Makefile.
author Jim Blandy <jimb@redhat.com>
date Wed, 09 Jun 1993 04:06:57 +0000
parents 152fd924c7bb
children 0bc9838eb0bb
files Makefile.in configure1.in lib-src/Makefile.in
diffstat 3 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Wed Jun 09 03:55:55 1993 +0000
+++ b/Makefile.in	Wed Jun 09 04:06:57 1993 +0000
@@ -43,6 +43,7 @@
 CFLAGS=@CFLAGS@
 C_SWITCH_X_SITE=@C_SWITCH_X_SITE@
 LD_SWITCH_X_SITE=@LD_SWITCH_X_SITE@
+YACC=@YACC@
 
 ### These help us choose version- and architecture-specific directories
 ### to install files in.
@@ -256,6 +257,7 @@
 	  -e 's|^\(VPATH *=\).*$$|\1'"${srcdir}"'/lib-src|'		\
 	  -e 's|^\(archlibdir *=\).*$$|\1'"${archlibdir}"'|'		\
 	  -e 's|^\(ALLOCA *=\).*$$|\1'"${ALLOCA}"'|'			\
+	  -e 's|^\(YACC *=\).*$$|\1'"${YACC}"'|'			\
 	  -e 's|^CC *=.*$$|CC='"${CC}"'|'				\
 	  -e 's|^CFLAGS *=.*$$|CFLAGS='"${CFLAGS}"'|' \
 	  -e 's|^C_SWITCH_SYSTEM *=.*$$|C_SWITCH_SYSTEM='"${C_SWITCH_SYSTEM}"'|' \
--- a/configure1.in	Wed Jun 09 03:55:55 1993 +0000
+++ b/configure1.in	Wed Jun 09 04:06:57 1993 +0000
@@ -929,6 +929,7 @@
 AC_LN_S
 AC_PROG_CPP
 AC_PROG_INSTALL
+AC_PROG_YACC
 
 dnl checks for UNIX variants that set `DEFS'
 
--- a/lib-src/Makefile.in	Wed Jun 09 03:55:55 1993 +0000
+++ b/lib-src/Makefile.in	Wed Jun 09 04:06:57 1993 +0000
@@ -19,6 +19,7 @@
 ALLOCA=
 C_SWITCH_SYSTEM=
 LOADLIBES=
+YACC=yacc
 version=version-not-set
 configname=configuration-name-not-set