From 398d5f653c5d0978b46b29bd7a4487089c7b21d8 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Fri, 16 Mar 2012 23:28:59 +0200 Subject: [PATCH] std-autogen: avoid linking, instead copy autoconf files This enables building source tarballs with build systems that do not flatten the symlinks on tarball build, eg: python distutils. --- mk/std-autogen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mk/std-autogen.sh b/mk/std-autogen.sh index c80e84e..d823952 100755 --- a/mk/std-autogen.sh +++ b/mk/std-autogen.sh @@ -21,9 +21,9 @@ test -f "${USUAL_DIR}/m4/usual.m4" || { rm -f config.guess config.sub install-sh ltmain.sh libtool cp -p ${USUAL_DIR}/mk/install-sh . if libtoolize --help | grep "[-][-]install" > /dev/null; then - libtoolize -i -f -q + libtoolize -i -f -q -c else - libtoolize + libtoolize -c fi # drop ltmain.sh if libtool is not used -- 2.39.5