summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index d59d88ea..caef19a7 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -106,9 +106,9 @@ rm -rf autom4te.cache
# regenerated from their corresponding *.in files by ./configure anyway.
touch README INSTALL
-libtoolize --force || exit $?
+libtoolize --force --copy || exit $?
intltoolize --force --copy --automake || exit $?
-gtkdocize || exit $?
+gtkdocize --copy || exit $?
$ACLOCAL $ACLOCAL_FLAGS || exit $?