diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2003-10-25 14:50:23 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2003-10-25 14:50:23 +0000 |
commit | d2d14ffb8f08d9fd42ce49a052e20d8dac737f4f (patch) | |
tree | f9420884f0a35a1d9bbe96dfc9b1764b188dee9f | |
parent | f966b6a8292996724961a7b653bbd4eec5224ced (diff) | |
download | weechat-d2d14ffb8f08d9fd42ce49a052e20d8dac737f4f.zip |
Added autogen.sh to build autoconf/automake files
-rwxr-xr-x | autogen.sh | 6 | ||||
-rwxr-xr-x | weechat/autogen.sh | 6 |
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 |