Added autogen.sh to build autoconf/automake files

This commit is contained in:
Sebastien Helleu 2003-10-25 14:50:23 +00:00
parent f966b6a829
commit d2d14ffb8f
2 changed files with 12 additions and 0 deletions

6
autogen.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
rm -f config.cache
aclocal
autoconf
autoheader
automake -a

6
weechat/autogen.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
rm -f config.cache
aclocal
autoconf
autoheader
automake -a