Comments.

This commit is contained in:
Qball Cow 2014-03-18 08:59:42 +01:00
parent 7ec4bc8d4e
commit f6fdf8f72d
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,6 @@
##
# Rofi the program
##
bin_PROGRAMS=rofi
LIBS=\

View File

@ -1,11 +1,17 @@
AC_INIT([rofi], [0.14.3], [qball@gmpclient.org])
AC_CONFIG_SRCDIR([source])
AC_CONFIG_SRCDIR([source/rofi.c])
AC_CONFIG_HEADER([config.h])
##
# Setup automake to be silent and in foreign mode.
##
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
AM_SILENT_RULES([yes])
##
# Check for compiler
##
AC_PROG_CC
AC_PROG_CC_STDC
AM_PROG_CC_C_O