rdmenezes / wvstreams

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

configure doesn't detect missing autoconf #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Check out a fresh copy of WvStreams, or run "make clean"
2. Remove autoconf from your system (or have recently reinstalled your
system...)
3. Run ./configure; make

Expected: An error message from configure saying that autoconf isn't present.

Actual: configure doesn't report any errors, and make gives:
wvrules.mk:31: wvrules-@COMPILER_STANDARD@.mk: No such file or directory
make: *** No rule to make target `wvrules-@COMPILER_STANDARD@.mk'.  Stop.

Original issue reported on code.google.com by peter.mc...@gmail.com on 30 Aug 2007 at 5:32