cleanup old cvs cruft; add mkrelease script; use svn2cl instead of cvs2cl
[util-vserver.git] / Makefile.svn
diff --git a/Makefile.svn b/Makefile.svn
new file mode 100644 (file)
index 0000000..36e6a18
--- /dev/null
@@ -0,0 +1,10 @@
+default: all
+
+all:
+       aclocal -I m4
+       autoheader
+       libtoolize --force --copy --automake
+       automake -afc
+       autoconf
+       rm -rf autom4te.cache/
+