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
If ./autogen.sh:
./autogen.sh
zhangysh1995@ubuntu-zhangyushao:~/data/shadowsocks-libev$ ./autogen.sh libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'auto'. libtoolize: copying file 'auto/ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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:10: installing 'auto/compile' configure.ac:12: installing 'auto/missing' configure.ac:230: error: required file 'libbloom/Makefile.in' not found configure.ac:230: error: required file 'libcork/Makefile.in' not found configure.ac:230: error: required file 'libipset/Makefile.in' not found src/Makefile.am: installing 'auto/depcomp' autoreconf: automake failed with exit status: 1
seems the files which be generated by automake are missing.
automake
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If
./autogen.sh
:seems the files which be generated by
automake
are missing.The text was updated successfully, but these errors were encountered: