Skip to content

Commit 89c0946

Browse files
committed
Merged autopoint_test branch to head
1 parent 7a36ed0 commit 89c0946

Some content is hidden

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

112 files changed

+57
-20176
lines changed

ABOUT-NLS

-768
This file was deleted.

Makefile.am

+26-4
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,31 @@
99
# build directory. This is probably a bug in my version of automake (1.6.1).
1010

1111
auxdir = @ac_aux_dir@
12-
EXTRA_DIST = bootstrap BUGS CREDITS
12+
EXTRA_DIST = ABOUT-NLS bootstrap BUGS CREDITS
1313
AUTOMAKE_OPTIONS = 1.6 dist-bzip2
1414
ACLOCAL_AMFLAGS = -I config
15-
SUBDIRS = config contrib intl po src docs
16-
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure \
17-
config.h.in config.status config.log
15+
SUBDIRS = config intl contrib src docs po
16+
17+
## remove gettext macros here, as aclocal.m4 depends on them
18+
MAINTAINERCLEANFILES = ABOUT-NLS Makefile.in aclocal.m4 configure \
19+
config.h.in config.status config.log \
20+
config/codeset.m4 config/gettext.m4 \
21+
config/glibc21.m4 config/iconv.m4 config/intdiv0.m4 \
22+
config/intmax.m4 config/inttypes-pri.m4 \
23+
config/inttypes.m4 config/inttypes_h.m4 \
24+
config/isc-posix.m4 config/lcmessage.m4 \
25+
config/lib-ld.m4 config/lib-link.m4 \
26+
config/lib-prefix.m4 config/longdouble.m4 \
27+
config/longlong.m4 config/nls.m4 config/po.m4 \
28+
config/printf-posix.m4 config/progtest.m4 \
29+
config/signed.m4 config/size_max.m4 \
30+
config/stdint_h.m4 config/uintmax_t.m4 \
31+
config/ulonglong.m4 config/wchar_t.m4 \
32+
config/wint_t.m4 config/xsize.m4 \
33+
po/Makefile.in.in po/Makevars.template \
34+
po/Rules-quot po/boldquot.sed po/[email protected] \
35+
po/[email protected] po/insert-header.sin po/quot.sed \
36+
po/remove-potcdate.sin po/nc6.pot
37+
38+
maintainer-clean-local:
39+
rm -rf intl

bootstrap

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#! /bin/sh
77

88
set -x
9+
autopoint
910
aclocal -I config $@
1011
autoheader
1112
automake --add-missing --copy

config/ChangeLog

-32
This file was deleted.

config/Makefile.am

+13-11
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1+
EXTRA_DIST = ai_constants.m4 in6_guess_stack.m4 member_sin6_scope_id.m4 \
2+
paths.m4 proto_bluez.m4 proto_inet6.m4 somaxconn_constant.m4 \
3+
type_socklen_t.m4 type_struct_sockaddr_in6.m4 \
4+
type_struct_sockaddr_l2.m4 type_struct_sockaddr_storage.m4 \
5+
wait_any_constant.m4 \
6+
codeset.m4 gettext.m4 glibc21.m4 iconv.m4 intdiv0.m4 intmax.m4 \
7+
inttypes-pri.m4 inttypes.m4 inttypes_h.m4 isc-posix.m4 \
8+
lcmessage.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 longdouble.m4 \
9+
longlong.m4 nls.m4 po.m4 printf-posix.m4 progtest.m4 \
10+
signed.m4 size_max.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4 \
11+
wchar_t.m4 wint_t.m4 xsize.m4
112

2-
EXTRA_DIST = codeset.m4 glibc21.m4 iconv.m4 intdiv0.m4 intmax.m4 inttypes.m4 \
3-
inttypes_h.m4 inttypes-pri.m4 isc-posix.m4 lcmessage.m4 lib-ld.m4 \
4-
lib-link.m4 lib-prefix.m4 longdouble.m4 longlong.m4 nls.m4 po.m4 \
5-
printf-posix.m4 progtest.m4 signed.m4 size_max.m4 stdint_h.m4 \
6-
uintmax_t.m4 ulonglong.m4 wchar_t.m4 wint_t.m4 xsize.m4 \
7-
config.rpath ai_constants.m4 in6_guess_stack.m4 \
8-
member_sin6_scope_id.m4 paths.m4 proto_inet6.m4 \
9-
type_struct_sockaddr_storage.m4 type_struct_sockaddr_in6.m4 \
10-
type_socklen_t.m4 somaxconn_constant.m4 wait_any_constant.m4 \
11-
proto_bluez.m4 type_struct_sockaddr_l2.m4 gettext.m4
1213

13-
MAINTAINERCLEANFILES = Makefile.in depcomp install-sh missing mkinstalldirs
1414

15+
MAINTAINERCLEANFILES = Makefile.in depcomp install-sh missing mkinstalldirs \
16+
config.guess config.rpath config.sub

config/codeset.m4

-23
This file was deleted.

0 commit comments

Comments
 (0)