bug-autoconf
[Top][All Lists]
Advanced

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

[sr #110212] Transform pkgdatadir using program-prefix and -suffix


From: Ross Burton
Subject: [sr #110212] Transform pkgdatadir using program-prefix and -suffix
Date: Thu, 19 Mar 2020 12:14:57 -0400 (EDT)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.5 Safari/605.1.15

URL:
  <https://savannah.gnu.org/support/?110212>

                 Summary: Transform pkgdatadir using program-prefix and
-suffix
                 Project: Autoconf
            Submitted by: rossburton
            Submitted on: Thu 19 Mar 2020 04:14:56 PM UTC
                Category: None
                Priority: 5 - Normal
                Severity: 3 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
        Operating System: None

    _______________________________________________________

Details:

The main reason people will build autoconf with --program-prefix or
--program-suffix is most likely that they want to support multiple versions of
autoconf at the same time.

For example, binutils requires 2.69 exactly, but if 2.70 is released then
people will want to use that before binutils has switched and released.

Using --program-suffix=2.69 means that the binaries are installed as
/usr/bin/autoconf2.69, but pkgdatadir is still just /usr/share/autoconf. 
Everyone who wants parallel installable autoconf then has to fix this somehow
(either overwriting pkgdatadir, or fixing the paths after installation).

I suggest overwriting pkgdatadir to respect $program_prefix and
$program_suffix.




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/support/?110212>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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