Copy file in automake, never make symlinks.

This commit is contained in:
Milan Broz
2013-06-23 15:37:27 +02:00
parent 42b0ab437a
commit 0d818d0a92

View File

@@ -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