Codebase list cinnamon-menus / c898156
Merge pull request #4 from Fantu/fixes/improvements Debian folder improvements Clement Lefebvre 9 years ago
14 changed file(s) with 193 addition(s) and 3018 deletion(s). Raw diff Collapse all Expand all
+0
-745
debian/build/config.log less more
0 This file contains any messages produced by compilers while
1 running configure, to aid debugging if configure makes a mistake.
2
3 It was created by cinnamon-menus configure 2.1, which was
4 generated by GNU Autoconf 2.69. Invocation command line was
5
6 $ /home/mtwebster/bin/cinnamon-menus/./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/cinnamon-menus --disable-maintainer-mode --disable-dependency-tracking --disable-silent-rules
7
8 ## --------- ##
9 ## Platform. ##
10 ## --------- ##
11
12 hostname = mint16
13 uname -m = x86_64
14 uname -r = 3.11.0-12-generic
15 uname -s = Linux
16 uname -v = #19-Ubuntu SMP Wed Oct 9 16:20:46 UTC 2013
17
18 /usr/bin/uname -p = unknown
19 /bin/uname -X = unknown
20
21 /bin/arch = unknown
22 /usr/bin/arch -k = unknown
23 /usr/convex/getsysinfo = unknown
24 /usr/bin/hostinfo = unknown
25 /bin/machine = unknown
26 /usr/bin/oslevel = unknown
27 /bin/universe = unknown
28
29 PATH: /home/mtwebster/bin
30 PATH: /usr/lib/lightdm/lightdm
31 PATH: /usr/local/sbin
32 PATH: /usr/local/bin
33 PATH: /usr/sbin
34 PATH: /usr/bin
35 PATH: /sbin
36 PATH: /bin
37 PATH: /usr/games
38 PATH: /usr/local/games
39
40
41 ## ----------- ##
42 ## Core tests. ##
43 ## ----------- ##
44
45 configure:2214: checking for a BSD-compatible install
46 configure:2282: result: /usr/bin/install -c
47 configure:2293: checking whether build environment is sane
48 configure:2348: result: yes
49 configure:2499: checking for a thread-safe mkdir -p
50 configure:2538: result: /bin/mkdir -p
51 configure:2545: checking for gawk
52 configure:2561: found /usr/bin/gawk
53 configure:2572: result: gawk
54 configure:2583: checking whether make sets $(MAKE)
55 configure:2605: result: yes
56 configure:2634: checking whether make supports nested variables
57 configure:2651: result: yes
58 configure:2746: checking whether make supports nested variables
59 configure:2763: result: yes
60 configure:2779: checking whether to enable maintainer-specific portions of Makefiles
61 configure:2788: result: no
62 configure:2838: checking for style of include used by make
63 configure:2866: result: GNU
64 configure:2937: checking for gcc
65 configure:2953: found /usr/bin/gcc
66 configure:2964: result: gcc
67 configure:3193: checking for C compiler version
68 configure:3202: gcc --version >&5
69 gcc-4.8.real (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
70 Copyright (C) 2013 Free Software Foundation, Inc.
71 This is free software; see the source for copying conditions. There is NO
72 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
73
74 configure:3213: $? = 0
75 configure:3202: gcc -v >&5
76 Using built-in specs.
77 COLLECT_GCC=/usr/bin/gcc-4.8.real
78 COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
79 Target: x86_64-linux-gnu
80 Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.8.1-10ubuntu9' --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 --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
81 Thread model: posix
82 gcc version 4.8.1 (Ubuntu/Linaro 4.8.1-10ubuntu9)
83 configure:3213: $? = 0
84 configure:3202: gcc -V >&5
85 gcc-4.8.real: error: unrecognized command line option '-V'
86 gcc-4.8.real: fatal error: no input files
87 compilation terminated.
88 configure:3213: $? = 4
89 configure:3202: gcc -qversion >&5
90 gcc-4.8.real: error: unrecognized command line option '-qversion'
91 gcc-4.8.real: fatal error: no input files
92 compilation terminated.
93 configure:3213: $? = 4
94 configure:3233: checking whether the C compiler works
95 configure:3255: 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
96 configure:3259: $? = 0
97 configure:3307: result: yes
98 configure:3310: checking for C compiler default output file name
99 configure:3312: result: a.out
100 configure:3318: checking for suffix of executables
101 configure:3325: 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
102 configure:3329: $? = 0
103 configure:3351: result:
104 configure:3373: checking whether we are cross compiling
105 configure:3381: 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
106 configure:3385: $? = 0
107 configure:3392: ./conftest
108 configure:3396: $? = 0
109 configure:3411: result: no
110 configure:3416: checking for suffix of object files
111 configure:3438: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
112 configure:3442: $? = 0
113 configure:3463: result: o
114 configure:3467: checking whether we are using the GNU C compiler
115 configure:3486: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
116 configure:3486: $? = 0
117 configure:3495: result: yes
118 configure:3504: checking whether gcc accepts -g
119 configure:3524: gcc -c -g -D_FORTIFY_SOURCE=2 conftest.c >&5
120 configure:3524: $? = 0
121 configure:3565: result: yes
122 configure:3582: checking for gcc option to accept ISO C89
123 configure:3645: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
124 configure:3645: $? = 0
125 configure:3658: result: none needed
126 configure:3680: checking dependency style of gcc
127 configure:3791: result: none
128 configure:3807: checking for library containing strerror
129 configure:3838: 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
130 configure:3838: $? = 0
131 configure:3855: result: none required
132 configure:3911: checking for gcc
133 configure:3938: result: gcc
134 configure:4167: checking for C compiler version
135 configure:4176: gcc --version >&5
136 gcc-4.8.real (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
137 Copyright (C) 2013 Free Software Foundation, Inc.
138 This is free software; see the source for copying conditions. There is NO
139 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
140
141 configure:4187: $? = 0
142 configure:4176: gcc -v >&5
143 Using built-in specs.
144 COLLECT_GCC=/usr/bin/gcc-4.8.real
145 COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
146 Target: x86_64-linux-gnu
147 Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.8.1-10ubuntu9' --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 --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
148 Thread model: posix
149 gcc version 4.8.1 (Ubuntu/Linaro 4.8.1-10ubuntu9)
150 configure:4187: $? = 0
151 configure:4176: gcc -V >&5
152 gcc-4.8.real: error: unrecognized command line option '-V'
153 gcc-4.8.real: fatal error: no input files
154 compilation terminated.
155 configure:4187: $? = 4
156 configure:4176: gcc -qversion >&5
157 gcc-4.8.real: error: unrecognized command line option '-qversion'
158 gcc-4.8.real: fatal error: no input files
159 compilation terminated.
160 configure:4187: $? = 4
161 configure:4191: checking whether we are using the GNU C compiler
162 configure:4219: result: yes
163 configure:4228: checking whether gcc accepts -g
164 configure:4289: result: yes
165 configure:4306: checking for gcc option to accept ISO C89
166 configure:4382: result: none needed
167 configure:4404: checking dependency style of gcc
168 configure:4515: result: none
169 configure:4535: checking how to run the C preprocessor
170 configure:4566: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
171 configure:4566: $? = 0
172 configure:4580: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
173 conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
174 #include <ac_nonexistent.h>
175 ^
176 compilation terminated.
177 configure:4580: $? = 1
178 configure: failed program was:
179 | /* confdefs.h */
180 | #define PACKAGE_NAME "cinnamon-menus"
181 | #define PACKAGE_TARNAME "cinnamon-menus"
182 | #define PACKAGE_VERSION "2.1"
183 | #define PACKAGE_STRING "cinnamon-menus 2.1"
184 | #define PACKAGE_BUGREPORT ""
185 | #define PACKAGE_URL ""
186 | #define PACKAGE "cinnamon-menus"
187 | #define VERSION "2.1"
188 | /* end confdefs.h. */
189 | #include <ac_nonexistent.h>
190 configure:4605: result: gcc -E
191 configure:4625: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
192 configure:4625: $? = 0
193 configure:4639: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
194 conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
195 #include <ac_nonexistent.h>
196 ^
197 compilation terminated.
198 configure:4639: $? = 1
199 configure: failed program was:
200 | /* confdefs.h */
201 | #define PACKAGE_NAME "cinnamon-menus"
202 | #define PACKAGE_TARNAME "cinnamon-menus"
203 | #define PACKAGE_VERSION "2.1"
204 | #define PACKAGE_STRING "cinnamon-menus 2.1"
205 | #define PACKAGE_BUGREPORT ""
206 | #define PACKAGE_URL ""
207 | #define PACKAGE "cinnamon-menus"
208 | #define VERSION "2.1"
209 | /* end confdefs.h. */
210 | #include <ac_nonexistent.h>
211 configure:4668: checking for grep that handles long lines and -e
212 configure:4726: result: /bin/grep
213 configure:4731: checking for egrep
214 configure:4793: result: /bin/grep -E
215 configure:4798: checking for ANSI C header files
216 configure:4818: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
217 configure:4818: $? = 0
218 configure:4891: 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
219 configure:4891: $? = 0
220 configure:4891: ./conftest
221 configure:4891: $? = 0
222 configure:4902: result: yes
223 configure:4915: checking build system type
224 configure:4929: result: x86_64-pc-linux-gnu
225 configure:4949: checking host system type
226 configure:4962: result: x86_64-pc-linux-gnu
227 configure:5331: checking how to print strings
228 configure:5358: result: printf
229 configure:5379: checking for a sed that does not truncate output
230 configure:5443: result: /bin/sed
231 configure:5461: checking for fgrep
232 configure:5523: result: /bin/grep -F
233 configure:5558: checking for ld used by gcc
234 configure:5625: result: /usr/bin/ld
235 configure:5632: checking if the linker (/usr/bin/ld) is GNU ld
236 configure:5647: result: yes
237 configure:5659: checking for BSD- or MS-compatible name lister (nm)
238 configure:5708: result: /usr/bin/nm -B
239 configure:5838: checking the name lister (/usr/bin/nm -B) interface
240 configure:5845: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
241 configure:5848: /usr/bin/nm -B "conftest.o"
242 configure:5851: output
243 0000000000000000 B some_variable
244 configure:5858: result: BSD nm
245 configure:5861: checking whether ln -s works
246 configure:5865: result: yes
247 configure:5873: checking the maximum length of command line arguments
248 configure:6004: result: 3458764513820540925
249 configure:6021: checking whether the shell understands some XSI constructs
250 configure:6031: result: yes
251 configure:6035: checking whether the shell understands "+="
252 configure:6041: result: yes
253 configure:6076: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format
254 configure:6116: result: func_convert_file_noop
255 configure:6123: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
256 configure:6143: result: func_convert_file_noop
257 configure:6150: checking for /usr/bin/ld option to reload object files
258 configure:6157: result: -r
259 configure:6231: checking for objdump
260 configure:6258: result: objdump
261 configure:6287: checking how to recognize dependent libraries
262 configure:6485: result: pass_all
263 configure:6570: checking for dlltool
264 configure:6597: result: dlltool
265 configure:6627: checking how to associate runtime and link libraries
266 configure:6654: result: printf %s\n
267 configure:6714: checking for ar
268 configure:6730: found /usr/bin/ar
269 configure:6741: result: ar
270 configure:6778: checking for archiver @FILE support
271 configure:6795: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
272 configure:6795: $? = 0
273 configure:6798: ar cru libconftest.a @conftest.lst >&5
274 configure:6801: $? = 0
275 configure:6806: ar cru libconftest.a @conftest.lst >&5
276 ar: conftest.o: No such file or directory
277 configure:6809: $? = 1
278 configure:6821: result: @
279 configure:6879: checking for strip
280 configure:6895: found /usr/bin/strip
281 configure:6906: result: strip
282 configure:6978: checking for ranlib
283 configure:6994: found /usr/bin/ranlib
284 configure:7005: result: ranlib
285 configure:7107: checking command to parse /usr/bin/nm -B output from gcc object
286 configure:7227: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
287 configure:7230: $? = 0
288 configure:7234: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
289 configure:7237: $? = 0
290 configure:7303: 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 conftstm.o >&5
291 configure:7306: $? = 0
292 configure:7344: result: ok
293 configure:7381: checking for sysroot
294 configure:7411: result: no
295 configure:7488: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
296 configure:7491: $? = 0
297 configure:7674: checking for mt
298 configure:7690: found /bin/mt
299 configure:7701: result: mt
300 configure:7724: checking if mt is a manifest tool
301 configure:7730: mt '-?'
302 configure:7738: result: no
303 configure:8380: checking for sys/types.h
304 configure:8380: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
305 configure:8380: $? = 0
306 configure:8380: result: yes
307 configure:8380: checking for sys/stat.h
308 configure:8380: 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:8380: $? = 0
310 configure:8380: result: yes
311 configure:8380: checking for stdlib.h
312 configure:8380: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
313 configure:8380: $? = 0
314 configure:8380: result: yes
315 configure:8380: checking for string.h
316 configure:8380: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
317 configure:8380: $? = 0
318 configure:8380: result: yes
319 configure:8380: checking for memory.h
320 configure:8380: 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:8380: $? = 0
322 configure:8380: result: yes
323 configure:8380: checking for strings.h
324 configure:8380: 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:8380: $? = 0
326 configure:8380: result: yes
327 configure:8380: checking for inttypes.h
328 configure:8380: 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:8380: $? = 0
330 configure:8380: result: yes
331 configure:8380: checking for stdint.h
332 configure:8380: 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:8380: $? = 0
334 configure:8380: result: yes
335 configure:8380: checking for unistd.h
336 configure:8380: 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:8380: $? = 0
338 configure:8380: result: yes
339 configure:8394: checking for dlfcn.h
340 configure:8394: 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:8394: $? = 0
342 configure:8394: result: yes
343 configure:8598: checking for objdir
344 configure:8613: result: .libs
345 configure:8884: checking if gcc supports -fno-rtti -fno-exceptions
346 configure:8902: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -fno-rtti -fno-exceptions conftest.c >&5
347 cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
348 configure:8906: $? = 0
349 configure:8919: result: no
350 configure:9246: checking for gcc option to produce PIC
351 configure:9253: result: -fPIC -DPIC
352 configure:9261: checking if gcc PIC flag -fPIC -DPIC works
353 configure:9279: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -fPIC -DPIC -DPIC conftest.c >&5
354 configure:9283: $? = 0
355 configure:9296: result: yes
356 configure:9325: checking if gcc static flag -static works
357 configure:9353: result: yes
358 configure:9368: checking if gcc supports -c -o file.o
359 configure:9389: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -o out/conftest2.o conftest.c >&5
360 configure:9393: $? = 0
361 configure:9415: result: yes
362 configure:9423: checking if gcc supports -c -o file.o
363 configure:9470: result: yes
364 configure:9503: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
365 configure:10660: result: yes
366 configure:10697: checking whether -lc should be explicitly linked in
367 configure:10705: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
368 configure:10708: $? = 0
369 configure:10723: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
370 configure:10726: $? = 0
371 configure:10740: result: no
372 configure:10900: checking dynamic linker characteristics
373 configure:11400: 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 -Wl,-rpath -Wl,/foo conftest.c >&5
374 configure:11400: $? = 0
375 configure:11634: result: GNU/Linux ld.so
376 configure:11741: checking how to hardcode library paths into programs
377 configure:11766: result: immediate
378 configure:12306: checking whether stripping libraries is possible
379 configure:12311: result: yes
380 configure:12346: checking if libtool supports shared libraries
381 configure:12348: result: yes
382 configure:12351: checking whether to build shared libraries
383 configure:12372: result: yes
384 configure:12375: checking whether to build static libraries
385 configure:12379: result: yes
386 configure:12471: checking for pkg-config
387 configure:12489: found /usr/bin/pkg-config
388 configure:12501: result: /usr/bin/pkg-config
389 configure:12526: checking pkg-config is at least version 0.9.0
390 configure:12529: result: yes
391 configure:12539: checking for GIO_UNIX
392 configure:12546: $PKG_CONFIG --exists --print-errors "gio-unix-2.0 >= 2.29.15"
393 configure:12549: $? = 0
394 configure:12563: $PKG_CONFIG --exists --print-errors "gio-unix-2.0 >= 2.29.15"
395 configure:12566: $? = 0
396 configure:12624: result: yes
397 configure:12689: checking whether gcc understands -Wall
398 configure:12702: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
399 configure:12702: $? = 0
400 configure:12709: result: yes
401 configure:12689: checking whether gcc understands -Wstrict-prototypes
402 configure:12702: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 conftest.c >&5
403 conftest.c:25:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
404 main ()
405 ^
406 configure:12702: $? = 0
407 configure:12709: result: yes
408 configure:12689: checking whether gcc understands -Wnested-externs
409 configure:12702: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wnested-externs -D_FORTIFY_SOURCE=2 conftest.c >&5
410 configure:12702: $? = 0
411 configure:12709: result: yes
412 configure:12689: checking whether gcc understands -Werror=missing-prototypes
413 configure:12702: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Werror=missing-prototypes -D_FORTIFY_SOURCE=2 conftest.c >&5
414 configure:12702: $? = 0
415 configure:12709: result: yes
416 configure:12689: checking whether gcc understands -Werror=implicit-function-declaration
417 configure:12702: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Werror=implicit-function-declaration -D_FORTIFY_SOURCE=2 conftest.c >&5
418 configure:12702: $? = 0
419 configure:12709: result: yes
420 configure:12689: checking whether gcc understands -Werror=pointer-arith
421 configure:12702: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Werror=pointer-arith -D_FORTIFY_SOURCE=2 conftest.c >&5
422 configure:12702: $? = 0
423 configure:12709: result: yes
424 configure:12689: checking whether gcc understands -Werror=init-self
425 configure:12702: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Werror=init-self -D_FORTIFY_SOURCE=2 conftest.c >&5
426 configure:12702: $? = 0
427 configure:12709: result: yes
428 configure:12689: checking whether gcc understands -Werror=format-security
429 configure:12702: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
430 configure:12702: $? = 0
431 configure:12709: result: yes
432 configure:12689: checking whether gcc understands -Werror=format=2
433 configure:12702: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Werror=format=2 -D_FORTIFY_SOURCE=2 conftest.c >&5
434 configure:12702: $? = 0
435 configure:12709: result: yes
436 configure:12689: checking whether gcc understands -Werror=missing-include-dirs
437 configure:12702: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Werror=missing-include-dirs -D_FORTIFY_SOURCE=2 conftest.c >&5
438 configure:12702: $? = 0
439 configure:12709: result: yes
440 configure:12719: checking what warning flags to pass to the C compiler
441 configure:12721: result: -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs
442 configure:12732: checking what language compliance flags to pass to the C compiler
443 configure:12747: result:
444 configure:12796: checking for gobject-introspection
445 configure:12827: $PKG_CONFIG --exists --print-errors "gobject-introspection-1.0 >= 0.9.5"
446 configure:12830: $? = 0
447 configure:12842: result: yes
448 configure:12991: checking that generated files are newer than configure
449 configure:12997: result: done
450 configure:13032: creating ./config.status
451
452 ## ---------------------- ##
453 ## Running config.status. ##
454 ## ---------------------- ##
455
456 This file was extended by cinnamon-menus config.status 2.1, which was
457 generated by GNU Autoconf 2.69. Invocation command line was
458
459 CONFIG_FILES =
460 CONFIG_HEADERS =
461 CONFIG_LINKS =
462 CONFIG_COMMANDS =
463 $ ./config.status
464
465 on mint16
466
467 config.status:1109: creating Makefile
468 config.status:1109: creating libmenu/Makefile
469 config.status:1109: creating libmenu/libcinnamon-menu-3.0.pc
470 config.status:1109: creating libmenu/libcinnamon-menu-3.0-uninstalled.pc
471 config.status:1109: creating config.h
472 config.status:1323: executing depfiles commands
473 config.status:1323: executing libtool commands
474
475 ## ---------------- ##
476 ## Cache variables. ##
477 ## ---------------- ##
478
479 ac_cv_build=x86_64-pc-linux-gnu
480 ac_cv_c_compiler_gnu=yes
481 ac_cv_env_CC_set=
482 ac_cv_env_CC_value=
483 ac_cv_env_CFLAGS_set=set
484 ac_cv_env_CFLAGS_value='-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall'
485 ac_cv_env_CPPFLAGS_set=set
486 ac_cv_env_CPPFLAGS_value=-D_FORTIFY_SOURCE=2
487 ac_cv_env_CPP_set=
488 ac_cv_env_CPP_value=
489 ac_cv_env_GIO_UNIX_CFLAGS_set=
490 ac_cv_env_GIO_UNIX_CFLAGS_value=
491 ac_cv_env_GIO_UNIX_LIBS_set=
492 ac_cv_env_GIO_UNIX_LIBS_value=
493 ac_cv_env_LDFLAGS_set=set
494 ac_cv_env_LDFLAGS_value='-Wl,-Bsymbolic-functions -Wl,-z,relro'
495 ac_cv_env_LIBS_set=
496 ac_cv_env_LIBS_value=
497 ac_cv_env_PKG_CONFIG_LIBDIR_set=
498 ac_cv_env_PKG_CONFIG_LIBDIR_value=
499 ac_cv_env_PKG_CONFIG_PATH_set=
500 ac_cv_env_PKG_CONFIG_PATH_value=
501 ac_cv_env_PKG_CONFIG_set=
502 ac_cv_env_PKG_CONFIG_value=
503 ac_cv_env_build_alias_set=set
504 ac_cv_env_build_alias_value=x86_64-linux-gnu
505 ac_cv_env_host_alias_set=
506 ac_cv_env_host_alias_value=
507 ac_cv_env_target_alias_set=
508 ac_cv_env_target_alias_value=
509 ac_cv_header_dlfcn_h=yes
510 ac_cv_header_inttypes_h=yes
511 ac_cv_header_memory_h=yes
512 ac_cv_header_stdc=yes
513 ac_cv_header_stdint_h=yes
514 ac_cv_header_stdlib_h=yes
515 ac_cv_header_string_h=yes
516 ac_cv_header_strings_h=yes
517 ac_cv_header_sys_stat_h=yes
518 ac_cv_header_sys_types_h=yes
519 ac_cv_header_unistd_h=yes
520 ac_cv_host=x86_64-pc-linux-gnu
521 ac_cv_objext=o
522 ac_cv_path_EGREP='/bin/grep -E'
523 ac_cv_path_FGREP='/bin/grep -F'
524 ac_cv_path_GREP=/bin/grep
525 ac_cv_path_SED=/bin/sed
526 ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
527 ac_cv_path_install='/usr/bin/install -c'
528 ac_cv_path_mkdir=/bin/mkdir
529 ac_cv_prog_AWK=gawk
530 ac_cv_prog_CPP='gcc -E'
531 ac_cv_prog_ac_ct_AR=ar
532 ac_cv_prog_ac_ct_CC=gcc
533 ac_cv_prog_ac_ct_DLLTOOL=dlltool
534 ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
535 ac_cv_prog_ac_ct_OBJDUMP=objdump
536 ac_cv_prog_ac_ct_RANLIB=ranlib
537 ac_cv_prog_ac_ct_STRIP=strip
538 ac_cv_prog_cc_c89=
539 ac_cv_prog_cc_g=yes
540 ac_cv_prog_make_make_set=yes
541 ac_cv_search_strerror='none required'
542 am_cv_CC_dependencies_compiler_type=none
543 am_cv_make_support_nested_variables=yes
544 lt_cv_ar_at_file=@
545 lt_cv_archive_cmds_need_lc=no
546 lt_cv_deplibs_check_method=pass_all
547 lt_cv_file_magic_cmd='$MAGIC_CMD'
548 lt_cv_file_magic_test_file=
549 lt_cv_ld_reload_flag=-r
550 lt_cv_nm_interface='BSD nm'
551 lt_cv_objdir=.libs
552 lt_cv_path_LD=/usr/bin/ld
553 lt_cv_path_NM='/usr/bin/nm -B'
554 lt_cv_path_mainfest_tool=no
555 lt_cv_prog_compiler_c_o=yes
556 lt_cv_prog_compiler_pic='-fPIC -DPIC'
557 lt_cv_prog_compiler_pic_works=yes
558 lt_cv_prog_compiler_rtti_exceptions=no
559 lt_cv_prog_compiler_static_works=yes
560 lt_cv_prog_gnu_ld=yes
561 lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
562 lt_cv_shlibpath_overrides_runpath=no
563 lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
564 lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
565 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
566 lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
567 lt_cv_sys_max_cmd_len=3458764513820540925
568 lt_cv_to_host_file_cmd=func_convert_file_noop
569 lt_cv_to_tool_file_cmd=func_convert_file_noop
570 pkg_cv_GIO_UNIX_CFLAGS='-pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include '
571 pkg_cv_GIO_UNIX_LIBS='-lgio-2.0 -lgobject-2.0 -lglib-2.0 '
572
573 ## ----------------- ##
574 ## Output variables. ##
575 ## ----------------- ##
576
577 ACLOCAL='${SHELL} /home/mtwebster/bin/cinnamon-menus/missing aclocal-1.13'
578 AMDEPBACKSLASH=''
579 AMDEP_FALSE=''
580 AMDEP_TRUE='#'
581 AMTAR='$${TAR-tar}'
582 AM_BACKSLASH='\'
583 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
584 AM_DEFAULT_VERBOSITY='1'
585 AM_V='$(V)'
586 AR='ar'
587 AS='as'
588 AUTOCONF='${SHELL} /home/mtwebster/bin/cinnamon-menus/missing autoconf'
589 AUTOHEADER='${SHELL} /home/mtwebster/bin/cinnamon-menus/missing autoheader'
590 AUTOMAKE='${SHELL} /home/mtwebster/bin/cinnamon-menus/missing automake-1.13'
591 AWK='gawk'
592 CC='gcc'
593 CCDEPMODE='depmode=none'
594 CFLAGS='-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall'
595 CPP='gcc -E'
596 CPPFLAGS='-D_FORTIFY_SOURCE=2'
597 CYGPATH_W='echo'
598 DEBUG_CFLAGS='-DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS'
599 DEFS='-DHAVE_CONFIG_H'
600 DEPDIR='.deps'
601 DISABLE_DEPRECATED=''
602 DISABLE_DEPRECATED_CFLAGS=''
603 DLLTOOL='dlltool'
604 DSYMUTIL=''
605 DUMPBIN=''
606 ECHO_C=''
607 ECHO_N='-n'
608 ECHO_T=''
609 EGREP='/bin/grep -E'
610 EXEEXT=''
611 FGREP='/bin/grep -F'
612 GIO_UNIX_CFLAGS='-pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include '
613 GIO_UNIX_LIBS='-lgio-2.0 -lgobject-2.0 -lglib-2.0 '
614 GREP='/bin/grep'
615 HAVE_INTROSPECTION_FALSE='#'
616 HAVE_INTROSPECTION_TRUE=''
617 INSTALL_DATA='${INSTALL} -m 644'
618 INSTALL_PROGRAM='${INSTALL}'
619 INSTALL_SCRIPT='${INSTALL}'
620 INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
621 INTROSPECTION_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gobject-introspection-1.0 '
622 INTROSPECTION_COMPILER='/usr/bin/g-ir-compiler'
623 INTROSPECTION_GENERATE='/usr/bin/g-ir-generate'
624 INTROSPECTION_GIRDIR='/usr/share/gir-1.0'
625 INTROSPECTION_LIBS='-lgirepository-1.0 -lgobject-2.0 -lglib-2.0 '
626 INTROSPECTION_MAKEFILE='/usr/share/gobject-introspection-1.0/Makefile.introspection'
627 INTROSPECTION_SCANNER='/usr/bin/g-ir-scanner'
628 INTROSPECTION_TYPELIBDIR='/usr/lib/girepository-1.0'
629 LD='/usr/bin/ld -m elf_x86_64'
630 LDFLAGS='-Wl,-Bsymbolic-functions -Wl,-z,relro'
631 LIBOBJS=''
632 LIBS=''
633 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
634 LIB_MENU_LT_VERSION='0:1:0'
635 LIPO=''
636 LN_S='ln -s'
637 LTLIBOBJS=''
638 MAINT='#'
639 MAINTAINER_MODE_FALSE=''
640 MAINTAINER_MODE_TRUE='#'
641 MAKEINFO='${SHELL} /home/mtwebster/bin/cinnamon-menus/missing makeinfo'
642 MANIFEST_TOOL=':'
643 MKDIR_P='/bin/mkdir -p'
644 NM='/usr/bin/nm -B'
645 NMEDIT=''
646 OBJDUMP='objdump'
647 OBJEXT='o'
648 OTOOL64=''
649 OTOOL=''
650 PACKAGE='cinnamon-menus'
651 PACKAGE_BUGREPORT=''
652 PACKAGE_NAME='cinnamon-menus'
653 PACKAGE_STRING='cinnamon-menus 2.1'
654 PACKAGE_TARNAME='cinnamon-menus'
655 PACKAGE_URL=''
656 PACKAGE_VERSION='2.1'
657 PATH_SEPARATOR=':'
658 PKG_CONFIG='/usr/bin/pkg-config'
659 PKG_CONFIG_LIBDIR=''
660 PKG_CONFIG_PATH=''
661 RANLIB='ranlib'
662 SED='/bin/sed'
663 SET_MAKE=''
664 SHELL='/bin/bash'
665 STRIP='strip'
666 VERSION='2.1'
667 WARN_CFLAGS=' -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs '
668 ac_ct_AR='ar'
669 ac_ct_CC='gcc'
670 ac_ct_DUMPBIN=''
671 am__EXEEXT_FALSE=''
672 am__EXEEXT_TRUE='#'
673 am__fastdepCC_FALSE=''
674 am__fastdepCC_TRUE='#'
675 am__include='include'
676 am__isrc=' -I$(srcdir)'
677 am__leading_dot='.'
678 am__nodep=''
679 am__quote=''
680 am__tar='$${TAR-tar} chof - "$$tardir"'
681 am__untar='$${TAR-tar} xf -'
682 bindir='${exec_prefix}/bin'
683 build='x86_64-pc-linux-gnu'
684 build_alias='x86_64-linux-gnu'
685 build_cpu='x86_64'
686 build_os='linux-gnu'
687 build_vendor='pc'
688 datadir='${datarootdir}'
689 datarootdir='${prefix}/share'
690 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
691 dvidir='${docdir}'
692 exec_prefix='${prefix}'
693 host='x86_64-pc-linux-gnu'
694 host_alias=''
695 host_cpu='x86_64'
696 host_os='linux-gnu'
697 host_vendor='pc'
698 htmldir='${docdir}'
699 includedir='${prefix}/include'
700 infodir='${prefix}/share/info'
701 install_sh='${SHELL} /home/mtwebster/bin/cinnamon-menus/install-sh'
702 libdir='${exec_prefix}/lib'
703 libexecdir='${prefix}/lib/cinnamon-menus'
704 localedir='${datarootdir}/locale'
705 localstatedir='/var'
706 mandir='${prefix}/share/man'
707 mkdir_p='$(MKDIR_P)'
708 oldincludedir='/usr/include'
709 pdfdir='${docdir}'
710 prefix='/usr'
711 program_transform_name='s,x,x,'
712 psdir='${docdir}'
713 sbindir='${exec_prefix}/sbin'
714 sharedstatedir='${prefix}/com'
715 sysconfdir='/etc'
716 target_alias=''
717
718 ## ----------- ##
719 ## confdefs.h. ##
720 ## ----------- ##
721
722 /* confdefs.h */
723 #define PACKAGE_NAME "cinnamon-menus"
724 #define PACKAGE_TARNAME "cinnamon-menus"
725 #define PACKAGE_VERSION "2.1"
726 #define PACKAGE_STRING "cinnamon-menus 2.1"
727 #define PACKAGE_BUGREPORT ""
728 #define PACKAGE_URL ""
729 #define PACKAGE "cinnamon-menus"
730 #define VERSION "2.1"
731 #define STDC_HEADERS 1
732 #define HAVE_SYS_TYPES_H 1
733 #define HAVE_SYS_STAT_H 1
734 #define HAVE_STDLIB_H 1
735 #define HAVE_STRING_H 1
736 #define HAVE_MEMORY_H 1
737 #define HAVE_STRINGS_H 1
738 #define HAVE_INTTYPES_H 1
739 #define HAVE_STDINT_H 1
740 #define HAVE_UNISTD_H 1
741 #define HAVE_DLFCN_H 1
742 #define LT_OBJDIR ".libs/"
743
744 configure: exit 0
+0
-2061
debian/build/config.status less more
0 #! /bin/bash
1 # Generated by configure.
2 # Run this file to recreate the current configuration.
3 # Compiler output produced by configure, useful for debugging
4 # configure, is in config.log if it exists.
5
6 debug=false
7 ac_cs_recheck=false
8 ac_cs_silent=false
9
10 SHELL=${CONFIG_SHELL-/bin/bash}
11 export SHELL
12 ## -------------------- ##
13 ## M4sh Initialization. ##
14 ## -------------------- ##
15
16 # Be more Bourne compatible
17 DUALCASE=1; export DUALCASE # for MKS sh
18 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
19 emulate sh
20 NULLCMD=:
21 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
22 # is contrary to our usage. Disable this feature.
23 alias -g '${1+"$@"}'='"$@"'
24 setopt NO_GLOB_SUBST
25 else
26 case `(set -o) 2>/dev/null` in #(
27 *posix*) :
28 set -o posix ;; #(
29 *) :
30 ;;
31 esac
32 fi
33
34
35 as_nl='
36 '
37 export as_nl
38 # Printing a long string crashes Solaris 7 /usr/bin/printf.
39 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
40 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
42 # Prefer a ksh shell builtin over an external printf program on Solaris,
43 # but without wasting forks for bash or zsh.
44 if test -z "$BASH_VERSION$ZSH_VERSION" \
45 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
46 as_echo='print -r --'
47 as_echo_n='print -rn --'
48 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
49 as_echo='printf %s\n'
50 as_echo_n='printf %s'
51 else
52 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
53 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
54 as_echo_n='/usr/ucb/echo -n'
55 else
56 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
57 as_echo_n_body='eval
58 arg=$1;
59 case $arg in #(
60 *"$as_nl"*)
61 expr "X$arg" : "X\\(.*\\)$as_nl";
62 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
63 esac;
64 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
65 '
66 export as_echo_n_body
67 as_echo_n='sh -c $as_echo_n_body as_echo'
68 fi
69 export as_echo_body
70 as_echo='sh -c $as_echo_body as_echo'
71 fi
72
73 # The user is always right.
74 if test "${PATH_SEPARATOR+set}" != set; then
75 PATH_SEPARATOR=:
76 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
77 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
78 PATH_SEPARATOR=';'
79 }
80 fi
81
82
83 # IFS
84 # We need space, tab and new line, in precisely that order. Quoting is
85 # there to prevent editors from complaining about space-tab.
86 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
87 # splitting by setting IFS to empty value.)
88 IFS=" "" $as_nl"
89
90 # Find who we are. Look in the path if we contain no directory separator.
91 as_myself=
92 case $0 in #((
93 *[\\/]* ) as_myself=$0 ;;
94 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
95 for as_dir in $PATH
96 do
97 IFS=$as_save_IFS
98 test -z "$as_dir" && as_dir=.
99 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
100 done
101 IFS=$as_save_IFS
102
103 ;;
104 esac
105 # We did not find ourselves, most probably we were run as `sh COMMAND'
106 # in which case we are not to be found in the path.
107 if test "x$as_myself" = x; then
108 as_myself=$0
109 fi
110 if test ! -f "$as_myself"; then
111 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
112 exit 1
113 fi
114
115 # Unset variables that we do not need and which cause bugs (e.g. in
116 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
117 # suppresses any "Segmentation fault" message there. '((' could
118 # trigger a bug in pdksh 5.2.14.
119 for as_var in BASH_ENV ENV MAIL MAILPATH
120 do eval test x\${$as_var+set} = xset \
121 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
122 done
123 PS1='$ '
124 PS2='> '
125 PS4='+ '
126
127 # NLS nuisances.
128 LC_ALL=C
129 export LC_ALL
130 LANGUAGE=C
131 export LANGUAGE
132
133 # CDPATH.
134 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
135
136
137 # as_fn_error STATUS ERROR [LINENO LOG_FD]
138 # ----------------------------------------
139 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
140 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
141 # script with STATUS, using 1 if that was 0.
142 as_fn_error ()
143 {
144 as_status=$1; test $as_status -eq 0 && as_status=1
145 if test "$4"; then
146 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
147 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
148 fi
149 $as_echo "$as_me: error: $2" >&2
150 as_fn_exit $as_status
151 } # as_fn_error
152
153
154 # as_fn_set_status STATUS
155 # -----------------------
156 # Set $? to STATUS, without forking.
157 as_fn_set_status ()
158 {
159 return $1
160 } # as_fn_set_status
161
162 # as_fn_exit STATUS
163 # -----------------
164 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
165 as_fn_exit ()
166 {
167 set +e
168 as_fn_set_status $1
169 exit $1
170 } # as_fn_exit
171
172 # as_fn_unset VAR
173 # ---------------
174 # Portably unset VAR.
175 as_fn_unset ()
176 {
177 { eval $1=; unset $1;}
178 }
179 as_unset=as_fn_unset
180 # as_fn_append VAR VALUE
181 # ----------------------
182 # Append the text in VALUE to the end of the definition contained in VAR. Take
183 # advantage of any shell optimizations that allow amortized linear growth over
184 # repeated appends, instead of the typical quadratic growth present in naive
185 # implementations.
186 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
187 eval 'as_fn_append ()
188 {
189 eval $1+=\$2
190 }'
191 else
192 as_fn_append ()
193 {
194 eval $1=\$$1\$2
195 }
196 fi # as_fn_append
197
198 # as_fn_arith ARG...
199 # ------------------
200 # Perform arithmetic evaluation on the ARGs, and store the result in the
201 # global $as_val. Take advantage of shells that can avoid forks. The arguments
202 # must be portable across $(()) and expr.
203 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
204 eval 'as_fn_arith ()
205 {
206 as_val=$(( $* ))
207 }'
208 else
209 as_fn_arith ()
210 {
211 as_val=`expr "$@" || test $? -eq 1`
212 }
213 fi # as_fn_arith
214
215
216 if expr a : '\(a\)' >/dev/null 2>&1 &&
217 test "X`expr 00001 : '.*\(...\)'`" = X001; then
218 as_expr=expr
219 else
220 as_expr=false
221 fi
222
223 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
224 as_basename=basename
225 else
226 as_basename=false
227 fi
228
229 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
230 as_dirname=dirname
231 else
232 as_dirname=false
233 fi
234
235 as_me=`$as_basename -- "$0" ||
236 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
237 X"$0" : 'X\(//\)$' \| \
238 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
239 $as_echo X/"$0" |
240 sed '/^.*\/\([^/][^/]*\)\/*$/{
241 s//\1/
242 q
243 }
244 /^X\/\(\/\/\)$/{
245 s//\1/
246 q
247 }
248 /^X\/\(\/\).*/{
249 s//\1/
250 q
251 }
252 s/.*/./; q'`
253
254 # Avoid depending upon Character Ranges.
255 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
256 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
257 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
258 as_cr_digits='0123456789'
259 as_cr_alnum=$as_cr_Letters$as_cr_digits
260
261 ECHO_C= ECHO_N= ECHO_T=
262 case `echo -n x` in #(((((
263 -n*)
264 case `echo 'xy\c'` in
265 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
266 xy) ECHO_C='\c';;
267 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
268 ECHO_T=' ';;
269 esac;;
270 *)
271 ECHO_N='-n';;
272 esac
273
274 rm -f conf$$ conf$$.exe conf$$.file
275 if test -d conf$$.dir; then
276 rm -f conf$$.dir/conf$$.file
277 else
278 rm -f conf$$.dir
279 mkdir conf$$.dir 2>/dev/null
280 fi
281 if (echo >conf$$.file) 2>/dev/null; then
282 if ln -s conf$$.file conf$$ 2>/dev/null; then
283 as_ln_s='ln -s'
284 # ... but there are two gotchas:
285 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
286 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
287 # In both cases, we have to default to `cp -pR'.
288 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
289 as_ln_s='cp -pR'
290 elif ln conf$$.file conf$$ 2>/dev/null; then
291 as_ln_s=ln
292 else
293 as_ln_s='cp -pR'
294 fi
295 else
296 as_ln_s='cp -pR'
297 fi
298 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
299 rmdir conf$$.dir 2>/dev/null
300
301
302 # as_fn_mkdir_p
303 # -------------
304 # Create "$as_dir" as a directory, including parents if necessary.
305 as_fn_mkdir_p ()
306 {
307
308 case $as_dir in #(
309 -*) as_dir=./$as_dir;;
310 esac
311 test -d "$as_dir" || eval $as_mkdir_p || {
312 as_dirs=
313 while :; do
314 case $as_dir in #(
315 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
316 *) as_qdir=$as_dir;;
317 esac
318 as_dirs="'$as_qdir' $as_dirs"
319 as_dir=`$as_dirname -- "$as_dir" ||
320 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
321 X"$as_dir" : 'X\(//\)[^/]' \| \
322 X"$as_dir" : 'X\(//\)$' \| \
323 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
324 $as_echo X"$as_dir" |
325 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
326 s//\1/
327 q
328 }
329 /^X\(\/\/\)[^/].*/{
330 s//\1/
331 q
332 }
333 /^X\(\/\/\)$/{
334 s//\1/
335 q
336 }
337 /^X\(\/\).*/{
338 s//\1/
339 q
340 }
341 s/.*/./; q'`
342 test -d "$as_dir" && break
343 done
344 test -z "$as_dirs" || eval "mkdir $as_dirs"
345 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
346
347
348 } # as_fn_mkdir_p
349 if mkdir -p . 2>/dev/null; then
350 as_mkdir_p='mkdir -p "$as_dir"'
351 else
352 test -d ./-p && rmdir ./-p
353 as_mkdir_p=false
354 fi
355
356
357 # as_fn_executable_p FILE
358 # -----------------------
359 # Test if FILE is an executable regular file.
360 as_fn_executable_p ()
361 {
362 test -f "$1" && test -x "$1"
363 } # as_fn_executable_p
364 as_test_x='test -x'
365 as_executable_p=as_fn_executable_p
366
367 # Sed expression to map a string onto a valid CPP name.
368 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
369
370 # Sed expression to map a string onto a valid variable name.
371 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
372
373
374 exec 6>&1
375 ## ----------------------------------- ##
376 ## Main body of $CONFIG_STATUS script. ##
377 ## ----------------------------------- ##
378 # Save the log message, to keep $0 and so on meaningful, and to
379 # report actual input values of CONFIG_FILES etc. instead of their
380 # values after options handling.
381 ac_log="
382 This file was extended by cinnamon-menus $as_me 2.1, which was
383 generated by GNU Autoconf 2.69. Invocation command line was
384
385 CONFIG_FILES = $CONFIG_FILES
386 CONFIG_HEADERS = $CONFIG_HEADERS
387 CONFIG_LINKS = $CONFIG_LINKS
388 CONFIG_COMMANDS = $CONFIG_COMMANDS
389 $ $0 $@
390
391 on `(hostname || uname -n) 2>/dev/null | sed 1q`
392 "
393
394 # Files that config.status was made for.
395 config_files=" Makefile libmenu/Makefile libmenu/libcinnamon-menu-3.0.pc libmenu/libcinnamon-menu-3.0-uninstalled.pc"
396 config_headers=" config.h"
397 config_commands=" depfiles libtool"
398
399 ac_cs_usage="\
400 \`$as_me' instantiates files and other configuration actions
401 from templates according to the current configuration. Unless the files
402 and actions are specified as TAGs, all are instantiated by default.
403
404 Usage: $0 [OPTION]... [TAG]...
405
406 -h, --help print this help, then exit
407 -V, --version print version number and configuration settings, then exit
408 --config print configuration, then exit
409 -q, --quiet, --silent
410 do not print progress messages
411 -d, --debug don't remove temporary files
412 --recheck update $as_me by reconfiguring in the same conditions
413 --file=FILE[:TEMPLATE]
414 instantiate the configuration file FILE
415 --header=FILE[:TEMPLATE]
416 instantiate the configuration header FILE
417
418 Configuration files:
419 $config_files
420
421 Configuration headers:
422 $config_headers
423
424 Configuration commands:
425 $config_commands
426
427 Report bugs to the package provider."
428
429 ac_cs_config="'--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/cinnamon-menus' '--disable-maintainer-mode' '--disable-dependency-tracking' '--disable-silent-rules' 'build_alias=x86_64-linux-gnu' 'CFLAGS=-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall' 'LDFLAGS=-Wl,-Bsymbolic-functions -Wl,-z,relro' 'CPPFLAGS=-D_FORTIFY_SOURCE=2'"
430 ac_cs_version="\
431 cinnamon-menus config.status 2.1
432 configured by /home/mtwebster/bin/cinnamon-menus/./configure, generated by GNU Autoconf 2.69,
433 with options \"$ac_cs_config\"
434
435 Copyright (C) 2012 Free Software Foundation, Inc.
436 This config.status script is free software; the Free Software Foundation
437 gives unlimited permission to copy, distribute and modify it."
438
439 ac_pwd='/home/mtwebster/bin/cinnamon-menus/debian/build'
440 srcdir='/home/mtwebster/bin/cinnamon-menus/.'
441 INSTALL='/usr/bin/install -c'
442 MKDIR_P='/bin/mkdir -p'
443 AWK='gawk'
444 test -n "$AWK" || AWK=awk
445 # The default lists apply if the user does not specify any file.
446 ac_need_defaults=:
447 while test $# != 0
448 do
449 case $1 in
450 --*=?*)
451 ac_option=`expr "X$1" : 'X\([^=]*\)='`
452 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
453 ac_shift=:
454 ;;
455 --*=)
456 ac_option=`expr "X$1" : 'X\([^=]*\)='`
457 ac_optarg=
458 ac_shift=:
459 ;;
460 *)
461 ac_option=$1
462 ac_optarg=$2
463 ac_shift=shift
464 ;;
465 esac
466
467 case $ac_option in
468 # Handling of the options.
469 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
470 ac_cs_recheck=: ;;
471 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
472 $as_echo "$ac_cs_version"; exit ;;
473 --config | --confi | --conf | --con | --co | --c )
474 $as_echo "$ac_cs_config"; exit ;;
475 --debug | --debu | --deb | --de | --d | -d )
476 debug=: ;;
477 --file | --fil | --fi | --f )
478 $ac_shift
479 case $ac_optarg in
480 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
481 '') as_fn_error $? "missing file argument" ;;
482 esac
483 as_fn_append CONFIG_FILES " '$ac_optarg'"
484 ac_need_defaults=false;;
485 --header | --heade | --head | --hea )
486 $ac_shift
487 case $ac_optarg in
488 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
489 esac
490 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
491 ac_need_defaults=false;;
492 --he | --h)
493 # Conflict between --help and --header
494 as_fn_error $? "ambiguous option: \`$1'
495 Try \`$0 --help' for more information.";;
496 --help | --hel | -h )
497 $as_echo "$ac_cs_usage"; exit ;;
498 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
499 | -silent | --silent | --silen | --sile | --sil | --si | --s)
500 ac_cs_silent=: ;;
501
502 # This is an error.
503 -*) as_fn_error $? "unrecognized option: \`$1'
504 Try \`$0 --help' for more information." ;;
505
506 *) as_fn_append ac_config_targets " $1"
507 ac_need_defaults=false ;;
508
509 esac
510 shift
511 done
512
513 ac_configure_extra_args=
514
515 if $ac_cs_silent; then
516 exec 6>/dev/null
517 ac_configure_extra_args="$ac_configure_extra_args --silent"
518 fi
519
520 if $ac_cs_recheck; then
521 set X /bin/bash '/home/mtwebster/bin/cinnamon-menus/./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/cinnamon-menus' '--disable-maintainer-mode' '--disable-dependency-tracking' '--disable-silent-rules' 'build_alias=x86_64-linux-gnu' 'CFLAGS=-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall' 'LDFLAGS=-Wl,-Bsymbolic-functions -Wl,-z,relro' 'CPPFLAGS=-D_FORTIFY_SOURCE=2' $ac_configure_extra_args --no-create --no-recursion
522 shift
523 $as_echo "running CONFIG_SHELL=/bin/bash $*" >&6
524 CONFIG_SHELL='/bin/bash'
525 export CONFIG_SHELL
526 exec "$@"
527 fi
528
529 exec 5>>config.log
530 {
531 echo
532 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
533 ## Running $as_me. ##
534 _ASBOX
535 $as_echo "$ac_log"
536 } >&5
537
538 #
539 # INIT-COMMANDS
540 #
541 AMDEP_TRUE="#" ac_aux_dir="/home/mtwebster/bin/cinnamon-menus/."
542
543
544 # The HP-UX ksh and POSIX shell print the target directory to stdout
545 # if CDPATH is set.
546 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
547
548 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
549 double_quote_subst='s/\(["`\\]\)/\\\1/g'
550 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
551 AS='as'
552 DLLTOOL='dlltool'
553 OBJDUMP='objdump'
554 macro_version='2.4.2'
555 macro_revision='1.3337'
556 enable_shared='yes'
557 enable_static='yes'
558 pic_mode='default'
559 enable_fast_install='yes'
560 SHELL='/bin/bash'
561 ECHO='printf %s\n'
562 PATH_SEPARATOR=':'
563 host_alias=''
564 host='x86_64-pc-linux-gnu'
565 host_os='linux-gnu'
566 build_alias='x86_64-linux-gnu'
567 build='x86_64-pc-linux-gnu'
568 build_os='linux-gnu'
569 SED='/bin/sed'
570 Xsed='/bin/sed -e 1s/^X//'
571 GREP='/bin/grep'
572 EGREP='/bin/grep -E'
573 FGREP='/bin/grep -F'
574 LD='/usr/bin/ld -m elf_x86_64'
575 NM='/usr/bin/nm -B'
576 LN_S='ln -s'
577 max_cmd_len='3458764513820540925'
578 ac_objext='o'
579 exeext=''
580 lt_unset='unset'
581 lt_SP2NL='tr \040 \012'
582 lt_NL2SP='tr \015\012 \040\040'
583 lt_cv_to_host_file_cmd='func_convert_file_noop'
584 lt_cv_to_tool_file_cmd='func_convert_file_noop'
585 reload_flag=' -r'
586 reload_cmds='$LD$reload_flag -o $output$reload_objs'
587 deplibs_check_method='pass_all'
588 file_magic_cmd='$MAGIC_CMD'
589 file_magic_glob=''
590 want_nocaseglob='no'
591 sharedlib_from_linklib_cmd='printf %s\n'
592 AR='ar'
593 AR_FLAGS='cru'
594 archiver_list_spec='@'
595 STRIP='strip'
596 RANLIB='ranlib'
597 old_postinstall_cmds='chmod 644 $oldlib~$RANLIB $tool_oldlib'
598 old_postuninstall_cmds=''
599 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $tool_oldlib'
600 lock_old_archive_extraction='no'
601 CC='gcc'
602 CFLAGS='-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall'
603 compiler='gcc'
604 GCC='yes'
605 lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
606 lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
607 lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
608 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
609 nm_file_list_spec='@'
610 lt_sysroot=''
611 objdir='.libs'
612 MAGIC_CMD='file'
613 lt_prog_compiler_no_builtin_flag=' -fno-builtin'
614 lt_prog_compiler_pic=' -fPIC -DPIC'
615 lt_prog_compiler_wl='-Wl,'
616 lt_prog_compiler_static='-static'
617 lt_cv_prog_compiler_c_o='yes'
618 need_locks='no'
619 MANIFEST_TOOL=':'
620 DSYMUTIL=''
621 NMEDIT=''
622 LIPO=''
623 OTOOL=''
624 OTOOL64=''
625 libext='a'
626 shrext_cmds='.so'
627 extract_expsyms_cmds=''
628 archive_cmds_need_lc='no'
629 enable_shared_with_static_runtimes='no'
630 export_dynamic_flag_spec='${wl}--export-dynamic'
631 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
632 compiler_needs_object='no'
633 old_archive_from_new_cmds=''
634 old_archive_from_expsyms_cmds=''
635 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
636 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
637 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
638 echo "local: *; };" >> $output_objdir/$libname.ver~
639 $CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
640 module_cmds=''
641 module_expsym_cmds=''
642 with_gnu_ld='yes'
643 allow_undefined_flag=''
644 no_undefined_flag=''
645 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
646 hardcode_libdir_separator=''
647 hardcode_direct='no'
648 hardcode_direct_absolute='no'
649 hardcode_minus_L='no'
650 hardcode_shlibpath_var='unsupported'
651 hardcode_automatic='no'
652 inherit_rpath='no'
653 link_all_deplibs='no'
654 always_export_symbols='no'
655 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
656 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
657 include_expsyms=''
658 prelink_cmds=''
659 postlink_cmds=''
660 file_list_spec=''
661 variables_saved_for_relink='PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH'
662 need_lib_prefix='no'
663 need_version='no'
664 version_type='linux'
665 runpath_var='LD_RUN_PATH'
666 shlibpath_var='LD_LIBRARY_PATH'
667 shlibpath_overrides_runpath='no'
668 libname_spec='lib$name'
669 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
670 soname_spec='${libname}${release}${shared_ext}$major'
671 install_override_mode=''
672 postinstall_cmds=''
673 postuninstall_cmds=''
674 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
675 finish_eval=''
676 hardcode_into_libs='yes'
677 sys_lib_search_path_spec='/usr/lib/gcc/x86_64-linux-gnu/4.8 /usr/lib/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib '
678 sys_lib_dlsearch_path_spec='/lib /usr/lib /usr/local/lib /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu/mesa-egl /usr/lib/x86_64-linux-gnu/mesa '
679 hardcode_action='immediate'
680 enable_dlopen='unknown'
681 enable_dlopen_self='unknown'
682 enable_dlopen_self_static='unknown'
683 old_striplib='strip --strip-debug'
684 striplib='strip --strip-unneeded'
685
686 LTCC='gcc'
687 LTCFLAGS='-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall'
688 compiler='gcc'
689
690 # A function that is used when there is no print builtin or printf.
691 func_fallback_echo ()
692 {
693 eval 'cat <<_LTECHO_EOF
694 $1
695 _LTECHO_EOF'
696 }
697
698 # Quote evaled strings.
699 for var in AS DLLTOOL OBJDUMP SHELL ECHO PATH_SEPARATOR SED GREP EGREP FGREP LD NM LN_S lt_SP2NL lt_NL2SP reload_flag deplibs_check_method file_magic_cmd file_magic_glob want_nocaseglob sharedlib_from_linklib_cmd AR AR_FLAGS archiver_list_spec STRIP RANLIB CC CFLAGS compiler lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl lt_cv_sys_global_symbol_to_c_name_address lt_cv_sys_global_symbol_to_c_name_address_lib_prefix nm_file_list_spec lt_prog_compiler_no_builtin_flag lt_prog_compiler_pic lt_prog_compiler_wl lt_prog_compiler_static lt_cv_prog_compiler_c_o need_locks MANIFEST_TOOL DSYMUTIL NMEDIT LIPO OTOOL OTOOL64 shrext_cmds export_dynamic_flag_spec whole_archive_flag_spec compiler_needs_object with_gnu_ld allow_undefined_flag no_undefined_flag hardcode_libdir_flag_spec hardcode_libdir_separator exclude_expsyms include_expsyms file_list_spec variables_saved_for_relink libname_spec library_names_spec soname_spec install_override_mode finish_eval old_striplib striplib; do
700 case `eval \\$ECHO \\""\\$$var"\\"` in
701 *[\\\`\"\$]*)
702 eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED \"\$sed_quote_subst\"\`\\\""
703 ;;
704 *)
705 eval "lt_$var=\\\"\$$var\\\""
706 ;;
707 esac
708 done
709
710 # Double-quote double-evaled strings.
711 for var in reload_cmds old_postinstall_cmds old_postuninstall_cmds old_archive_cmds extract_expsyms_cmds old_archive_from_new_cmds old_archive_from_expsyms_cmds archive_cmds archive_expsym_cmds module_cmds module_expsym_cmds export_symbols_cmds prelink_cmds postlink_cmds postinstall_cmds postuninstall_cmds finish_cmds sys_lib_search_path_spec sys_lib_dlsearch_path_spec; do
712 case `eval \\$ECHO \\""\\$$var"\\"` in
713 *[\\\`\"\$]*)
714 eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
715 ;;
716 *)
717 eval "lt_$var=\\\"\$$var\\\""
718 ;;
719 esac
720 done
721
722 ac_aux_dir='/home/mtwebster/bin/cinnamon-menus/.'
723 xsi_shell='yes'
724 lt_shell_append='yes'
725
726 # See if we are running on zsh, and set the options which allow our
727 # commands through without removal of \ escapes INIT.
728 if test -n "${ZSH_VERSION+set}" ; then
729 setopt NO_GLOB_SUBST
730 fi
731
732
733 PACKAGE='cinnamon-menus'
734 VERSION='2.1'
735 TIMESTAMP=''
736 RM='rm -f'
737 ofile='libtool'
738
739
740
741
742
743 # Handling of arguments.
744 for ac_config_target in $ac_config_targets
745 do
746 case $ac_config_target in
747 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
748 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
749 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
750 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
751 "libmenu/Makefile") CONFIG_FILES="$CONFIG_FILES libmenu/Makefile" ;;
752 "libmenu/libcinnamon-menu-3.0.pc") CONFIG_FILES="$CONFIG_FILES libmenu/libcinnamon-menu-3.0.pc" ;;
753 "libmenu/libcinnamon-menu-3.0-uninstalled.pc") CONFIG_FILES="$CONFIG_FILES libmenu/libcinnamon-menu-3.0-uninstalled.pc" ;;
754
755 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
756 esac
757 done
758
759
760 # If the user did not use the arguments to specify the items to instantiate,
761 # then the envvar interface is used. Set only those that are not.
762 # We use the long form for the default assignment because of an extremely
763 # bizarre bug on SunOS 4.1.3.
764 if $ac_need_defaults; then
765 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
766 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
767 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
768 fi
769
770 # Have a temporary directory for convenience. Make it in the build tree
771 # simply because there is no reason against having it here, and in addition,
772 # creating and moving files from /tmp can sometimes cause problems.
773 # Hook for its removal unless debugging.
774 # Note that there is a small window in which the directory will not be cleaned:
775 # after its creation but before its name has been assigned to `$tmp'.
776 $debug ||
777 {
778 tmp= ac_tmp=
779 trap 'exit_status=$?
780 : "${ac_tmp:=$tmp}"
781 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
782 ' 0
783 trap 'as_fn_exit 1' 1 2 13 15
784 }
785 # Create a (secure) tmp directory for tmp files.
786
787 {
788 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
789 test -d "$tmp"
790 } ||
791 {
792 tmp=./conf$$-$RANDOM
793 (umask 077 && mkdir "$tmp")
794 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
795 ac_tmp=$tmp
796
797 # Set up the scripts for CONFIG_FILES section.
798 # No need to generate them if there are no CONFIG_FILES.
799 # This happens for instance with `./config.status config.h'.
800 if test -n "$CONFIG_FILES"; then
801
802
803 ac_cr=`echo X | tr X '\015'`
804 # On cygwin, bash can eat \r inside `` if the user requested igncr.
805 # But we know of no other shell where ac_cr would be empty at this
806 # point, so we can use a bashism as a fallback.
807 if test "x$ac_cr" = x; then
808 eval ac_cr=\$\'\\r\'
809 fi
810 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
811 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
812 ac_cs_awk_cr='\\r'
813 else
814 ac_cs_awk_cr=$ac_cr
815 fi
816
817 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
818 cat >>"$ac_tmp/subs1.awk" <<\_ACAWK &&
819 S["am__EXEEXT_FALSE"]=""
820 S["am__EXEEXT_TRUE"]="#"
821 S["LTLIBOBJS"]=""
822 S["LIBOBJS"]=""
823 S["HAVE_INTROSPECTION_FALSE"]="#"
824 S["HAVE_INTROSPECTION_TRUE"]=""
825 S["INTROSPECTION_MAKEFILE"]="/usr/share/gobject-introspection-1.0/Makefile.introspection"
826 S["INTROSPECTION_LIBS"]="-lgirepository-1.0 -lgobject-2.0 -lglib-2.0 "
827 S["INTROSPECTION_CFLAGS"]="-pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gobject-introspection-1.0 "
828 S["INTROSPECTION_TYPELIBDIR"]="/usr/lib/girepository-1.0"
829 S["INTROSPECTION_GIRDIR"]="/usr/share/gir-1.0"
830 S["INTROSPECTION_GENERATE"]="/usr/bin/g-ir-generate"
831 S["INTROSPECTION_COMPILER"]="/usr/bin/g-ir-compiler"
832 S["INTROSPECTION_SCANNER"]="/usr/bin/g-ir-scanner"
833 S["DEBUG_CFLAGS"]="-DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS"
834 S["DISABLE_DEPRECATED_CFLAGS"]=""
835 S["WARN_CFLAGS"]=" -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self"\
836 " -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs "
837 S["GIO_UNIX_LIBS"]="-lgio-2.0 -lgobject-2.0 -lglib-2.0 "
838 S["GIO_UNIX_CFLAGS"]="-pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include "
839 S["PKG_CONFIG_LIBDIR"]=""
840 S["PKG_CONFIG_PATH"]=""
841 S["PKG_CONFIG"]="/usr/bin/pkg-config"
842 S["OTOOL64"]=""
843 S["OTOOL"]=""
844 S["LIPO"]=""
845 S["NMEDIT"]=""
846 S["DSYMUTIL"]=""
847 S["MANIFEST_TOOL"]=":"
848 S["RANLIB"]="ranlib"
849 S["ac_ct_AR"]="ar"
850 S["AR"]="ar"
851 S["LN_S"]="ln -s"
852 S["NM"]="/usr/bin/nm -B"
853 S["ac_ct_DUMPBIN"]=""
854 S["DUMPBIN"]=""
855 S["LD"]="/usr/bin/ld -m elf_x86_64"
856 S["FGREP"]="/bin/grep -F"
857 S["SED"]="/bin/sed"
858 S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool"
859 S["OBJDUMP"]="objdump"
860 S["DLLTOOL"]="dlltool"
861 S["AS"]="as"
862 S["host_os"]="linux-gnu"
863 S["host_vendor"]="pc"
864 S["host_cpu"]="x86_64"
865 S["host"]="x86_64-pc-linux-gnu"
866 S["build_os"]="linux-gnu"
867 S["build_vendor"]="pc"
868 S["build_cpu"]="x86_64"
869 S["build"]="x86_64-pc-linux-gnu"
870 S["EGREP"]="/bin/grep -E"
871 S["GREP"]="/bin/grep"
872 S["CPP"]="gcc -E"
873 S["am__fastdepCC_FALSE"]=""
874 S["am__fastdepCC_TRUE"]="#"
875 S["CCDEPMODE"]="depmode=none"
876 S["am__nodep"]=""
877 S["AMDEPBACKSLASH"]=""
878 S["AMDEP_FALSE"]=""
879 S["AMDEP_TRUE"]="#"
880 S["am__quote"]=""
881 S["am__include"]="include"
882 S["DEPDIR"]=".deps"
883 S["OBJEXT"]="o"
884 S["EXEEXT"]=""
885 S["ac_ct_CC"]="gcc"
886 S["CPPFLAGS"]="-D_FORTIFY_SOURCE=2"
887 S["LDFLAGS"]="-Wl,-Bsymbolic-functions -Wl,-z,relro"
888 S["CFLAGS"]="-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall"
889 S["CC"]="gcc"
890 S["LIB_MENU_LT_VERSION"]="0:1:0"
891 S["DISABLE_DEPRECATED"]=""
892 S["MAINT"]="#"
893 S["MAINTAINER_MODE_FALSE"]=""
894 S["MAINTAINER_MODE_TRUE"]="#"
895 S["AM_BACKSLASH"]="\\"
896 S["AM_DEFAULT_VERBOSITY"]="1"
897 S["AM_DEFAULT_V"]="$(AM_DEFAULT_VERBOSITY)"
898 S["AM_V"]="$(V)"
899 S["am__untar"]="$${TAR-tar} xf -"
900 S["am__tar"]="$${TAR-tar} chof - \"$$tardir\""
901 S["AMTAR"]="$${TAR-tar}"
902 S["am__leading_dot"]="."
903 S["SET_MAKE"]=""
904 S["AWK"]="gawk"
905 S["mkdir_p"]="$(MKDIR_P)"
906 S["MKDIR_P"]="/bin/mkdir -p"
907 S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
908 S["STRIP"]="strip"
909 S["install_sh"]="${SHELL} /home/mtwebster/bin/cinnamon-menus/install-sh"
910 S["MAKEINFO"]="${SHELL} /home/mtwebster/bin/cinnamon-menus/missing makeinfo"
911 S["AUTOHEADER"]="${SHELL} /home/mtwebster/bin/cinnamon-menus/missing autoheader"
912 S["AUTOMAKE"]="${SHELL} /home/mtwebster/bin/cinnamon-menus/missing automake-1.13"
913 S["AUTOCONF"]="${SHELL} /home/mtwebster/bin/cinnamon-menus/missing autoconf"
914 S["ACLOCAL"]="${SHELL} /home/mtwebster/bin/cinnamon-menus/missing aclocal-1.13"
915 S["VERSION"]="2.1"
916 S["PACKAGE"]="cinnamon-menus"
917 S["CYGPATH_W"]="echo"
918 S["am__isrc"]=" -I$(srcdir)"
919 S["INSTALL_DATA"]="${INSTALL} -m 644"
920 S["INSTALL_SCRIPT"]="${INSTALL}"
921 S["INSTALL_PROGRAM"]="${INSTALL}"
922 S["target_alias"]=""
923 S["host_alias"]=""
924 S["build_alias"]="x86_64-linux-gnu"
925 S["LIBS"]=""
926 S["ECHO_T"]=""
927 S["ECHO_N"]="-n"
928 S["ECHO_C"]=""
929 S["DEFS"]="-DHAVE_CONFIG_H"
930 S["mandir"]="${prefix}/share/man"
931 S["localedir"]="${datarootdir}/locale"
932 S["libdir"]="${exec_prefix}/lib"
933 S["psdir"]="${docdir}"
934 S["pdfdir"]="${docdir}"
935 S["dvidir"]="${docdir}"
936 S["htmldir"]="${docdir}"
937 S["infodir"]="${prefix}/share/info"
938 S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}"
939 S["oldincludedir"]="/usr/include"
940 S["includedir"]="${prefix}/include"
941 S["localstatedir"]="/var"
942 S["sharedstatedir"]="${prefix}/com"
943 S["sysconfdir"]="/etc"
944 S["datadir"]="${datarootdir}"
945 S["datarootdir"]="${prefix}/share"
946 S["libexecdir"]="${prefix}/lib/cinnamon-menus"
947 S["sbindir"]="${exec_prefix}/sbin"
948 S["bindir"]="${exec_prefix}/bin"
949 S["program_transform_name"]="s,x,x,"
950 S["prefix"]="/usr"
951 S["exec_prefix"]="${prefix}"
952 S["PACKAGE_URL"]=""
953 S["PACKAGE_BUGREPORT"]=""
954 S["PACKAGE_STRING"]="cinnamon-menus 2.1"
955 S["PACKAGE_VERSION"]="2.1"
956 S["PACKAGE_TARNAME"]="cinnamon-menus"
957 S["PACKAGE_NAME"]="cinnamon-menus"
958 S["PATH_SEPARATOR"]=":"
959 S["SHELL"]="/bin/bash"
960 _ACAWK
961 cat >>"$ac_tmp/subs1.awk" <<_ACAWK &&
962 for (key in S) S_is_set[key] = 1
963 FS = ""
964
965 }
966 {
967 line = $ 0
968 nfields = split(line, field, "@")
969 substed = 0
970 len = length(field[1])
971 for (i = 2; i < nfields; i++) {
972 key = field[i]
973 keylen = length(key)
974 if (S_is_set[key]) {
975 value = S[key]
976 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
977 len += length(value) + length(field[++i])
978 substed = 1
979 } else
980 len += 1 + keylen
981 }
982
983 print line
984 }
985
986 _ACAWK
987 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
988 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
989 else
990 cat
991 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
992 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
993 fi # test -n "$CONFIG_FILES"
994
995 # Set up the scripts for CONFIG_HEADERS section.
996 # No need to generate them if there are no CONFIG_HEADERS.
997 # This happens for instance with `./config.status Makefile'.
998 if test -n "$CONFIG_HEADERS"; then
999 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
1000 BEGIN {
1001 D["PACKAGE_NAME"]=" \"cinnamon-menus\""
1002 D["PACKAGE_TARNAME"]=" \"cinnamon-menus\""
1003 D["PACKAGE_VERSION"]=" \"2.1\""
1004 D["PACKAGE_STRING"]=" \"cinnamon-menus 2.1\""
1005 D["PACKAGE_BUGREPORT"]=" \"\""
1006 D["PACKAGE_URL"]=" \"\""
1007 D["PACKAGE"]=" \"cinnamon-menus\""
1008 D["VERSION"]=" \"2.1\""
1009 D["STDC_HEADERS"]=" 1"
1010 D["HAVE_SYS_TYPES_H"]=" 1"
1011 D["HAVE_SYS_STAT_H"]=" 1"
1012 D["HAVE_STDLIB_H"]=" 1"
1013 D["HAVE_STRING_H"]=" 1"
1014 D["HAVE_MEMORY_H"]=" 1"
1015 D["HAVE_STRINGS_H"]=" 1"
1016 D["HAVE_INTTYPES_H"]=" 1"
1017 D["HAVE_STDINT_H"]=" 1"
1018 D["HAVE_UNISTD_H"]=" 1"
1019 D["HAVE_DLFCN_H"]=" 1"
1020 D["LT_OBJDIR"]=" \".libs/\""
1021 for (key in D) D_is_set[key] = 1
1022 FS = ""
1023 }
1024 /^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
1025 line = $ 0
1026 split(line, arg, " ")
1027 if (arg[1] == "#") {
1028 defundef = arg[2]
1029 mac1 = arg[3]
1030 } else {
1031 defundef = substr(arg[1], 2)
1032 mac1 = arg[2]
1033 }
1034 split(mac1, mac2, "(") #)
1035 macro = mac2[1]
1036 prefix = substr(line, 1, index(line, defundef) - 1)
1037 if (D_is_set[macro]) {
1038 # Preserve the white space surrounding the "#".
1039 print prefix "define", macro P[macro] D[macro]
1040 next
1041 } else {
1042 # Replace #undef with comments. This is necessary, for example,
1043 # in the case of _POSIX_SOURCE, which is predefined and required
1044 # on some systems where configure will not decide to define it.
1045 if (defundef == "undef") {
1046 print "/*", prefix defundef, macro, "*/"
1047 next
1048 }
1049 }
1050 }
1051 { print }
1052 _ACAWK
1053 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
1054 fi # test -n "$CONFIG_HEADERS"
1055
1056
1057 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
1058 shift
1059 for ac_tag
1060 do
1061 case $ac_tag in
1062 :[FHLC]) ac_mode=$ac_tag; continue;;
1063 esac
1064 case $ac_mode$ac_tag in
1065 :[FHL]*:*);;
1066 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
1067 :[FH]-) ac_tag=-:-;;
1068 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
1069 esac
1070 ac_save_IFS=$IFS
1071 IFS=:
1072 set x $ac_tag
1073 IFS=$ac_save_IFS
1074 shift
1075 ac_file=$1
1076 shift
1077
1078 case $ac_mode in
1079 :L) ac_source=$1;;
1080 :[FH])
1081 ac_file_inputs=
1082 for ac_f
1083 do
1084 case $ac_f in
1085 -) ac_f="$ac_tmp/stdin";;
1086 *) # Look for the file first in the build tree, then in the source tree
1087 # (if the path is not absolute). The absolute path cannot be DOS-style,
1088 # because $ac_f cannot contain `:'.
1089 test -f "$ac_f" ||
1090 case $ac_f in
1091 [\\/$]*) false;;
1092 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
1093 esac ||
1094 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
1095 esac
1096 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
1097 as_fn_append ac_file_inputs " '$ac_f'"
1098 done
1099
1100 # Let's still pretend it is `configure' which instantiates (i.e., don't
1101 # use $as_me), people would be surprised to read:
1102 # /* config.h. Generated by config.status. */
1103 configure_input='Generated from '`
1104 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
1105 `' by configure.'
1106 if test x"$ac_file" != x-; then
1107 configure_input="$ac_file. $configure_input"
1108 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
1109 $as_echo "$as_me: creating $ac_file" >&6;}
1110 fi
1111 # Neutralize special characters interpreted by sed in replacement strings.
1112 case $configure_input in #(
1113 *\&* | *\|* | *\\* )
1114 ac_sed_conf_input=`$as_echo "$configure_input" |
1115 sed 's/[\\\\&|]/\\\\&/g'`;; #(
1116 *) ac_sed_conf_input=$configure_input;;
1117 esac
1118
1119 case $ac_tag in
1120 *:-:* | *:-) cat >"$ac_tmp/stdin" \
1121 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
1122 esac
1123 ;;
1124 esac
1125
1126 ac_dir=`$as_dirname -- "$ac_file" ||
1127 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1128 X"$ac_file" : 'X\(//\)[^/]' \| \
1129 X"$ac_file" : 'X\(//\)$' \| \
1130 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
1131 $as_echo X"$ac_file" |
1132 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1133 s//\1/
1134 q
1135 }
1136 /^X\(\/\/\)[^/].*/{
1137 s//\1/
1138 q
1139 }
1140 /^X\(\/\/\)$/{
1141 s//\1/
1142 q
1143 }
1144 /^X\(\/\).*/{
1145 s//\1/
1146 q
1147 }
1148 s/.*/./; q'`
1149 as_dir="$ac_dir"; as_fn_mkdir_p
1150 ac_builddir=.
1151
1152 case "$ac_dir" in
1153 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1154 *)
1155 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1156 # A ".." for each directory in $ac_dir_suffix.
1157 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1158 case $ac_top_builddir_sub in
1159 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1160 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1161 esac ;;
1162 esac
1163 ac_abs_top_builddir=$ac_pwd
1164 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1165 # for backward compatibility:
1166 ac_top_builddir=$ac_top_build_prefix
1167
1168 case $srcdir in
1169 .) # We are building in place.
1170 ac_srcdir=.
1171 ac_top_srcdir=$ac_top_builddir_sub
1172 ac_abs_top_srcdir=$ac_pwd ;;
1173 [\\/]* | ?:[\\/]* ) # Absolute name.
1174 ac_srcdir=$srcdir$ac_dir_suffix;
1175 ac_top_srcdir=$srcdir
1176 ac_abs_top_srcdir=$srcdir ;;
1177 *) # Relative name.
1178 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1179 ac_top_srcdir=$ac_top_build_prefix$srcdir
1180 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1181 esac
1182 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1183
1184
1185 case $ac_mode in
1186 :F)
1187 #
1188 # CONFIG_FILE
1189 #
1190
1191 case $INSTALL in
1192 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
1193 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
1194 esac
1195 ac_MKDIR_P=$MKDIR_P
1196 case $MKDIR_P in
1197 [\\/$]* | ?:[\\/]* ) ;;
1198 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
1199 esac
1200 # If the template does not know about datarootdir, expand it.
1201 # FIXME: This hack should be removed a few years after 2.60.
1202 ac_datarootdir_hack=; ac_datarootdir_seen=
1203 ac_sed_dataroot='
1204 /datarootdir/ {
1205 p
1206 q
1207 }
1208 /@datadir@/p
1209 /@docdir@/p
1210 /@infodir@/p
1211 /@localedir@/p
1212 /@mandir@/p'
1213 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1214 *datarootdir*) ac_datarootdir_seen=yes;;
1215 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1216 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1217 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1218 ac_datarootdir_hack='
1219 s&@datadir@&${datarootdir}&g
1220 s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
1221 s&@infodir@&${prefix}/share/info&g
1222 s&@localedir@&${datarootdir}/locale&g
1223 s&@mandir@&${prefix}/share/man&g
1224 s&\${datarootdir}&${prefix}/share&g' ;;
1225 esac
1226 ac_sed_extra="
1227
1228 :t
1229 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
1230 s|@configure_input@|$ac_sed_conf_input|;t t
1231 s&@top_builddir@&$ac_top_builddir_sub&;t t
1232 s&@top_build_prefix@&$ac_top_build_prefix&;t t
1233 s&@srcdir@&$ac_srcdir&;t t
1234 s&@abs_srcdir@&$ac_abs_srcdir&;t t
1235 s&@top_srcdir@&$ac_top_srcdir&;t t
1236 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
1237 s&@builddir@&$ac_builddir&;t t
1238 s&@abs_builddir@&$ac_abs_builddir&;t t
1239 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
1240 s&@INSTALL@&$ac_INSTALL&;t t
1241 s&@MKDIR_P@&$ac_MKDIR_P&;t t
1242 $ac_datarootdir_hack
1243 "
1244 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
1245 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1246
1247 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
1248 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
1249 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
1250 "$ac_tmp/out"`; test -z "$ac_out"; } &&
1251 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1252 which seems to be undefined. Please make sure it is defined" >&5
1253 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1254 which seems to be undefined. Please make sure it is defined" >&2;}
1255
1256 rm -f "$ac_tmp/stdin"
1257 case $ac_file in
1258 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
1259 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
1260 esac \
1261 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1262 ;;
1263 :H)
1264 #
1265 # CONFIG_HEADER
1266 #
1267 if test x"$ac_file" != x-; then
1268 {
1269 $as_echo "/* $configure_input */" \
1270 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
1271 } >"$ac_tmp/config.h" \
1272 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1273 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
1274 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
1275 $as_echo "$as_me: $ac_file is unchanged" >&6;}
1276 else
1277 rm -f "$ac_file"
1278 mv "$ac_tmp/config.h" "$ac_file" \
1279 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1280 fi
1281 else
1282 $as_echo "/* $configure_input */" \
1283 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
1284 || as_fn_error $? "could not create -" "$LINENO" 5
1285 fi
1286 # Compute "$ac_file"'s index in $config_headers.
1287 _am_arg="$ac_file"
1288 _am_stamp_count=1
1289 for _am_header in $config_headers :; do
1290 case $_am_header in
1291 $_am_arg | $_am_arg:* )
1292 break ;;
1293 * )
1294 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1295 esac
1296 done
1297 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
1298 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1299 X"$_am_arg" : 'X\(//\)[^/]' \| \
1300 X"$_am_arg" : 'X\(//\)$' \| \
1301 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
1302 $as_echo X"$_am_arg" |
1303 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1304 s//\1/
1305 q
1306 }
1307 /^X\(\/\/\)[^/].*/{
1308 s//\1/
1309 q
1310 }
1311 /^X\(\/\/\)$/{
1312 s//\1/
1313 q
1314 }
1315 /^X\(\/\).*/{
1316 s//\1/
1317 q
1318 }
1319 s/.*/./; q'`/stamp-h$_am_stamp_count
1320 ;;
1321
1322 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
1323 $as_echo "$as_me: executing $ac_file commands" >&6;}
1324 ;;
1325 esac
1326
1327
1328 case $ac_file$ac_mode in
1329 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
1330 # Older Autoconf quotes --file arguments for eval, but not when files
1331 # are listed without --file. Let's play safe and only enable the eval
1332 # if we detect the quoting.
1333 case $CONFIG_FILES in
1334 *\'*) eval set x "$CONFIG_FILES" ;;
1335 *) set x $CONFIG_FILES ;;
1336 esac
1337 shift
1338 for mf
1339 do
1340 # Strip MF so we end up with the name of the file.
1341 mf=`echo "$mf" | sed -e 's/:.*$//'`
1342 # Check whether this is an Automake generated Makefile or not.
1343 # We used to match only the files named 'Makefile.in', but
1344 # some people rename them; so instead we look at the file content.
1345 # Grep'ing the first line is not enough: some people post-process
1346 # each Makefile.in and add a new line on top of each file to say so.
1347 # Grep'ing the whole file is not good either: AIX grep has a line
1348 # limit of 2048, but all sed's we know have understand at least 4000.
1349 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
1350 dirpart=`$as_dirname -- "$mf" ||
1351 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1352 X"$mf" : 'X\(//\)[^/]' \| \
1353 X"$mf" : 'X\(//\)$' \| \
1354 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
1355 $as_echo X"$mf" |
1356 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1357 s//\1/
1358 q
1359 }
1360 /^X\(\/\/\)[^/].*/{
1361 s//\1/
1362 q
1363 }
1364 /^X\(\/\/\)$/{
1365 s//\1/
1366 q
1367 }
1368 /^X\(\/\).*/{
1369 s//\1/
1370 q
1371 }
1372 s/.*/./; q'`
1373 else
1374 continue
1375 fi
1376 # Extract the definition of DEPDIR, am__include, and am__quote
1377 # from the Makefile without running 'make'.
1378 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1379 test -z "$DEPDIR" && continue
1380 am__include=`sed -n 's/^am__include = //p' < "$mf"`
1381 test -z "$am__include" && continue
1382 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1383 # Find all dependency output files, they are included files with
1384 # $(DEPDIR) in their names. We invoke sed twice because it is the
1385 # simplest approach to changing $(DEPDIR) to its actual value in the
1386 # expansion.
1387 for file in `sed -n "
1388 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1389 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
1390 # Make sure the directory exists.
1391 test -f "$dirpart/$file" && continue
1392 fdir=`$as_dirname -- "$file" ||
1393 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1394 X"$file" : 'X\(//\)[^/]' \| \
1395 X"$file" : 'X\(//\)$' \| \
1396 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1397 $as_echo X"$file" |
1398 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1399 s//\1/
1400 q
1401 }
1402 /^X\(\/\/\)[^/].*/{
1403 s//\1/
1404 q
1405 }
1406 /^X\(\/\/\)$/{
1407 s//\1/
1408 q
1409 }
1410 /^X\(\/\).*/{
1411 s//\1/
1412 q
1413 }
1414 s/.*/./; q'`
1415 as_dir=$dirpart/$fdir; as_fn_mkdir_p
1416 # echo "creating $dirpart/$file"
1417 echo '# dummy' > "$dirpart/$file"
1418 done
1419 done
1420 }
1421 ;;
1422 "libtool":C)
1423
1424 # See if we are running on zsh, and set the options which allow our
1425 # commands through without removal of \ escapes.
1426 if test -n "${ZSH_VERSION+set}" ; then
1427 setopt NO_GLOB_SUBST
1428 fi
1429
1430 cfgfile="${ofile}T"
1431 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
1432 $RM "$cfgfile"
1433
1434 cat <<_LT_EOF >> "$cfgfile"
1435 #! $SHELL
1436
1437 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
1438 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
1439 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1440 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
1441 #
1442 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
1443 # 2006, 2007, 2008, 2009, 2010, 2011 Free Software
1444 # Foundation, Inc.
1445 # Written by Gordon Matzigkeit, 1996
1446 #
1447 # This file is part of GNU Libtool.
1448 #
1449 # GNU Libtool is free software; you can redistribute it and/or
1450 # modify it under the terms of the GNU General Public License as
1451 # published by the Free Software Foundation; either version 2 of
1452 # the License, or (at your option) any later version.
1453 #
1454 # As a special exception to the GNU General Public License,
1455 # if you distribute this file as part of a program or library that
1456 # is built using GNU Libtool, you may include this file under the
1457 # same distribution terms that you use for the rest of that program.
1458 #
1459 # GNU Libtool is distributed in the hope that it will be useful,
1460 # but WITHOUT ANY WARRANTY; without even the implied warranty of
1461 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1462 # GNU General Public License for more details.
1463 #
1464 # You should have received a copy of the GNU General Public License
1465 # along with GNU Libtool; see the file COPYING. If not, a copy
1466 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
1467 # obtained by writing to the Free Software Foundation, Inc.,
1468 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1469
1470
1471 # The names of the tagged configurations supported by this script.
1472 available_tags=""
1473
1474 # ### BEGIN LIBTOOL CONFIG
1475
1476 # Assembler program.
1477 AS=$lt_AS
1478
1479 # DLL creation program.
1480 DLLTOOL=$lt_DLLTOOL
1481
1482 # Object dumper program.
1483 OBJDUMP=$lt_OBJDUMP
1484
1485 # Which release of libtool.m4 was used?
1486 macro_version=$macro_version
1487 macro_revision=$macro_revision
1488
1489 # Whether or not to build shared libraries.
1490 build_libtool_libs=$enable_shared
1491
1492 # Whether or not to build static libraries.
1493 build_old_libs=$enable_static
1494
1495 # What type of objects to build.
1496 pic_mode=$pic_mode
1497
1498 # Whether or not to optimize for fast installation.
1499 fast_install=$enable_fast_install
1500
1501 # Shell to use when invoking shell scripts.
1502 SHELL=$lt_SHELL
1503
1504 # An echo program that protects backslashes.
1505 ECHO=$lt_ECHO
1506
1507 # The PATH separator for the build system.
1508 PATH_SEPARATOR=$lt_PATH_SEPARATOR
1509
1510 # The host system.
1511 host_alias=$host_alias
1512 host=$host
1513 host_os=$host_os
1514
1515 # The build system.
1516 build_alias=$build_alias
1517 build=$build
1518 build_os=$build_os
1519
1520 # A sed program that does not truncate output.
1521 SED=$lt_SED
1522
1523 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
1524 Xsed="\$SED -e 1s/^X//"
1525
1526 # A grep program that handles long lines.
1527 GREP=$lt_GREP
1528
1529 # An ERE matcher.
1530 EGREP=$lt_EGREP
1531
1532 # A literal string matcher.
1533 FGREP=$lt_FGREP
1534
1535 # A BSD- or MS-compatible name lister.
1536 NM=$lt_NM
1537
1538 # Whether we need soft or hard links.
1539 LN_S=$lt_LN_S
1540
1541 # What is the maximum length of a command?
1542 max_cmd_len=$max_cmd_len
1543
1544 # Object file suffix (normally "o").
1545 objext=$ac_objext
1546
1547 # Executable file suffix (normally "").
1548 exeext=$exeext
1549
1550 # whether the shell understands "unset".
1551 lt_unset=$lt_unset
1552
1553 # turn spaces into newlines.
1554 SP2NL=$lt_lt_SP2NL
1555
1556 # turn newlines into spaces.
1557 NL2SP=$lt_lt_NL2SP
1558
1559 # convert \$build file names to \$host format.
1560 to_host_file_cmd=$lt_cv_to_host_file_cmd
1561
1562 # convert \$build files to toolchain format.
1563 to_tool_file_cmd=$lt_cv_to_tool_file_cmd
1564
1565 # Method to check whether dependent libraries are shared objects.
1566 deplibs_check_method=$lt_deplibs_check_method
1567
1568 # Command to use when deplibs_check_method = "file_magic".
1569 file_magic_cmd=$lt_file_magic_cmd
1570
1571 # How to find potential files when deplibs_check_method = "file_magic".
1572 file_magic_glob=$lt_file_magic_glob
1573
1574 # Find potential files using nocaseglob when deplibs_check_method = "file_magic".
1575 want_nocaseglob=$lt_want_nocaseglob
1576
1577 # Command to associate shared and link libraries.
1578 sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd
1579
1580 # The archiver.
1581 AR=$lt_AR
1582
1583 # Flags to create an archive.
1584 AR_FLAGS=$lt_AR_FLAGS
1585
1586 # How to feed a file listing to the archiver.
1587 archiver_list_spec=$lt_archiver_list_spec
1588
1589 # A symbol stripping program.
1590 STRIP=$lt_STRIP
1591
1592 # Commands used to install an old-style archive.
1593 RANLIB=$lt_RANLIB
1594 old_postinstall_cmds=$lt_old_postinstall_cmds
1595 old_postuninstall_cmds=$lt_old_postuninstall_cmds
1596
1597 # Whether to use a lock for old archive extraction.
1598 lock_old_archive_extraction=$lock_old_archive_extraction
1599
1600 # A C compiler.
1601 LTCC=$lt_CC
1602
1603 # LTCC compiler flags.
1604 LTCFLAGS=$lt_CFLAGS
1605
1606 # Take the output of nm and produce a listing of raw symbols and C names.
1607 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
1608
1609 # Transform the output of nm in a proper C declaration.
1610 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
1611
1612 # Transform the output of nm in a C name address pair.
1613 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
1614
1615 # Transform the output of nm in a C name address pair when lib prefix is needed.
1616 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
1617
1618 # Specify filename containing input files for \$NM.
1619 nm_file_list_spec=$lt_nm_file_list_spec
1620
1621 # The root where to search for dependent libraries,and in which our libraries should be installed.
1622 lt_sysroot=$lt_sysroot
1623
1624 # The name of the directory that contains temporary libtool files.
1625 objdir=$objdir
1626
1627 # Used to examine libraries when file_magic_cmd begins with "file".
1628 MAGIC_CMD=$MAGIC_CMD
1629
1630 # Must we lock files when doing compilation?
1631 need_locks=$lt_need_locks
1632
1633 # Manifest tool.
1634 MANIFEST_TOOL=$lt_MANIFEST_TOOL
1635
1636 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
1637 DSYMUTIL=$lt_DSYMUTIL
1638
1639 # Tool to change global to local symbols on Mac OS X.
1640 NMEDIT=$lt_NMEDIT
1641
1642 # Tool to manipulate fat objects and archives on Mac OS X.
1643 LIPO=$lt_LIPO
1644
1645 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
1646 OTOOL=$lt_OTOOL
1647
1648 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
1649 OTOOL64=$lt_OTOOL64
1650
1651 # Old archive suffix (normally "a").
1652 libext=$libext
1653
1654 # Shared library suffix (normally ".so").
1655 shrext_cmds=$lt_shrext_cmds
1656
1657 # The commands to extract the exported symbol list from a shared archive.
1658 extract_expsyms_cmds=$lt_extract_expsyms_cmds
1659
1660 # Variables whose values should be saved in libtool wrapper scripts and
1661 # restored at link time.
1662 variables_saved_for_relink=$lt_variables_saved_for_relink
1663
1664 # Do we need the "lib" prefix for modules?
1665 need_lib_prefix=$need_lib_prefix
1666
1667 # Do we need a version for libraries?
1668 need_version=$need_version
1669
1670 # Library versioning type.
1671 version_type=$version_type
1672
1673 # Shared library runtime path variable.
1674 runpath_var=$runpath_var
1675
1676 # Shared library path variable.
1677 shlibpath_var=$shlibpath_var
1678
1679 # Is shlibpath searched before the hard-coded library search path?
1680 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
1681
1682 # Format of library name prefix.
1683 libname_spec=$lt_libname_spec
1684
1685 # List of archive names. First name is the real one, the rest are links.
1686 # The last name is the one that the linker finds with -lNAME
1687 library_names_spec=$lt_library_names_spec
1688
1689 # The coded name of the library, if different from the real name.
1690 soname_spec=$lt_soname_spec
1691
1692 # Permission mode override for installation of shared libraries.
1693 install_override_mode=$lt_install_override_mode
1694
1695 # Command to use after installation of a shared archive.
1696 postinstall_cmds=$lt_postinstall_cmds
1697
1698 # Command to use after uninstallation of a shared archive.
1699 postuninstall_cmds=$lt_postuninstall_cmds
1700
1701 # Commands used to finish a libtool library installation in a directory.
1702 finish_cmds=$lt_finish_cmds
1703
1704 # As "finish_cmds", except a single script fragment to be evaled but
1705 # not shown.
1706 finish_eval=$lt_finish_eval
1707
1708 # Whether we should hardcode library paths into libraries.
1709 hardcode_into_libs=$hardcode_into_libs
1710
1711 # Compile-time system search path for libraries.
1712 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
1713
1714 # Run-time system search path for libraries.
1715 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
1716
1717 # Whether dlopen is supported.
1718 dlopen_support=$enable_dlopen
1719
1720 # Whether dlopen of programs is supported.
1721 dlopen_self=$enable_dlopen_self
1722
1723 # Whether dlopen of statically linked programs is supported.
1724 dlopen_self_static=$enable_dlopen_self_static
1725
1726 # Commands to strip libraries.
1727 old_striplib=$lt_old_striplib
1728 striplib=$lt_striplib
1729
1730
1731 # The linker used to build libraries.
1732 LD=$lt_LD
1733
1734 # How to create reloadable object files.
1735 reload_flag=$lt_reload_flag
1736 reload_cmds=$lt_reload_cmds
1737
1738 # Commands used to build an old-style archive.
1739 old_archive_cmds=$lt_old_archive_cmds
1740
1741 # A language specific compiler.
1742 CC=$lt_compiler
1743
1744 # Is the compiler the GNU compiler?
1745 with_gcc=$GCC
1746
1747 # Compiler flag to turn off builtin functions.
1748 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
1749
1750 # Additional compiler flags for building library objects.
1751 pic_flag=$lt_lt_prog_compiler_pic
1752
1753 # How to pass a linker flag through the compiler.
1754 wl=$lt_lt_prog_compiler_wl
1755
1756 # Compiler flag to prevent dynamic linking.
1757 link_static_flag=$lt_lt_prog_compiler_static
1758
1759 # Does compiler simultaneously support -c and -o options?
1760 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
1761
1762 # Whether or not to add -lc for building shared libraries.
1763 build_libtool_need_lc=$archive_cmds_need_lc
1764
1765 # Whether or not to disallow shared libs when runtime libs are static.
1766 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
1767
1768 # Compiler flag to allow reflexive dlopens.
1769 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
1770
1771 # Compiler flag to generate shared objects directly from archives.
1772 whole_archive_flag_spec=$lt_whole_archive_flag_spec
1773
1774 # Whether the compiler copes with passing no objects directly.
1775 compiler_needs_object=$lt_compiler_needs_object
1776
1777 # Create an old-style archive from a shared archive.
1778 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
1779
1780 # Create a temporary old-style archive to link instead of a shared archive.
1781 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
1782
1783 # Commands used to build a shared archive.
1784 archive_cmds=$lt_archive_cmds
1785 archive_expsym_cmds=$lt_archive_expsym_cmds
1786
1787 # Commands used to build a loadable module if different from building
1788 # a shared archive.
1789 module_cmds=$lt_module_cmds
1790 module_expsym_cmds=$lt_module_expsym_cmds
1791
1792 # Whether we are building with GNU ld or not.
1793 with_gnu_ld=$lt_with_gnu_ld
1794
1795 # Flag that allows shared libraries with undefined symbols to be built.
1796 allow_undefined_flag=$lt_allow_undefined_flag
1797
1798 # Flag that enforces no undefined symbols.
1799 no_undefined_flag=$lt_no_undefined_flag
1800
1801 # Flag to hardcode \$libdir into a binary during linking.
1802 # This must work even if \$libdir does not exist
1803 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
1804
1805 # Whether we need a single "-rpath" flag with a separated argument.
1806 hardcode_libdir_separator=$lt_hardcode_libdir_separator
1807
1808 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
1809 # DIR into the resulting binary.
1810 hardcode_direct=$hardcode_direct
1811
1812 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
1813 # DIR into the resulting binary and the resulting library dependency is
1814 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
1815 # library is relocated.
1816 hardcode_direct_absolute=$hardcode_direct_absolute
1817
1818 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
1819 # into the resulting binary.
1820 hardcode_minus_L=$hardcode_minus_L
1821
1822 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
1823 # into the resulting binary.
1824 hardcode_shlibpath_var=$hardcode_shlibpath_var
1825
1826 # Set to "yes" if building a shared library automatically hardcodes DIR
1827 # into the library and all subsequent libraries and executables linked
1828 # against it.
1829 hardcode_automatic=$hardcode_automatic
1830
1831 # Set to yes if linker adds runtime paths of dependent libraries
1832 # to runtime path list.
1833 inherit_rpath=$inherit_rpath
1834
1835 # Whether libtool must link a program against all its dependency libraries.
1836 link_all_deplibs=$link_all_deplibs
1837
1838 # Set to "yes" if exported symbols are required.
1839 always_export_symbols=$always_export_symbols
1840
1841 # The commands to list exported symbols.
1842 export_symbols_cmds=$lt_export_symbols_cmds
1843
1844 # Symbols that should not be listed in the preloaded symbols.
1845 exclude_expsyms=$lt_exclude_expsyms
1846
1847 # Symbols that must always be exported.
1848 include_expsyms=$lt_include_expsyms
1849
1850 # Commands necessary for linking programs (against libraries) with templates.
1851 prelink_cmds=$lt_prelink_cmds
1852
1853 # Commands necessary for finishing linking programs.
1854 postlink_cmds=$lt_postlink_cmds
1855
1856 # Specify filename containing input files.
1857 file_list_spec=$lt_file_list_spec
1858
1859 # How to hardcode a shared library path into an executable.
1860 hardcode_action=$hardcode_action
1861
1862 # ### END LIBTOOL CONFIG
1863
1864 _LT_EOF
1865
1866 case $host_os in
1867 aix3*)
1868 cat <<\_LT_EOF >> "$cfgfile"
1869 # AIX sometimes has problems with the GCC collect2 program. For some
1870 # reason, if we set the COLLECT_NAMES environment variable, the problems
1871 # vanish in a puff of smoke.
1872 if test "X${COLLECT_NAMES+set}" != Xset; then
1873 COLLECT_NAMES=
1874 export COLLECT_NAMES
1875 fi
1876 _LT_EOF
1877 ;;
1878 esac
1879
1880
1881 ltmain="$ac_aux_dir/ltmain.sh"
1882
1883
1884 # We use sed instead of cat because bash on DJGPP gets confused if
1885 # if finds mixed CR/LF and LF-only lines. Since sed operates in
1886 # text mode, it properly converts lines to CR/LF. This bash problem
1887 # is reportedly fixed, but why not run on old versions too?
1888 sed '$q' "$ltmain" >> "$cfgfile" \
1889 || (rm -f "$cfgfile"; exit 1)
1890
1891 if test x"$xsi_shell" = xyes; then
1892 sed -e '/^func_dirname ()$/,/^} # func_dirname /c\
1893 func_dirname ()\
1894 {\
1895 \ case ${1} in\
1896 \ */*) func_dirname_result="${1%/*}${2}" ;;\
1897 \ * ) func_dirname_result="${3}" ;;\
1898 \ esac\
1899 } # Extended-shell func_dirname implementation' "$cfgfile" > $cfgfile.tmp \
1900 && mv -f "$cfgfile.tmp" "$cfgfile" \
1901 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1902 test 0 -eq $? || _lt_function_replace_fail=:
1903
1904
1905 sed -e '/^func_basename ()$/,/^} # func_basename /c\
1906 func_basename ()\
1907 {\
1908 \ func_basename_result="${1##*/}"\
1909 } # Extended-shell func_basename implementation' "$cfgfile" > $cfgfile.tmp \
1910 && mv -f "$cfgfile.tmp" "$cfgfile" \
1911 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1912 test 0 -eq $? || _lt_function_replace_fail=:
1913
1914
1915 sed -e '/^func_dirname_and_basename ()$/,/^} # func_dirname_and_basename /c\
1916 func_dirname_and_basename ()\
1917 {\
1918 \ case ${1} in\
1919 \ */*) func_dirname_result="${1%/*}${2}" ;;\
1920 \ * ) func_dirname_result="${3}" ;;\
1921 \ esac\
1922 \ func_basename_result="${1##*/}"\
1923 } # Extended-shell func_dirname_and_basename implementation' "$cfgfile" > $cfgfile.tmp \
1924 && mv -f "$cfgfile.tmp" "$cfgfile" \
1925 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1926 test 0 -eq $? || _lt_function_replace_fail=:
1927
1928
1929 sed -e '/^func_stripname ()$/,/^} # func_stripname /c\
1930 func_stripname ()\
1931 {\
1932 \ # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are\
1933 \ # positional parameters, so assign one to ordinary parameter first.\
1934 \ func_stripname_result=${3}\
1935 \ func_stripname_result=${func_stripname_result#"${1}"}\
1936 \ func_stripname_result=${func_stripname_result%"${2}"}\
1937 } # Extended-shell func_stripname implementation' "$cfgfile" > $cfgfile.tmp \
1938 && mv -f "$cfgfile.tmp" "$cfgfile" \
1939 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1940 test 0 -eq $? || _lt_function_replace_fail=:
1941
1942
1943 sed -e '/^func_split_long_opt ()$/,/^} # func_split_long_opt /c\
1944 func_split_long_opt ()\
1945 {\
1946 \ func_split_long_opt_name=${1%%=*}\
1947 \ func_split_long_opt_arg=${1#*=}\
1948 } # Extended-shell func_split_long_opt implementation' "$cfgfile" > $cfgfile.tmp \
1949 && mv -f "$cfgfile.tmp" "$cfgfile" \
1950 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1951 test 0 -eq $? || _lt_function_replace_fail=:
1952
1953
1954 sed -e '/^func_split_short_opt ()$/,/^} # func_split_short_opt /c\
1955 func_split_short_opt ()\
1956 {\
1957 \ func_split_short_opt_arg=${1#??}\
1958 \ func_split_short_opt_name=${1%"$func_split_short_opt_arg"}\
1959 } # Extended-shell func_split_short_opt implementation' "$cfgfile" > $cfgfile.tmp \
1960 && mv -f "$cfgfile.tmp" "$cfgfile" \
1961 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1962 test 0 -eq $? || _lt_function_replace_fail=:
1963
1964
1965 sed -e '/^func_lo2o ()$/,/^} # func_lo2o /c\
1966 func_lo2o ()\
1967 {\
1968 \ case ${1} in\
1969 \ *.lo) func_lo2o_result=${1%.lo}.${objext} ;;\
1970 \ *) func_lo2o_result=${1} ;;\
1971 \ esac\
1972 } # Extended-shell func_lo2o implementation' "$cfgfile" > $cfgfile.tmp \
1973 && mv -f "$cfgfile.tmp" "$cfgfile" \
1974 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1975 test 0 -eq $? || _lt_function_replace_fail=:
1976
1977
1978 sed -e '/^func_xform ()$/,/^} # func_xform /c\
1979 func_xform ()\
1980 {\
1981 func_xform_result=${1%.*}.lo\
1982 } # Extended-shell func_xform implementation' "$cfgfile" > $cfgfile.tmp \
1983 && mv -f "$cfgfile.tmp" "$cfgfile" \
1984 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1985 test 0 -eq $? || _lt_function_replace_fail=:
1986
1987
1988 sed -e '/^func_arith ()$/,/^} # func_arith /c\
1989 func_arith ()\
1990 {\
1991 func_arith_result=$(( $* ))\
1992 } # Extended-shell func_arith implementation' "$cfgfile" > $cfgfile.tmp \
1993 && mv -f "$cfgfile.tmp" "$cfgfile" \
1994 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1995 test 0 -eq $? || _lt_function_replace_fail=:
1996
1997
1998 sed -e '/^func_len ()$/,/^} # func_len /c\
1999 func_len ()\
2000 {\
2001 func_len_result=${#1}\
2002 } # Extended-shell func_len implementation' "$cfgfile" > $cfgfile.tmp \
2003 && mv -f "$cfgfile.tmp" "$cfgfile" \
2004 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2005 test 0 -eq $? || _lt_function_replace_fail=:
2006
2007 fi
2008
2009 if test x"$lt_shell_append" = xyes; then
2010 sed -e '/^func_append ()$/,/^} # func_append /c\
2011 func_append ()\
2012 {\
2013 eval "${1}+=\\${2}"\
2014 } # Extended-shell func_append implementation' "$cfgfile" > $cfgfile.tmp \
2015 && mv -f "$cfgfile.tmp" "$cfgfile" \
2016 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2017 test 0 -eq $? || _lt_function_replace_fail=:
2018
2019
2020 sed -e '/^func_append_quoted ()$/,/^} # func_append_quoted /c\
2021 func_append_quoted ()\
2022 {\
2023 \ func_quote_for_eval "${2}"\
2024 \ eval "${1}+=\\\\ \\$func_quote_for_eval_result"\
2025 } # Extended-shell func_append_quoted implementation' "$cfgfile" > $cfgfile.tmp \
2026 && mv -f "$cfgfile.tmp" "$cfgfile" \
2027 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2028 test 0 -eq $? || _lt_function_replace_fail=:
2029
2030
2031 # Save a `func_append' function call where possible by direct use of '+='
2032 sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \
2033 && mv -f "$cfgfile.tmp" "$cfgfile" \
2034 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2035 test 0 -eq $? || _lt_function_replace_fail=:
2036 else
2037 # Save a `func_append' function call even when '+=' is not available
2038 sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \
2039 && mv -f "$cfgfile.tmp" "$cfgfile" \
2040 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2041 test 0 -eq $? || _lt_function_replace_fail=:
2042 fi
2043
2044 if test x"$_lt_function_replace_fail" = x":"; then
2045 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5
2046 $as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;}
2047 fi
2048
2049
2050 mv -f "$cfgfile" "$ofile" ||
2051 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
2052 chmod +x "$ofile"
2053
2054 ;;
2055
2056 esac
2057 done # for ac_tag
2058
2059
2060 as_fn_exit 0
0 # This file is autogenerated. DO NOT EDIT!
1 #
2 # Modifications should be made to debian/control.in instead.
3 # This file is regenerated automatically in the clean target.
40 Source: cinnamon-menus
5 Section: gnome
1 Section: x11
62 Priority: optional
7 Maintainer: Linux Mint <root@linuxmint.com>
3 Maintainer: Clement Lefebvre <root@linuxmint.com>
84 Build-Depends: debhelper (>= 9),
9 cdbs (>= 0.4.73),
10 libglib2.0-dev (>= 2.30.0),
5 dh-autoreconf,
6 dh-python,
117 gnome-pkg-tools,
12 python3 (>= 3.1),
8 gobject-introspection (>= 0.9.12-4~),
139 intltool (>= 0.40.0),
1410 libgirepository1.0-dev (>= 0.10.7-1~),
15 gobject-introspection (>= 0.9.12-4~)
16 Standards-Version: 3.9.3
11 libglib2.0-dev (>= 2.30.0),
12 python3 (>= 3.1)
13 Standards-Version: 3.9.5
1714 X-Python3-Version: >= 3.1
1815
1916 Package: libcinnamon-menu-3-0
2017 Architecture: any
21 Depends: ${shlibs:Depends},
22 ${misc:Depends}
18 Depends: ${misc:Depends}, ${shlibs:Depends}
2319 Description: Cinnamon implementation of the freedesktop menu specification
2420 The package contains an implementation of the draft
2521 "Desktop Menu Specification" from freedesktop.org:
2622 .
2723 http://www.freedesktop.org/Standards/menu-spec
28 .
29 Also contained here are the Cinnamon menu layout configuration files, .directory
30 files and assorted menu related utility programs.
3124 .
3225 This package contains the shared library.
3326
3528 Section: debug
3629 Priority: extra
3730 Architecture: any
38 Depends: libcinnamon-menu-3-0 (= ${binary:Version}),
39 ${misc:Depends}
31 Depends: libcinnamon-menu-3-0 (= ${binary:Version}), ${misc:Depends}
4032 Description: Cinnamon implementation of the freedesktop menu specification
4133 The package contains an implementation of the draft
4234 "Desktop Menu Specification" from freedesktop.org:
4335 .
4436 http://www.freedesktop.org/Standards/menu-spec
4537 .
46 Also contained here are the Cinnamon menu layout configuration files, .directory
47 files and assorted menu related utility programs.
48 .
4938 This package contains debugging symbols.
5039
5140 Package: libcinnamon-menu-3-dev
5241 Architecture: any
5342 Section: libdevel
54 Depends: ${misc:Depends},
43 Depends: gir1.2-cmenu-3.0 (= ${binary:Version}),
5544 libcinnamon-menu-3-0 (= ${binary:Version}),
56 gir1.2-cmenu-3.0 (= ${binary:Version}),
57 libglib2.0-dev (>= 2.30.0)
45 libglib2.0-dev (>= 2.30.0),
46 ${misc:Depends}
5847 Replaces: gir-repository-dev (<< 0.6.5-6)
5948 Description: Cinnamon implementation of the freedesktop menu specification
6049 The package contains an implementation of the draft
6251 .
6352 http://www.freedesktop.org/Standards/menu-spec
6453 .
65 Also contained here are the Cinnamon menu layout configuration files, .directory
66 files and assorted menu related utility programs.
67 .
6854 This package contains the development headers.
6955
7056 Package: gir1.2-cmenu-3.0
7157 Section: introspection
7258 Architecture: any
73 Depends: ${gir:Depends},
74 ${shlibs:Depends},
75 ${misc:Depends}
59 Depends: ${gir:Depends}, ${misc:Depends}, ${shlibs:Depends}
7660 Conflicts: gobject-introspection-repository
7761 Description: GObject introspection data for the Cinnamon menu library
7862 This package contains introspection data for Cinnamon menu, an
8064 .
8165 It can be used by languages supporting dynamic bindings with
8266 the GIRepository format.
83
+0
-80
debian/control.in less more
0 Source: cinnamon-menus
1 Section: gnome
2 Priority: optional
3 Maintainer: Linux Mint <root@linuxmint.com>
4 Build-Depends: debhelper (>= 9),
5 cdbs (>= 0.4.73),
6 libglib2.0-dev (>= 2.30.0),
7 gnome-pkg-tools,
8 python3 (>= 3.1),
9 intltool (>= 0.40.0),
10 libgirepository1.0-dev (>= 0.10.7-1~),
11 gobject-introspection (>= 0.9.12-4~)
12 Standards-Version: 3.9.3
13 X-Python3-Version: >= 3.1
14
15 Package: libcinnamon-menu-3-0
16 Architecture: any
17 Depends: ${shlibs:Depends},
18 ${misc:Depends}
19 Description: Cinnamon implementation of the freedesktop menu specification
20 The package contains an implementation of the draft
21 "Desktop Menu Specification" from freedesktop.org:
22 .
23 http://www.freedesktop.org/Standards/menu-spec
24 .
25 Also contained here are the Cinnamon menu layout configuration files, .directory
26 files and assorted menu related utility programs.
27 .
28 This package contains the shared library.
29
30 Package: libcinnamon-menu-3-0-dbg
31 Section: debug
32 Priority: extra
33 Architecture: any
34 Depends: libcinnamon-menu-3-0 (= ${binary:Version}),
35 ${misc:Depends}
36 Description: Cinnamon implementation of the freedesktop menu specification
37 The package contains an implementation of the draft
38 "Desktop Menu Specification" from freedesktop.org:
39 .
40 http://www.freedesktop.org/Standards/menu-spec
41 .
42 Also contained here are the Cinnamon menu layout configuration files, .directory
43 files and assorted menu related utility programs.
44 .
45 This package contains debugging symbols.
46
47 Package: libcinnamon-menu-3-dev
48 Architecture: any
49 Section: libdevel
50 Depends: ${misc:Depends},
51 libcinnamon-menu-3-0 (= ${binary:Version}),
52 gir1.2-cmenu-3.0 (= ${binary:Version}),
53 libglib2.0-dev (>= 2.30.0)
54 Replaces: gir-repository-dev (<< 0.6.5-6)
55 Description: Cinnamon implementation of the freedesktop menu specification
56 The package contains an implementation of the draft
57 "Desktop Menu Specification" from freedesktop.org:
58 .
59 http://www.freedesktop.org/Standards/menu-spec
60 .
61 Also contained here are the Cinnamon menu layout configuration files, .directory
62 files and assorted menu related utility programs.
63 .
64 This package contains the development headers.
65
66 Package: gir1.2-cmenu-3.0
67 Section: introspection
68 Architecture: any
69 Depends: ${gir:Depends},
70 ${shlibs:Depends},
71 ${misc:Depends}
72 Conflicts: gobject-introspection-repository
73 Description: GObject introspection data for the Cinnamon menu library
74 This package contains introspection data for Cinnamon menu, an
75 implementation of the desktop menu specification from freedesktop.org.
76 .
77 It can be used by languages supporting dynamic bindings with
78 the GIRepository format.
79
0 This package was debianized by Sebastien Bacher <seb128@debian.org> on
1 Tue, 30 Nov 2004 12:49:00 +0100.
0 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: cinnamon-menus
2 Upstream-Contact: Linux Mint Project <root@linuxmint.com>
3 Source: https://github.com/linuxmint/cinnamon-menus.git
24
3 It was downloaded from http://ftp.gnome.org/pub/GNOME/sources/gnome-menus/
5 Files: *
6 Copyright: 1996-2011, Free Software Foundation, Inc.
7 License: GPL-2+
8 This program is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation; either version 2 of the License, or
11 (at your option) any later version.
12 .
13 This program is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details.
17 .
18 You should have received a copy of the GNU General Public License along
19 with this program; if not, write to the Free Software Foundation, Inc.,
20 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21 .
22 On Debian systems, the complete text of the GNU General Public License
23 version 2 can be found in `/usr/share/common-licenses/GPL-2'.
424
5 Copyright:
6
7 Copyright © 2008 Vincent Untz
8 Copyright © 2008 Novell, Inc.
9 Copyright © 2007 Sebastian Dröge
10 Copyright © 2006 Mark McLoughlin
11 Copyright © 2002-2005 Red Hat, Inc.
25 Files: libmenu/desktop-entries.c
26 libmenu/desktop-entries.h
27 libmenu/entry-directories.c
28 libmenu/entry-directories.h
29 libmenu/gmenu-tree.c
30 libmenu/gmenu-tree.h
31 libmenu/menu-layout.c
32 libmenu/menu-layout.h
33 libmenu/menu-monitor.c
34 libmenu/menu-monitor.h
35 libmenu/menu-util.c
36 libmenu/menu-util.h
37 Copyright: 2006, Mark McLoughlin
38 2002-2011, Red Hat, Inc
39 2007, Sebastian Dröge
40 2008, Vincent Untz
41 License: LGPL-2+
1242
13 Upstream Authors: Mark McLoughlin <mark@skynet.ie>
14 Havoc Pennington <hp@redhat.com>
43 Files: libmenu/canonicalize.*
44 Copyright: 1996-2002, Free Software Foundation, Inc
45 2002, Red Hat, Inc. (trivial port to GLib)
46 License: LGPL-2.1+
47 The GNU C Library is free software; you can redistribute it and/or modify it
48 under the terms of the GNU Lesser General Public License as published by the
49 Free Software Foundation; either version 2.1 of the License, or (at your
50 option) any later version.
51 .
52 The GNU C Library is distributed in the hope that it will be useful, but
53 WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
54 FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
55 for more details.
56 .
57 You should have received a copy of the GNU Lesser General Public License
58 along with the GNU C Library; if not, write to the Free Software Foundation,
59 Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
60 .
61 On Debian systems, the complete text of the GNU Lesser General Public License
62 version 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'.
1563
16 License:
64 Files: ltmain.sh
65 Copyright: 1996-2011, Free Software Foundation, Inc.
66 License: GPL-2+ or license of distributed software
67 GNU Libtool is free software; you can redistribute it and/or modify
68 it under the terms of the GNU General Public License as published by
69 the Free Software Foundation; either version 2 of the License, or
70 (at your option) any later version.
71 .
72 As a special exception to the GNU General Public License,
73 if you distribute this file as part of a program or library that
74 is built using GNU Libtool, you may include this file under the
75 same distribution terms that you use for the rest of that program.
76 .
77 GNU Libtool is distributed in the hope that it will be useful, but
78 WITHOUT ANY WARRANTY; without even the implied warranty of
79 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
80 General Public License for more details.
81 .
82 You should have received a copy of the GNU General Public License
83 along with GNU Libtool; see the file COPYING. If not, a copy
84 can be downloaded from http://www.gnu.org/licenses/gpl.html,
85 or obtained by writing to the Free Software Foundation, Inc.,
86 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
87 .
88 On Debian systems, the complete text of the GNU General Public License
89 version 2 can be found in `/usr/share/common-licenses/GPL-2'.
1790
18 This package is free software; you can redistribute it and/or modify
19 it under the terms of the GNU General Public License as published by
20 the Free Software Foundation; version 2 dated June, 1991.
91 Files: debian/*
92 Copyright: 2014, Clement Lefebvre
93 2014, Maximiliano Curia <maxy@debian.org>
94 License: LGPL-2+
2195
22 This package is distributed in the hope that it will be useful,
23 but WITHOUT ANY WARRANTY; without even the implied warranty of
24 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25 GNU General Public License for more details.
26
27 You should have received a copy of the GNU General Public License
28 along with this package; if not, write to the Free Software
29 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,
30 USA.
31
32 On Debian systems, the complete text of the GNU General
33 Public License can be found in `/usr/share/common-licenses/GPL-2'.
96 License: LGPL-2+
97 This library is free software; you can redistribute it and/or modify it under
98 the terms of the GNU Lesser General Public License as published by the Free
99 Software Foundation; either version 2 of the License, or (at your option) any
100 later version.
101 .
102 This library is distributed in the hope that it will be useful, but WITHOUT
103 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
104 FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
105 details.
106 .
107 You should have received a copy of the GNU Lesser General Public License
108 along with this library; if not, write to the Free Software Foundation, Inc.,
109 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
110 .
111 On Debian systems, the complete text of the GNU Lesser General Public License
112 version 2 can be found in `/usr/share/common-licenses/LGPL-2'.
+0
-1
debian/gir1.2-cmenu-3.0.install less more
0 usr/lib/girepository-1.0
0 TYPELIBDIR/girepository-1.0
0 usr/lib/*.so.*
0 usr/lib/*/*.so.*
0 libgnome-menu-3.so.0 libgnome-menu-3-0 #MINVER#
1 gmenu_tree_alias_get_aliased_directory@Base 3.2.0.1
2 gmenu_tree_alias_get_aliased_entry@Base 3.2.0.1
3 gmenu_tree_alias_get_aliased_item_type@Base 3.2.0.1
4 gmenu_tree_alias_get_directory@Base 3.2.0.1
5 gmenu_tree_alias_get_parent@Base 3.6.0
6 gmenu_tree_alias_get_tree@Base 3.6.0
7 gmenu_tree_alias_get_type@Base 3.2.0.1
8 gmenu_tree_directory_get_comment@Base 3.2.0.1
9 gmenu_tree_directory_get_desktop_file_path@Base 3.2.0.1
10 gmenu_tree_directory_get_generic_name@Base 3.2.0.1
11 gmenu_tree_directory_get_icon@Base 3.2.0.1
12 gmenu_tree_directory_get_is_nodisplay@Base 3.2.0.1
13 gmenu_tree_directory_get_menu_id@Base 3.2.0.1
14 gmenu_tree_directory_get_name@Base 3.2.0.1
15 gmenu_tree_directory_get_parent@Base 3.2.0.1
16 gmenu_tree_directory_get_tree@Base 3.6.0
17 gmenu_tree_directory_get_type@Base 3.2.0.1
18 gmenu_tree_directory_iter@Base 3.2.0.1
19 gmenu_tree_directory_make_path@Base 3.2.0.1
20 gmenu_tree_entry_get_app_info@Base 3.2.0.1
21 gmenu_tree_entry_get_desktop_file_id@Base 3.2.0.1
22 gmenu_tree_entry_get_desktop_file_path@Base 3.2.0.1
23 gmenu_tree_entry_get_is_excluded@Base 3.2.0.1
24 gmenu_tree_entry_get_is_nodisplay_recurse@Base 3.4.2-3~
25 gmenu_tree_entry_get_is_unallocated@Base 3.6.0
26 gmenu_tree_entry_get_parent@Base 3.2.0.1
27 gmenu_tree_entry_get_tree@Base 3.6.0
28 gmenu_tree_entry_get_type@Base 3.2.0.1
29 gmenu_tree_flags_get_type@Base 3.2.0.1
30 gmenu_tree_get_canonical_menu_path@Base 3.2.0.1
31 gmenu_tree_get_directory_from_path@Base 3.2.0.1
32 gmenu_tree_get_entry_by_id@Base 3.2.0.1
33 gmenu_tree_get_root_directory@Base 3.2.0.1
34 gmenu_tree_get_type@Base 3.2.0.1
35 gmenu_tree_header_get_directory@Base 3.2.0.1
36 gmenu_tree_header_get_parent@Base 3.6.0
37 gmenu_tree_header_get_tree@Base 3.6.0
38 gmenu_tree_header_get_type@Base 3.2.0.1
39 gmenu_tree_item_ref@Base 3.2.0.1
40 gmenu_tree_item_unref@Base 3.2.0.1
41 gmenu_tree_iter_get_alias@Base 3.2.0.1
42 gmenu_tree_iter_get_directory@Base 3.2.0.1
43 gmenu_tree_iter_get_entry@Base 3.2.0.1
44 gmenu_tree_iter_get_header@Base 3.2.0.1
45 gmenu_tree_iter_get_separator@Base 3.4.2-2~
46 gmenu_tree_iter_get_type@Base 3.2.0.1
47 gmenu_tree_iter_next@Base 3.2.0.1
48 gmenu_tree_iter_ref@Base 3.2.0.1
49 gmenu_tree_iter_unref@Base 3.2.0.1
50 gmenu_tree_load_sync@Base 3.2.0.1
51 gmenu_tree_new@Base 3.2.0.1
52 gmenu_tree_new_for_path@Base 3.2.0.1
53 gmenu_tree_separator_get_parent@Base 3.6.0
54 gmenu_tree_separator_get_tree@Base 3.6.0
55 gmenu_tree_separator_get_type@Base 3.2.0.1
0 libcinnamon-menu-3.so.0 libcinnamon-menu-3-0 #MINVER#
1 gmenu_tree_alias_get_aliased_directory@Base 2.2.0
2 gmenu_tree_alias_get_aliased_entry@Base 2.2.0
3 gmenu_tree_alias_get_aliased_item_type@Base 2.2.0
4 gmenu_tree_alias_get_directory@Base 2.2.0
5 gmenu_tree_alias_get_parent@Base 2.2.0
6 gmenu_tree_alias_get_tree@Base 2.2.0
7 gmenu_tree_alias_get_type@Base 2.2.0
8 gmenu_tree_directory_get_comment@Base 2.2.0
9 gmenu_tree_directory_get_desktop_file_path@Base 2.2.0
10 gmenu_tree_directory_get_generic_name@Base 2.2.0
11 gmenu_tree_directory_get_icon@Base 2.2.0
12 gmenu_tree_directory_get_is_nodisplay@Base 2.2.0
13 gmenu_tree_directory_get_menu_id@Base 2.2.0
14 gmenu_tree_directory_get_name@Base 2.2.0
15 gmenu_tree_directory_get_parent@Base 2.2.0
16 gmenu_tree_directory_get_tree@Base 2.2.0
17 gmenu_tree_directory_get_type@Base 2.2.0
18 gmenu_tree_directory_iter@Base 2.2.0
19 gmenu_tree_directory_make_path@Base 2.2.0
20 gmenu_tree_entry_get_app_info@Base 2.2.0
21 gmenu_tree_entry_get_desktop_file_id@Base 2.2.0
22 gmenu_tree_entry_get_desktop_file_path@Base 2.2.0
23 gmenu_tree_entry_get_is_excluded@Base 2.2.0
24 gmenu_tree_entry_get_is_nodisplay_recurse@Base 2.2.0
25 gmenu_tree_entry_get_is_unallocated@Base 2.2.0
26 gmenu_tree_entry_get_parent@Base 2.2.0
27 gmenu_tree_entry_get_tree@Base 2.2.0
28 gmenu_tree_entry_get_type@Base 2.2.0
29 gmenu_tree_flags_get_type@Base 2.2.0
30 gmenu_tree_get_canonical_menu_path@Base 2.2.0
31 gmenu_tree_get_directory_from_path@Base 2.2.0
32 gmenu_tree_get_entry_by_id@Base 2.2.0
33 gmenu_tree_get_root_directory@Base 2.2.0
34 gmenu_tree_get_type@Base 2.2.0
35 gmenu_tree_header_get_directory@Base 2.2.0
36 gmenu_tree_header_get_parent@Base 2.2.0
37 gmenu_tree_header_get_tree@Base 2.2.0
38 gmenu_tree_header_get_type@Base 2.2.0
39 gmenu_tree_item_ref@Base 2.2.0
40 gmenu_tree_item_unref@Base 2.2.0
41 gmenu_tree_iter_get_alias@Base 2.2.0
42 gmenu_tree_iter_get_directory@Base 2.2.0
43 gmenu_tree_iter_get_entry@Base 2.2.0
44 gmenu_tree_iter_get_header@Base 2.2.0
45 gmenu_tree_iter_get_separator@Base 2.2.0
46 gmenu_tree_iter_get_type@Base 2.2.0
47 gmenu_tree_iter_next@Base 2.2.0
48 gmenu_tree_iter_ref@Base 2.2.0
49 gmenu_tree_iter_unref@Base 2.2.0
50 gmenu_tree_load_sync@Base 2.2.0
51 gmenu_tree_new@Base 2.2.0
52 gmenu_tree_new_for_path@Base 2.2.0
53 gmenu_tree_separator_get_parent@Base 2.2.0
54 gmenu_tree_separator_get_tree@Base 2.2.0
55 gmenu_tree_separator_get_type@Base 2.2.0
0 usr/lib/*.a
1 usr/lib/*.so
20 usr/include
3 usr/lib/pkgconfig
1 usr/lib/*/*.so
2 usr/lib/*/pkgconfig
43 usr/share/gir-1.0
00 #!/usr/bin/make -f
11
2 DEB_BUILDDIR = debian/build
2 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
3 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
4 TYPELIBDIR=$(shell pkg-config gobject-introspection-1.0 --variable libdir | sed -e 's/.//')
35
4 include /usr/share/cdbs/1/rules/debhelper.mk
5 include /usr/share/cdbs/1/class/gnome.mk
6 include /usr/share/cdbs/1/rules/utils.mk
7 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
8 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
6 %:
7 dh $@ --parallel --with=autoreconf,python3
98
10 build/cinnamon-menus:: $(OUTFILES)
9 override_dh_strip:
10 dh_strip --dbg-package=libcinnamon-menu-3-0-dbg
1111
12 binary-install/cinnamon-menus::
13 dh_python3 -pcinnamon-menus
12 override_dh_install:
13 sed 's@TYPELIBDIR@${TYPELIBDIR}@' debian/gir1.2-cmenu-3.0.install.in > debian/gir1.2-cmenu-3.0.install
14 dh_install --list-missing
1415
15 clean::
16 -rm -f $(OUTFILES)
17
16 override_dh_auto_clean:
17 -dh_auto_clean
+0
-0
debian/stamp-autotools-files less more
(Empty file)
+0
-0
debian/stamp-copyright-check less more
(Empty file)
+0
-0
debian/stamp-upstream-cruft less more
(Empty file)