We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0fd5e2 + e0c6f9f commit fa82068Copy full SHA for fa82068
configure.ac
@@ -11,6 +11,8 @@ AC_CONFIG_SRCDIR([src/rdate.c])
11
AC_CONFIG_HEADERS([config.h])
12
AC_ARG_VAR([kernel_version], [the version of the kernel to build against])
13
14
+AC_CANONICAL_HOST
15
+
16
# Checks for programs.
17
AC_PROG_CC
18
@@ -22,6 +24,8 @@ AC_PROG_INSTALL
22
24
AC_PROG_RANLIB
23
25
AC_PROG_EGREP
26
27
+AM_PROG_AR
28
29
# Checks for libraries.
30
AC_CHECK_LIB([c], [fork])
31
AC_CHECK_LIB([util], [malloc])
@@ -52,7 +56,6 @@ AC_CHECK_FUNCS([gettimeofday memset select socket])
52
56
AC_PATH_PROG([UNAME], [uname],
53
57
[:])
54
58
55
-AC_CANONICAL_HOST
59
# Determine the particulars of the host
60
case "${host}" in
61
*-*-linux*)
0 commit comments