autoconf
[Top][All Lists]
Advanced

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

config.status --file=/path bug


From: Bob Friesenhahn
Subject: config.status --file=/path bug
Date: Tue, 29 Apr 2003 11:55:25 -0500 (CDT)

The autoconf config.status utility seems to have a bug when a full
path is specified to the target file.  The bug is that it trys to cd
to $(top_srcdir)/path in order to resolve a relative path, producing
an error message.  It is not necessary to perform the cd unless the
specified path is a relative path.  The end result is a successful
substitution, but with an error messsage.

% ./config.status 
--file=/home/bfriesen/src/graphics/GraphicsMagick/VisualMagick/installer/inc/version.isx
./config.status: cd: 
/home/bfriesen/src/graphics/GraphicsMagick//home/bfriesen/src/graphics/GraphicsMagick/VisualMagick/installer/inc:
No such file or directory
config.status: creating 
/home/bfriesen/src/graphics/GraphicsMagick/VisualMagick/installer/inc/version.isx

I noticed this problem since I encountered a reason to execute
config.status outside of configure's normal processing.

Bob
======================================
Bob Friesenhahn
address@hidden
http://www.simplesystems.org/users/bfriesen





reply via email to

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