From df46022be6103cf7ba73063af26ae1b095df063a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCdepohl?= Date: Tue, 14 Jun 2016 11:54:39 +0200 Subject: [PATCH] Add AM_PROG_CC_C_O to configure.ac Recent autoconf has complained about the lack of this --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 44dd92b1..1ea35834 100644 --- a/configure.ac +++ b/configure.ac @@ -95,6 +95,7 @@ fi AC_PROG_INSTALL AM_PROG_AR AM_PROG_AS +AM_PROG_CC_C_O # Fortran AC_LANG([Fortran]) -- GitLab