diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2002-08-12 14:23:35 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2002-08-12 14:23:35 +0000 |
commit | c2143a71d67350c96531d0d0b5473b98c7f92b1c (patch) | |
tree | 37ad8710ad4d07bb400084914cf41c70d958c164 /m4 | |
parent | c340180d81bf64712d3db24f157cd8030a08633a (diff) | |
download | bison-c2143a71d67350c96531d0d0b5473b98c7f92b1c.tar.gz |
(EXTRA_DIST): Remove codeset.m4,
glibc21.m4, isc-posix.m4 lcmessage.m4, stage.m4.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/Makefile.am | 27 |
1 files changed, 5 insertions, 22 deletions
diff --git a/m4/Makefile.am b/m4/Makefile.am index 41941c92..8928b239 100644 --- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -1,23 +1,6 @@ ## 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 \ -timevar.m4 \ -warning.m4 +EXTRA_DIST = \ + c-bs-a.m4 dmalloc.m4 error.m4 \ + m4.m4 malloc.m4 mbrtowc.m4 mbstate_t.m4 mkstemp.m4 \ + prereq.m4 realloc.m4 strerror_r.m4 timevar.m4 warning.m4 \ + gettext.m4 iconv.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 progtest.m4 |