aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2012-03-22 18:07:03 +0100
committerThomas White <taw@physics.org>2012-03-22 18:07:03 +0100
commitdbdc0f4e278dd4f4a6925fc4ecb96c4899c82fa9 (patch)
tree75da66c8131d713630d1dbd8106ede502a17ba1c /autogen.sh
parent93696474a44dd7098ce8be7868d27cfac55ad2be (diff)
autogen.sh: Use -copy for libtoolize
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 74f74eb0..2b462cee 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,7 +1,7 @@
#!/bin/sh
aclocal -I m4 \
-&& libtoolize --force \
+&& libtoolize --force --copy \
&& gtkdocize --copy \
&& autoheader --force \
&& automake --add-missing --copy --force \