Re: [PATCH] build-sys: do not create symlinks for autotools

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sun, Feb 27, 2011 at 09:00:45PM +0100, Fabian Groffen wrote:
> Create copies instead of symlinks for files needed by libtoolize and
> automake, since the target system may not have the files installed in

 Please, define "target system" ... because properly generated (for
 example I use "make distcheck") tarball always includes regular
 files. The symlinks are used for the local copy only.

> 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

 IMHO this all us unnecessary.

    Karel

-- 
 Karel Zak  <kzak@xxxxxxxxxx>
 http://karelzak.blogspot.com
--
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


[Index of Archives]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux