diff options
author | Werner Koch <wk@gnupg.org> | 2003-04-29 21:09:48 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2003-04-29 21:09:48 +0200 |
commit | efeb7657d636dc9992875588daeb016aec9c0fb0 (patch) | |
tree | 4028451d5b5d6952b2dfc596fae41f1e652d9238 /m4 | |
parent | * scdaemon.c: New options --print-atr and --reader-port (diff) | |
download | gnupg2-efeb7657d636dc9992875588daeb016aec9c0fb0.tar.xz gnupg2-efeb7657d636dc9992875588daeb016aec9c0fb0.zip |
Update to gettext 0.11.5
Diffstat (limited to 'm4')
-rw-r--r-- | m4/ChangeLog | 21 | ||||
-rw-r--r-- | m4/Makefile.am | 1 |
2 files changed, 22 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog new file mode 100644 index 000000000..84a288341 --- /dev/null +++ b/m4/ChangeLog @@ -0,0 +1,21 @@ +2003-04-29 gettextize <bug-gnu-gettext@gnu.org> + + * codeset.m4: New file, from gettext-0.11.5. + * gettext.m4: New file, from gettext-0.11.5. + * glibc21.m4: New file, from gettext-0.11.5. + * iconv.m4: New file, from gettext-0.11.5. + * intdiv0.m4: New file, from gettext-0.11.5. + * inttypes.m4: New file, from gettext-0.11.5. + * inttypes_h.m4: New file, from gettext-0.11.5. + * inttypes-pri.m4: New file, from gettext-0.11.5. + * isc-posix.m4: New file, from gettext-0.11.5. + * lcmessage.m4: New file, from gettext-0.11.5. + * lib-ld.m4: New file, from gettext-0.11.5. + * lib-link.m4: New file, from gettext-0.11.5. + * lib-prefix.m4: New file, from gettext-0.11.5. + * progtest.m4: New file, from gettext-0.11.5. + * stdint_h.m4: New file, from gettext-0.11.5. + * uintmax_t.m4: New file, from gettext-0.11.5. + * ulonglong.m4: New file, from gettext-0.11.5. + * Makefile.am: New file. + diff --git a/m4/Makefile.am b/m4/Makefile.am new file mode 100644 index 000000000..42126ac73 --- /dev/null +++ b/m4/Makefile.am @@ -0,0 +1 @@ +EXTRA_DIST = codeset.m4 gettext.m4 glibc21.m4 iconv.m4 intdiv0.m4 inttypes.m4 inttypes_h.m4 inttypes-pri.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 |