liblqr-1-0.1.0 's autogen.sh -- Typo and automake test [fixed]
Forum » General / Bug reports » liblqr-1-0.1.0 's autogen.sh -- Typo and automake test [fixed]
Started by: Anonymous (93.133.219.x)
On: 1219834114|%e %b %Y, %H:%M %Z|agohover
Number of posts: 2
rss icon RSS: New posts
Summary:
The provided autogen.sh doesn't test for automake-1.10 plus line 79 reads "if test x$AUTOMAKE != x; then" instead of "if test x $AUTOMAKE != x; then"
liblqr-1-0.1.0 's autogen.sh -- Typo and automake test
Anonymous (93.133.219.x) 1219834115|%e %b %Y, %H:%M %Z|agohover

Not sure about the bash x test, but the change makes the script succeed. Complains about "too many arguments in line 79" though.

Re: liblqr-1-0.1.0 's autogen.sh -- Typo and automake test
UnNeuroneUnNeurone 1219836274|%e %b %Y, %H:%M %Z|agohover

Thanks for reporting, I have fixed this, just download the new sources tarball from the Download page.
Note, however, that the script autogen.sh should only be used for development, for normal use using configure && make && make install should be fine.
Also, the x test is a standard way to check for empty variables and the way you changed it is wrong. Look at the new autogen.sh file to see how to do it properly.

last edited on 1219867489|%e %b %Y, %H:%M %Z|agohover by UnNeurone + show more
New post
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License