From bd9055f2919f259524d02680121ecfcd8c730c4c Mon Sep 17 00:00:00 2001 From: QC Date: Sun, 1 Mar 2015 19:50:54 +0100 Subject: [PATCH] Patch from roomcays, fix building old version --- Makefile.am | 2 +- configure.ac | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 33b95821..8e22d903 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ # Specify automake version. -AUTOMAKE_OPTIONS = 1.14.0 +AUTOMAKE_OPTIONS = 1.13.4 ## # Rofi the program diff --git a/configure.ac b/configure.ac index 3c6445d6..834ebe6f 100644 --- a/configure.ac +++ b/configure.ac @@ -14,6 +14,7 @@ AM_SILENT_RULES([yes]) ## AC_PROG_CC([clang gcc cc]) AC_PROG_CC_C99 +AM_PROG_CC_C_O AC_USE_SYSTEM_EXTENSIONS