Mercury Bugs - mercury
View Issue Details
0000287mercuryBugpublic2013-05-28 12:552013-06-05 16:02
Reporterwangp 
Assigned Tojuliensf 
PrioritynormalSeverityminorReproducibilityalways
StatusresolvedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0000287: configure requires m4
DescriptionThe configure script expects m4 to be present:

m4 -DDEFAULT_MERCURY_DEBUGGER_INIT_DIR=TESTS_MDB_INIT_DIR \
    -DDEFAULT_MERCURY_DEBUGGER_DOC=TESTS_MDB_DOC \
    "`pwd`"/scripts/mdbrc.in > $test_mdbrc.in

TagsNo tags attached.
Attached Files

Notes
(0000528)
juliensf   
2013-05-28 13:44   
We could just skip the above if m4 is not present. What it's doing is only critical to running the test suite, so in principle an installation should be able to proceed without it.
(0000530)
pbone   
2013-05-28 15:15   
Or have this executed from the test suite's Makefile.
(0000531)
juliensf   
2013-05-28 15:21   
Or what Paul says. This is a fairly recent problem since before we moved to git we would only have
executed the above if the tests directory was present.
(0000534)
juliensf   
2013-06-05 16:02   
Fix committed.

Issue History
2013-05-28 12:55wangpNew Issue
2013-05-28 13:44juliensfNote Added: 0000528
2013-05-28 15:15pboneNote Added: 0000530
2013-05-28 15:21juliensfNote Added: 0000531
2013-06-05 15:52juliensfAssigned To => juliensf
2013-06-05 15:52juliensfStatusnew => assigned
2013-06-05 16:02juliensfNote Added: 0000534
2013-06-05 16:02juliensfStatusassigned => resolved
2013-06-05 16:02juliensfResolutionopen => fixed