GNU bug report logs - #35886
Built-in variable dependency issue with bindir/exec_prefix/prefix

Previous Next

Package: automake;

Reported by: "Sternberg, Jay E" <jay.e.sternberg <at> intel.com>

Date: Fri, 24 May 2019 17:47:01 UTC

Severity: normal

Tags: notabug

Done: Eric Blake <eblake <at> redhat.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: "Sternberg, Jay E" <jay.e.sternberg <at> intel.com>
To: 35886 <at> debbugs.gnu.org
Subject: bug#35886: Built-in variable dependency issue with bindir/exec_prefix/prefix
Date: Fri, 24 May 2019 17:33:24 +0000
Built-in variables are stored in the generated Makefile in ascending sort order.  This results in dependency issues specifically for bindir and exec_prefix. after running './configure --prefix /usr'; the resulting Makefile variables are as follows:

...
bindir = ${exec_prefix}/bin
build_alias =
builddir = .
...
dvidir = ${docdir}
exec_prefix = ${prefix}
host_alias =
...
pdfdir = ${docdir}
prefix = /usr
program_transform_name = s,x,x,
...

The result is that when make install uses bindir, the value is "/bin", not "/usr/bin"

Cheers,
Jay




This bug report was last modified 5 years and 364 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.