aboutsummaryrefslogtreecommitdiffstats
path: root/gmod/configure.ac
blob: c26ca055be472cd1e99b89cfe319b048ecf3a950 (plain)
1
2
3
4
5
6
7
8
9
AC_INIT(gmod, 1.0)
AM_INIT_AUTOMAKE

AC_PROG_LIBTOOL
AM_PROG_AS
AC_PROG_CC
AM_PROG_CC_C_O

AC_OUTPUT([Makefile])