The MinGW.org Installation Manager Tool
Revision | 8e3fbb5cf1995956c898c5b0b807d2827082d822 (tree) |
---|---|
Time | 2012-09-13 06:26:57 |
Author | Keith Marshall <keithmarshall@user...> |
Commiter | Keith Marshall |
Note relocation of m4 when packaging source distribution.
@@ -1,3 +1,9 @@ | ||
1 | +2012-09-12 Keith Marshall <keithmarshall@users.sourceforge.net> | |
2 | + | |
3 | + Note relocation of m4 when packaging source distribution. | |
4 | + | |
5 | + * Makefile.in (SRCDIST_SUBDIRS): Refer to build-aux/m4, not m4. | |
6 | + | |
1 | 7 | 2012-09-09 Keith Marshall <keithmarshall@users.sourceforge.net> |
2 | 8 | |
3 | 9 | Fix typo, and update licensing terms for embedded getopt.c |
@@ -175,8 +175,8 @@ LICENCE_FILES = README COPYING | ||
175 | 175 | SRCDIST_FILES = $(LICENCE_FILES) ChangeLog NEWS INSTALL \ |
176 | 176 | aclocal.m4 configure.ac configure Makefile.in version.c.in |
177 | 177 | |
178 | -SRCDIST_SUBDIRS = build-aux icons m4 src src/pkginfo srcdist-doc \ | |
179 | - scripts/libexec tinyxml xml | |
178 | +SRCDIST_SUBDIRS = build-aux build-aux/m4 icons src src/pkginfo \ | |
179 | + srcdist-doc scripts/libexec tinyxml xml | |
180 | 180 | |
181 | 181 | # The names of distributed pacakge archive files incorporate version |
182 | 182 | # information, derived from PACKAGE_VERSION; this is decomposed, so that |