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

autoconf #77

Open
dwaggott opened this issue Jul 23, 2016 · 3 comments
Open

autoconf #77

dwaggott opened this issue Jul 23, 2016 · 3 comments

Comments

@dwaggott
Copy link

What's the correct way to use autoconf during install? It wasn't explicit in the INSTALL file. Naively, I tried autoconf configure.ac and got an error.

$as_echo "" >&6; }
{ $as_echo "$as_me:$LINENO: result:  To change installtion path, use:" >&5
$as_echo " To change installtion path, use:" >&6; }
{ $as_echo "$as_me:$LINENO: result:     ./configure --prefix NEW-PATH" >&5
$as_echo "    ./configure --prefix NEW-PATH" >&6; }
{ $as_echo "$as_me:$LINENO: result: " >&5
$as_echo "" >&6; }
configure.ac:19: error: possibly undefined macro: AM_INIT_AUTOMAKE
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.ac:34: error: possibly undefined macro: AC_MSG_ERROR
@estolle
Copy link

estolle commented Aug 13, 2016

i have the same issue. The INSTALL instructions are really rudimentary for the important parts.
I dont know how, I have a configure file now (i typed autoconf which only threw an error), but it simply fails and complains about install.sh etc is missing. Is this git repository complete? Did anybody successfully build lobSTR from this?

@nh13
Copy link

nh13 commented Apr 3, 2017

Try ./reconf

@luoshizhi
Copy link

@nh13
Thank you.
i have solved the same issue by ./reconf

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

4 participants