diff --git a/wmix/.gitignore b/wmix/.gitignore new file mode 100644 index 0000000..1f3ddc3 --- /dev/null +++ b/wmix/.gitignore @@ -0,0 +1,15 @@ +/aclocal.m4 +/autom4te.cache/ +/compile +/config.log +/config.status +/configure +/depcomp +/.deps/ +/install-sh +/Makefile +/Makefile.in +/missing +/*.o +/tags +/wmix diff --git a/wmix/autogen b/wmix/autogen new file mode 100755 index 0000000..10ad33c --- /dev/null +++ b/wmix/autogen @@ -0,0 +1,6 @@ +#!/bin/sh + +AUTOMAKE="automake --add-missing" +export AUTOMAKE + +exec autoreconf "$@"