Revision ccf520e,
384 bytes
checked in by Hal Finkel <hfinkel@…>, 10 years ago
(diff) |
Initial Commit
|
-
Property mode set to
100644
|
Line | |
---|
1 | AC_INIT([hpcrc64], [1.0], [[email protected]]) |
---|
2 | AC_CONFIG_AUX_DIR([build-aux]) |
---|
3 | AC_CONFIG_MACRO_DIR([m4]) |
---|
4 | AC_CONFIG_SRCDIR([src/CRC64.c]) |
---|
5 | AM_INIT_AUTOMAKE([foreign -Wall -Werror]) |
---|
6 | LT_INIT |
---|
7 | |
---|
8 | AC_PROG_CC |
---|
9 | |
---|
10 | AX_OPENMP |
---|
11 | AC_PROG_CC_C99 |
---|
12 | |
---|
13 | AC_PROG_CXX |
---|
14 | |
---|
15 | AC_SEARCH_LIBS(clock_gettime,rt) |
---|
16 | |
---|
17 | AC_CONFIG_HEADERS([config.h]) |
---|
18 | AC_CONFIG_FILES([Makefile include/Makefile src/Makefile tests/Makefile]) |
---|
19 | AC_OUTPUT |
---|
20 | |
---|
Note: See
TracBrowser
for help on using the repository browser.