add autogen and build scripts for convenience
This commit is contained in:
parent
6a0abd810f
commit
1c5e49f893
13
autogen.sh
Normal file
13
autogen.sh
Normal file
@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
set -x
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
PATH=$PATH:/usr/local/bin
|
||||
|
||||
aclocal $AC_SEARCH_OPTS
|
||||
autoconf
|
||||
autoheader
|
||||
automake --add-missing
|
Loading…
Reference in New Issue
Block a user