autoconf
[Top][All Lists]
Advanced

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

Re: bug in AC_CONFIG_FILES() when the build-dir is a subdirectory of sou


From: Akim Demaille
Subject: Re: bug in AC_CONFIG_FILES() when the build-dir is a subdirectory of source-dir
Date: 17 Jul 2002 19:08:17 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Honest Recruiter)

| Hi!
| 
| I'm trying to hunt down a strange error message which occurs as a result of
| 
| AC_CONFIG_FILES([bin/test:test.in])
| 
| and having the build directory is a sub-directory of the source
| directory. Given the attached configure-script, do
| 
| $ cd <srcdir>
| $ mkdir builddir; cd builddir
| $ ../configure
| configure: creating ./config.status
| ./config.status: cd: ../../bin: No such file or directory
| config.status: creating bin/test
| 
| The file "bin/test" is created ok, but I'm confused as to why the error
| message appears. It seems from studying config.status that it is trying
| figure out the absolute path to the created files, but fails.
| 
| I've confirmed that this bug appears in autoconf 2.53.

Seems to be fixed in CVS, thanks!

/tmp/tiger % $ace/tests/autoconf                                 
/tmp/tiger % touch test.in                                       
/tmp/tiger % mkdir build                                         
/tmp/tiger % cd build/                                           
/tmp/tiger/build % ../configure                                  
configure: creating ./config.status
config.status: creating bin/test



reply via email to

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