The MinGW.OSDN Installation Manager Tool
Revision | 74f4391b9b459976281f5c5f4cd4ecbf555c725e (tree) |
---|---|
Zeit | 2013-07-03 21:26:25 |
Autor | Keith Marshall <keithmarshall@user...> |
Commiter | Keith Marshall |
Correct an omission from the source code distribution.
@@ -1,5 +1,12 @@ | ||
1 | 1 | 2013-07-03 Keith Marshall <keithmarshall@users.sourceforge.net> |
2 | 2 | |
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 | + | |
3 | 10 | Incorporate foundation for setup tool implementation. |
4 | 11 | |
5 | 12 | * src/setup.cpp: New file; it implements the setup program. |
@@ -363,7 +363,8 @@ SRCDIST_SUBDIRS = src src/pkginfo srcdist-doc icons \ | ||
363 | 363 | # from the project's global build-aux repository... |
364 | 364 | # |
365 | 365 | 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 | |
367 | 368 | |
368 | 369 | # The names of distributed package archive files incorporate version |
369 | 370 | # information, derived from PACKAGE_VERSION; this is decomposed, so that |