bug-texinfo
[Top][All Lists]
Advanced

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

Re: [bug #45759] Can't find Texinfo::ModulePath


From: Gavin Smith
Subject: Re: [bug #45759] Can't find Texinfo::ModulePath
Date: Sat, 15 Aug 2015 19:33:00 +0100

> I tried that, and it seems that autogen did not fully worked, as what I
> got is the following:
>
>  $ ./autogen.sh
> -| Preparing Texinfo development infrastructure:
> -|   ./tp/maintain/regenerate_file_lists.pl
> -|   (cd tp && ./maintain/regenerate_docstr.sh Makefile.docstr)
> -|   (cd tp/tests && ../maintain/regenerate_cmd_tests.sh Makefile.onetst . 
> -base 'formatting' -long 'sectioning coverage indices nested_formats contents 
> layout' -tex_html 'tex_html')
> -|   (cd tp/tests/htmlxref && ../../maintain/regenerate_cmd_tests.sh 
> Makefile.onetst htmlxref -base .)
> -|   (cd tp/tests/htmlxref-only_mono && 
> ../../maintain/regenerate_cmd_tests.sh Makefile.onetst htmlxref-only_mono 
> -base .)
> -|   (cd tp/tests/htmlxref-only_split && 
> ../../maintain/regenerate_cmd_tests.sh Makefile.onetst htmlxref-only_split 
> -base .)
> -|   aclocal -I gnulib/m4 && autoconf && autoheader && automake
> -|   (cd tp/Texinfo/Convert/XSParagraph && autoreconf --install)
> -| configure.ac:64: installing './compile'
> -| configure.ac:67: installing './config.guess'
> -| configure.ac:67: installing './config.sub'
> -| configure.ac:2: installing './install-sh'
> -| configure.ac:2: installing './missing'
> -| Makefile.am:64: error: Libtool library used but 'LIBTOOL' is undefined
> -| Makefile.am:64:   The usual way to define 'LIBTOOL' is to add 'LT_INIT'
> -| Makefile.am:64:   to 'configure.ac' and run 'aclocal' and 'autoconf' again.
> -| Makefile.am:64:   If 'LT_INIT' is in 'configure.ac', make sure
> -| Makefile.am:64:   its definition is in aclocal's search path.
> -| Makefile.am: installing './depcomp'
> -| lib/Makefile.am:31: error: Libtool library used but 'LIBTOOL' is undefined
> -| lib/Makefile.am:31:   The usual way to define 'LIBTOOL' is to add 'LT_INIT'
> -| lib/Makefile.am:31:   to 'configure.ac' and run 'aclocal' and 'autoconf' 
> again.
> -| lib/Makefile.am:31:   If 'LT_INIT' is in 'configure.ac', make sure
> -| lib/Makefile.am:31:   its definition is in aclocal's search path.
> -| autoreconf: failed to run automake: Bad file number
>
> FYI, I checked that there is no LT_INIT in the configure.ac, neither
> AM_PROG_LIBTOOL.
>

I managed to get the same error, it looks like libtoolize isn't being
run by autoreconf, even though the manual says that it is. I've added
it to the autogen.sh script, so maybe it will work now.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]