Added autogen.sh, updated gitignore

This commit is contained in:
Snaipe 2015-02-06 01:57:17 +01:00
parent 6cca71103a
commit 47c7257c2d
2 changed files with 7 additions and 0 deletions

3
.gitignore vendored
View file

@ -14,6 +14,9 @@
!Makefile.am
!configure.ac
!autogen.sh
src/config.h
*~
*.swp

4
autogen.sh Executable file
View file

@ -0,0 +1,4 @@
#!/bin/sh
git submodule update --init --recursive
mkdir -p m4
autoreconf -i