aboutsummaryrefslogtreecommitdiffstats
path: root/gmod/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'gmod/configure.ac')
-rw-r--r--gmod/configure.ac9
1 files changed, 9 insertions, 0 deletions
diff --git a/gmod/configure.ac b/gmod/configure.ac
new file mode 100644
index 00000000..c26ca055
--- /dev/null
+++ b/gmod/configure.ac
@@ -0,0 +1,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])