Create copies instead of symlinks for files needed by libtoolize and automake, since the target system may not have the files installed in the same location, or have different versions. Signed-off-by: Fabian Groffen <grobian@xxxxxxxxxx> diff --git a/autogen.sh b/autogen.sh --- a/autogen.sh +++ b/autogen.sh @@ -76,12 +76,12 @@ set -e po/update-potfiles autopoint --force $AP_OPTS -libtoolize --force $LT_OPTS +libtoolize --copy --force $LT_OPTS aclocal -I m4 $AL_OPTS autoconf $AC_OPTS autoheader $AH_OPTS -automake --add-missing $AM_OPTS +automake --copy --force --add-missing $AM_OPTS cd $THEDIR -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html