From eed2e5bfc37999a5c48e4fba66cda0905d9e26e8 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 24 Aug 2006 19:59:18 +0000 Subject: [PATCH] copy files, dont link them SVN revision: 25088 --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index c5183b74..e7f6934d 100755 --- a/autogen.sh +++ b/autogen.sh @@ -22,7 +22,7 @@ autoconf || exit 1 echo "Running autoheader" autoheader || exit 1 echo "Running automake --add-missing" -automake --add-missing || exit 1 +automake --copy --add-missing || exit 1 if test x$NOCONFIGURE != x; then echo "Skipping configure process."