From d2d14ffb8f08d9fd42ce49a052e20d8dac737f4f Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sat, 25 Oct 2003 14:50:23 +0000 Subject: [PATCH] Added autogen.sh to build autoconf/automake files --- autogen.sh | 6 ++++++ weechat/autogen.sh | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100755 autogen.sh create mode 100755 weechat/autogen.sh 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