Skip to content

Commit fa82068

Browse files
authored
Merge pull request #4 from thesamesam/respect-ar
Respect AR from environment
2 parents f0fd5e2 + e0c6f9f commit fa82068

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

configure.ac

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ AC_CONFIG_SRCDIR([src/rdate.c])
1111
AC_CONFIG_HEADERS([config.h])
1212
AC_ARG_VAR([kernel_version], [the version of the kernel to build against])
1313

14+
AC_CANONICAL_HOST
15+
1416
# Checks for programs.
1517
AC_PROG_CC
1618

@@ -22,6 +24,8 @@ AC_PROG_INSTALL
2224
AC_PROG_RANLIB
2325
AC_PROG_EGREP
2426

27+
AM_PROG_AR
28+
2529
# Checks for libraries.
2630
AC_CHECK_LIB([c], [fork])
2731
AC_CHECK_LIB([util], [malloc])
@@ -52,7 +56,6 @@ AC_CHECK_FUNCS([gettimeofday memset select socket])
5256
AC_PATH_PROG([UNAME], [uname],
5357
[:])
5458

55-
AC_CANONICAL_HOST
5659
# Determine the particulars of the host
5760
case "${host}" in
5861
*-*-linux*)

0 commit comments

Comments
 (0)