aboutsummaryrefslogtreecommitdiffstats
path: root/gmod/configure.ac
blob: 651b5746c0a77e212bb7f84c823fd6db604f5bea (plain)
1
2
3
4
5
6
7
8
AC_INIT(gmod, 1.0)
LT_INIT
AM_INIT_AUTOMAKE
AM_SILENT_RULES([yes])

AC_PROG_CC

AC_OUTPUT([Makefile])