summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2003-10-25 14:50:23 +0000
committerSebastien Helleu <flashcode@flashtux.org>2003-10-25 14:50:23 +0000
commitd2d14ffb8f08d9fd42ce49a052e20d8dac737f4f (patch)
treef9420884f0a35a1d9bbe96dfc9b1764b188dee9f
parentf966b6a8292996724961a7b653bbd4eec5224ced (diff)
downloadweechat-d2d14ffb8f08d9fd42ce49a052e20d8dac737f4f.zip
Added autogen.sh to build autoconf/automake files
-rwxr-xr-xautogen.sh6
-rwxr-xr-xweechat/autogen.sh6
2 files changed, 12 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 000000000..5a53b7243
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+rm -f config.cache
+aclocal
+autoconf
+autoheader
+automake -a
diff --git a/weechat/autogen.sh b/weechat/autogen.sh
new file mode 100755
index 000000000..5a53b7243
--- /dev/null
+++ b/weechat/autogen.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+rm -f config.cache
+aclocal
+autoconf
+autoheader
+automake -a