Skip to content

Commit bdb8e2d

Browse files
author
kickback
committed
changes due to running "gettextize --force --copy --intl" version 0.14.5
git-svn-id: http://svn.metadecks.org/sweep/trunk@183 e2d53364-18fc-0310-981e-b60a84739af0
1 parent ee55bb6 commit bdb8e2d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+16705
-1642
lines changed

ABOUT-NLS

+836-164
Large diffs are not rendered by default.

ChangeLog

+34
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
2005-07-27 gettextize <[email protected]>
2+
3+
* m4/codeset.m4: New file, from gettext-0.14.5.
4+
* m4/gettext.m4: New file, from gettext-0.14.5.
5+
* m4/glibc2.m4: New file, from gettext-0.14.5.
6+
* m4/glibc21.m4: New file, from gettext-0.14.5.
7+
* m4/iconv.m4: New file, from gettext-0.14.5.
8+
* m4/intdiv0.m4: New file, from gettext-0.14.5.
9+
* m4/intmax.m4: New file, from gettext-0.14.5.
10+
* m4/inttypes.m4: New file, from gettext-0.14.5.
11+
* m4/inttypes_h.m4: New file, from gettext-0.14.5.
12+
* m4/inttypes-pri.m4: New file, from gettext-0.14.5.
13+
* m4/isc-posix.m4: New file, from gettext-0.14.5.
14+
* m4/lcmessage.m4: New file, from gettext-0.14.5.
15+
* m4/lib-ld.m4: New file, from gettext-0.14.5.
16+
* m4/lib-link.m4: New file, from gettext-0.14.5.
17+
* m4/lib-prefix.m4: New file, from gettext-0.14.5.
18+
* m4/longdouble.m4: New file, from gettext-0.14.5.
19+
* m4/longlong.m4: New file, from gettext-0.14.5.
20+
* m4/nls.m4: New file, from gettext-0.14.5.
21+
* m4/po.m4: New file, from gettext-0.14.5.
22+
* m4/printf-posix.m4: New file, from gettext-0.14.5.
23+
* m4/progtest.m4: New file, from gettext-0.14.5.
24+
* m4/signed.m4: New file, from gettext-0.14.5.
25+
* m4/size_max.m4: New file, from gettext-0.14.5.
26+
* m4/stdint_h.m4: New file, from gettext-0.14.5.
27+
* m4/uintmax_t.m4: New file, from gettext-0.14.5.
28+
* m4/ulonglong.m4: New file, from gettext-0.14.5.
29+
* m4/wchar_t.m4: New file, from gettext-0.14.5.
30+
* m4/wint_t.m4: New file, from gettext-0.14.5.
31+
* m4/xsize.m4: New file, from gettext-0.14.5.
32+
* m4/Makefile.am (EXTRA_DIST): Add the new files.
33+
* Makefile.am (EXTRA_DIST): Add config.rpath, mkinstalldirs.
34+
135
Fri Apr 30 15:06:10 EST 2004 Conrad Parker <[email protected]>
236

337
* moved sources back into CVS; check CVS logs for full changes

Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ desktopdir = $(datadir)/gnome/apps/Multimedia
1212
pixmapdir = $(datadir)/pixmaps
1313
pixmap_DATA = sweep.png
1414

15-
EXTRA_DIST = $(desktop_DATA) $(pkgdata_DATA) $(pixmap_DATA) \
15+
EXTRA_DIST = config.rpath mkinstalldirs $(desktop_DATA) $(pkgdata_DATA) $(pixmap_DATA) \
1616
sweep.spec README.Solaris README.ALSA README.i18n acconfig.h TODO
1717

1818
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure config.h.in \

0 commit comments

Comments
 (0)