• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

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

The MinGW.OSDN Installation Manager Tool


Commit MetaInfo

Revision74f4391b9b459976281f5c5f4cd4ecbf555c725e (tree)
Zeit2013-07-03 21:26:25
AutorKeith Marshall <keithmarshall@user...>
CommiterKeith Marshall

Log Message

Correct an omission from the source code distribution.

Ändern Zusammenfassung

Diff

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
11 2013-07-03 Keith Marshall <keithmarshall@users.sourceforge.net>
22
3+ Correct an omission from the source code distribution.
4+
5+ * Makefile.in (BUILD_AUX_FILES): Add makeopts.m4; this was omitted
6+ from the 2013-04-10 modification to fix MinGW-Bug #1601.
7+
8+2013-07-03 Keith Marshall <keithmarshall@users.sourceforge.net>
9+
310 Incorporate foundation for setup tool implementation.
411
512 * src/setup.cpp: New file; it implements the setup program.
--- a/Makefile.in
+++ b/Makefile.in
@@ -363,7 +363,8 @@ SRCDIST_SUBDIRS = src src/pkginfo srcdist-doc icons \
363363 # from the project's global build-aux repository...
364364 #
365365 BUILD_AUX_DIRS = build-aux build-aux/m4
366-BUILD_AUX_FILES = config.guess config.sub install-sh missing.m4
366+BUILD_AUX_FILES = config.guess config.sub install-sh \
367+ makeopts.m4 missing.m4
367368
368369 # The names of distributed package archive files incorporate version
369370 # information, derived from PACKAGE_VERSION; this is decomposed, so that