1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 21:06:38 +02:00

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
Executable
+6
View File
@@ -0,0 +1,6 @@
#!/bin/sh
rm -f config.cache
aclocal
autoconf
autoheader
automake -a
+6
View File
@@ -0,0 +1,6 @@
#!/bin/sh
rm -f config.cache
aclocal
autoconf
autoheader
automake -a