• R/O
  • HTTP
  • SSH
  • HTTPS

lha: Commit


Commit MetaInfo

Revision96ce732fe0a93573b1b7da86ea10bc4d507fd152 (tree)
Time2016-01-04 18:55:21
AuthorYohei Endo <yoheie@gmai...>
CommiterYohei Endo

Log Message

Remove config.h.in

config.h.in is generated by autoheader.
Fix usage of Autotools commands described in README.jp.md and INSTALL.

Change Summary

Incremental Difference

--- a/.gitignore
+++ b/.gitignore
@@ -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
--- a/INSTALL
+++ b/INSTALL
@@ -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.]
--- a/README.jp.md
+++ b/README.jp.md
@@ -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
--- a/config.h.in
+++ /dev/null
@@ -1,319 +0,0 @@
1-/* config.h.in. Generated from configure.ac by autoheader. */
2-
3-/* Define to comma separated suffixes list if you wish to regard it as
4- implicit archive suffixes. */
5-#undef ADDITIONAL_SUFFIXES
6-
7-/* Define to 1 if you want to leave an old archive */
8-#undef BACKUP_OLD_ARCHIVE
9-
10-/* Define it to 5, 6 or 7 which you want to use -lhX- method, default */
11-#undef DEFAULT_LZHUFF_METHOD
12-
13-/* Define to 1 if the 2nd argument of gettimeofday() is effective. */
14-#undef GETTIMEOFDAY_HAS_2ND_ARG
15-
16-/* Define to 1 if you have the `basename' function. */
17-#undef HAVE_BASENAME
18-
19-/* Define to 1 if you have the `chsize' function. */
20-#undef HAVE_CHSIZE
21-
22-/* Define to 1 if you have the declaration of `basename', and to 0 if you
23- don't. */
24-#undef HAVE_DECL_BASENAME
25-
26-/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
27- */
28-#undef HAVE_DECL_TZNAME
29-
30-/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
31- */
32-#undef HAVE_DIRENT_H
33-
34-/* Define to 1 if you have the <fcntl.h> header file. */
35-#undef HAVE_FCNTL_H
36-
37-/* Define to 1 if you have the `fnmatch' function. */
38-#undef HAVE_FNMATCH
39-
40-/* Define to 1 if you have the <fnmatch.h> header file. */
41-#undef HAVE_FNMATCH_H
42-
43-/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
44-#undef HAVE_FSEEKO
45-
46-/* Define to 1 if you have the `ftello' function. */
47-#undef HAVE_FTELLO
48-
49-/* Define to 1 if you have the `ftime' function. */
50-#undef HAVE_FTIME
51-
52-/* Define to 1 if you have the `ftruncate' function. */
53-#undef HAVE_FTRUNCATE
54-
55-/* Define to 1 if you have the `getgrgid' function. */
56-#undef HAVE_GETGRGID
57-
58-/* Define to 1 if you have the `getgrnam' function. */
59-#undef HAVE_GETGRNAM
60-
61-/* Define to 1 if you have the `getpwnam' function. */
62-#undef HAVE_GETPWNAM
63-
64-/* Define to 1 if you have the `getpwuid' function. */
65-#undef HAVE_GETPWUID
66-
67-/* Define to 1 if you have the `gettimeofday' function. */
68-#undef HAVE_GETTIMEOFDAY
69-
70-/* Define to 1 if the system has the type `gid_t'. */
71-#undef HAVE_GID_T
72-
73-/* Define to 1 if you have the <grp.h> header file. */
74-#undef HAVE_GRP_H
75-
76-/* Define to 1 if you have the `iconv' function. */
77-#undef HAVE_ICONV
78-
79-/* Define to 1 if you have the <inttypes.h> header file. */
80-#undef HAVE_INTTYPES_H
81-
82-/* Define to 1 if you have the `lchown' function. */
83-#undef HAVE_LCHOWN
84-
85-/* Define to 1 if you have the `applefile' library (-lapplefile). */
86-#undef HAVE_LIBAPPLEFILE
87-
88-/* Define to 1 if you have the <limits.h> header file. */
89-#undef HAVE_LIMITS_H
90-
91-/* Define to 1 if the system has the type `long long'. */
92-#undef HAVE_LONG_LONG
93-
94-/* Define to 1 if you have the `memcpy' function. */
95-#undef HAVE_MEMCPY
96-
97-/* Define to 1 if you have the `memmove' function. */
98-#undef HAVE_MEMMOVE
99-
100-/* Define to 1 if you have the <memory.h> header file. */
101-#undef HAVE_MEMORY_H
102-
103-/* Define to 1 if you have the `memset' function. */
104-#undef HAVE_MEMSET
105-
106-/* Define to 1 if you have the `mkstemp' function. */
107-#undef HAVE_MKSTEMP
108-
109-/* Define to 1 if you have the `mktime' function. */
110-#undef HAVE_MKTIME
111-
112-/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
113-#undef HAVE_NDIR_H
114-
115-/* Define to 1 if you have the <pwd.h> header file. */
116-#undef HAVE_PWD_H
117-
118-/* Define to 1 if the system has the type `ssize_t'. */
119-#undef HAVE_SSIZE_T
120-
121-/* Define to 1 if you have the <stdint.h> header file. */
122-#undef HAVE_STDINT_H
123-
124-/* Define to 1 if you have the <stdlib.h> header file. */
125-#undef HAVE_STDLIB_H
126-
127-/* Define to 1 if you have the `strcasecmp' function. */
128-#undef HAVE_STRCASECMP
129-
130-/* Define to 1 if you have the `strchr' function. */
131-#undef HAVE_STRCHR
132-
133-/* Define to 1 if you have the `strdup' function. */
134-#undef HAVE_STRDUP
135-
136-/* Define to 1 if you have the <strings.h> header file. */
137-#undef HAVE_STRINGS_H
138-
139-/* Define to 1 if you have the <string.h> header file. */
140-#undef HAVE_STRING_H
141-
142-/* Define to 1 if `st_ino' is a member of `struct stat'. */
143-#undef HAVE_STRUCT_STAT_ST_INO
144-
145-/* Define to 1 if `tm_gmtoff' is a member of `struct tm'. */
146-#undef HAVE_STRUCT_TM_TM_GMTOFF
147-
148-/* Define to 1 if `tm_zone' is a member of `struct tm'. */
149-#undef HAVE_STRUCT_TM_TM_ZONE
150-
151-/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
152- */
153-#undef HAVE_SYS_DIR_H
154-
155-/* Define to 1 if you have the <sys/file.h> header file. */
156-#undef HAVE_SYS_FILE_H
157-
158-/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
159- */
160-#undef HAVE_SYS_NDIR_H
161-
162-/* Define to 1 if you have the <sys/param.h> header file. */
163-#undef HAVE_SYS_PARAM_H
164-
165-/* Define to 1 if you have the <sys/stat.h> header file. */
166-#undef HAVE_SYS_STAT_H
167-
168-/* Define to 1 if you have the <sys/time.h> header file. */
169-#undef HAVE_SYS_TIME_H
170-
171-/* Define to 1 if you have the <sys/types.h> header file. */
172-#undef HAVE_SYS_TYPES_H
173-
174-/* Define to 1 if you have the `timelocal' function. */
175-#undef HAVE_TIMELOCAL
176-
177-/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
178- `HAVE_STRUCT_TM_TM_ZONE' instead. */
179-#undef HAVE_TM_ZONE
180-
181-/* Define to 1 if you don't have `tm_zone' but do have the external array
182- `tzname'. */
183-#undef HAVE_TZNAME
184-
185-/* Define to 1 if you have the `tzset' function. */
186-#undef HAVE_TZSET
187-
188-/* Define to 1 if the system has the type `uid_t'. */
189-#undef HAVE_UID_T
190-
191-/* Define to 1 if the system has the type `uint64_t'. */
192-#undef HAVE_UINT64_T
193-
194-/* Define to 1 if you have the <unistd.h> header file. */
195-#undef HAVE_UNISTD_H
196-
197-/* Define to 1 if you have the `utime' function. */
198-#undef HAVE_UTIME
199-
200-/* Define to 1 if you have the <utime.h> header file. */
201-#undef HAVE_UTIME_H
202-
203-/* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */
204-#undef HAVE_UTIME_NULL
205-
206-/* Define to 1 if you have the `vsnprintf' function. */
207-#undef HAVE_VSNPRINTF
208-
209-/* Define to 1 if you want to use the user/group name extened header */
210-#undef INCLUDE_OWNER_NAME_IN_HEADER
211-
212-/* specified options for the configure script. */
213-#undef LHA_CONFIGURE_OPTIONS
214-
215-/* Define to CODE_EUC or CODE_SJIS if you want to use multibyte filename */
216-#undef MULTIBYTE_FILENAME
217-
218-/* Define to 1 if you want to use the incremental indicator */
219-#undef NEED_INCREMENTAL_INDICATOR
220-
221-/* Name of package */
222-#undef PACKAGE
223-
224-/* Define to the address where bug reports for this package should be sent. */
225-#undef PACKAGE_BUGREPORT
226-
227-/* Define to the full name of this package. */
228-#undef PACKAGE_NAME
229-
230-/* Define to the full name and version of this package. */
231-#undef PACKAGE_STRING
232-
233-/* Define to the one symbol short name of this package. */
234-#undef PACKAGE_TARNAME
235-
236-/* Define to the home page for this package. */
237-#undef PACKAGE_URL
238-
239-/* Define to the version of this package. */
240-#undef PACKAGE_VERSION
241-
242-/* the type of system on which the package will run. */
243-#undef PLATFORM
244-
245-/* Define as the return type of signal handlers (`int' or `void'). */
246-#undef RETSIGTYPE
247-
248-/* The size of `long', as computed by sizeof. */
249-#undef SIZEOF_LONG
250-
251-/* The size of `off_t', as computed by sizeof. */
252-#undef SIZEOF_OFF_T
253-
254-/* Define to 1 if you have the ANSI C header files. */
255-#undef STDC_HEADERS
256-
257-/* Define to 1 if strchr()/strrchr() works correctly. */
258-#undef STRCHR_8BIT_CLEAN
259-
260-/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
261-#undef TIME_WITH_SYS_TIME
262-
263-/* temporary file template for mktemp/mkstemp */
264-#undef TMP_FILENAME_TEMPLATE
265-
266-/* Define to 1 if your <sys/time.h> declares `struct tm'. */
267-#undef TM_IN_SYS_TIME
268-
269-/* Enable extensions on AIX 3, Interix. */
270-#ifndef _ALL_SOURCE
271-# undef _ALL_SOURCE
272-#endif
273-/* Enable GNU extensions on systems that have them. */
274-#ifndef _GNU_SOURCE
275-# undef _GNU_SOURCE
276-#endif
277-/* Enable threading extensions on Solaris. */
278-#ifndef _POSIX_PTHREAD_SEMANTICS
279-# undef _POSIX_PTHREAD_SEMANTICS
280-#endif
281-/* Enable extensions on HP NonStop. */
282-#ifndef _TANDEM_SOURCE
283-# undef _TANDEM_SOURCE
284-#endif
285-/* Enable general extensions on Solaris. */
286-#ifndef __EXTENSIONS__
287-# undef __EXTENSIONS__
288-#endif
289-
290-
291-/* Version number of package */
292-#undef VERSION
293-
294-/* Enable large inode numbers on Mac OS X 10.5. */
295-#ifndef _DARWIN_USE_64_BIT_INODE
296-# define _DARWIN_USE_64_BIT_INODE 1
297-#endif
298-
299-/* Number of bits in a file offset, on hosts where this is settable. */
300-#undef _FILE_OFFSET_BITS
301-
302-/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
303-#undef _LARGEFILE_SOURCE
304-
305-/* Define for large files, on AIX-style hosts. */
306-#undef _LARGE_FILES
307-
308-/* Define to 1 if on MINIX. */
309-#undef _MINIX
310-
311-/* Define to 2 if the system does not provide POSIX.1 features except with
312- this defined. */
313-#undef _POSIX_1_SOURCE
314-
315-/* Define to 1 if you need to in order for `stat' and other things to work. */
316-#undef _POSIX_SOURCE
317-
318-/* Define to empty if `const' does not conform to ANSI C. */
319-#undef const
Show on old repository browser