Bugs item #3604763, was opened at 2013-02-14 15:03
Message generated for change (Comment added) made by akssri
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=104511&aid=3604763&group_id=4511
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: compilation bugs
Group: None
>Status: Closed
Resolution: None
Priority: 1
Private: No
Submitted By: Ilya Perminov (iperminov1)
Assigned to: Akshay Srinivasan (akssri)
Summary: configure.ac assumes "." is in PATH
Initial Comment:
There is a type in configure.ac line 380: "if a.out; then" should be "if ./a.out; then".
----------------------------------------------------------------------
>Comment By: Akshay Srinivasan (akssri)
Date: 2013-02-14 18:54
Message:
Fixed.
----------------------------------------------------------------------
Comment By: Akshay Srinivasan (akssri)
Date: 2013-02-14 18:49
Message:
This should be a minor fix in configure.ac.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=104511&aid=3604763&group_id=4511
|