dcjones / quip

Compressing next-generation sequencing data with extreme prejudice.
http://www.cs.washington.edu/homes/dcjones/quip/
BSD 3-Clause "New" or "Revised" License
78 stars 10 forks source link

Error when building with autoreconf #27

Open aaiezza opened 8 years ago

aaiezza commented 8 years ago

The readme explains to use autoreconf -i if you wish to build from the source code in the releases. However, the configure.ac file is missing a vital piece for successful making:

Line 5 is: AM_INIT_AUTOMAKE([foreign -Wall -Werror]) But should actually be: AM_INIT_AUTOMAKE([foreign -Wall -Werror subdir-objects]) in order to be successful.