bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AC_PATH_PROG broken (2.52f)


From: Jedi/Sector One \(Frank DENIS\)
Subject: AC_PATH_PROG broken (2.52f)
Date: Sat, 1 Dec 2001 20:25:33 +0100
User-agent: Mutt/1.2.5i

     Hello.
     
  AC_PATH_PROG doesn't seem to work any more in Autoconf 2.52f.
  
  Something like :
  
  AC_PATH_PROG(python,PYTHON,/usr/local/bin:/usr/bin:/opt/python/bin)
  
  ...thinks that the PATH has only one element (columns aren't processed as
valid separators for the 'for' statement) . So it fails, or the result if
wrong.

  This, however, works with Autoconf 2.52f :
  
  AC_PATH_PROG(python,PYTHON,/usr/local/bin /usr/bin /opt/python/bin)
  
  But it totally breaks backward compatbility.
  
  Best regards,
  
           -Frank.
  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]