From f6fdf8f72d31a0b44fc70d1fd9a37af51750b7bc Mon Sep 17 00:00:00 2001 From: Qball Cow Date: Tue, 18 Mar 2014 08:59:42 +0100 Subject: [PATCH] Comments. --- Makefile.am | 3 +++ configure.ac | 8 +++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 227d006d..237d0108 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,6 @@ +## +# Rofi the program +## bin_PROGRAMS=rofi LIBS=\ diff --git a/configure.ac b/configure.ac index a2b0ddab..719b90c4 100644 --- a/configure.ac +++ b/configure.ac @@ -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