add --copy to automake invocation
diff --git a/autogen.sh b/autogen.sh
index 1b620b5..b7e152d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-aclocal && autoconf && automake --foreign --include-deps --add-missing
+aclocal && autoconf && automake --foreign --include-deps --add-missing --copy