2024-04-24 02:06 AEST

View Issue Details Jump to Notes ]
IDProjectCategoryView StatusLast Update
0000287mercuryBugpublic2013-06-05 16:02
Reporterwangp 
Assigned Tojuliensf 
PrioritynormalSeverityminorReproducibilityalways
StatusresolvedResolutionfixed 
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

-Relationships
+Relationships

-Notes

~0000528

juliensf (administrator)

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 (administrator)

Or have this executed from the test suite's Makefile.

~0000531

juliensf (administrator)

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 (administrator)

Fix committed.
+Notes

-Issue History
Date Modified Username Field Change
2013-05-28 12:55 wangp New Issue
2013-05-28 13:44 juliensf Note Added: 0000528
2013-05-28 15:15 pbone Note Added: 0000530
2013-05-28 15:21 juliensf Note Added: 0000531
2013-06-05 15:52 juliensf Assigned To => juliensf
2013-06-05 15:52 juliensf Status new => assigned
2013-06-05 16:02 juliensf Note Added: 0000534
2013-06-05 16:02 juliensf Status assigned => resolved
2013-06-05 16:02 juliensf Resolution open => fixed
+Issue History