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.
@@ -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 | + | |
1 | 9 | 2014-01-17 Keith Marshall <keithmarshall@users.sourceforge.net> |
2 | 10 | |
3 | 11 | Do not require pre-existence of features we are implementing. |
@@ -1,3 +1,6 @@ | ||
1 | +# -*- Autoconf -*- vim: filetype=config | |
2 | +# Process this file with autoconf to produce a configure script. | |
3 | + | |
1 | 4 | ## |
2 | 5 | # @file configure.ac |
3 | 6 | # Copyright 2012-2014 MinGW.org project |
@@ -22,9 +25,6 @@ | ||
22 | 25 | # DEALINGS IN THE SOFTWARE. |
23 | 26 | ## |
24 | 27 | |
25 | -# -*- Autoconf -*- | |
26 | -# Process this file with autoconf to produce a configure script. | |
27 | - | |
28 | 28 | AC_PREREQ([2.68]) |
29 | 29 | AC_INIT([MinGW.org WSL], [4.0], [http://www.mingw.org/report_bugs], [mingw-org-wsl], [http://www.mingw.org]) |
30 | 30 | AC_CONFIG_AUX_DIR([build-aux]) |