Skip to content

Commit 206268c

Browse files
authored
Merge pull request #1918 from sevan/autotools-infra
Autotools infra
2 parents bbaec51 + 8119565 commit 206268c

17 files changed

+2184
-1674
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ autom4te.cache/
77
.gdb_history
88
.#*
99
*~
10+
config.log

config.h.in

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,15 @@
3636
/* Define to 1 if you have the <inttypes.h> header file. */
3737
#undef HAVE_INTTYPES_H
3838

39-
/* Define to 1 if you have the `boost_regex' library (-lboost_regex). */
39+
/* Define to 1 if you have the 'boost_regex' library (-lboost_regex). */
4040
#undef HAVE_LIBBOOST_REGEX
4141

42-
/* Define to 1 if you have the `boost_system' library (-lboost_system). */
42+
/* Define to 1 if you have the 'boost_system' library (-lboost_system). */
4343
#undef HAVE_LIBBOOST_SYSTEM
4444

45-
/* Define to 1 if you have the `pthread' library (-lpthread). */
45+
/* Define to 1 if you have the 'pthread' library (-lpthread). */
4646
#undef HAVE_LIBPTHREAD
4747

48-
/* Define to 1 if you have the <memory.h> header file. */
49-
#undef HAVE_MEMORY_H
50-
5148
/* Define to 1 if struct statx exists. */
5249
#undef HAVE_STATX
5350

@@ -57,6 +54,9 @@
5754
/* Define to 1 if you have the <stdint.h> header file. */
5855
#undef HAVE_STDINT_H
5956

57+
/* Define to 1 if you have the <stdio.h> header file. */
58+
#undef HAVE_STDIO_H
59+
6060
/* Define to 1 if you have the <stdlib.h> header file. */
6161
#undef HAVE_STDLIB_H
6262

@@ -108,7 +108,9 @@
108108
/* Define if subproject MCPPBS_SPROJ_NORM is enabled */
109109
#undef SPIKE_MAIN_ENABLED
110110

111-
/* Define to 1 if you have the ANSI C header files. */
111+
/* Define to 1 if all of the C89 standard headers exist (not just the ones
112+
required in a freestanding environment). This macro is provided for
113+
backward compatibility; new code need not use it. */
112114
#undef STDC_HEADERS
113115

114116
/* Default value for --target switch */

0 commit comments

Comments
 (0)