source: configure.ac @ ccf520e

Revision ccf520e, 384 bytes checked in by Hal Finkel <hfinkel@…>, 10 years ago (diff)

Initial Commit

  • Property mode set to 100644
Line 
1AC_INIT([hpcrc64], [1.0], [[email protected]])
2AC_CONFIG_AUX_DIR([build-aux])
3AC_CONFIG_MACRO_DIR([m4])
4AC_CONFIG_SRCDIR([src/CRC64.c])
5AM_INIT_AUTOMAKE([foreign -Wall -Werror])
6LT_INIT
7
8AC_PROG_CC
9
10AX_OPENMP
11AC_PROG_CC_C99
12
13AC_PROG_CXX
14
15AC_SEARCH_LIBS(clock_gettime,rt)
16
17AC_CONFIG_HEADERS([config.h])
18AC_CONFIG_FILES([Makefile include/Makefile src/Makefile tests/Makefile])
19AC_OUTPUT
20
Note: See TracBrowser for help on using the repository browser.