source: configure.ac @ e1066fc

Revision e1066fc, 395 bytes checked in by Hal Finkel <hfinkel@…>, 7 years ago (diff)

add AM_PROG_AR as required by newer versions of automake

  • 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])
6AM_PROG_AR
7LT_INIT
8
9AC_PROG_CC
10
11AX_OPENMP
12AC_PROG_CC_C99
13
14AC_PROG_CXX
15
16AC_SEARCH_LIBS(clock_gettime,rt)
17
18AC_CONFIG_HEADERS([config.h])
19AC_CONFIG_FILES([Makefile include/Makefile src/Makefile tests/Makefile])
20AC_OUTPUT
21
Note: See TracBrowser for help on using the repository browser.