Skip to content

Commit 4a2858a

Browse files
committed
Ignore aclocal.m4 and configure files
Both are generated files and can be ignored.
1 parent a42cb47 commit 4a2858a

2 files changed

Lines changed: 12 additions & 14 deletions

File tree

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
*.o
22
*.a
33
*.lo
4+
aclocal.m4
45
autom4te.cache
56
config.log
67
config.status
8+
configure
79
configure.lineno
810
Makefile
911
Makefile.in
@@ -18,4 +20,4 @@ temp
1820
*.suo
1921
*.user
2022
*.userosscache
21-
*.sln.docstates
23+
*.sln.docstates

ac_config.h.in

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/* Define to 1 if you have the <dlfcn.h> header file. */
44
#undef HAVE_DLFCN_H
55

6-
/* Define to 1 if you have the 'freelocale' function. */
6+
/* Define to 1 if you have the `freelocale' function. */
77
#undef HAVE_FREELOCALE
88

99
/* Define to 1 if you have the <inttypes.h> header file. */
@@ -12,7 +12,7 @@
1212
/* Define to 1 if you have the <minix/config.h> header file. */
1313
#undef HAVE_MINIX_CONFIG_H
1414

15-
/* Define to 1 if you have the 'newlocale' function. */
15+
/* Define to 1 if you have the `newlocale' function. */
1616
#undef HAVE_NEWLOCALE
1717

1818
/* Define to 1 if you have the <stdint.h> header file. */
@@ -39,7 +39,7 @@
3939
/* Define to 1 if you have the <unistd.h> header file. */
4040
#undef HAVE_UNISTD_H
4141

42-
/* Define to 1 if you have the 'uselocale' function. */
42+
/* Define to 1 if you have the `uselocale' function. */
4343
#undef HAVE_USELOCALE
4444

4545
/* Define to 1 if you have the <wchar.h> header file. */
@@ -72,15 +72,15 @@
7272
/* Define to the version of this package. */
7373
#undef PACKAGE_VERSION
7474

75-
/* Define to 1 if all of the C89 standard headers exist (not just the ones
75+
/* Define to 1 if all of the C90 standard headers exist (not just the ones
7676
required in a freestanding environment). This macro is provided for
7777
backward compatibility; new code need not use it. */
7878
#undef STDC_HEADERS
7979

8080
/* Configured target name. */
8181
#undef TARGET
8282

83-
/* Enable extensions on AIX, Interix, z/OS. */
83+
/* Enable extensions on AIX 3, Interix. */
8484
#ifndef _ALL_SOURCE
8585
# undef _ALL_SOURCE
8686
#endif
@@ -141,15 +141,11 @@
141141
#ifndef __STDC_WANT_IEC_60559_DFP_EXT__
142142
# undef __STDC_WANT_IEC_60559_DFP_EXT__
143143
#endif
144-
/* Enable extensions specified by C23 Annex F. */
145-
#ifndef __STDC_WANT_IEC_60559_EXT__
146-
# undef __STDC_WANT_IEC_60559_EXT__
147-
#endif
148144
/* Enable extensions specified by ISO/IEC TS 18661-4:2015. */
149145
#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
150146
# undef __STDC_WANT_IEC_60559_FUNCS_EXT__
151147
#endif
152-
/* Enable extensions specified by C23 Annex H and ISO/IEC TS 18661-3:2015. */
148+
/* Enable extensions specified by ISO/IEC TS 18661-3:2015. */
153149
#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
154150
# undef __STDC_WANT_IEC_60559_TYPES_EXT__
155151
#endif
@@ -175,9 +171,9 @@
175171
/* Version number of package */
176172
#undef VERSION
177173

178-
/* Define to 1 if 'lex' declares 'yytext' as a 'char *' by default, not a
179-
'char[]'. */
174+
/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
175+
`char[]'. */
180176
#undef YYTEXT_POINTER
181177

182-
/* Define to empty if 'const' does not conform to ANSI C. */
178+
/* Define to empty if `const' does not conform to ANSI C. */
183179
#undef const

0 commit comments

Comments
 (0)