mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-10 21:03:04 +00:00
* m4/atconfig.m4: Remove. * tests/testsuite.at, tests/atlocal.in, tests/output.at, * tests/bison: New. * tests/regression.at, tests/calc.at: Use m4_define, AT_BANNER, m4_if, m4_patsubst, and m4_regexp. * tests/calc.at (_AT_CHECK_CALC, _AT_CHECK_CALC_ERROR): Use an `input' file instead of echo.
19 lines
358 B
Makefile
19 lines
358 B
Makefile
## Process this file with automake to produce Makefile.in -*-Makefile-*-
|
|
EXTRA_DIST = \
|
|
c-bs-a.m4 \
|
|
codeset.m4 \
|
|
error.m4 \
|
|
gettext.m4 \
|
|
glibc21.m4 \
|
|
iconv.m4 \
|
|
isc-posix.m4 \
|
|
lcmessage.m4 \
|
|
m4.m4 \
|
|
malloc.m4 \
|
|
mbstate_t.m4 \
|
|
prereq.m4 \
|
|
progtest.m4 \
|
|
realloc.m4 \
|
|
strerror_r.m4 \
|
|
warning.m4
|