Copy file in automake, never make symlinks.
authorMilan Broz <gmazyland@gmail.com>
Sun, 23 Jun 2013 13:37:27 +0000 (15:37 +0200)
committerMilan Broz <gmazyland@gmail.com>
Sun, 23 Jun 2013 13:37:27 +0000 (15:37 +0200)
autogen.sh

index de398c6..ffc3002 100755 (executable)
@@ -78,7 +78,7 @@ autopoint --force $AP_OPTS
 libtoolize --force --copy
 aclocal -I m4 $AL_OPTS
 autoheader $AH_OPTS
-automake --add-missing --gnu $AM_OPTS
+automake --add-missing --copy --gnu $AM_OPTS
 autoconf $AC_OPTS
 
 if test x$NOCONFIGURE = x; then