• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

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

The MinGW.org Installation Manager Tool


Commit MetaInfo

Revision8e3fbb5cf1995956c898c5b0b807d2827082d822 (tree)
Time2012-09-13 06:26:57
AuthorKeith Marshall <keithmarshall@user...>
CommiterKeith Marshall

Log Message

Note relocation of m4 when packaging source distribution.

Change Summary

Incremental Difference

--- a/ChangeLog
+++ b/ChangeLog
@@ -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+
17 2012-09-09 Keith Marshall <keithmarshall@users.sourceforge.net>
28
39 Fix typo, and update licensing terms for embedded getopt.c
--- a/Makefile.in
+++ b/Makefile.in
@@ -175,8 +175,8 @@ LICENCE_FILES = README COPYING
175175 SRCDIST_FILES = $(LICENCE_FILES) ChangeLog NEWS INSTALL \
176176 aclocal.m4 configure.ac configure Makefile.in version.c.in
177177
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
180180
181181 # The names of distributed pacakge archive files incorporate version
182182 # information, derived from PACKAGE_VERSION; this is decomposed, so that