From: Bruno Haible Date: Fri, 14 Feb 2003 20:48:48 +0000 (+0000) Subject: Infrastructure for gettext-runtime directory. X-Git-Tag: v0.12~289 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c58ca9522a1e3245c6da8de2d056c7ea3876b560;p=thirdparty%2Fgettext.git Infrastructure for gettext-runtime directory. --- diff --git a/gettext-runtime/.cvsignore b/gettext-runtime/.cvsignore new file mode 100644 index 000000000..9ca488281 --- /dev/null +++ b/gettext-runtime/.cvsignore @@ -0,0 +1,5 @@ +Makefile +config.cache +config.h +config.log +config.status diff --git a/gettext-runtime/AUTHORS b/gettext-runtime/AUTHORS new file mode 100644 index 000000000..658dca0ec --- /dev/null +++ b/gettext-runtime/AUTHORS @@ -0,0 +1,2 @@ +Ulrich Drepper wrote the intl subdirectory. +Bruno Haible added the intl-java and libasprintf subdirectories. diff --git a/gettext-runtime/ChangeLog b/gettext-runtime/ChangeLog index 4e764d9e6..b956dc20c 100644 --- a/gettext-runtime/ChangeLog +++ b/gettext-runtime/ChangeLog @@ -3,5 +3,5 @@ Extracted from gettext package. * configure.ac: New file. * Makefile.am: New file. - * BUGS, COPYING, INSTALL, NEWS, README: New files. + * AUTHORS, BUGS, COPYING, INSTALL, NEWS, README: New files.