php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #64517 --program-suffix and --program-prefix not present in ./configure --help
Submitted: 2013-03-25 23:53 UTC Modified: 2018-08-29 00:08 UTC
Votes:4
Avg. Score:2.5 ± 0.5
Reproduced:3 of 3 (100.0%)
Same Version:1 (33.3%)
Same OS:2 (66.7%)
From: olivier dot antheaume at gmail dot com Assigned: petk (profile)
Status: Closed Package: *Compile Issues
PHP Version: 5.4.13 OS: Linux
Private report: No CVE-ID: None
 [2013-03-25 23:53 UTC] olivier dot antheaume at gmail dot com
Description:
------------
There is no information about configuration options --program-suffix and --program-
prefix when you do:

$./configure --help

Expected result:
----------------
$ ./configure --help | grep program-prefix
--program-prefix=PREFIX            prepend PREFIX to installed program names
$


$ ./configure --help | grep program-suffix
--program-suffix=SUFFIX            append SUFFIX to installed program names
$

Actual result:
--------------
$ ./configure --help | grep program-prefix
$


$ ./configure --help | grep program-suffix
$

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-10-14 17:22 UTC] contato at jeancarlomachado dot com dot br
This is an autoconf option. So doesn't make sense to change PHP for it. You need to ask autoconf.
 [2018-08-24 14:55 UTC] petk@php.net
-Assigned To: +Assigned To: petk
 [2018-08-24 14:55 UTC] petk@php.net
Hello, sorry for a late reply here. I suggest to implement this one in the current master branch since it additionally outputs the --program-transform-name configure option.

The pull request that implements this one is at:
https://github.com/php/php-src/pull/3463
 [2018-08-25 18:43 UTC] petk@php.net
-Type: Bug +Type: Feature/Change Request
 [2018-08-29 00:08 UTC] petk@php.net
-Status: Assigned +Status: Closed
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 10:01:28 2024 UTC