mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
* src/getargs.h (enum trace_e): New. * src/getargs.c (trace_args, trace_types, trace_argmatch): New. (long_options, short_options): --trace/-T takes an optional argument. Change all the uses of trace_flag to reflect the new flags. * tests/sets.at (Firsts, Nullable, Broken Closure): Use --trace=sets. Strengthen `stage' portability. * m4/stage.m4 (BISON_PREREQ_STAGE): New. * configure.in: Use it. Don't check for malloc.h and sys/times.h. * src/system.h: Include them when appropriate. * src/main.c (stage): Compile only when mallinfo, struct mallinfo, times and struct tms are available.
23 lines
461 B
Makefile
23 lines
461 B
Makefile
## Process this file with automake to produce Makefile.in -*-Makefile-*-
|
|
EXTRA_DIST = lib-ld.m4 lib-link.m4 lib-prefix.m4 \
|
|
c-bs-a.m4 \
|
|
codeset.m4 \
|
|
dmalloc.m4 \
|
|
error.m4 \
|
|
gettext.m4 \
|
|
glibc21.m4 \
|
|
iconv.m4 \
|
|
isc-posix.m4 \
|
|
lcmessage.m4 \
|
|
m4.m4 \
|
|
malloc.m4 \
|
|
mbrtowc.m4 \
|
|
mbstate_t.m4 \
|
|
mkstemp.m4 \
|
|
prereq.m4 \
|
|
progtest.m4 \
|
|
realloc.m4 \
|
|
stage.m4 \
|
|
strerror_r.m4 \
|
|
warning.m4
|