mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Comments.
This commit is contained in:
parent
7ec4bc8d4e
commit
f6fdf8f72d
2 changed files with 10 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
##
|
||||||
|
# Rofi the program
|
||||||
|
##
|
||||||
bin_PROGRAMS=rofi
|
bin_PROGRAMS=rofi
|
||||||
|
|
||||||
LIBS=\
|
LIBS=\
|
||||||
|
|
|
@ -1,11 +1,17 @@
|
||||||
AC_INIT([rofi], [0.14.3], [qball@gmpclient.org])
|
AC_INIT([rofi], [0.14.3], [qball@gmpclient.org])
|
||||||
|
|
||||||
AC_CONFIG_SRCDIR([source])
|
AC_CONFIG_SRCDIR([source/rofi.c])
|
||||||
AC_CONFIG_HEADER([config.h])
|
AC_CONFIG_HEADER([config.h])
|
||||||
|
|
||||||
|
##
|
||||||
|
# Setup automake to be silent and in foreign mode.
|
||||||
|
##
|
||||||
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
|
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
|
||||||
AM_SILENT_RULES([yes])
|
AM_SILENT_RULES([yes])
|
||||||
|
|
||||||
|
##
|
||||||
|
# Check for compiler
|
||||||
|
##
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
AC_PROG_CC_STDC
|
AC_PROG_CC_STDC
|
||||||
AM_PROG_CC_C_O
|
AM_PROG_CC_C_O
|
||||||
|
|
Loading…
Reference in a new issue