comparison make-dist @ 4984:80fde3ca486e

When running make in lib-src, specify YACC var value.
author Richard M. Stallman <rms@gnu.org>
date Thu, 11 Nov 1993 18:03:43 +0000
parents f27254ec443e
children d7ca9a9d179e
comparison
equal deleted inserted replaced
4983:3be990e478dc 4984:80fde3ca486e
103 echo "Attempting to run autoconf." >&2 103 echo "Attempting to run autoconf." >&2
104 autoconf 104 autoconf
105 fi 105 fi
106 106
107 ### Update getdate.c. 107 ### Update getdate.c.
108 (cd lib-src; make -f Makefile.in getdate.c) 108 (cd lib-src; make -f Makefile.in getdate.c YACC="bison -y")
109 109
110 echo "Creating staging directory: \`${tempparent}'" 110 echo "Creating staging directory: \`${tempparent}'"
111 mkdir ${tempparent} 111 mkdir ${tempparent}
112 emacsname="emacs-${version}${new_extension}" 112 emacsname="emacs-${version}${new_extension}"
113 tempdir="${tempparent}/${emacsname}" 113 tempdir="${tempparent}/${emacsname}"