POSIX.1 National Language Support API for MinGW
Révision | e8a4ca7c72694a37645e1013e561569c8dbb322b (tree) |
---|---|
l'heure | 2008-02-16 21:57:19 |
Auteur | Keith Marshall <keithmarshall@user...> |
Commiter | Keith Marshall |
MinGW-catgets version 1.0.1 released.
Source update only: correct make install' defect.
@@ -1,3 +1,19 @@ | ||
1 | +2008-02-16 Keith Marshall <keithmarshall@users.sourceforge.net> | |
2 | + | |
3 | + MinGW-catgets version 1.0.1 released. | |
4 | + Source update only: correct `make install' defect. | |
5 | + | |
6 | + * All files (RELEASE_1_0_1): CVS tag assigned. | |
7 | + | |
8 | + * configure.ac (PATCHLEVEL): Reactivate and increment. | |
9 | + * configure: Regenerated. | |
10 | + | |
11 | + * Makefile.in (EXECDEV_SCRIPTS): Don't explicitly include... | |
12 | + (all-targets): ...in this, but add to... | |
13 | + (all-scripts): ...this new target, included by... | |
14 | + (all-native): ...this. | |
15 | + (clean): Include EXECDEV_SCRIPTS. | |
16 | + | |
1 | 17 | 2008-01-12 Keith Marshall <keithmarshall@users.sourceforge.net> |
2 | 18 | |
3 | 19 | MinGW-catgets version 1.0 released. |
@@ -9,7 +9,7 @@ VERSION = @PACKAGE_VERSION@ | ||
9 | 9 | # Copyright (C) 2006, 2007, 2008, Keith Marshall |
10 | 10 | # |
11 | 11 | # Written by Keith Marshall <keithmarshall@users.sourceforge.net> |
12 | -# Last modification: 01-Jan-2008 | |
12 | +# Last modification: 15-Feb-2008 | |
13 | 13 | # |
14 | 14 | # |
15 | 15 | # This is free software. It is provided AS IS, in the hope that it may |
@@ -172,16 +172,17 @@ AUTOGENERATED = Automatically generated from $<; do not edit! | ||
172 | 172 | chmod 755 $@ |
173 | 173 | |
174 | 174 | all-dll = @MAKE_DLL@ |
175 | -all-targets = $(EXECDEV_SCRIPTS) @MAKE_TARGETS@ | |
175 | +all-targets = @MAKE_TARGETS@ | |
176 | 176 | |
177 | 177 | all: $(all-targets) |
178 | 178 | |
179 | -all-native: all-libs $(all-dll) all-bin all-doc | |
179 | +all-native: all-libs $(all-dll) all-bin all-scripts all-doc | |
180 | 180 | all-cross-hosted: all-native cross-build |
181 | 181 | |
182 | 182 | all-bin: $(BUILD_PROGS) |
183 | 183 | all-dll: $(BUILD_DLLS) |
184 | 184 | all-libs: $(BUILD_LIBS) |
185 | +all-scripts: $(EXECDEV_SCRIPTS) | |
185 | 186 | all-doc: all-man all-info all-htmldoc all-pdf all-ps |
186 | 187 | all-man: $(subst .man,.n,$(MANPAGE_SOURCES)) |
187 | 188 | all-info: |
@@ -366,7 +367,7 @@ devdist-headers-install: nl_types.h langinfo.h | ||
366 | 367 | clean: FORCE |
367 | 368 | if test -d cross-build; then cd cross-build; $(MAKE) $@; fi |
368 | 369 | rm -f nlspath.h $(LOCAL_HEADERS) $(REPLACEMENT_HEADERS) |
369 | - rm -f *.$(OBJEXT) *~ gencat$(EXEEXT) *.n *.a *.dll | |
370 | + rm -f *.$(OBJEXT) *~ gencat$(EXEEXT) $(EXECDEV_SCRIPTS) *.n *.a *.dll | |
370 | 371 | |
371 | 372 | distclean: distclean-cross-hosted clean |
372 | 373 | rm -rf Makefile config.h config.[ls]* autom4te.cache |
@@ -374,4 +375,4 @@ distclean: distclean-cross-hosted clean | ||
374 | 375 | distclean-cross-hosted: FORCE |
375 | 376 | rm -rf cross-build |
376 | 377 | |
377 | -# $RCSfile$Revision: 1.6 $: end of file | |
378 | +# $RCSfile$Revision: 1.7 $: end of file |
@@ -1,6 +1,6 @@ | ||
1 | 1 | #! /bin/sh |
2 | 2 | # Guess values for system-dependent variables and create Makefiles. |
3 | -# Generated by GNU Autoconf 2.59 for MinGW catgets 1.0. | |
3 | +# Generated by GNU Autoconf 2.59 for MinGW catgets 1.0.1. | |
4 | 4 | # |
5 | 5 | # Report bugs to <https://sourceforge.net/tracker/?group_id=2435&atid=102435>. |
6 | 6 | # |
@@ -269,8 +269,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} | ||
269 | 269 | # Identity of this package. |
270 | 270 | PACKAGE_NAME='MinGW catgets' |
271 | 271 | PACKAGE_TARNAME='mingw-catgets' |
272 | -PACKAGE_VERSION='1.0' | |
273 | -PACKAGE_STRING='MinGW catgets 1.0' | |
272 | +PACKAGE_VERSION='1.0.1' | |
273 | +PACKAGE_STRING='MinGW catgets 1.0.1' | |
274 | 274 | PACKAGE_BUGREPORT='https://sourceforge.net/tracker/?group_id=2435&atid=102435' |
275 | 275 | |
276 | 276 | # Factoring default headers for most tests. |
@@ -779,7 +779,7 @@ if test "$ac_init_help" = "long"; then | ||
779 | 779 | # Omit some internal or obsolete options to make the list less imposing. |
780 | 780 | # This message is too long to be a string in the A/UX 3.1 sh. |
781 | 781 | cat <<_ACEOF |
782 | -\`configure' configures MinGW catgets 1.0 to adapt to many kinds of systems. | |
782 | +\`configure' configures MinGW catgets 1.0.1 to adapt to many kinds of systems. | |
783 | 783 | |
784 | 784 | Usage: $0 [OPTION]... [VAR=VALUE]... |
785 | 785 |
@@ -836,7 +836,7 @@ fi | ||
836 | 836 | |
837 | 837 | if test -n "$ac_init_help"; then |
838 | 838 | case $ac_init_help in |
839 | - short | recursive ) echo "Configuration of MinGW catgets 1.0:";; | |
839 | + short | recursive ) echo "Configuration of MinGW catgets 1.0.1:";; | |
840 | 840 | esac |
841 | 841 | cat <<\_ACEOF |
842 | 842 |
@@ -958,7 +958,7 @@ fi | ||
958 | 958 | test -n "$ac_init_help" && exit 0 |
959 | 959 | if $ac_init_version; then |
960 | 960 | cat <<\_ACEOF |
961 | -MinGW catgets configure 1.0 | |
961 | +MinGW catgets configure 1.0.1 | |
962 | 962 | generated by GNU Autoconf 2.59 |
963 | 963 | |
964 | 964 | Copyright (C) 2003 Free Software Foundation, Inc. |
@@ -972,7 +972,7 @@ cat >&5 <<_ACEOF | ||
972 | 972 | This file contains any messages produced by compilers while |
973 | 973 | running configure, to aid debugging if configure makes a mistake. |
974 | 974 | |
975 | -It was created by MinGW catgets $as_me 1.0, which was | |
975 | +It was created by MinGW catgets $as_me 1.0.1, which was | |
976 | 976 | generated by GNU Autoconf 2.59. Invocation command line was |
977 | 977 | |
978 | 978 | $ $0 $@ |
@@ -5577,7 +5577,7 @@ _ASBOX | ||
5577 | 5577 | } >&5 |
5578 | 5578 | cat >&5 <<_CSEOF |
5579 | 5579 | |
5580 | -This file was extended by MinGW catgets $as_me 1.0, which was | |
5580 | +This file was extended by MinGW catgets $as_me 1.0.1, which was | |
5581 | 5581 | generated by GNU Autoconf 2.59. Invocation command line was |
5582 | 5582 | |
5583 | 5583 | CONFIG_FILES = $CONFIG_FILES |
@@ -5637,7 +5637,7 @@ _ACEOF | ||
5637 | 5637 | |
5638 | 5638 | cat >>$CONFIG_STATUS <<_ACEOF |
5639 | 5639 | ac_cs_version="\\ |
5640 | -MinGW catgets config.status 1.0 | |
5640 | +MinGW catgets config.status 1.0.1 | |
5641 | 5641 | configured by $0, generated by GNU Autoconf 2.59, |
5642 | 5642 | with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" |
5643 | 5643 |
@@ -6346,4 +6346,4 @@ if test "$no_create" != yes; then | ||
6346 | 6346 | fi |
6347 | 6347 | |
6348 | 6348 | # |
6349 | -# $RCSfile$Revision: 1.5 $: end of file | |
6349 | +# $RCSfile$Revision: 1.6 $: end of file |
@@ -20,7 +20,7 @@ | ||
20 | 20 | # |
21 | 21 | # PATCHLEVEL is optional; comment/uncomment and adjust as required. |
22 | 22 | # |
23 | -# MINGW_AC_DEFINE_PACKAGE_ID([PATCHLEVEL], [0]) | |
23 | + MINGW_AC_DEFINE_PACKAGE_ID([PATCHLEVEL], [1]) | |
24 | 24 | # |
25 | 25 | # DLL_VERSION is required; installed DLLs will be versioned, by |
26 | 26 | # appending a hyphen, the specified tag value, and then the `.dll' |
@@ -129,4 +129,4 @@ | ||
129 | 129 | AC_CONFIG_FILES([Makefile]) |
130 | 130 | AC_OUTPUT |
131 | 131 | # |
132 | -# $RCSfile$Revision: 1.5 $: end of file | |
132 | +# $RCSfile$Revision: 1.6 $: end of file |