hkmoffat / cantera

Automatically exported from code.google.com/p/cantera
0 stars 0 forks source link

automake produces bad configure #92

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. ./bootstrap
2. ./configure

What is the expected output? What do you see instead?

../configure: line 21988: syntax error near unexpected token `ON'
../configure: line 21988: `DX_HTML_FEATURE(ON)'

What version of the product are you using? On what operating system?

Linux batura 3.4.4-1-ARCH #1 SMP PREEMPT Sat Jun 23 10:53:18 CEST 2012 x86_64 
GNU/Linux
automake (GNU automake) 1.12.1
autoconf (GNU Autoconf) 2.69

Original issue reported on code.google.com by five...@gmail.com on 30 Jun 2012 at 10:26

GoogleCodeExporter commented 9 years ago
I successfully configured and built using SCons, perhaps INSTALL could be 
updated and the stale autotools build removed.

Original comment by five...@gmail.com on 30 Jun 2012 at 11:33

GoogleCodeExporter commented 9 years ago
An INSTALL file for SCons is included as of r1628 (the one you are seeing was 
generated by autotools, and wasn't even part of the source repository). 

I can't duplicate the bug you're seeing, but being as the SCons build works and 
the autotools build is deprecated, I don't think it's worth digging into.

Original comment by yarmond on 3 Jul 2012 at 5:54