Created
September 22, 2015 06:57
-
-
Save jungle-boogie/49b38c8daac24980586d to your computer and use it in GitHub Desktop.
make failing #68 with libtool
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| % libtool --version | |
| libtool (GNU libtool) 2.4.6 | |
| % autoreconf -if | |
| aclocal-1.15: warning: couldn't open directory 'm4': No such file or directory | |
| libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'autotools'. | |
| libtoolize: copying file 'autotools/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' | |
| libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. | |
| configure.ac:11: installing 'autotools/compile' | |
| configure.ac:8: installing 'autotools/missing' | |
| c/Makefile.am: installing 'autotools/depcomp' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment