OSDN Git Service

Add extra autoconf macro support for 'make' feature checks.
[mingw/build-aux.git] / ChangeLog
1 2013-04-10  Keith Marshall  <keithmarshall@users.sourceforge.net>
2
3         Add extra autoconf macro support for 'make' feature checks.
4
5         * m4/makeopts.m4: New file; it provides this...
6         (MINGW_AC_MAKE_OPTION_SUPPORTED): ...generic check for acceptance of
7         any nominated 'make' command line option, extended by this...
8         (MINGW_AC_MAKE_NO_PRINT_DIRECTORY): ...specific check for support for
9         GNU make's '--no-print-directory' option.
10
11 2012-08-06  Earnie Boyd  <earnie@users.sourceforge.net>
12
13         * .gitignore: New file.
14
15 2010-06-09  Keith Marshall  <keithmarshall@users.sourceforge.net>
16
17         Add install-sh script.
18
19         * install-sh: New file; copy it from autoconf-2.63 sources.
20
21 2010-05-18  Keith Marshall  <keithmarshall@users.sourceforge.net>
22
23         Add canonical sources for GNU config scripts.
24
25         * config.guess, config.sub: New files; copy them from the git
26         repository on savannah.gnu.org
27
28 2010-04-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
29
30         Initialise MinGW/build-aux CVS module.
31
32         * build-aux: New CVS module.
33         
34         * README ChangeLog: New files.
35         * m4: New directory; add it.
36         * m4/missing.m4: New file.
37
38         * CVSROOT/modules (modules): New self-referencing module; define it.
39         (missing.m4): New module reference to build-aux/m4/missing.m4; it will
40         incorporate m4/missing.m4 into any module embedding it.