aboutsummaryrefslogtreecommitdiffstats
path: root/gmod/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'gmod/configure.ac')
-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])