This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: instdata2.test fails
- To: Pavel Roskin <proski at gnu dot org>
- Subject: Re: instdata2.test fails
- From: Akim Demaille <akim at epita dot fr>
- Date: 27 Feb 2001 18:50:05 +0100
- Cc: <automake at gnu dot org>
- List-Id: Discussion list for automake <automake.gnu.org>
- References: <Pine.LNX.4.33.0102271042160.8074-100000@fonzie.nine.com>
My bad, and I don't know why :(
I just moved %exec_dir_p right before am_install_vars, and it resulted
in the failure you reported. I guess that a var must be visible
before its first caller (when the first to initiate the chain that
results in its consultation), which is something I had not understood
about Perl.
I dislike this property very much :(
Thanks, I moved it at the top.