summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2005-10-15 12:34:21 +0000
committerSebastien Helleu <flashcode@flashtux.org>2005-10-15 12:34:21 +0000
commitcdc33d08b0d964a03e45b3582d8ba9b69e682486 (patch)
tree08f3bb88ba2c0ed1348d5b386892d43bab5f9c59 /autogen.sh
parentRemoved old ruby interface (diff)
downloadweechat-cdc33d08b0d964a03e45b3582d8ba9b69e682486.tar.xz
weechat-cdc33d08b0d964a03e45b3582d8ba9b69e682486.zip
New plugin interface (loads dynamic C libraries)
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index e3163f120..b7673d592 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -6,6 +6,7 @@ cp Makefile.am Makefile.am.old
gettextize --copy --force --intl --no-changelog &&
mv Makefile.am.old Makefile.am
mv configure.in.old configure.in
+libtoolize --force &&
aclocal &&
# autoheader creates config.h.in needed by autoconf
autoheader &&