Daniel Johnson

Results 5 comments of Daniel Johnson

I would just remove the -release option and then always follow the instructions in configure.ac for making releases. It'll break compatibility with 1.04, but that'll happen anyway. It'll be stable...

Oops, I forgot it was using Markdown.

Ok, that's being caused by libtoolize replacing libtool files in the source tree with older components leading to mixed versions. You might need to install a newer libtool and/or clear...

diff --git a/tests/Makefile.am b/tests/Makefile.am index 3da6639..65aec0f 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,3 +1,20 @@ # Nothing -EXTRA_DIST = input/ output/ accessibility/ +EXTRA_DIST = \ + input/ \ + output/...

Thanks! I'm still learning my way around git. Too many years of using cvs has caused brain damage. :)