• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

POSIX.1 National Language Support API for MinGW


Commit MetaInfo

修订版e8a4ca7c72694a37645e1013e561569c8dbb322b (tree)
时间2008-02-16 21:57:19
作者Keith Marshall <keithmarshall@user...>
CommiterKeith Marshall

Log Message

MinGW-catgets version 1.0.1 released.
Source update only: correct make install' defect.

更改概述

差异

--- a/ChangeLog
+++ b/ChangeLog
@@ -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+
117 2008-01-12 Keith Marshall <keithmarshall@users.sourceforge.net>
218
319 MinGW-catgets version 1.0 released.
--- a/Makefile.in
+++ b/Makefile.in
@@ -9,7 +9,7 @@ VERSION = @PACKAGE_VERSION@
99 # Copyright (C) 2006, 2007, 2008, Keith Marshall
1010 #
1111 # Written by Keith Marshall <keithmarshall@users.sourceforge.net>
12-# Last modification: 01-Jan-2008
12+# Last modification: 15-Feb-2008
1313 #
1414 #
1515 # 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!
172172 chmod 755 $@
173173
174174 all-dll = @MAKE_DLL@
175-all-targets = $(EXECDEV_SCRIPTS) @MAKE_TARGETS@
175+all-targets = @MAKE_TARGETS@
176176
177177 all: $(all-targets)
178178
179-all-native: all-libs $(all-dll) all-bin all-doc
179+all-native: all-libs $(all-dll) all-bin all-scripts all-doc
180180 all-cross-hosted: all-native cross-build
181181
182182 all-bin: $(BUILD_PROGS)
183183 all-dll: $(BUILD_DLLS)
184184 all-libs: $(BUILD_LIBS)
185+all-scripts: $(EXECDEV_SCRIPTS)
185186 all-doc: all-man all-info all-htmldoc all-pdf all-ps
186187 all-man: $(subst .man,.n,$(MANPAGE_SOURCES))
187188 all-info:
@@ -366,7 +367,7 @@ devdist-headers-install: nl_types.h langinfo.h
366367 clean: FORCE
367368 if test -d cross-build; then cd cross-build; $(MAKE) $@; fi
368369 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
370371
371372 distclean: distclean-cross-hosted clean
372373 rm -rf Makefile config.h config.[ls]* autom4te.cache
@@ -374,4 +375,4 @@ distclean: distclean-cross-hosted clean
374375 distclean-cross-hosted: FORCE
375376 rm -rf cross-build
376377
377-# $RCSfile$Revision: 1.6 $: end of file
378+# $RCSfile$Revision: 1.7 $: end of file
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
11 #! /bin/sh
22 # 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.
44 #
55 # Report bugs to <https://sourceforge.net/tracker/?group_id=2435&atid=102435>.
66 #
@@ -269,8 +269,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
269269 # Identity of this package.
270270 PACKAGE_NAME='MinGW catgets'
271271 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'
274274 PACKAGE_BUGREPORT='https://sourceforge.net/tracker/?group_id=2435&atid=102435'
275275
276276 # Factoring default headers for most tests.
@@ -779,7 +779,7 @@ if test "$ac_init_help" = "long"; then
779779 # Omit some internal or obsolete options to make the list less imposing.
780780 # This message is too long to be a string in the A/UX 3.1 sh.
781781 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.
783783
784784 Usage: $0 [OPTION]... [VAR=VALUE]...
785785
@@ -836,7 +836,7 @@ fi
836836
837837 if test -n "$ac_init_help"; then
838838 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:";;
840840 esac
841841 cat <<\_ACEOF
842842
@@ -958,7 +958,7 @@ fi
958958 test -n "$ac_init_help" && exit 0
959959 if $ac_init_version; then
960960 cat <<\_ACEOF
961-MinGW catgets configure 1.0
961+MinGW catgets configure 1.0.1
962962 generated by GNU Autoconf 2.59
963963
964964 Copyright (C) 2003 Free Software Foundation, Inc.
@@ -972,7 +972,7 @@ cat >&5 <<_ACEOF
972972 This file contains any messages produced by compilers while
973973 running configure, to aid debugging if configure makes a mistake.
974974
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
976976 generated by GNU Autoconf 2.59. Invocation command line was
977977
978978 $ $0 $@
@@ -5577,7 +5577,7 @@ _ASBOX
55775577 } >&5
55785578 cat >&5 <<_CSEOF
55795579
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
55815581 generated by GNU Autoconf 2.59. Invocation command line was
55825582
55835583 CONFIG_FILES = $CONFIG_FILES
@@ -5637,7 +5637,7 @@ _ACEOF
56375637
56385638 cat >>$CONFIG_STATUS <<_ACEOF
56395639 ac_cs_version="\\
5640-MinGW catgets config.status 1.0
5640+MinGW catgets config.status 1.0.1
56415641 configured by $0, generated by GNU Autoconf 2.59,
56425642 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
56435643
@@ -6346,4 +6346,4 @@ if test "$no_create" != yes; then
63466346 fi
63476347
63486348 #
6349-# $RCSfile$Revision: 1.5 $: end of file
6349+# $RCSfile$Revision: 1.6 $: end of file
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@
2020 #
2121 # PATCHLEVEL is optional; comment/uncomment and adjust as required.
2222 #
23-# MINGW_AC_DEFINE_PACKAGE_ID([PATCHLEVEL], [0])
23+ MINGW_AC_DEFINE_PACKAGE_ID([PATCHLEVEL], [1])
2424 #
2525 # DLL_VERSION is required; installed DLLs will be versioned, by
2626 # appending a hyphen, the specified tag value, and then the `.dll'
@@ -129,4 +129,4 @@
129129 AC_CONFIG_FILES([Makefile])
130130 AC_OUTPUT
131131 #
132-# $RCSfile$Revision: 1.5 $: end of file
132+# $RCSfile$Revision: 1.6 $: end of file