File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ LD Flags which PHP was compiled with
27
27
Extra libraries which PHP was compiled with
28
28
.TP
29
29
.PD 0
30
+ .B \-\- man-dir
31
+ The directory prefix where the manpages is installed
32
+ .TP
33
+ .PD 0
30
34
.B \-\- extension-dir
31
35
Directory where extensions are searched by default
32
36
.TP
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ includes="-I$include_dir -I$include_dir/main -I$include_dir/TSRM -I$include_dir/
10
10
ldflags=" @PHP_LDFLAGS@"
11
11
libs=" @EXTRA_LIBS@"
12
12
extension_dir=' @EXTENSION_DIR@'
13
+ man_dir=` eval echo @mandir@`
13
14
program_prefix=" @program_prefix@"
14
15
program_suffix=" @program_suffix@"
15
16
exe_extension=" @EXEEXT@"
@@ -59,6 +60,8 @@ case "$1" in
59
60
echo $php_sapis ;;
60
61
--configure-options)
61
62
echo $configure_options ;;
63
+ --man-dir)
64
+ echo $man_dir ;;
62
65
--version)
63
66
echo $version ;;
64
67
--vernum)
@@ -73,6 +76,7 @@ Options:
73
76
--libs [$libs ]
74
77
--extension-dir [$extension_dir ]
75
78
--include-dir [$include_dir ]
79
+ --man-dir [$man_dir ]
76
80
--php-binary [$php_binary ]
77
81
--php-sapis [$php_sapis ]
78
82
--configure-options [$configure_options ]
You can’t perform that action at this time.
0 commit comments