configure

Eli Barzilay eli@barzilay.org
Sat May 29 19:30:00 GMT 2004


When I run configure in the same directory (gcc/libffi), I run into a
problem that seems to be solved if I change in "configure" this:

  if test "$with_target_subdir" != "."; then

to this:

  if test ! -z "$with_target_subdir" && test "$with_target_subdir" != "."; then

which seems to make sense, but I don't know where is the source of
this problem since I don't have autoconf 2.59.
-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!



More information about the Libffi-discuss mailing list