[virt-tools-list] [PATCH 1/5] Call intltoolize after autoreconf

Fabiano Fidêncio fidencio at redhat.com
Mon Nov 2 06:08:32 UTC 2015


Hey!

On Thu, Oct 29, 2015 at 9:40 PM, Eduardo Lima (Etrunko)
<etrunko at redhat.com> wrote:
> After a calling 'git clean -d -x -f' I got this error:
>
> ln: failed to create symbolic link ‘m4/intltool.m4’: No such file or directory
> cp: cannot create regular file ‘m4/intltool.m4’: No such file or directory
> intltoolize: cannot copy '/usr/share/aclocal/intltool.m4' to 'm4/intltool.m4'

I've never seen this error before and I am not able to reproduce it here.

>
> With this patch, the error is gone.

This patch introduces this warning:
aclocal: warning: couldn't open directory 'm4': No such file or directory

>
> Signed-off-by: Eduardo Lima (Etrunko) <etrunko at redhat.com>
> ---
>  autogen.sh | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/autogen.sh b/autogen.sh
> index b8d3c4d..a688ad4 100755
> --- a/autogen.sh
> +++ b/autogen.sh
> @@ -27,8 +27,8 @@ fi
>   # exists at all times :-(
>  touch ChangeLog AUTHORS
>
> -intltoolize --force
>  autoreconf -vfi
> +intltoolize --force
>
>  cd $THEDIR
>
> --
> 2.4.3
>
> _______________________________________________
> virt-tools-list mailing list
> virt-tools-list at redhat.com
> https://www.redhat.com/mailman/listinfo/virt-tools-list

Best Regards,
--
Fabiano Fidêncio




More information about the virt-tools-list mailing list