mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-21 10:13:03 +00:00
* bootstrap.conf (excluded_files): Exclude m4/codeset.m4 (undoing
the earlier change today), m4/intl.m4, m4/intldir.m4. This gives us a slightly cleaner distribution, and also works. * m4/.cvsignore: Add inline.m4, wint_t.m4 to accommodate recent gnulib changes.
This commit is contained in:
@@ -1,3 +1,11 @@
|
|||||||
|
2006-11-08 Paul Eggert <eggert@cs.ucla.edu>
|
||||||
|
|
||||||
|
* bootstrap.conf (excluded_files): Exclude m4/codeset.m4 (undoing
|
||||||
|
the earlier change today), m4/intl.m4, m4/intldir.m4. This gives
|
||||||
|
us a slightly cleaner distribution, and also works.
|
||||||
|
* m4/.cvsignore: Add inline.m4, wint_t.m4 to accommodate recent
|
||||||
|
gnulib changes.
|
||||||
|
|
||||||
2006-11-08 Joel E. Denny <jdenny@ces.clemson.edu>
|
2006-11-08 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||||
and Paul Eggert <eggert@cs.ucla.edu>
|
and Paul Eggert <eggert@cs.ucla.edu>
|
||||||
|
|
||||||
|
|||||||
@@ -47,9 +47,12 @@ XGETTEXT_OPTIONS_RUNTIME=$XGETTEXT_OPTIONS'\\\
|
|||||||
# Gettext supplies these files, but we don't need them since
|
# Gettext supplies these files, but we don't need them since
|
||||||
# we don't have an intl subdirectory.
|
# we don't have an intl subdirectory.
|
||||||
excluded_files='
|
excluded_files='
|
||||||
|
m4/codeset.m4
|
||||||
m4/glibc2.m4
|
m4/glibc2.m4
|
||||||
m4/glibc21.m4
|
m4/glibc21.m4
|
||||||
m4/intdiv0.m4
|
m4/intdiv0.m4
|
||||||
|
m4/intl.m4
|
||||||
|
m4/intldir.m4
|
||||||
m4/intmax.m4
|
m4/intmax.m4
|
||||||
m4/inttypes_h.m4
|
m4/inttypes_h.m4
|
||||||
m4/lcmessage.m4
|
m4/lcmessage.m4
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ gnulib-comp.m4
|
|||||||
gnulib-tool.m4
|
gnulib-tool.m4
|
||||||
hash.m4
|
hash.m4
|
||||||
iconv.m4
|
iconv.m4
|
||||||
|
inline.m4
|
||||||
inttypes-h.m4
|
inttypes-h.m4
|
||||||
inttypes-pri.m4
|
inttypes-pri.m4
|
||||||
inttypes.m4
|
inttypes.m4
|
||||||
@@ -46,5 +47,6 @@ unlocked-io.m4
|
|||||||
warning.m4
|
warning.m4
|
||||||
wchar_t.m4
|
wchar_t.m4
|
||||||
wcwidth.m4
|
wcwidth.m4
|
||||||
|
wint_t.m4
|
||||||
xalloc.m4
|
xalloc.m4
|
||||||
xstrndup.m4
|
xstrndup.m4
|
||||||
|
|||||||
Reference in New Issue
Block a user