Skip to content
New issue

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

autogen.sh failed #1

Open
NalaGinrut opened this issue Sep 12, 2013 · 3 comments
Open

autogen.sh failed #1

NalaGinrut opened this issue Sep 12, 2013 · 3 comments

Comments

@NalaGinrut
Copy link

When I run ./autogen.sh, there's error:

================================cut==============================

configure.ac:13: warning: macro 'AM_EXTRA_RECURSIVE_TARGETS' not found in library
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, support/build-aux'. libtoolize: copying filesupport/build-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, support/m4'. libtoolize: copying filesupport/m4/libtool.m4'
libtoolize: copying file support/m4/ltoptions.m4' libtoolize: copying filesupport/m4/ltsugar.m4'
libtoolize: copying file support/m4/ltversion.m4' libtoolize: copying filesupport/m4/lt~obsolete.m4'
configure.ac:13: warning: macro 'AM_EXTRA_RECURSIVE_TARGETS' not found in library
configure.ac:13: error: possibly undefined macro: AM_EXTRA_RECURSIVE_TARGETS
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1

Any help for that? ;-)

@shanecelis
Copy link
Owner

Sure thing. If you haven't tried this already, I'd recommend trying the v1.1.0 release so that you don't have to bother with autotools.

If you're determined to stick to the bleeding edge, you can either upgrade automake and autoconf to versions v1.14 and v2.69 or greater respectively; or, you can comment out the AM_EXTRA_RECURSIVE_TARGETS line in the configure.ac files.

Thanks for trying Emacsy out. Let me know if you have any further trouble. I've updated the docs to note these further requirements.

@NalaGinrut
Copy link
Author

I tried v1.1.0, but it lacks of markup:

configure: error: Must have markup installed to alter literate source code.

What package should I install? I think it's not listed in dependencies.

@shanecelis
Copy link
Owner

Hmm... I tried so hard to make sure the release didn't require "noweb" too. You can try to either: 1) Run ./configure --enable-noweb=no, or 2) Install noweb. Sorry about these initial bugs. I'll be delighted when these kinks are worked out. Thanks for the help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants