From 0d818d0a92d83e9d368a49c7a540db901c0c00cd Mon Sep 17 00:00:00 2001 From: Milan Broz Date: Sun, 23 Jun 2013 15:37:27 +0200 Subject: [PATCH] Copy file in automake, never make symlinks. --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index de398c6..ffc3002 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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 -- 2.7.4