diff options
-rw-r--r-- | .gitignore | 14 | ||||
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | m4 | 0 |
3 files changed, 17 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..82f7596 --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1,14 @@ | |||
1 | /aclocal.m4 | ||
2 | /autom4te.cache | ||
3 | /config.h* | ||
4 | /config.nice | ||
5 | /config.status | ||
6 | /config.log | ||
7 | .libs | ||
8 | Makefile | ||
9 | /configure | ||
10 | /stamp-h* | ||
11 | *.o | ||
12 | *.lo | ||
13 | *.slo | ||
14 | *.la | ||
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..bc62d0d --- /dev/null +++ b/.gitmodules | |||
@@ -0,0 +1,3 @@ | |||
1 | [submodule "m4"] | ||
2 | path = m4 | ||
3 | url = gitosis@git.outoforder.cc:autoconf.git | ||
diff --git a/m4 b/m4 new file mode 160000 | |||
Subproject 946e50ebb8d52a5db376350b5602feef10fa45f | |||