Add a default autogen.sh.
This commit is contained in:
parent
af2f9d8e47
commit
cb670b780d
1 changed files with 4 additions and 0 deletions
4
autogen.sh
Executable file
4
autogen.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
aclocal -I m4 || exit 1
|
||||
autoconf || exit 1
|
||||
autoheader || exit 1
|
Loading…
Add table
Add a link
Reference in a new issue