build system: autogen.sh script for generating configure etc.
This commit is contained in:
9
autogen.sh
Executable file
9
autogen.sh
Executable file
@@ -0,0 +1,9 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
aclocal
|
||||||
|
autoheader
|
||||||
|
libtoolize --copy
|
||||||
|
automake --add-missing --copy
|
||||||
|
autoconf
|
||||||
Reference in New Issue
Block a user