summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorJulien Louis <ptitlouis@sysif.net>2005-10-18 08:07:51 +0000
committerJulien Louis <ptitlouis@sysif.net>2005-10-18 08:07:51 +0000
commit2855b71520f15eb1435137a17c885ea63f560305 (patch)
tree6d1838e6d871918482d5787497babb911929907e /autogen.sh
parentUpdated doc with new plugins implementation (diff)
downloadweechat-2855b71520f15eb1435137a17c885ea63f560305.tar.xz
weechat-2855b71520f15eb1435137a17c885ea63f560305.zip
Add --copy argument to libtollize call
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index b7673d592..b1644d25c 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -6,7 +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 &&
+libtoolize --force --copy &&
aclocal &&
# autoheader creates config.h.in needed by autoconf
autoheader &&