Gabriel Dos Reis <[EMAIL PROTECTED]> writes:

[...]

| In configure.in, GCL as a machinery to check for where to install the
| info files.  With a default value as $prefix/share/info.  That is perfect.
| However, down the road, GCL changes its mind and wanted to know
| whether /usr/share/info/dir exits, and if it does then it would install the
| info files there.  That is not right.
| 
|     if  test -f "${INFO_DIR}dir"  ; then true;else
|     if test -f /usr/share/info/dir ; then
|       INFO_DIR=/usr/share/info/
|     else true;
|     fi
|     fi
| 
| I'll be checking in a patch that removes that.

With the removal patch in, I'm able to a successful build GCL inside
Axiom.  Complete Axiom build is under way.

-- Gaby


_______________________________________________
Gcl-devel mailing list
Gcl-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/gcl-devel

Reply via email to