aboutsummaryrefslogtreecommitdiffstats
path: root/gmod
diff options
context:
space:
mode:
authorDamjan Marion <damarion@cisco.com>2016-07-08 13:57:11 +0200
committerChris Luke <chris_luke@comcast.com>2016-07-08 13:55:35 +0000
commitbbae375ca20df350b26bb97cbe63835661379457 (patch)
treeb611d1b3b7d5ec06b8b6d1b375798fdc5456cd57 /gmod
parent952f4f742261ed534806fe508fd61cc613af286f (diff)
Remove unnecessary and obsolete configure.ac directives
Also enable silent rules where missing Change-Id: Ia521886815c862b013f01df4cc18fd8a298aaaa1 Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'gmod')
-rw-r--r--gmod/configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/gmod/configure.ac b/gmod/configure.ac
index a73fb315..651b5746 100644
--- a/gmod/configure.ac
+++ b/gmod/configure.ac
@@ -1,9 +1,8 @@
AC_INIT(gmod, 1.0)
LT_INIT
AM_INIT_AUTOMAKE
+AM_SILENT_RULES([yes])
-AM_PROG_AS
AC_PROG_CC
-AM_PROG_CC_C_O
AC_OUTPUT([Makefile])