summaryrefslogtreecommitdiffstats
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 2aa7001..f698fff 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -31,7 +31,7 @@ fi
GETTEXTIZE_FLAGS=--no-changelog
AUTOPOINT_FLAGS=
-LIBTOOLIZE_FLAGS=
+LIBTOOLIZE_FLAGS=--copy
# Some OS's require /usr/local/share/aclocal
@@ -42,7 +42,7 @@ else
ACLOCAL_FLAGS='-I m4 -I /usr/local/share/aclocal'
fi
AUTOHEADER_FLAGS=-Wall
-AUTOMAKE_FLAGS='--add-missing -Wall'
+AUTOMAKE_FLAGS='--add-missing --copy -Wall'
AUTOCONF_FLAGS=-Wno-obsolete
die()