• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine 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

Revisiona2d40155d5b90bd425db4127ba2bd7fe7b565c6f (tree)
Zeit2013-10-16 05:15:59
AutorKeith Marshall <keithmarshall@user...>
CommiterKeith Marshall

Log Message

Add automated build time configuration management.

Ändern Zusammenfassung

Diff

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
1+2013-10-15 Keith Marshall <keithmarshall@users.sourceforge.net>
2+
3+ Add automated build time configuration management.
4+
5+ * Makefile.in (Makefile): Add regeneration rules, depending on...
6+ (VERSION.m4, configure.ac, aclocal.m4, missing.m4, makeopts.m4):
7+ ...these, if modified by the package maintainer, directed via...
8+ (config.status, configure): ...these, regenerated as required.
9+
110 2013-10-04 Keith Marshall <keithmarshall@users.sourceforge.net>
211
312 mingw-get-0.6.2-mingw32-beta-20131004-1 released.
--- a/Makefile.in
+++ b/Makefile.in
@@ -247,6 +247,22 @@ WITH_REQUEST = $(QUIET_MAKE) COMMAND
247247 execute-command:
248248 $(COMMAND)
249249
250+# Build system configuration management...
251+#
252+vpath configure @top_srcdir@
253+vpath configure.ac @top_srcdir@
254+vpath %.m4 @top_srcdir@:@top_srcdir@/build-aux/m4
255+vpath Makefile.in @top_srcdir@
256+
257+Makefile: Makefile.in VERSION.m4 config.status
258+ ./config.status
259+
260+config.status: configure
261+ ./config.status --recheck
262+
263+configure: configure.ac VERSION.m4 aclocal.m4 missing.m4 makeopts.m4
264+ cd ${abs_top_srcdir}; autoconf
265+
250266 # Compilation and dependency tracking...
251267 #
252268 DEPFLAGS = -MMD -MP