ckolivas / lrzip

Long Range Zip
http://lrzip.kolivas.org
GNU General Public License v2.0
619 stars 76 forks source link

Makefile.am:34: error: Libtool library used but 'LIBTOOL' is undefined #256

Open vahidVision opened 6 months ago

vahidVision commented 6 months ago

Hi i have a problem $ ./autogen.sh Running autoreconf -if... Makefile.am:34: error: Libtool library used but 'LIBTOOL' is undefined Makefile.am:34: The usual way to define 'LIBTOOL' is to add 'LT_INIT' Makefile.am:34: to 'configure.ac' and run 'aclocal' and 'autoconf' again. Makefile.am:34: If 'LT_INIT' is in 'configure.ac', make sure Makefile.am:34: its definition is in aclocal's search path. lzma/ASM/x86/Makefile.am:3: error: Libtool library used but 'LIBTOOL' is undefined lzma/ASM/x86/Makefile.am:3: The usual way to define 'LIBTOOL' is to add 'LT_INIT' lzma/ASM/x86/Makefile.am:3: to 'configure.ac' and run 'aclocal' and 'autoconf' again. lzma/ASM/x86/Makefile.am:3: If 'LT_INIT' is in 'configure.ac', make sure lzma/ASM/x86/Makefile.am:3: its definition is in aclocal's search path. lzma/C/Makefile.am:20: error: Libtool library used but 'LIBTOOL' is undefined lzma/C/Makefile.am:20: The usual way to define 'LIBTOOL' is to add 'LT_INIT' lzma/C/Makefile.am:20: to 'configure.ac' and run 'aclocal' and 'autoconf' again. lzma/C/Makefile.am:20: If 'LT_INIT' is in 'configure.ac', make sure lzma/C/Makefile.am:20: its definition is in aclocal's search path. autoreconf: error: automake failed with exit status: 1

vahidVision commented 6 months ago

sudo apt-get install libtool-bin