Added autogen.sh to build autoconf/automake files
This commit is contained in:
parent
f966b6a829
commit
d2d14ffb8f
6
autogen.sh
Executable file
6
autogen.sh
Executable file
@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
rm -f config.cache
|
||||||
|
aclocal
|
||||||
|
autoconf
|
||||||
|
autoheader
|
||||||
|
automake -a
|
6
weechat/autogen.sh
Executable file
6
weechat/autogen.sh
Executable file
@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
rm -f config.cache
|
||||||
|
aclocal
|
||||||
|
autoconf
|
||||||
|
autoheader
|
||||||
|
automake -a
|
Loading…
x
Reference in New Issue
Block a user