Patch from roomcays, fix building old version

This commit is contained in:
QC 2015-03-01 19:50:54 +01:00
parent 3b21f1dac8
commit bd9055f291
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Specify automake version.
AUTOMAKE_OPTIONS = 1.14.0
AUTOMAKE_OPTIONS = 1.13.4
##
# Rofi the program

View File

@ -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