~woodrow-shen/gnome-screenshot/fix-hidpi-support

« back to all changes in this revision

Viewing changes to config.log

  • Committer: Woodrow Shen
  • Date: 2014-11-21 03:42:13 UTC
  • Revision ID: woodrow.shen@canonical.com-20141121034213-rn0pr97xz9eyoxwy
The patch fix-hidpi-support just fix the wrong image size of screenshot when 
the desktop resolution is hidpi with a scale factor (e.g. 3840x2160).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This file contains any messages produced by compilers while
 
2
running configure, to aid debugging if configure makes a mistake.
 
3
 
 
4
It was created by gnome-screenshot configure 3.10.1, which was
 
5
generated by GNU Autoconf 2.69.  Invocation command line was
 
6
 
 
7
  $ /workzone/Ubuntu-dev/gnome-screenshot_top/gnome-screenshot-3.10.1/./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=${prefix}/include --mandir=${prefix}/share/man --infodir=${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --libexecdir=${prefix}/lib/gnome-screenshot --srcdir=. --disable-maintainer-mode --disable-dependency-tracking --disable-silent-rules
 
8
 
 
9
## --------- ##
 
10
## Platform. ##
 
11
## --------- ##
 
12
 
 
13
hostname = woodrowshen-Inspiron-7520
 
14
uname -m = x86_64
 
15
uname -r = 3.13.0-39-generic
 
16
uname -s = Linux
 
17
uname -v = #66-Ubuntu SMP Tue Oct 28 13:30:27 UTC 2014
 
18
 
 
19
/usr/bin/uname -p = unknown
 
20
/bin/uname -X     = unknown
 
21
 
 
22
/bin/arch              = unknown
 
23
/usr/bin/arch -k       = unknown
 
24
/usr/convex/getsysinfo = unknown
 
25
/usr/bin/hostinfo      = unknown
 
26
/bin/machine           = unknown
 
27
/usr/bin/oslevel       = unknown
 
28
/bin/universe          = unknown
 
29
 
 
30
PATH: /usr/sbin
 
31
PATH: /usr/bin
 
32
PATH: /sbin
 
33
PATH: /bin
 
34
PATH: /usr/bin/X11
 
35
 
 
36
 
 
37
## ----------- ##
 
38
## Core tests. ##
 
39
## ----------- ##
 
40
 
 
41
configure:2290: checking whether make supports nested variables
 
42
configure:2307: result: yes
 
43
configure:2352: checking build system type
 
44
configure:2366: result: x86_64-pc-linux-gnu
 
45
configure:2386: checking host system type
 
46
configure:2399: result: x86_64-pc-linux-gnu
 
47
configure:2419: checking target system type
 
48
configure:2432: result: x86_64-pc-linux-gnu
 
49
configure:2475: checking for a BSD-compatible install
 
50
configure:2543: result: /usr/bin/install -c
 
51
configure:2554: checking whether build environment is sane
 
52
configure:2609: result: yes
 
53
configure:2760: checking for a thread-safe mkdir -p
 
54
configure:2799: result: /bin/mkdir -p
 
55
configure:2806: checking for gawk
 
56
configure:2822: found /usr/bin/gawk
 
57
configure:2833: result: gawk
 
58
configure:2844: checking whether make sets $(MAKE)
 
59
configure:2866: result: yes
 
60
configure:2968: checking whether make supports nested variables
 
61
configure:2985: result: yes
 
62
configure:3005: checking whether NLS is requested
 
63
configure:3014: result: yes
 
64
configure:3030: checking for style of include used by make
 
65
configure:3058: result: GNU
 
66
configure:3129: checking for gcc
 
67
configure:3145: found /usr/bin/gcc
 
68
configure:3156: result: gcc
 
69
configure:3385: checking for C compiler version
 
70
configure:3394: gcc --version >&5
 
71
gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2
 
72
Copyright (C) 2013 Free Software Foundation, Inc.
 
73
This is free software; see the source for copying conditions.  There is NO
 
74
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
75
 
 
76
configure:3405: $? = 0
 
77
configure:3394: gcc -v >&5
 
78
Using built-in specs.
 
79
COLLECT_GCC=gcc
 
80
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
 
81
Target: x86_64-linux-gnu
 
82
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.2-19ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
 
83
Thread model: posix
 
84
gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) 
 
85
configure:3405: $? = 0
 
86
configure:3394: gcc -V >&5
 
87
gcc: error: unrecognized command line option '-V'
 
88
gcc: fatal error: no input files
 
89
compilation terminated.
 
90
configure:3405: $? = 4
 
91
configure:3394: gcc -qversion >&5
 
92
gcc: error: unrecognized command line option '-qversion'
 
93
gcc: fatal error: no input files
 
94
compilation terminated.
 
95
configure:3405: $? = 4
 
96
configure:3425: checking whether the C compiler works
 
97
configure:3447: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.c  >&5
 
98
configure:3451: $? = 0
 
99
configure:3499: result: yes
 
100
configure:3502: checking for C compiler default output file name
 
101
configure:3504: result: a.out
 
102
configure:3510: checking for suffix of executables
 
103
configure:3517: gcc -o conftest -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.c  >&5
 
104
configure:3521: $? = 0
 
105
configure:3543: result: 
 
106
configure:3565: checking whether we are cross compiling
 
107
configure:3573: gcc -o conftest -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.c  >&5
 
108
configure:3577: $? = 0
 
109
configure:3584: ./conftest
 
110
configure:3588: $? = 0
 
111
configure:3603: result: no
 
112
configure:3608: checking for suffix of object files
 
113
configure:3630: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
 
114
configure:3634: $? = 0
 
115
configure:3655: result: o
 
116
configure:3659: checking whether we are using the GNU C compiler
 
117
configure:3678: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
 
118
configure:3678: $? = 0
 
119
configure:3687: result: yes
 
120
configure:3696: checking whether gcc accepts -g
 
121
configure:3716: gcc -c -g -D_FORTIFY_SOURCE=2 conftest.c >&5
 
122
configure:3716: $? = 0
 
123
configure:3757: result: yes
 
124
configure:3774: checking for gcc option to accept ISO C89
 
125
configure:3837: gcc  -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
 
126
configure:3837: $? = 0
 
127
configure:3850: result: none needed
 
128
configure:3872: checking dependency style of gcc
 
129
configure:3983: result: none
 
130
configure:4013: checking for intltool >= 0.40.0
 
131
configure:4015: result: 0.50.2 found
 
132
configure:4023: checking for intltool-update
 
133
configure:4041: found /usr/bin/intltool-update
 
134
configure:4053: result: /usr/bin/intltool-update
 
135
configure:4063: checking for intltool-merge
 
136
configure:4081: found /usr/bin/intltool-merge
 
137
configure:4093: result: /usr/bin/intltool-merge
 
138
configure:4103: checking for intltool-extract
 
139
configure:4121: found /usr/bin/intltool-extract
 
140
configure:4133: result: /usr/bin/intltool-extract
 
141
configure:4287: checking for xgettext
 
142
configure:4305: found /usr/bin/xgettext
 
143
configure:4317: result: /usr/bin/xgettext
 
144
configure:4327: checking for msgmerge
 
145
configure:4345: found /usr/bin/msgmerge
 
146
configure:4357: result: /usr/bin/msgmerge
 
147
configure:4367: checking for msgfmt
 
148
configure:4385: found /usr/bin/msgfmt
 
149
configure:4397: result: /usr/bin/msgfmt
 
150
configure:4407: checking for gmsgfmt
 
151
configure:4438: result: /usr/bin/msgfmt
 
152
configure:4458: checking for perl
 
153
configure:4476: found /usr/bin/perl
 
154
configure:4488: result: /usr/bin/perl
 
155
configure:4499: checking for perl >= 5.8.1
 
156
configure:4506: result: 5.18.2
 
157
configure:4510: checking for XML::Parser
 
158
configure:4513: result: ok
 
159
configure:4538: gcc -o conftest -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.c  >&5
 
160
configure:4538: $? = 0
 
161
configure:4618: checking for pkg-config
 
162
configure:4636: found /usr/bin/pkg-config
 
163
configure:4648: result: /usr/bin/pkg-config
 
164
configure:4673: checking pkg-config is at least version 0.22
 
165
configure:4676: result: yes
 
166
configure:4733: checking for gcc
 
167
configure:4760: result: gcc
 
168
configure:4989: checking for C compiler version
 
169
configure:4998: gcc --version >&5
 
170
gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2
 
171
Copyright (C) 2013 Free Software Foundation, Inc.
 
172
This is free software; see the source for copying conditions.  There is NO
 
173
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
174
 
 
175
configure:5009: $? = 0
 
176
configure:4998: gcc -v >&5
 
177
Using built-in specs.
 
178
COLLECT_GCC=gcc
 
179
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
 
180
Target: x86_64-linux-gnu
 
181
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.2-19ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
 
182
Thread model: posix
 
183
gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) 
 
184
configure:5009: $? = 0
 
185
configure:4998: gcc -V >&5
 
186
gcc: error: unrecognized command line option '-V'
 
187
gcc: fatal error: no input files
 
188
compilation terminated.
 
189
configure:5009: $? = 4
 
190
configure:4998: gcc -qversion >&5
 
191
gcc: error: unrecognized command line option '-qversion'
 
192
gcc: fatal error: no input files
 
193
compilation terminated.
 
194
configure:5009: $? = 4
 
195
configure:5013: checking whether we are using the GNU C compiler
 
196
configure:5041: result: yes
 
197
configure:5050: checking whether gcc accepts -g
 
198
configure:5111: result: yes
 
199
configure:5128: checking for gcc option to accept ISO C89
 
200
configure:5204: result: none needed
 
201
configure:5226: checking dependency style of gcc
 
202
configure:5337: result: none
 
203
configure:5353: checking whether gcc and cc understand -c and -o together
 
204
configure:5384: gcc -c conftest.c -o conftest2.o >&5
 
205
configure:5388: $? = 0
 
206
configure:5394: gcc -c conftest.c -o conftest2.o >&5
 
207
configure:5398: $? = 0
 
208
configure:5409: cc -c conftest.c >&5
 
209
configure:5413: $? = 0
 
210
configure:5421: cc -c conftest.c -o conftest2.o >&5
 
211
configure:5425: $? = 0
 
212
configure:5431: cc -c conftest.c -o conftest2.o >&5
 
213
configure:5435: $? = 0
 
214
configure:5453: result: yes
 
215
configure:5536: checking for g++
 
216
configure:5552: found /usr/bin/g++
 
217
configure:5563: result: g++
 
218
configure:5590: checking for C++ compiler version
 
219
configure:5599: g++ --version >&5
 
220
g++ (Ubuntu 4.8.2-19ubuntu1) 4.8.2
 
221
Copyright (C) 2013 Free Software Foundation, Inc.
 
222
This is free software; see the source for copying conditions.  There is NO
 
223
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
224
 
 
225
configure:5610: $? = 0
 
226
configure:5599: g++ -v >&5
 
227
Using built-in specs.
 
228
COLLECT_GCC=g++
 
229
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
 
230
Target: x86_64-linux-gnu
 
231
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.2-19ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
 
232
Thread model: posix
 
233
gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) 
 
234
configure:5610: $? = 0
 
235
configure:5599: g++ -V >&5
 
236
g++: error: unrecognized command line option '-V'
 
237
g++: fatal error: no input files
 
238
compilation terminated.
 
239
configure:5610: $? = 4
 
240
configure:5599: g++ -qversion >&5
 
241
g++: error: unrecognized command line option '-qversion'
 
242
g++: fatal error: no input files
 
243
compilation terminated.
 
244
configure:5610: $? = 4
 
245
configure:5614: checking whether we are using the GNU C++ compiler
 
246
configure:5633: g++ -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.cpp >&5
 
247
configure:5633: $? = 0
 
248
configure:5642: result: yes
 
249
configure:5651: checking whether g++ accepts -g
 
250
configure:5671: g++ -c -g -D_FORTIFY_SOURCE=2 conftest.cpp >&5
 
251
configure:5671: $? = 0
 
252
configure:5712: result: yes
 
253
configure:5737: checking dependency style of g++
 
254
configure:5848: result: none
 
255
configure:5863: checking for library containing strerror
 
256
configure:5894: gcc -o conftest -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.c  >&5
 
257
configure:5894: $? = 0
 
258
configure:5911: result: none required
 
259
configure:5924: checking how to run the C preprocessor
 
260
configure:5955: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
 
261
configure:5955: $? = 0
 
262
configure:5969: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
 
263
conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
 
264
 #include <ac_nonexistent.h>
 
265
                            ^
 
266
compilation terminated.
 
267
configure:5969: $? = 1
 
268
configure: failed program was:
 
269
| /* confdefs.h */
 
270
| #define PACKAGE_NAME "gnome-screenshot"
 
271
| #define PACKAGE_TARNAME "gnome-screenshot"
 
272
| #define PACKAGE_VERSION "3.10.1"
 
273
| #define PACKAGE_STRING "gnome-screenshot 3.10.1"
 
274
| #define PACKAGE_BUGREPORT ""
 
275
| #define PACKAGE_URL ""
 
276
| #define PACKAGE "gnome-screenshot"
 
277
| #define VERSION "3.10.1"
 
278
| #define GETTEXT_PACKAGE "gnome-screenshot"
 
279
| /* end confdefs.h.  */
 
280
| #include <ac_nonexistent.h>
 
281
configure:5994: result: gcc -E
 
282
configure:6014: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
 
283
configure:6014: $? = 0
 
284
configure:6028: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
 
285
conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
 
286
 #include <ac_nonexistent.h>
 
287
                            ^
 
288
compilation terminated.
 
289
configure:6028: $? = 1
 
290
configure: failed program was:
 
291
| /* confdefs.h */
 
292
| #define PACKAGE_NAME "gnome-screenshot"
 
293
| #define PACKAGE_TARNAME "gnome-screenshot"
 
294
| #define PACKAGE_VERSION "3.10.1"
 
295
| #define PACKAGE_STRING "gnome-screenshot 3.10.1"
 
296
| #define PACKAGE_BUGREPORT ""
 
297
| #define PACKAGE_URL ""
 
298
| #define PACKAGE "gnome-screenshot"
 
299
| #define VERSION "3.10.1"
 
300
| #define GETTEXT_PACKAGE "gnome-screenshot"
 
301
| /* end confdefs.h.  */
 
302
| #include <ac_nonexistent.h>
 
303
configure:6057: checking for grep that handles long lines and -e
 
304
configure:6115: result: /bin/grep
 
305
configure:6120: checking for egrep
 
306
configure:6182: result: /bin/grep -E
 
307
configure:6187: checking for ANSI C header files
 
308
configure:6207: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
 
309
configure:6207: $? = 0
 
310
configure:6280: gcc -o conftest -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.c  >&5
 
311
configure:6280: $? = 0
 
312
configure:6280: ./conftest
 
313
configure:6280: $? = 0
 
314
configure:6291: result: yes
 
315
configure:6453: checking for pkg-config
 
316
configure:6483: result: /usr/bin/pkg-config
 
317
configure:6508: checking pkg-config is at least version 0.16
 
318
configure:6511: result: yes
 
319
configure:6629: checking for sys/types.h
 
320
configure:6629: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
 
321
configure:6629: $? = 0
 
322
configure:6629: result: yes
 
323
configure:6629: checking for sys/stat.h
 
324
configure:6629: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
 
325
configure:6629: $? = 0
 
326
configure:6629: result: yes
 
327
configure:6629: checking for stdlib.h
 
328
configure:6629: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
 
329
configure:6629: $? = 0
 
330
configure:6629: result: yes
 
331
configure:6629: checking for string.h
 
332
configure:6629: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
 
333
configure:6629: $? = 0
 
334
configure:6629: result: yes
 
335
configure:6629: checking for memory.h
 
336
configure:6629: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
 
337
configure:6629: $? = 0
 
338
configure:6629: result: yes
 
339
configure:6629: checking for strings.h
 
340
configure:6629: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
 
341
configure:6629: $? = 0
 
342
configure:6629: result: yes
 
343
configure:6629: checking for inttypes.h
 
344
configure:6629: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
 
345
configure:6629: $? = 0
 
346
configure:6629: result: yes
 
347
configure:6629: checking for stdint.h
 
348
configure:6629: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
 
349
configure:6629: $? = 0
 
350
configure:6629: result: yes
 
351
configure:6629: checking for unistd.h
 
352
configure:6629: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
 
353
configure:6629: $? = 0
 
354
configure:6629: result: yes
 
355
configure:6643: checking for XSHAPE
 
356
configure:6650: $PKG_CONFIG --exists --print-errors "xext x11"
 
357
configure:6653: $? = 0
 
358
configure:6667: $PKG_CONFIG --exists --print-errors "xext x11"
 
359
configure:6670: $? = 0
 
360
configure:6728: result: yes
 
361
configure:6733: checking X11/extensions/shape.h usability
 
362
configure:6733: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
 
363
configure:6733: $? = 0
 
364
configure:6733: result: yes
 
365
configure:6733: checking X11/extensions/shape.h presence
 
366
configure:6733: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
 
367
configure:6733: $? = 0
 
368
configure:6733: result: yes
 
369
configure:6733: checking for X11/extensions/shape.h
 
370
configure:6733: result: yes
 
371
configure:6752: checking for SCREENSHOT
 
372
configure:6761: $PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB_MIN_VERSION
 
373
                  gtk+-3.0 >= $GTK_MIN_VERSION
 
374
                  libcanberra-gtk3"
 
375
configure:6766: $? = 0
 
376
configure:6784: $PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB_MIN_VERSION
 
377
                  gtk+-3.0 >= $GTK_MIN_VERSION
 
378
                  libcanberra-gtk3"
 
379
configure:6789: $? = 0
 
380
configure:6855: result: yes
 
381
configure:6972: checking that generated files are newer than configure
 
382
configure:6978: result: done
 
383
configure:7013: creating ./config.status
 
384
 
 
385
## ---------------------- ##
 
386
## Running config.status. ##
 
387
## ---------------------- ##
 
388
 
 
389
This file was extended by gnome-screenshot config.status 3.10.1, which was
 
390
generated by GNU Autoconf 2.69.  Invocation command line was
 
391
 
 
392
  CONFIG_FILES    = 
 
393
  CONFIG_HEADERS  = 
 
394
  CONFIG_LINKS    = 
 
395
  CONFIG_COMMANDS = 
 
396
  $ ./config.status 
 
397
 
 
398
on woodrowshen-Inspiron-7520
 
399
 
 
400
config.status:987: creating Makefile
 
401
config.status:987: creating src/Makefile
 
402
config.status:987: creating po/Makefile.in
 
403
config.status:987: creating config.h
 
404
config.status:1216: executing depfiles commands
 
405
config.status:1216: executing po/stamp-it commands
 
406
configure:8348: WARNING: unrecognized options: --disable-maintainer-mode
 
407
 
 
408
## ---------------- ##
 
409
## Cache variables. ##
 
410
## ---------------- ##
 
411
 
 
412
ac_cv_build=x86_64-pc-linux-gnu
 
413
ac_cv_c_compiler_gnu=yes
 
414
ac_cv_cxx_compiler_gnu=yes
 
415
ac_cv_env_CCC_set=
 
416
ac_cv_env_CCC_value=
 
417
ac_cv_env_CC_set=
 
418
ac_cv_env_CC_value=
 
419
ac_cv_env_CFLAGS_set=set
 
420
ac_cv_env_CFLAGS_value='-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall'
 
421
ac_cv_env_CPPFLAGS_set=set
 
422
ac_cv_env_CPPFLAGS_value=-D_FORTIFY_SOURCE=2
 
423
ac_cv_env_CPP_set=
 
424
ac_cv_env_CPP_value=
 
425
ac_cv_env_CXXFLAGS_set=set
 
426
ac_cv_env_CXXFLAGS_value='-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall'
 
427
ac_cv_env_CXX_set=
 
428
ac_cv_env_CXX_value=
 
429
ac_cv_env_LDFLAGS_set=set
 
430
ac_cv_env_LDFLAGS_value='-Wl,-Bsymbolic-functions -Wl,-z,relro'
 
431
ac_cv_env_LIBS_set=
 
432
ac_cv_env_LIBS_value=
 
433
ac_cv_env_PKG_CONFIG_LIBDIR_set=
 
434
ac_cv_env_PKG_CONFIG_LIBDIR_value=
 
435
ac_cv_env_PKG_CONFIG_PATH_set=
 
436
ac_cv_env_PKG_CONFIG_PATH_value=
 
437
ac_cv_env_PKG_CONFIG_set=
 
438
ac_cv_env_PKG_CONFIG_value=
 
439
ac_cv_env_SCREENSHOT_CFLAGS_set=
 
440
ac_cv_env_SCREENSHOT_CFLAGS_value=
 
441
ac_cv_env_SCREENSHOT_LIBS_set=
 
442
ac_cv_env_SCREENSHOT_LIBS_value=
 
443
ac_cv_env_XSHAPE_CFLAGS_set=
 
444
ac_cv_env_XSHAPE_CFLAGS_value=
 
445
ac_cv_env_XSHAPE_LIBS_set=
 
446
ac_cv_env_XSHAPE_LIBS_value=
 
447
ac_cv_env_build_alias_set=set
 
448
ac_cv_env_build_alias_value=x86_64-linux-gnu
 
449
ac_cv_env_host_alias_set=
 
450
ac_cv_env_host_alias_value=
 
451
ac_cv_env_target_alias_set=
 
452
ac_cv_env_target_alias_value=
 
453
ac_cv_header_X11_extensions_shape_h=yes
 
454
ac_cv_header_inttypes_h=yes
 
455
ac_cv_header_memory_h=yes
 
456
ac_cv_header_stdc=yes
 
457
ac_cv_header_stdint_h=yes
 
458
ac_cv_header_stdlib_h=yes
 
459
ac_cv_header_string_h=yes
 
460
ac_cv_header_strings_h=yes
 
461
ac_cv_header_sys_stat_h=yes
 
462
ac_cv_header_sys_types_h=yes
 
463
ac_cv_header_unistd_h=yes
 
464
ac_cv_host=x86_64-pc-linux-gnu
 
465
ac_cv_objext=o
 
466
ac_cv_path_EGREP='/bin/grep -E'
 
467
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
 
468
ac_cv_path_GREP=/bin/grep
 
469
ac_cv_path_INTLTOOL_EXTRACT=/usr/bin/intltool-extract
 
470
ac_cv_path_INTLTOOL_MERGE=/usr/bin/intltool-merge
 
471
ac_cv_path_INTLTOOL_PERL=/usr/bin/perl
 
472
ac_cv_path_INTLTOOL_UPDATE=/usr/bin/intltool-update
 
473
ac_cv_path_MSGFMT=/usr/bin/msgfmt
 
474
ac_cv_path_MSGMERGE=/usr/bin/msgmerge
 
475
ac_cv_path_XGETTEXT=/usr/bin/xgettext
 
476
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
 
477
ac_cv_path_install='/usr/bin/install -c'
 
478
ac_cv_path_mkdir=/bin/mkdir
 
479
ac_cv_prog_AWK=gawk
 
480
ac_cv_prog_CPP='gcc -E'
 
481
ac_cv_prog_ac_ct_CC=gcc
 
482
ac_cv_prog_ac_ct_CXX=g++
 
483
ac_cv_prog_cc_c89=
 
484
ac_cv_prog_cc_g=yes
 
485
ac_cv_prog_cc_gcc_c_o=yes
 
486
ac_cv_prog_cxx_g=yes
 
487
ac_cv_prog_make_make_set=yes
 
488
ac_cv_search_strerror='none required'
 
489
ac_cv_target=x86_64-pc-linux-gnu
 
490
am_cv_CC_dependencies_compiler_type=none
 
491
am_cv_CXX_dependencies_compiler_type=none
 
492
am_cv_make_support_nested_variables=yes
 
493
pkg_cv_SCREENSHOT_CFLAGS='-pthread -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng12  '
 
494
pkg_cv_SCREENSHOT_LIBS='-lcanberra-gtk3 -lX11 -lcanberra -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0  '
 
495
pkg_cv_XSHAPE_CFLAGS=' '
 
496
pkg_cv_XSHAPE_LIBS='-lXext -lX11  '
 
497
 
 
498
## ----------------- ##
 
499
## Output variables. ##
 
500
## ----------------- ##
 
501
 
 
502
 
 
503
 
 
504
 
 
505
 
 
506
 
 
507
 
 
508
 
 
509
 
 
510
 
 
511
                $(INSTALL_DATA) $^ "$(DESTDIR)$(gsettingsschemadir)"; \
 
512
                test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir); \
 
513
                test -z "$(gsettingsschemadir)" || $(MKDIR_P) "$(DESTDIR)$(gsettingsschemadir)"; \
 
514
        $(AM_V_GEN) glib-mkenums --comments '\''<!-- @comment@ -->'\'' --fhead "<schemalist>" --vhead "  <@type@ id='\''$(gsettings_ENUM_NAMESPACE).@EnumName@'\''>" --vprod "    <value nick='\''@valuenick@'\'' value='\''@valuenum@'\''/>" --vtail "  </@type@>" --ftail "</schemalist>" $^ > $@.tmp && mv $@.tmp $@
 
515
        $(AM_V_GEN) if test -f "$<"; then d=; else d="$(srcdir)/"; fi; $(GLIB_COMPILE_SCHEMAS) --strict --dry-run $(addprefix --schema-file=,$(gsettings__enum_file)) --schema-file=$${d}$< && touch $@
 
516
        @$(NORMAL_INSTALL)
 
517
        @$(NORMAL_UNINSTALL)
 
518
        @list='\''$(gsettings_SCHEMAS) $(gsettings__enum_file)'\''; test -n "$(gsettingsschemadir)" || list=; \
 
519
        cd "$(DESTDIR)$(gsettingsschemadir)" && rm -f $$files
 
520
        echo " ( cd '\''$(DESTDIR)$(gsettingsschemadir)'\'' && rm -f" $$files ")"; \
 
521
        fi
 
522
        files=`for p in $$list; do echo $$p; done | sed -e '\''s|^.*/||'\''`; \
 
523
        if test -n "$^"; then \
 
524
        rm -f $(gsettings_SCHEMAS:.xml=.valid) $(gsettings__enum_file)
 
525
        test -n "$$files" || exit 0; \
 
526
        test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir)
 
527
$(gsettings__enum_file): $(gsettings_ENUM_FILES)
 
528
%.gschema.valid: %.gschema.xml $(gsettings__enum_file)
 
529
.PHONY : uninstall-gsettings-schemas install-gsettings-schemas clean-gsettings-schemas
 
530
.SECONDARY: $(gsettings_SCHEMAS)
 
531
ACLOCAL='${SHELL} /workzone/Ubuntu-dev/gnome-screenshot_top/gnome-screenshot-3.10.1/missing aclocal-1.13'
 
532
ALL_LINGUAS=''
 
533
AMDEPBACKSLASH=''
 
534
AMDEP_FALSE=''
 
535
AMDEP_TRUE='#'
 
536
AMTAR='$${TAR-tar}'
 
537
AM_BACKSLASH='\'
 
538
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
 
539
AM_DEFAULT_VERBOSITY='1'
 
540
AM_V='$(V)'
 
541
AUTOCONF='${SHELL} /workzone/Ubuntu-dev/gnome-screenshot_top/gnome-screenshot-3.10.1/missing autoconf'
 
542
AUTOHEADER='${SHELL} /workzone/Ubuntu-dev/gnome-screenshot_top/gnome-screenshot-3.10.1/missing autoheader'
 
543
AUTOMAKE='${SHELL} /workzone/Ubuntu-dev/gnome-screenshot_top/gnome-screenshot-3.10.1/missing automake-1.13'
 
544
AWK='gawk'
 
545
CC='gcc'
 
546
CCDEPMODE='depmode=none'
 
547
CFLAGS='-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall'
 
548
CPP='gcc -E'
 
549
CPPFLAGS='-D_FORTIFY_SOURCE=2'
 
550
CXX='g++'
 
551
CXXDEPMODE='depmode=none'
 
552
CXXFLAGS='-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall'
 
553
CYGPATH_W='echo'
 
554
DATADIRNAME='share'
 
555
DEFS='-DHAVE_CONFIG_H'
 
556
DEPDIR='.deps'
 
557
ECHO_C=''
 
558
ECHO_N='-n'
 
559
ECHO_T=''
 
560
EGREP='/bin/grep -E'
 
561
EXEEXT=''
 
562
GETTEXT_PACKAGE='gnome-screenshot'
 
563
GLIB_COMPILE_SCHEMAS='/usr/lib/x86_64-linux-gnu/glib-2.0/glib-compile-schemas'
 
564
GMSGFMT='/usr/bin/msgfmt'
 
565
GREP='/bin/grep'
 
566
GSETTINGS_DISABLE_SCHEMAS_COMPILE=''
 
567
GSETTINGS_RULES='
 
568
INSTALL_DATA='${INSTALL} -m 644'
 
569
INSTALL_PROGRAM='${INSTALL}'
 
570
INSTALL_SCRIPT='${INSTALL}'
 
571
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
 
572
INTLTOOL_CAVES_RULE='%.caves:     %.caves.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
 
573
INTLTOOL_DESKTOP_RULE='%.desktop:   %.desktop.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
 
574
INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
 
575
INTLTOOL_EXTRACT='/usr/bin/intltool-extract'
 
576
INTLTOOL_KBD_RULE='%.kbd:       %.kbd.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
 
577
INTLTOOL_KEYS_RULE='%.keys:      %.keys.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
 
578
INTLTOOL_MERGE='/usr/bin/intltool-merge'
 
579
INTLTOOL_OAF_RULE='%.oaf:       %.oaf.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -p $(top_srcdir)/po $< $@'
 
580
INTLTOOL_PERL='/usr/bin/perl'
 
581
INTLTOOL_POLICY_RULE='%.policy:    %.policy.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
 
582
INTLTOOL_PONG_RULE='%.pong:      %.pong.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
 
583
INTLTOOL_PROP_RULE='%.prop:      %.prop.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
 
584
INTLTOOL_SCHEMAS_RULE='%.schemas:   %.schemas.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
 
585
INTLTOOL_SERVER_RULE='%.server:    %.server.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
 
586
INTLTOOL_SERVICE_RULE='%.service: %.service.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
 
587
INTLTOOL_SHEET_RULE='%.sheet:     %.sheet.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
 
588
INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
 
589
INTLTOOL_THEME_RULE='%.theme:     %.theme.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
 
590
INTLTOOL_UI_RULE='%.ui:        %.ui.in        $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
 
591
INTLTOOL_UPDATE='/usr/bin/intltool-update'
 
592
INTLTOOL_V_MERGE='$(INTLTOOL__v_MERGE_$(V))'
 
593
INTLTOOL_V_MERGE_OPTIONS='$(intltool__v_merge_options_$(V))'
 
594
INTLTOOL_XAM_RULE='%.xam:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
 
595
INTLTOOL_XML_NOMERGE_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u --no-translations $< $@'
 
596
INTLTOOL_XML_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
 
597
INTLTOOL__v_MERGE_0='@echo "  ITMRG " $@;'
 
598
INTLTOOL__v_MERGE_='$(INTLTOOL__v_MERGE_$(AM_DEFAULT_VERBOSITY))'
 
599
LDFLAGS='-Wl,-Bsymbolic-functions -Wl,-z,relro'
 
600
LIBOBJS=''
 
601
LIBS=''
 
602
LTLIBOBJS=''
 
603
MAKEINFO='${SHELL} /workzone/Ubuntu-dev/gnome-screenshot_top/gnome-screenshot-3.10.1/missing makeinfo'
 
604
MKDIR_P='/bin/mkdir -p'
 
605
MSGFMT='/usr/bin/msgfmt'
 
606
MSGMERGE='/usr/bin/msgmerge'
 
607
OBJEXT='o'
 
608
PACKAGE='gnome-screenshot'
 
609
PACKAGE_BUGREPORT=''
 
610
PACKAGE_NAME='gnome-screenshot'
 
611
PACKAGE_STRING='gnome-screenshot 3.10.1'
 
612
PACKAGE_TARNAME='gnome-screenshot'
 
613
PACKAGE_URL=''
 
614
PACKAGE_VERSION='3.10.1'
 
615
PATH_SEPARATOR=':'
 
616
PKG_CONFIG='/usr/bin/pkg-config'
 
617
PKG_CONFIG_LIBDIR=''
 
618
PKG_CONFIG_PATH=''
 
619
SCREENSHOT_CFLAGS='-pthread -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng12  '
 
620
SCREENSHOT_LIBS='-lcanberra-gtk3 -lX11 -lcanberra -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0  '
 
621
SET_MAKE=''
 
622
SHELL='/bin/bash'
 
623
STRIP=''
 
624
USE_NLS='yes'
 
625
VERSION='3.10.1'
 
626
XGETTEXT='/usr/bin/xgettext'
 
627
XSHAPE_CFLAGS=' '
 
628
XSHAPE_LIBS='-lXext -lX11'
 
629
ac_ct_CC='gcc'
 
630
ac_ct_CXX='g++'
 
631
all-am: $(gsettings_SCHEMAS:.xml=.valid)
 
632
am__EXEEXT_FALSE=''
 
633
am__EXEEXT_TRUE='#'
 
634
am__fastdepCC_FALSE=''
 
635
am__fastdepCC_TRUE='#'
 
636
am__fastdepCXX_FALSE=''
 
637
am__fastdepCXX_TRUE='#'
 
638
am__include='include'
 
639
am__isrc=''
 
640
am__leading_dot='.'
 
641
am__nodep=''
 
642
am__quote=''
 
643
am__tar='$${TAR-tar} chof - "$$tardir"'
 
644
am__untar='$${TAR-tar} xf -'
 
645
bindir='${exec_prefix}/bin'
 
646
build='x86_64-pc-linux-gnu'
 
647
build_alias='x86_64-linux-gnu'
 
648
build_cpu='x86_64'
 
649
build_os='linux-gnu'
 
650
build_vendor='pc'
 
651
clean-gsettings-schemas:
 
652
datadir='${datarootdir}'
 
653
datarootdir='${prefix}/share'
 
654
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
 
655
dvidir='${docdir}'
 
656
endif'
 
657
exec_prefix='${prefix}'
 
658
gsettings__enum_file = $(addsuffix .enums.xml,$(gsettings_ENUM_NAMESPACE))
 
659
gsettingsschemadir='${datarootdir}/glib-2.0/schemas'
 
660
host='x86_64-pc-linux-gnu'
 
661
host_alias=''
 
662
host_cpu='x86_64'
 
663
host_os='linux-gnu'
 
664
host_vendor='pc'
 
665
htmldir='${docdir}'
 
666
ifdef gsettings_ENUM_NAMESPACE
 
667
includedir='${prefix}/include'
 
668
infodir='${prefix}/share/info'
 
669
install-data-am: install-gsettings-schemas
 
670
install-gsettings-schemas: $(gsettings_SCHEMAS) $(gsettings__enum_file)
 
671
install_sh='${SHELL} /workzone/Ubuntu-dev/gnome-screenshot_top/gnome-screenshot-3.10.1/install-sh'
 
672
intltool__v_merge_options_0='-q'
 
673
intltool__v_merge_options_='$(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))'
 
674
libdir='${exec_prefix}/lib'
 
675
libexecdir='${prefix}/lib/gnome-screenshot'
 
676
localedir='${datarootdir}/locale'
 
677
localstatedir='/var'
 
678
mandir='${prefix}/share/man'
 
679
mkdir_p='$(MKDIR_P)'
 
680
mostlyclean-am: clean-gsettings-schemas
 
681
oldincludedir='/usr/include'
 
682
pdfdir='${docdir}'
 
683
prefix='/usr'
 
684
program_transform_name='s,x,x,'
 
685
psdir='${docdir}'
 
686
sbindir='${exec_prefix}/sbin'
 
687
sharedstatedir='${prefix}/com'
 
688
sysconfdir='/etc'
 
689
target='x86_64-pc-linux-gnu'
 
690
target_alias=''
 
691
target_cpu='x86_64'
 
692
target_os='linux-gnu'
 
693
target_vendor='pc'
 
694
uninstall-am: uninstall-gsettings-schemas
 
695
uninstall-gsettings-schemas:
 
696
 
 
697
## ----------- ##
 
698
## confdefs.h. ##
 
699
## ----------- ##
 
700
 
 
701
/* confdefs.h */
 
702
#define PACKAGE_NAME "gnome-screenshot"
 
703
#define PACKAGE_TARNAME "gnome-screenshot"
 
704
#define PACKAGE_VERSION "3.10.1"
 
705
#define PACKAGE_STRING "gnome-screenshot 3.10.1"
 
706
#define PACKAGE_BUGREPORT ""
 
707
#define PACKAGE_URL ""
 
708
#define PACKAGE "gnome-screenshot"
 
709
#define VERSION "3.10.1"
 
710
#define GETTEXT_PACKAGE "gnome-screenshot"
 
711
#define STDC_HEADERS 1
 
712
#define HAVE_SYS_TYPES_H 1
 
713
#define HAVE_SYS_STAT_H 1
 
714
#define HAVE_STDLIB_H 1
 
715
#define HAVE_STRING_H 1
 
716
#define HAVE_MEMORY_H 1
 
717
#define HAVE_STRINGS_H 1
 
718
#define HAVE_INTTYPES_H 1
 
719
#define HAVE_STDINT_H 1
 
720
#define HAVE_UNISTD_H 1
 
721
#define HAVE_X11_EXTENSIONS_SHAPE_H 1
 
722
 
 
723
configure: exit 0