diff options
author | Paul Smith <psmith@gnu.org> | 2005-07-04 03:50:59 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2005-07-04 03:50:59 +0000 |
commit | 0e30f46a624803455dcc74acf9a333666467d253 (patch) | |
tree | ff09a8876c7bd4e23d6265a49cdd6a8e3b85595c /config | |
parent | 7dfa2461c32020f56a55239830b280752b1748a1 (diff) | |
download | gunmake-0e30f46a624803455dcc74acf9a333666467d253.tar.gz |
Various fixes and updates from testers of the beta3 release (mostly Windows
and OS/2 changes).
Diffstat (limited to 'config')
-rw-r--r-- | config/ChangeLog | 5 | ||||
-rw-r--r-- | config/Makefile.am | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index 3192177..f115075 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,8 @@ +2005-07-01 Paul D. Smith <psmith@gnu.org> + + * Makefile.am (EXTRA_DIST): Added more M4 files to EXTRA_DIST, so + users can re-run aclocal. + 2003-04-30 Paul D. Smith <psmith@gnu.org> * dospaths.m4: New macro to test for DOS-style pathnames, based on diff --git a/config/Makefile.am b/config/Makefile.am index 8295408..34f8b99 100644 --- a/config/Makefile.am +++ b/config/Makefile.am @@ -3,5 +3,6 @@ EXTRA_DIST = codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 nls.m4 \ intdiv0.m4 inttypes-pri.m4 inttypes.m4 inttypes_h.m4 \ isc-posix.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 \ - progtest.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4 \ - dospaths.m4 po.m4 + progtest.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4 longlong.m4 \ + dospaths.m4 po.m4 signed.m4 longdouble.m4 wchar_t.m4 \ + wint_t.m4 intmax.m4 printf-posix.m4 xsize.m4 size_max.m4 |