OSDN Git Service

Make package installation prefix consistent throughout.
[mingw/mingw-org-wsl.git] / ChangeLog
1 2016-10-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
2
3         Make package installation prefix consistent throughout.
4
5         * configure.ac (AC_PREFIX_DEFAULT): Assign it; match it to...
6         * mingwrt/configure.ac w32api/configure.ac: ...these.
7
8 2016-07-19  Keith Marshall  <keithmarshall@users.sourceforge.net>
9
10         Update install-sh to match mingw.org/build-aux package.
11
12         * install-sh: New file; copied from build-aux package, it replaces...
13         * mingwrt/install-sh w32api/install-sh: ...both of these.
14
15 2016-07-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
16
17         Eliminate redundant configuration files.
18
19         * .gitignore .hgignore (mingwrt/aclocal.m4, mingwrt/VERSION.m4)
20         (w32api/aclocal.m4, w32api/VERSION.m4): Remove from SCM control.
21
22 2016-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
23
24         Support 'install-strip' as a universal make goal.
25
26         * Makefile.in (install-strip): New goal; it is a dependency of...
27         (subdirs): ...this subsidiary package directory collection.
28
29 2016-05-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
30
31         Integrate mingwrt and w32api build; synchronize versions.
32
33         * configure.ac Makefile.in: New files.
34
35         * VERSION.m4: New file; link it, to create and maintain an identical
36         copy of it, in each of the mingwrt and w32api sub-package directories.
37         (__VERSION__): New macro; define and initialize it, in preparation
38         for forthcoming integrated version 5.0 release.
39
40         * aclocal.m4: New file; link it, to make it an identical copy of
41         each identically named file, in each of the sub-package directories.
42         (__VERSION__): New macro; include VERSION.m4 to define it.
43         (__BUG_REPORT_URL__): New macro; define it.
44
45 2014-10-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
46
47         Merge .hgignore from "master" branch to "legacy".
48
49         * .hgignore: New file.
50
51 2014-10-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
52
53         Import w32api-3.17 source code on "legacy" branch.
54
55         * w32api: New directory; use w32api-3.17-2 release as baseline for
56         import; once again, original CVS history is NOT preserved.
57
58 2014-10-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
59
60         Create "legacy" branch; import mingwrt-3.20 source code.
61
62         * mingwrt: New directory; use mingwrt-3.20-2 release as baseline
63         for import; original CVS history is NOT preserved.
64
65 2012-08-08  Earnie Boyd  <earnie@users.sourceforge.net>
66
67         * ChangeLog: New file.
68         * LICENSE: Ditto.
69         * README: Ditto.
70         * .gitignore: Ditto.