Added autogen.sh, updated gitignore
This commit is contained in:
parent
6cca71103a
commit
47c7257c2d
2 changed files with 7 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -14,6 +14,9 @@
|
|||
|
||||
!Makefile.am
|
||||
!configure.ac
|
||||
!autogen.sh
|
||||
|
||||
src/config.h
|
||||
|
||||
*~
|
||||
*.swp
|
||||
|
|
4
autogen.sh
Executable file
4
autogen.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
git submodule update --init --recursive
|
||||
mkdir -p m4
|
||||
autoreconf -i
|
Loading…
Add table
Reference in a new issue