Issue 12: install_supersonic.sh does not work
Status:  New
Owner: ----
Project Member Reported by wojtekzo...@gmail.com, Jan 25, 2014
Apparently, there is a missing call to "autogen.sh" inside "install_supersonic.sh" script.

Pushed trivial fix into a separate branch in my clone - https://code.google.com/r/wojtekzozlak-supersonic/source/detail?r=6587b3edc9dba61ad8f4ebb9551f4744e25b5af8&name=installation-fix .
Jan 26, 2014
Project Member #1 p...@google.com
The assumption is that you use install_supersonic.sh when you use the tarball. 
Tarball contains results of execution of autogen.sh. 

Executing autogen.sh from the install_supersonic.sh adds additional dependencies on the host system: autotools and autoconfig must be installed in the system and those are dev tools. 

So I would add a meaningful error if install_supersonic.sh is executed from the git-clone about need to run autogen.sh.
Jan 26, 2014
Project Member #2 wojtekzo...@gmail.com
Oh, I see. Makes sense. Thanks!