• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

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

The MinGW.org Windows System Libraries


コミットメタ情報

リビジョン9b32da3d44b248833a8b7498c1bb641b572fb54b (tree)
日時2014-01-21 07:56:34
作者Keith Marshall <keithmarshall@user...>
コミッターKeith Marshall

ログメッセージ

Correct position of Emacs mode specification lines.

変更サマリ

差分

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
1+2014-01-20 Keith Marshall <keithmarshall@users.sourceforge.net>
2+
3+ Correct position of Emacs mode specification lines.
4+
5+ * configure.ac: Emacs mode specification should appear on first
6+ non-blank line in file; relocate it accordingly. Also add explicit
7+ filetype mode specification for Vim.
8+
19 2014-01-17 Keith Marshall <keithmarshall@users.sourceforge.net>
210
311 Do not require pre-existence of features we are implementing.
--- a/configure.ac
+++ b/configure.ac
@@ -1,3 +1,6 @@
1+# -*- Autoconf -*- vim: filetype=config
2+# Process this file with autoconf to produce a configure script.
3+
14 ##
25 # @file configure.ac
36 # Copyright 2012-2014 MinGW.org project
@@ -22,9 +25,6 @@
2225 # DEALINGS IN THE SOFTWARE.
2326 ##
2427
25-# -*- Autoconf -*-
26-# Process this file with autoconf to produce a configure script.
27-
2828 AC_PREREQ([2.68])
2929 AC_INIT([MinGW.org WSL], [4.0], [http://www.mingw.org/report_bugs], [mingw-org-wsl], [http://www.mingw.org])
3030 AC_CONFIG_AUX_DIR([build-aux])