Add yacc(1) bits.

pull/1758/head
Nicholas Marriott 2019-05-23 13:04:41 +01:00
parent 75aeb733f2
commit bf2cf33fc6
3 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -18,3 +18,4 @@ Makefile.in
configure
tmux.1.*
*.dSYM
cmd-parse.c

View File

@ -2,7 +2,7 @@
# Obvious program stuff.
bin_PROGRAMS = tmux
CLEANFILES = tmux.1.mdoc tmux.1.man
CLEANFILES = tmux.1.mdoc tmux.1.man cmd-parse.c
# Distribution tarball options.
EXTRA_DIST = \

View File

@ -28,6 +28,7 @@ AC_PROG_CC_C99
AC_PROG_CPP
AC_PROG_EGREP
AC_PROG_INSTALL
AC_PROG_YACC
PKG_PROG_PKG_CONFIG
AC_USE_SYSTEM_EXTENSIONS