blob: 24e15e3cf799a2538f096d1188bbdfea88b04736 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
|
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by RT configure 3.0.9, which was
generated by GNU Autoconf 2.53. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = pallas
uname -m = i686
uname -r = 2.4.18-686
uname -s = Linux
uname -v = #1 Sun Apr 14 11:32:47 EST 2002
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/X11R6/bin/
PATH: /opt/rt/bin
PATH: /usr/athena/bin
PATH: /usr/local/bin
PATH: /bin
PATH: /usr/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/games
PATH: $HOME/bin
PATH: /opt/kerberos/bin
PATH: /opt/StarOffice-4.0/bin
PATH: /opt/mysql/bin/
PATH: .
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1218: checking for a BSD-compatible install
configure:1272: result: /usr/bin/install -c
configure:1286: checking for perl
configure:1304: found /usr/bin/perl
configure:1317: result: /usr/bin/perl
configure:1639: checking for chosen layout
configure:1654: result: RT3
configure:1986: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by RT config.status 3.0.9, which was
generated by GNU Autoconf 2.53. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on pallas
config.status:639: creating sbin/rt-setup-database
config.status:639: creating sbin/rt-test-dependencies
config.status:639: creating Makefile
config.status:639: creating etc/RT_Config.pm
config.status:639: creating lib/RT.pm
config.status:639: creating lib/t/00smoke.t
config.status:639: creating lib/t/01harness.t
config.status:639: creating lib/t/02regression.t
config.status:639: creating lib/t/03web.pl
config.status:639: creating lib/t/04_send_email.pl
config.status:639: creating bin/mason_handler.fcgi
config.status:639: creating bin/mason_handler.scgi
config.status:639: creating bin/mason_handler.svc
config.status:639: creating bin/rt-commit-handler
config.status:639: creating bin/rt-crontool
config.status:639: creating bin/rt-mailgate
config.status:639: creating bin/rt
config.status:639: creating bin/webmux.pl
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_env_PERL_set=
ac_cv_env_PERL_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_install='/usr/bin/install -c'
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME "RT"
#define PACKAGE_TARNAME "rt"
#define PACKAGE_VERSION "3.0.9"
#define PACKAGE_STRING "RT 3.0.9"
#define PACKAGE_BUGREPORT "rt-3.0-bugs@fsck.com"
configure: exit 0
|