cuetools
cuetools copied to clipboard
1.4.0 configure error
$ automake --add-missing
configure.ac:2: installing './install-sh'
configure.ac:2: installing './missing'
automake: warnings are treated as errors
/usr/share/automake-1.13/am/library.am: warning: 'libcuefile.a': linking libraries using a non-POSIX
/usr/share/automake-1.13/am/library.am: archiver requires 'AM_PROG_AR' in 'configure.ac'
src/lib/Makefile.am:9: while processing library 'libcuefile.a'
src/lib/Makefile.am: installing './depcomp'
configure.ac: installing './ylwrap'
$ ./configure
configure: loading site script /usr/share/site/x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ranlib... ranlib
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking for bison... bison -y
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating src/Makefile
config.status: error: cannot find input file: `src/lib/Makefile.in'
Try autoreconf --install before running ./configure.
$ autoreconf --install
automake: warnings are treated as errors
/usr/share/automake-1.13/am/library.am: warning: 'libcuefile.a': linking libraries using a non-POSIX
/usr/share/automake-1.13/am/library.am: archiver requires 'AM_PROG_AR' in 'configure.ac'
src/lib/Makefile.am:9: while processing library 'libcuefile.a'
autoreconf: automake failed with exit status: 1
Please try the following change: https://github.com/svend/cuetools/pull/20