summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2006-02-03 07:06:27 +0000
committerPeter Hutterer <peter@cs.unisa.edu.au>2006-02-03 07:06:27 +0000
commitb3d40238f85676bc0a3947f2a6f7145dd9bf555f (patch)
tree7f60e3607a6e799947a60039308c84eb4afc044c /configure.ac
Initial checkin.
MPGWM++ is the C++ of MPGWM. MPGWM was an extension of SWM and became slightly unmaintainable with added features. The C++ version should get around this problem. This is not yet a full version of MPGWM, some additional features need to be implemented and tested.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
new file mode 100644
index 0000000..e73ad75
--- /dev/null
+++ b/configure.ac
@@ -0,0 +1,6 @@
+AC_INIT(src/main.cpp)
+AM_INIT_AUTOMAKE(MPGWM,0.1)
+AC_PROG_CC
+AC_PROG_CXX
+AC_PROG_INSTALL
+AC_OUTPUT(Makefile src/Makefile)