We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The current state of the repository could not be built. The autoreconf -i command leads to the following error: $ autoreconf -i libtoolize: putting auxiliary files in .'. libtoolize: copying file ./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, m4'. libtoolize: copying file m4/libtool.m4' libtoolize: copying file m4/ltoptions.m4' libtoolize: copying file m4/ltsugar.m4' libtoolize: copying file m4/ltversion.m4' libtoolize: copying file m4/lt~obsolete.m4' configure.ac:6: installing ./config.guess' configure.ac:6: installing ./config.sub' configure.ac:5: installing ./install-sh' configure.ac:5: installing ./missing' src/Makefile.am: installing ./depcomp' tests/Makefile.am:1: option serial-tests' not recognized autoreconf: automake failed with exit status: 1
.'. libtoolize: copying file
m4'. libtoolize: copying file
m4/ltoptions.m4' libtoolize: copying file
m4/ltversion.m4' libtoolize: copying file
./config.guess' configure.ac:6: installing
./install-sh' configure.ac:5: installing
./depcomp' tests/Makefile.am:1: option
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The current state of the repository could not be built. The autoreconf -i command leads to the following error:
$ autoreconf -i
libtoolize: putting auxiliary files in
.'. libtoolize: copying file
./ltmain.sh'libtoolize: putting macros in AC_CONFIG_MACRO_DIR,
m4'. libtoolize: copying file
m4/libtool.m4'libtoolize: copying file
m4/ltoptions.m4' libtoolize: copying file
m4/ltsugar.m4'libtoolize: copying file
m4/ltversion.m4' libtoolize: copying file
m4/lt~obsolete.m4'configure.ac:6: installing
./config.guess' configure.ac:6: installing
./config.sub'configure.ac:5: installing
./install-sh' configure.ac:5: installing
./missing'src/Makefile.am: installing
./depcomp' tests/Makefile.am:1: option
serial-tests' not recognizedautoreconf: automake failed with exit status: 1
The text was updated successfully, but these errors were encountered: