This adds an autogen.sh script; it will generate configure scripts
Signed-off-by: Jacob Appelbaum <jacob@appelbaum.net>
This commit is contained in:
parent
5a3862f593
commit
f75b9b86d5
12
autogen.sh
Executable file
12
autogen.sh
Executable file
@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Create configure and makefile stuff...
|
||||
#
|
||||
|
||||
set -e
|
||||
|
||||
autoreconf -ivf
|
||||
aclocal -I m4
|
||||
autoheader
|
||||
autoconf
|
||||
automake --add-missing --copy
|
Loading…
Reference in New Issue
Block a user