mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Patch from roomcays, fix building old version
This commit is contained in:
parent
3b21f1dac8
commit
bd9055f291
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
# Specify automake version.
|
||||
AUTOMAKE_OPTIONS = 1.14.0
|
||||
AUTOMAKE_OPTIONS = 1.13.4
|
||||
|
||||
##
|
||||
# Rofi the program
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue