Skip to content

Commit 20b6ba8

Browse files
committed
Merge pull request #6 from yoheie/remove-config-h-in
Remove config.h.in
2 parents 2cdde71 + 96ce732 commit 20b6ba8

4 files changed

Lines changed: 3 additions & 321 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ autom4te.cache
66
compile
77
config.guess
88
config.h
9+
config.h.in
910
config.log
1011
config.status
1112
config.sub

INSTALL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ First, if there's no 'configure' script, you'll need to regenerate it.
66
This requires the GNU autoconf tools. Run them like this:
77

88
$ aclocal
9-
$ automake -a
109
$ autoheader
10+
$ automake -a
1111
$ autoconf
1212

1313
[or run the 'autoreconf -is' script.]

README.jp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ configure.ac, Makefile.am をメンテナンスする場合は以下の手順に
5454
cd lha-114i-acXXXXXXXX
5555
5656
aclocal
57-
automake -a
5857
autoheader
58+
automake -a
5959
autoconf
6060
6161
# aclocal から autoconf 実行までの手順は、最近では、autoreconf -is

config.h.in

Lines changed: 0 additions & 319 deletions
This file was deleted.

0 commit comments

Comments
 (0)