coin-or / OBOE

OBOE (Oracle Based Optimization Engine) is an open source software for general convex optimization.
Other
0 stars 2 forks source link

the configure script doesn't work #2

Closed svigerske closed 5 years ago

svigerske commented 5 years ago

Issue created by migration from Trac.

Original creator: @ycollet

Original creation time: 2009-09-14 08:27:31

Assignee: somebody

Version:

the inclusion of m4/coin.m4 and m4/oboe_usr_libs.m4 is not done in configure.ac Must add: m4_include([m4/coin.m4]) m4_include([m4/oboe_usr_libs.m4]) in configure.ac

svigerske commented 5 years ago

Comment by @nsawhney68 created at 2010-02-06 17:30:14

Changing assignee from somebody to @nsawhney68.

svigerske commented 5 years ago

Comment by @nsawhney68 created at 2010-02-06 18:26:27

The fix was applied on trunk and stable, the change is not considered significant for a new point release.

svigerske commented 5 years ago

Comment by @nsawhney68 created at 2010-02-06 18:26:27

Resolution: fixed