Codebase list cinnamon-menus / e65a39c
Renames dch Fixes sfsdfsd bbbb dsfdfd blah blah dsfsd sdfds what Michael Webster 10 years ago
84 changed file(s) with 4998 addition(s) and 4163 deletion(s). Raw diff Collapse all Expand all
0 SUBDIRS = libmenu desktop-directories layout util po
0 SUBDIRS = libmenu util po
11
22 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
33
0 # Makefile.in generated by automake 1.13.1 from Makefile.am.
0 # Makefile.in generated by automake 1.13.3 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
1313
1414 @SET_MAKE@
1515 VPATH = @srcdir@
16 am__make_dryrun = \
17 { \
18 am__dry=no; \
16 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
17 am__make_running_with_option = \
18 case $${target_option-} in \
19 ?) ;; \
20 *) echo "am__make_running_with_option: internal error: invalid" \
21 "target option '$${target_option-}' specified" >&2; \
22 exit 1;; \
23 esac; \
24 has_opt=no; \
25 sane_makeflags=$$MAKEFLAGS; \
26 if $(am__is_gnu_make); then \
27 sane_makeflags=$$MFLAGS; \
28 else \
1929 case $$MAKEFLAGS in \
2030 *\\[\ \ ]*) \
21 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
22 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
23 *) \
24 for am__flg in $$MAKEFLAGS; do \
25 case $$am__flg in \
26 *=*|--*) ;; \
27 *n*) am__dry=yes; break;; \
28 esac; \
29 done;; \
31 bs=\\; \
32 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
33 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
3034 esac; \
31 test $$am__dry = yes; \
32 }
35 fi; \
36 skip_next=no; \
37 strip_trailopt () \
38 { \
39 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
40 }; \
41 for flg in $$sane_makeflags; do \
42 test $$skip_next = yes && { skip_next=no; continue; }; \
43 case $$flg in \
44 *=*|--*) continue;; \
45 -*I) strip_trailopt 'I'; skip_next=yes;; \
46 -*I?*) strip_trailopt 'I';; \
47 -*O) strip_trailopt 'O'; skip_next=yes;; \
48 -*O?*) strip_trailopt 'O';; \
49 -*l) strip_trailopt 'l'; skip_next=yes;; \
50 -*l?*) strip_trailopt 'l';; \
51 -[dEDm]) skip_next=yes;; \
52 -[JT]) skip_next=yes;; \
53 esac; \
54 case $$flg in \
55 *$$target_option*) has_opt=yes; break;; \
56 esac; \
57 done; \
58 test $$has_opt = yes
59 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
60 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
3361 pkgdatadir = $(datadir)/@PACKAGE@
3462 pkgincludedir = $(includedir)/@PACKAGE@
3563 pkglibdir = $(libdir)/@PACKAGE@
5280 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
5381 $(top_srcdir)/configure $(am__configure_deps) \
5482 $(srcdir)/config.h.in AUTHORS COPYING COPYING.LIB ChangeLog \
55 NEWS README config.guess config.sub install-sh missing \
83 NEWS README config.guess config.sub depcomp install-sh missing \
5684 ltmain.sh
5785 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
5886 am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
329357 top_build_prefix = @top_build_prefix@
330358 top_builddir = @top_builddir@
331359 top_srcdir = @top_srcdir@
332 SUBDIRS = libmenu desktop-directories layout util po
360 SUBDIRS = libmenu util po
333361 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
334362 DISTCHECK_CONFIGURE_FLAGS = --enable-introspection
335363 EXTRA_DIST = \
429457 # (which will cause the Makefiles to be regenerated when you run 'make');
430458 # (2) otherwise, pass the desired values on the 'make' command line.
431459 $(am__recursive_targets):
432 @fail= failcom='exit 1'; \
433 for f in x $$MAKEFLAGS; do \
434 case $$f in \
435 *=* | --[!k]*);; \
436 *k*) failcom='fail=yes';; \
437 esac; \
438 done; \
460 @fail=; \
461 if $(am__make_keepgoing); then \
462 failcom='fail=yes'; \
463 else \
464 failcom='exit 1'; \
465 fi; \
439466 dot_seen=no; \
440467 target=`echo $@ | sed s/-recursive//`; \
441468 case "$@" in \
+1249
-1252
aclocal.m4 less more
0 # generated automatically by aclocal 1.13.1 -*- Autoconf -*-
1
2 # Copyright (C) 1996-2012 Free Software Foundation, Inc.
0 # generated automatically by aclocal 1.13.3 -*- Autoconf -*-
1
2 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
33
44 # This file is free software; the Free Software Foundation
55 # gives unlimited permission to copy and/or distribute it,
1818 You have another version of autoconf. It may work, but is not guaranteed to.
1919 If you have problems, you may need to regenerate the build system entirely.
2020 To do so, use the procedure documented by the package, typically 'autoreconf'.])])
21
22 # Copyright (C) 2002-2013 Free Software Foundation, Inc.
23 #
24 # This file is free software; the Free Software Foundation
25 # gives unlimited permission to copy and/or distribute it,
26 # with or without modifications, as long as this notice is preserved.
27
28 # AM_AUTOMAKE_VERSION(VERSION)
29 # ----------------------------
30 # Automake X.Y traces this macro to ensure aclocal.m4 has been
31 # generated from the m4 files accompanying Automake X.Y.
32 # (This private macro should not be called outside this file.)
33 AC_DEFUN([AM_AUTOMAKE_VERSION],
34 [am__api_version='1.13'
35 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
36 dnl require some minimum version. Point them to the right macro.
37 m4_if([$1], [1.13.1], [],
38 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
39 ])
40
41 # _AM_AUTOCONF_VERSION(VERSION)
42 # -----------------------------
43 # aclocal traces this macro to find the Autoconf version.
44 # This is a private macro too. Using m4_define simplifies
45 # the logic in aclocal, which can simply ignore this definition.
46 m4_define([_AM_AUTOCONF_VERSION], [])
47
48 # AM_SET_CURRENT_AUTOMAKE_VERSION
49 # -------------------------------
50 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
51 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
52 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
53 [AM_AUTOMAKE_VERSION([1.13.1])dnl
54 m4_ifndef([AC_AUTOCONF_VERSION],
55 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
56 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
57
58 # AM_AUX_DIR_EXPAND -*- Autoconf -*-
59
60 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
61 #
62 # This file is free software; the Free Software Foundation
63 # gives unlimited permission to copy and/or distribute it,
64 # with or without modifications, as long as this notice is preserved.
65
66 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
67 # $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to
68 # '$srcdir', '$srcdir/..', or '$srcdir/../..'.
69 #
70 # Of course, Automake must honor this variable whenever it calls a
71 # tool from the auxiliary directory. The problem is that $srcdir (and
72 # therefore $ac_aux_dir as well) can be either absolute or relative,
73 # depending on how configure is run. This is pretty annoying, since
74 # it makes $ac_aux_dir quite unusable in subdirectories: in the top
75 # source directory, any form will work fine, but in subdirectories a
76 # relative path needs to be adjusted first.
77 #
78 # $ac_aux_dir/missing
79 # fails when called from a subdirectory if $ac_aux_dir is relative
80 # $top_srcdir/$ac_aux_dir/missing
81 # fails if $ac_aux_dir is absolute,
82 # fails when called from a subdirectory in a VPATH build with
83 # a relative $ac_aux_dir
84 #
85 # The reason of the latter failure is that $top_srcdir and $ac_aux_dir
86 # are both prefixed by $srcdir. In an in-source build this is usually
87 # harmless because $srcdir is '.', but things will broke when you
88 # start a VPATH build or use an absolute $srcdir.
89 #
90 # So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
91 # iff we strip the leading $srcdir from $ac_aux_dir. That would be:
92 # am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
93 # and then we would define $MISSING as
94 # MISSING="\${SHELL} $am_aux_dir/missing"
95 # This will work as long as MISSING is not called from configure, because
96 # unfortunately $(top_srcdir) has no meaning in configure.
97 # However there are other variables, like CC, which are often used in
98 # configure, and could therefore not use this "fixed" $ac_aux_dir.
99 #
100 # Another solution, used here, is to always expand $ac_aux_dir to an
101 # absolute PATH. The drawback is that using absolute paths prevent a
102 # configured tree to be moved without reconfiguration.
103
104 AC_DEFUN([AM_AUX_DIR_EXPAND],
105 [dnl Rely on autoconf to set up CDPATH properly.
106 AC_PREREQ([2.50])dnl
107 # expand $ac_aux_dir to an absolute path
108 am_aux_dir=`cd $ac_aux_dir && pwd`
109 ])
110
111 # AM_CONDITIONAL -*- Autoconf -*-
112
113 # Copyright (C) 1997-2013 Free Software Foundation, Inc.
114 #
115 # This file is free software; the Free Software Foundation
116 # gives unlimited permission to copy and/or distribute it,
117 # with or without modifications, as long as this notice is preserved.
118
119 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
120 # -------------------------------------
121 # Define a conditional.
122 AC_DEFUN([AM_CONDITIONAL],
123 [AC_PREREQ([2.52])dnl
124 m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
125 [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
126 AC_SUBST([$1_TRUE])dnl
127 AC_SUBST([$1_FALSE])dnl
128 _AM_SUBST_NOTMAKE([$1_TRUE])dnl
129 _AM_SUBST_NOTMAKE([$1_FALSE])dnl
130 m4_define([_AM_COND_VALUE_$1], [$2])dnl
131 if $2; then
132 $1_TRUE=
133 $1_FALSE='#'
134 else
135 $1_TRUE='#'
136 $1_FALSE=
137 fi
138 AC_CONFIG_COMMANDS_PRE(
139 [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
140 AC_MSG_ERROR([[conditional "$1" was never defined.
141 Usually this means the macro was only invoked conditionally.]])
142 fi])])
143
144 # Copyright (C) 1999-2013 Free Software Foundation, Inc.
145 #
146 # This file is free software; the Free Software Foundation
147 # gives unlimited permission to copy and/or distribute it,
148 # with or without modifications, as long as this notice is preserved.
149
150
151 # There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be
152 # written in clear, in which case automake, when reading aclocal.m4,
153 # will think it sees a *use*, and therefore will trigger all it's
154 # C support machinery. Also note that it means that autoscan, seeing
155 # CC etc. in the Makefile, will ask for an AC_PROG_CC use...
156
157
158 # _AM_DEPENDENCIES(NAME)
159 # ----------------------
160 # See how the compiler implements dependency checking.
161 # NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC".
162 # We try a few techniques and use that to set a single cache variable.
163 #
164 # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
165 # modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
166 # dependency, and given that the user is not expected to run this macro,
167 # just rely on AC_PROG_CC.
168 AC_DEFUN([_AM_DEPENDENCIES],
169 [AC_REQUIRE([AM_SET_DEPDIR])dnl
170 AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
171 AC_REQUIRE([AM_MAKE_INCLUDE])dnl
172 AC_REQUIRE([AM_DEP_TRACK])dnl
173
174 m4_if([$1], [CC], [depcc="$CC" am_compiler_list=],
175 [$1], [CXX], [depcc="$CXX" am_compiler_list=],
176 [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
177 [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'],
178 [$1], [UPC], [depcc="$UPC" am_compiler_list=],
179 [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'],
180 [depcc="$$1" am_compiler_list=])
181
182 AC_CACHE_CHECK([dependency style of $depcc],
183 [am_cv_$1_dependencies_compiler_type],
184 [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
185 # We make a subdir and do the tests there. Otherwise we can end up
186 # making bogus files that we don't know about and never remove. For
187 # instance it was reported that on HP-UX the gcc test will end up
188 # making a dummy file named 'D' -- because '-MD' means "put the output
189 # in D".
190 rm -rf conftest.dir
191 mkdir conftest.dir
192 # Copy depcomp to subdir because otherwise we won't find it if we're
193 # using a relative directory.
194 cp "$am_depcomp" conftest.dir
195 cd conftest.dir
196 # We will build objects and dependencies in a subdirectory because
197 # it helps to detect inapplicable dependency modes. For instance
198 # both Tru64's cc and ICC support -MD to output dependencies as a
199 # side effect of compilation, but ICC will put the dependencies in
200 # the current directory while Tru64 will put them in the object
201 # directory.
202 mkdir sub
203
204 am_cv_$1_dependencies_compiler_type=none
205 if test "$am_compiler_list" = ""; then
206 am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
207 fi
208 am__universal=false
209 m4_case([$1], [CC],
210 [case " $depcc " in #(
211 *\ -arch\ *\ -arch\ *) am__universal=true ;;
212 esac],
213 [CXX],
214 [case " $depcc " in #(
215 *\ -arch\ *\ -arch\ *) am__universal=true ;;
216 esac])
217
218 for depmode in $am_compiler_list; do
219 # Setup a source with many dependencies, because some compilers
220 # like to wrap large dependency lists on column 80 (with \), and
221 # we should not choose a depcomp mode which is confused by this.
222 #
223 # We need to recreate these files for each test, as the compiler may
224 # overwrite some of them when testing with obscure command lines.
225 # This happens at least with the AIX C compiler.
226 : > sub/conftest.c
227 for i in 1 2 3 4 5 6; do
228 echo '#include "conftst'$i'.h"' >> sub/conftest.c
229 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
230 # Solaris 10 /bin/sh.
231 echo '/* dummy */' > sub/conftst$i.h
232 done
233 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
234
235 # We check with '-c' and '-o' for the sake of the "dashmstdout"
236 # mode. It turns out that the SunPro C++ compiler does not properly
237 # handle '-M -o', and we need to detect this. Also, some Intel
238 # versions had trouble with output in subdirs.
239 am__obj=sub/conftest.${OBJEXT-o}
240 am__minus_obj="-o $am__obj"
241 case $depmode in
242 gcc)
243 # This depmode causes a compiler race in universal mode.
244 test "$am__universal" = false || continue
245 ;;
246 nosideeffect)
247 # After this tag, mechanisms are not by side-effect, so they'll
248 # only be used when explicitly requested.
249 if test "x$enable_dependency_tracking" = xyes; then
250 continue
251 else
252 break
253 fi
254 ;;
255 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
256 # This compiler won't grok '-c -o', but also, the minuso test has
257 # not run yet. These depmodes are late enough in the game, and
258 # so weak that their functioning should not be impacted.
259 am__obj=conftest.${OBJEXT-o}
260 am__minus_obj=
261 ;;
262 none) break ;;
263 esac
264 if depmode=$depmode \
265 source=sub/conftest.c object=$am__obj \
266 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
267 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
268 >/dev/null 2>conftest.err &&
269 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
270 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
271 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
272 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
273 # icc doesn't choke on unknown options, it will just issue warnings
274 # or remarks (even with -Werror). So we grep stderr for any message
275 # that says an option was ignored or not supported.
276 # When given -MP, icc 7.0 and 7.1 complain thusly:
277 # icc: Command line warning: ignoring option '-M'; no argument required
278 # The diagnosis changed in icc 8.0:
279 # icc: Command line remark: option '-MP' not supported
280 if (grep 'ignoring option' conftest.err ||
281 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
282 am_cv_$1_dependencies_compiler_type=$depmode
283 break
284 fi
285 fi
286 done
287
288 cd ..
289 rm -rf conftest.dir
290 else
291 am_cv_$1_dependencies_compiler_type=none
292 fi
293 ])
294 AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
295 AM_CONDITIONAL([am__fastdep$1], [
296 test "x$enable_dependency_tracking" != xno \
297 && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
298 ])
299
300
301 # AM_SET_DEPDIR
302 # -------------
303 # Choose a directory name for dependency files.
304 # This macro is AC_REQUIREd in _AM_DEPENDENCIES.
305 AC_DEFUN([AM_SET_DEPDIR],
306 [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
307 AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
308 ])
309
310
311 # AM_DEP_TRACK
312 # ------------
313 AC_DEFUN([AM_DEP_TRACK],
314 [AC_ARG_ENABLE([dependency-tracking], [dnl
315 AS_HELP_STRING(
316 [--enable-dependency-tracking],
317 [do not reject slow dependency extractors])
318 AS_HELP_STRING(
319 [--disable-dependency-tracking],
320 [speeds up one-time build])])
321 if test "x$enable_dependency_tracking" != xno; then
322 am_depcomp="$ac_aux_dir/depcomp"
323 AMDEPBACKSLASH='\'
324 am__nodep='_no'
325 fi
326 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
327 AC_SUBST([AMDEPBACKSLASH])dnl
328 _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
329 AC_SUBST([am__nodep])dnl
330 _AM_SUBST_NOTMAKE([am__nodep])dnl
331 ])
332
333 # Generate code to set up dependency tracking. -*- Autoconf -*-
334
335 # Copyright (C) 1999-2013 Free Software Foundation, Inc.
336 #
337 # This file is free software; the Free Software Foundation
338 # gives unlimited permission to copy and/or distribute it,
339 # with or without modifications, as long as this notice is preserved.
340
341
342 # _AM_OUTPUT_DEPENDENCY_COMMANDS
343 # ------------------------------
344 AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
345 [{
346 # Older Autoconf quotes --file arguments for eval, but not when files
347 # are listed without --file. Let's play safe and only enable the eval
348 # if we detect the quoting.
349 case $CONFIG_FILES in
350 *\'*) eval set x "$CONFIG_FILES" ;;
351 *) set x $CONFIG_FILES ;;
352 esac
353 shift
354 for mf
355 do
356 # Strip MF so we end up with the name of the file.
357 mf=`echo "$mf" | sed -e 's/:.*$//'`
358 # Check whether this is an Automake generated Makefile or not.
359 # We used to match only the files named 'Makefile.in', but
360 # some people rename them; so instead we look at the file content.
361 # Grep'ing the first line is not enough: some people post-process
362 # each Makefile.in and add a new line on top of each file to say so.
363 # Grep'ing the whole file is not good either: AIX grep has a line
364 # limit of 2048, but all sed's we know have understand at least 4000.
365 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
366 dirpart=`AS_DIRNAME("$mf")`
367 else
368 continue
369 fi
370 # Extract the definition of DEPDIR, am__include, and am__quote
371 # from the Makefile without running 'make'.
372 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
373 test -z "$DEPDIR" && continue
374 am__include=`sed -n 's/^am__include = //p' < "$mf"`
375 test -z "am__include" && continue
376 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
377 # Find all dependency output files, they are included files with
378 # $(DEPDIR) in their names. We invoke sed twice because it is the
379 # simplest approach to changing $(DEPDIR) to its actual value in the
380 # expansion.
381 for file in `sed -n "
382 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
383 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
384 # Make sure the directory exists.
385 test -f "$dirpart/$file" && continue
386 fdir=`AS_DIRNAME(["$file"])`
387 AS_MKDIR_P([$dirpart/$fdir])
388 # echo "creating $dirpart/$file"
389 echo '# dummy' > "$dirpart/$file"
390 done
391 done
392 }
393 ])# _AM_OUTPUT_DEPENDENCY_COMMANDS
394
395
396 # AM_OUTPUT_DEPENDENCY_COMMANDS
397 # -----------------------------
398 # This macro should only be invoked once -- use via AC_REQUIRE.
399 #
400 # This code is only required when automatic dependency tracking
401 # is enabled. FIXME. This creates each '.P' file that we will
402 # need in order to bootstrap the dependency handling code.
403 AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
404 [AC_CONFIG_COMMANDS([depfiles],
405 [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
406 [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
407 ])
408
409 # Do all the work for Automake. -*- Autoconf -*-
410
411 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
412 #
413 # This file is free software; the Free Software Foundation
414 # gives unlimited permission to copy and/or distribute it,
415 # with or without modifications, as long as this notice is preserved.
416
417 # This macro actually does too much. Some checks are only needed if
418 # your package does certain things. But this isn't really a big deal.
419
420 # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
421 # AM_INIT_AUTOMAKE([OPTIONS])
422 # -----------------------------------------------
423 # The call with PACKAGE and VERSION arguments is the old style
424 # call (pre autoconf-2.50), which is being phased out. PACKAGE
425 # and VERSION should now be passed to AC_INIT and removed from
426 # the call to AM_INIT_AUTOMAKE.
427 # We support both call styles for the transition. After
428 # the next Automake release, Autoconf can make the AC_INIT
429 # arguments mandatory, and then we can depend on a new Autoconf
430 # release and drop the old call support.
431 AC_DEFUN([AM_INIT_AUTOMAKE],
432 [AC_PREREQ([2.65])dnl
433 dnl Autoconf wants to disallow AM_ names. We explicitly allow
434 dnl the ones we care about.
435 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
436 AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
437 AC_REQUIRE([AC_PROG_INSTALL])dnl
438 if test "`cd $srcdir && pwd`" != "`pwd`"; then
439 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
440 # is not polluted with repeated "-I."
441 AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
442 # test to see if srcdir already configured
443 if test -f $srcdir/config.status; then
444 AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
445 fi
446 fi
447
448 # test whether we have cygpath
449 if test -z "$CYGPATH_W"; then
450 if (cygpath --version) >/dev/null 2>/dev/null; then
451 CYGPATH_W='cygpath -w'
452 else
453 CYGPATH_W=echo
454 fi
455 fi
456 AC_SUBST([CYGPATH_W])
457
458 # Define the identity of the package.
459 dnl Distinguish between old-style and new-style calls.
460 m4_ifval([$2],
461 [AC_DIAGNOSE([obsolete],
462 [$0: two- and three-arguments forms are deprecated.])
463 m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
464 AC_SUBST([PACKAGE], [$1])dnl
465 AC_SUBST([VERSION], [$2])],
466 [_AM_SET_OPTIONS([$1])dnl
467 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
468 m4_if(
469 m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]),
470 [ok:ok],,
471 [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
472 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
473 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
474
475 _AM_IF_OPTION([no-define],,
476 [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
477 AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl
478
479 # Some tools Automake needs.
480 AC_REQUIRE([AM_SANITY_CHECK])dnl
481 AC_REQUIRE([AC_ARG_PROGRAM])dnl
482 AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
483 AM_MISSING_PROG([AUTOCONF], [autoconf])
484 AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
485 AM_MISSING_PROG([AUTOHEADER], [autoheader])
486 AM_MISSING_PROG([MAKEINFO], [makeinfo])
487 AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
488 AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
489 AC_REQUIRE([AC_PROG_MKDIR_P])dnl
490 # For better backward compatibility. To be removed once Automake 1.9.x
491 # dies out for good. For more background, see:
492 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
493 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
494 AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
495 # We need awk for the "check" target. The system "awk" is bad on
496 # some platforms.
497 AC_REQUIRE([AC_PROG_AWK])dnl
498 AC_REQUIRE([AC_PROG_MAKE_SET])dnl
499 AC_REQUIRE([AM_SET_LEADING_DOT])dnl
500 _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
501 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
502 [_AM_PROG_TAR([v7])])])
503 _AM_IF_OPTION([no-dependencies],,
504 [AC_PROVIDE_IFELSE([AC_PROG_CC],
505 [_AM_DEPENDENCIES([CC])],
506 [m4_define([AC_PROG_CC],
507 m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
508 AC_PROVIDE_IFELSE([AC_PROG_CXX],
509 [_AM_DEPENDENCIES([CXX])],
510 [m4_define([AC_PROG_CXX],
511 m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
512 AC_PROVIDE_IFELSE([AC_PROG_OBJC],
513 [_AM_DEPENDENCIES([OBJC])],
514 [m4_define([AC_PROG_OBJC],
515 m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
516 AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
517 [_AM_DEPENDENCIES([OBJCXX])],
518 [m4_define([AC_PROG_OBJCXX],
519 m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
520 ])
521 AC_REQUIRE([AM_SILENT_RULES])dnl
522 dnl The testsuite driver may need to know about EXEEXT, so add the
523 dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This
524 dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below.
525 AC_CONFIG_COMMANDS_PRE(dnl
526 [m4_provide_if([_AM_COMPILER_EXEEXT],
527 [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
528 ])
529
530 dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not
531 dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
532 dnl mangled by Autoconf and run in a shell conditional statement.
533 m4_define([_AC_COMPILER_EXEEXT],
534 m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
535
536
537 # When config.status generates a header, we must update the stamp-h file.
538 # This file resides in the same directory as the config header
539 # that is generated. The stamp files are numbered to have different names.
540
541 # Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
542 # loop where config.status creates the headers, so we can generate
543 # our stamp files there.
544 AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
545 [# Compute $1's index in $config_headers.
546 _am_arg=$1
547 _am_stamp_count=1
548 for _am_header in $config_headers :; do
549 case $_am_header in
550 $_am_arg | $_am_arg:* )
551 break ;;
552 * )
553 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
554 esac
555 done
556 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
557
558 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
559 #
560 # This file is free software; the Free Software Foundation
561 # gives unlimited permission to copy and/or distribute it,
562 # with or without modifications, as long as this notice is preserved.
563
564 # AM_PROG_INSTALL_SH
565 # ------------------
566 # Define $install_sh.
567 AC_DEFUN([AM_PROG_INSTALL_SH],
568 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
569 if test x"${install_sh}" != xset; then
570 case $am_aux_dir in
571 *\ * | *\ *)
572 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
573 *)
574 install_sh="\${SHELL} $am_aux_dir/install-sh"
575 esac
576 fi
577 AC_SUBST([install_sh])])
578
579 # Copyright (C) 2003-2013 Free Software Foundation, Inc.
580 #
581 # This file is free software; the Free Software Foundation
582 # gives unlimited permission to copy and/or distribute it,
583 # with or without modifications, as long as this notice is preserved.
584
585 # Check whether the underlying file-system supports filenames
586 # with a leading dot. For instance MS-DOS doesn't.
587 AC_DEFUN([AM_SET_LEADING_DOT],
588 [rm -rf .tst 2>/dev/null
589 mkdir .tst 2>/dev/null
590 if test -d .tst; then
591 am__leading_dot=.
592 else
593 am__leading_dot=_
594 fi
595 rmdir .tst 2>/dev/null
596 AC_SUBST([am__leading_dot])])
597
598 # Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
599 # From Jim Meyering
600
601 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
602 #
603 # This file is free software; the Free Software Foundation
604 # gives unlimited permission to copy and/or distribute it,
605 # with or without modifications, as long as this notice is preserved.
606
607 # AM_MAINTAINER_MODE([DEFAULT-MODE])
608 # ----------------------------------
609 # Control maintainer-specific portions of Makefiles.
610 # Default is to disable them, unless 'enable' is passed literally.
611 # For symmetry, 'disable' may be passed as well. Anyway, the user
612 # can override the default with the --enable/--disable switch.
613 AC_DEFUN([AM_MAINTAINER_MODE],
614 [m4_case(m4_default([$1], [disable]),
615 [enable], [m4_define([am_maintainer_other], [disable])],
616 [disable], [m4_define([am_maintainer_other], [enable])],
617 [m4_define([am_maintainer_other], [enable])
618 m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
619 AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
620 dnl maintainer-mode's default is 'disable' unless 'enable' is passed
621 AC_ARG_ENABLE([maintainer-mode],
622 [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
623 am_maintainer_other[ make rules and dependencies not useful
624 (and sometimes confusing) to the casual installer])],
625 [USE_MAINTAINER_MODE=$enableval],
626 [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
627 AC_MSG_RESULT([$USE_MAINTAINER_MODE])
628 AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
629 MAINT=$MAINTAINER_MODE_TRUE
630 AC_SUBST([MAINT])dnl
631 ]
632 )
633
634 # Check to see how 'make' treats includes. -*- Autoconf -*-
635
636 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
637 #
638 # This file is free software; the Free Software Foundation
639 # gives unlimited permission to copy and/or distribute it,
640 # with or without modifications, as long as this notice is preserved.
641
642 # AM_MAKE_INCLUDE()
643 # -----------------
644 # Check to see how make treats includes.
645 AC_DEFUN([AM_MAKE_INCLUDE],
646 [am_make=${MAKE-make}
647 cat > confinc << 'END'
648 am__doit:
649 @echo this is the am__doit target
650 .PHONY: am__doit
651 END
652 # If we don't find an include directive, just comment out the code.
653 AC_MSG_CHECKING([for style of include used by $am_make])
654 am__include="#"
655 am__quote=
656 _am_result=none
657 # First try GNU make style include.
658 echo "include confinc" > confmf
659 # Ignore all kinds of additional output from 'make'.
660 case `$am_make -s -f confmf 2> /dev/null` in #(
661 *the\ am__doit\ target*)
662 am__include=include
663 am__quote=
664 _am_result=GNU
665 ;;
666 esac
667 # Now try BSD make style include.
668 if test "$am__include" = "#"; then
669 echo '.include "confinc"' > confmf
670 case `$am_make -s -f confmf 2> /dev/null` in #(
671 *the\ am__doit\ target*)
672 am__include=.include
673 am__quote="\""
674 _am_result=BSD
675 ;;
676 esac
677 fi
678 AC_SUBST([am__include])
679 AC_SUBST([am__quote])
680 AC_MSG_RESULT([$_am_result])
681 rm -f confinc confmf
682 ])
683
684 # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
685
686 # Copyright (C) 1997-2013 Free Software Foundation, Inc.
687 #
688 # This file is free software; the Free Software Foundation
689 # gives unlimited permission to copy and/or distribute it,
690 # with or without modifications, as long as this notice is preserved.
691
692 # AM_MISSING_PROG(NAME, PROGRAM)
693 # ------------------------------
694 AC_DEFUN([AM_MISSING_PROG],
695 [AC_REQUIRE([AM_MISSING_HAS_RUN])
696 $1=${$1-"${am_missing_run}$2"}
697 AC_SUBST($1)])
698
699 # AM_MISSING_HAS_RUN
700 # ------------------
701 # Define MISSING if not defined so far and test if it is modern enough.
702 # If it is, set am_missing_run to use it, otherwise, to nothing.
703 AC_DEFUN([AM_MISSING_HAS_RUN],
704 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
705 AC_REQUIRE_AUX_FILE([missing])dnl
706 if test x"${MISSING+set}" != xset; then
707 case $am_aux_dir in
708 *\ * | *\ *)
709 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
710 *)
711 MISSING="\${SHELL} $am_aux_dir/missing" ;;
712 esac
713 fi
714 # Use eval to expand $SHELL
715 if eval "$MISSING --is-lightweight"; then
716 am_missing_run="$MISSING "
717 else
718 am_missing_run=
719 AC_MSG_WARN(['missing' script is too old or missing])
720 fi
721 ])
722
723 # Helper functions for option handling. -*- Autoconf -*-
724
725 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
726 #
727 # This file is free software; the Free Software Foundation
728 # gives unlimited permission to copy and/or distribute it,
729 # with or without modifications, as long as this notice is preserved.
730
731 # _AM_MANGLE_OPTION(NAME)
732 # -----------------------
733 AC_DEFUN([_AM_MANGLE_OPTION],
734 [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
735
736 # _AM_SET_OPTION(NAME)
737 # --------------------
738 # Set option NAME. Presently that only means defining a flag for this option.
739 AC_DEFUN([_AM_SET_OPTION],
740 [m4_define(_AM_MANGLE_OPTION([$1]), [1])])
741
742 # _AM_SET_OPTIONS(OPTIONS)
743 # ------------------------
744 # OPTIONS is a space-separated list of Automake options.
745 AC_DEFUN([_AM_SET_OPTIONS],
746 [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
747
748 # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
749 # -------------------------------------------
750 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
751 AC_DEFUN([_AM_IF_OPTION],
752 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
753
754 # Check to make sure that the build environment is sane. -*- Autoconf -*-
755
756 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
757 #
758 # This file is free software; the Free Software Foundation
759 # gives unlimited permission to copy and/or distribute it,
760 # with or without modifications, as long as this notice is preserved.
761
762 # AM_SANITY_CHECK
763 # ---------------
764 AC_DEFUN([AM_SANITY_CHECK],
765 [AC_MSG_CHECKING([whether build environment is sane])
766 # Reject unsafe characters in $srcdir or the absolute working directory
767 # name. Accept space and tab only in the latter.
768 am_lf='
769 '
770 case `pwd` in
771 *[[\\\"\#\$\&\'\`$am_lf]]*)
772 AC_MSG_ERROR([unsafe absolute working directory name]);;
773 esac
774 case $srcdir in
775 *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*)
776 AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;
777 esac
778
779 # Do 'set' in a subshell so we don't clobber the current shell's
780 # arguments. Must try -L first in case configure is actually a
781 # symlink; some systems play weird games with the mod time of symlinks
782 # (eg FreeBSD returns the mod time of the symlink's containing
783 # directory).
784 if (
785 am_has_slept=no
786 for am_try in 1 2; do
787 echo "timestamp, slept: $am_has_slept" > conftest.file
788 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
789 if test "$[*]" = "X"; then
790 # -L didn't work.
791 set X `ls -t "$srcdir/configure" conftest.file`
792 fi
793 if test "$[*]" != "X $srcdir/configure conftest.file" \
794 && test "$[*]" != "X conftest.file $srcdir/configure"; then
795
796 # If neither matched, then we have a broken ls. This can happen
797 # if, for instance, CONFIG_SHELL is bash and it inherits a
798 # broken ls alias from the environment. This has actually
799 # happened. Such a system could not be considered "sane".
800 AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken
801 alias in your environment])
802 fi
803 if test "$[2]" = conftest.file || test $am_try -eq 2; then
804 break
805 fi
806 # Just in case.
807 sleep 1
808 am_has_slept=yes
809 done
810 test "$[2]" = conftest.file
811 )
812 then
813 # Ok.
814 :
815 else
816 AC_MSG_ERROR([newly created file is older than distributed files!
817 Check your system clock])
818 fi
819 AC_MSG_RESULT([yes])
820 # If we didn't sleep, we still need to ensure time stamps of config.status and
821 # generated files are strictly newer.
822 am_sleep_pid=
823 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
824 ( sleep 1 ) &
825 am_sleep_pid=$!
826 fi
827 AC_CONFIG_COMMANDS_PRE(
828 [AC_MSG_CHECKING([that generated files are newer than configure])
829 if test -n "$am_sleep_pid"; then
830 # Hide warnings about reused PIDs.
831 wait $am_sleep_pid 2>/dev/null
832 fi
833 AC_MSG_RESULT([done])])
834 rm -f conftest.file
835 ])
836
837 # Copyright (C) 2009-2013 Free Software Foundation, Inc.
838 #
839 # This file is free software; the Free Software Foundation
840 # gives unlimited permission to copy and/or distribute it,
841 # with or without modifications, as long as this notice is preserved.
842
843 # AM_SILENT_RULES([DEFAULT])
844 # --------------------------
845 # Enable less verbose build rules; with the default set to DEFAULT
846 # ("yes" being less verbose, "no" or empty being verbose).
847 AC_DEFUN([AM_SILENT_RULES],
848 [AC_ARG_ENABLE([silent-rules], [dnl
849 AS_HELP_STRING(
850 [--enable-silent-rules],
851 [less verbose build output (undo: "make V=1")])
852 AS_HELP_STRING(
853 [--disable-silent-rules],
854 [verbose build output (undo: "make V=0")])dnl
855 ])
856 case $enable_silent_rules in @%:@ (((
857 yes) AM_DEFAULT_VERBOSITY=0;;
858 no) AM_DEFAULT_VERBOSITY=1;;
859 *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
860 esac
861 dnl
862 dnl A few 'make' implementations (e.g., NonStop OS and NextStep)
863 dnl do not support nested variable expansions.
864 dnl See automake bug#9928 and bug#10237.
865 am_make=${MAKE-make}
866 AC_CACHE_CHECK([whether $am_make supports nested variables],
867 [am_cv_make_support_nested_variables],
868 [if AS_ECHO([['TRUE=$(BAR$(V))
869 BAR0=false
870 BAR1=true
871 V=1
872 am__doit:
873 @$(TRUE)
874 .PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then
875 am_cv_make_support_nested_variables=yes
876 else
877 am_cv_make_support_nested_variables=no
878 fi])
879 if test $am_cv_make_support_nested_variables = yes; then
880 dnl Using '$V' instead of '$(V)' breaks IRIX make.
881 AM_V='$(V)'
882 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
883 else
884 AM_V=$AM_DEFAULT_VERBOSITY
885 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
886 fi
887 AC_SUBST([AM_V])dnl
888 AM_SUBST_NOTMAKE([AM_V])dnl
889 AC_SUBST([AM_DEFAULT_V])dnl
890 AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl
891 AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
892 AM_BACKSLASH='\'
893 AC_SUBST([AM_BACKSLASH])dnl
894 _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
895 ])
896
897 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
898 #
899 # This file is free software; the Free Software Foundation
900 # gives unlimited permission to copy and/or distribute it,
901 # with or without modifications, as long as this notice is preserved.
902
903 # AM_PROG_INSTALL_STRIP
904 # ---------------------
905 # One issue with vendor 'install' (even GNU) is that you can't
906 # specify the program used to strip binaries. This is especially
907 # annoying in cross-compiling environments, where the build's strip
908 # is unlikely to handle the host's binaries.
909 # Fortunately install-sh will honor a STRIPPROG variable, so we
910 # always use install-sh in "make install-strip", and initialize
911 # STRIPPROG with the value of the STRIP variable (set by the user).
912 AC_DEFUN([AM_PROG_INSTALL_STRIP],
913 [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
914 # Installed binaries are usually stripped using 'strip' when the user
915 # run "make install-strip". However 'strip' might not be the right
916 # tool to use in cross-compilation environments, therefore Automake
917 # will honor the 'STRIP' environment variable to overrule this program.
918 dnl Don't test for $cross_compiling = yes, because it might be 'maybe'.
919 if test "$cross_compiling" != no; then
920 AC_CHECK_TOOL([STRIP], [strip], :)
921 fi
922 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
923 AC_SUBST([INSTALL_STRIP_PROGRAM])])
924
925 # Copyright (C) 2006-2013 Free Software Foundation, Inc.
926 #
927 # This file is free software; the Free Software Foundation
928 # gives unlimited permission to copy and/or distribute it,
929 # with or without modifications, as long as this notice is preserved.
930
931 # _AM_SUBST_NOTMAKE(VARIABLE)
932 # ---------------------------
933 # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
934 # This macro is traced by Automake.
935 AC_DEFUN([_AM_SUBST_NOTMAKE])
936
937 # AM_SUBST_NOTMAKE(VARIABLE)
938 # --------------------------
939 # Public sister of _AM_SUBST_NOTMAKE.
940 AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
941
942 # Check how to create a tarball. -*- Autoconf -*-
943
944 # Copyright (C) 2004-2013 Free Software Foundation, Inc.
945 #
946 # This file is free software; the Free Software Foundation
947 # gives unlimited permission to copy and/or distribute it,
948 # with or without modifications, as long as this notice is preserved.
949
950 # _AM_PROG_TAR(FORMAT)
951 # --------------------
952 # Check how to create a tarball in format FORMAT.
953 # FORMAT should be one of 'v7', 'ustar', or 'pax'.
954 #
955 # Substitute a variable $(am__tar) that is a command
956 # writing to stdout a FORMAT-tarball containing the directory
957 # $tardir.
958 # tardir=directory && $(am__tar) > result.tar
959 #
960 # Substitute a variable $(am__untar) that extract such
961 # a tarball read from stdin.
962 # $(am__untar) < result.tar
963 AC_DEFUN([_AM_PROG_TAR],
964 [# Always define AMTAR for backward compatibility. Yes, it's still used
965 # in the wild :-( We should find a proper way to deprecate it ...
966 AC_SUBST([AMTAR], ['$${TAR-tar}'])
967 m4_if([$1], [v7],
968 [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
969 [m4_case([$1], [ustar],, [pax],,
970 [m4_fatal([Unknown tar format])])
971 AC_MSG_CHECKING([how to create a $1 tar archive])
972 # Loop over all known methods to create a tar archive until one works.
973 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
974 _am_tools=${am_cv_prog_tar_$1-$_am_tools}
975 # Do not fold the above two line into one, because Tru64 sh and
976 # Solaris sh will not grok spaces in the rhs of '-'.
977 for _am_tool in $_am_tools
978 do
979 case $_am_tool in
980 gnutar)
981 for _am_tar in tar gnutar gtar;
982 do
983 AM_RUN_LOG([$_am_tar --version]) && break
984 done
985 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
986 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
987 am__untar="$_am_tar -xf -"
988 ;;
989 plaintar)
990 # Must skip GNU tar: if it does not support --format= it doesn't create
991 # ustar tarball either.
992 (tar --version) >/dev/null 2>&1 && continue
993 am__tar='tar chf - "$$tardir"'
994 am__tar_='tar chf - "$tardir"'
995 am__untar='tar xf -'
996 ;;
997 pax)
998 am__tar='pax -L -x $1 -w "$$tardir"'
999 am__tar_='pax -L -x $1 -w "$tardir"'
1000 am__untar='pax -r'
1001 ;;
1002 cpio)
1003 am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
1004 am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
1005 am__untar='cpio -i -H $1 -d'
1006 ;;
1007 none)
1008 am__tar=false
1009 am__tar_=false
1010 am__untar=false
1011 ;;
1012 esac
1013
1014 # If the value was cached, stop now. We just wanted to have am__tar
1015 # and am__untar set.
1016 test -n "${am_cv_prog_tar_$1}" && break
1017
1018 # tar/untar a dummy directory, and stop if the command works
1019 rm -rf conftest.dir
1020 mkdir conftest.dir
1021 echo GrepMe > conftest.dir/file
1022 AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
1023 rm -rf conftest.dir
1024 if test -s conftest.tar; then
1025 AM_RUN_LOG([$am__untar <conftest.tar])
1026 grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
1027 fi
1028 done
1029 rm -rf conftest.dir
1030
1031 AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
1032 AC_MSG_RESULT([$am_cv_prog_tar_$1])])
1033 AC_SUBST([am__tar])
1034 AC_SUBST([am__untar])
1035 ]) # _AM_PROG_TAR
1036
1037 # nls.m4 serial 5 (gettext-0.18)
1038 dnl Copyright (C) 1995-2003, 2005-2006, 2008-2013 Free Software Foundation,
1039 dnl Inc.
1040 dnl This file is free software; the Free Software Foundation
1041 dnl gives unlimited permission to copy and/or distribute it,
1042 dnl with or without modifications, as long as this notice is preserved.
1043 dnl
1044 dnl This file can can be used in projects which are not available under
1045 dnl the GNU General Public License or the GNU Library General Public
1046 dnl License but which still want to provide support for the GNU gettext
1047 dnl functionality.
1048 dnl Please note that the actual code of the GNU gettext library is covered
1049 dnl by the GNU Library General Public License, and the rest of the GNU
1050 dnl gettext package package is covered by the GNU General Public License.
1051 dnl They are *not* in the public domain.
1052
1053 dnl Authors:
1054 dnl Ulrich Drepper <drepper@cygnus.com>, 1995-2000.
1055 dnl Bruno Haible <haible@clisp.cons.org>, 2000-2003.
1056
1057 AC_PREREQ([2.50])
1058
1059 AC_DEFUN([AM_NLS],
1060 [
1061 AC_MSG_CHECKING([whether NLS is requested])
1062 dnl Default is enabled NLS
1063 AC_ARG_ENABLE([nls],
1064 [ --disable-nls do not use Native Language Support],
1065 USE_NLS=$enableval, USE_NLS=yes)
1066 AC_MSG_RESULT([$USE_NLS])
1067 AC_SUBST([USE_NLS])
1068 ])
1069
1070 # pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-
1071 # serial 1 (pkg-config-0.24)
1072 #
1073 # Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
1074 #
1075 # This program is free software; you can redistribute it and/or modify
1076 # it under the terms of the GNU General Public License as published by
1077 # the Free Software Foundation; either version 2 of the License, or
1078 # (at your option) any later version.
1079 #
1080 # This program is distributed in the hope that it will be useful, but
1081 # WITHOUT ANY WARRANTY; without even the implied warranty of
1082 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1083 # General Public License for more details.
1084 #
1085 # You should have received a copy of the GNU General Public License
1086 # along with this program; if not, write to the Free Software
1087 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
1088 #
1089 # As a special exception to the GNU General Public License, if you
1090 # distribute this file as part of a program that contains a
1091 # configuration script generated by Autoconf, you may include it under
1092 # the same distribution terms that you use for the rest of that program.
1093
1094 # PKG_PROG_PKG_CONFIG([MIN-VERSION])
1095 # ----------------------------------
1096 AC_DEFUN([PKG_PROG_PKG_CONFIG],
1097 [m4_pattern_forbid([^_?PKG_[A-Z_]+$])
1098 m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$])
1099 m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$])
1100 AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])
1101 AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path])
1102 AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path])
1103
1104 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
1105 AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
1106 fi
1107 if test -n "$PKG_CONFIG"; then
1108 _pkg_min_version=m4_default([$1], [0.9.0])
1109 AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version])
1110 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
1111 AC_MSG_RESULT([yes])
1112 else
1113 AC_MSG_RESULT([no])
1114 PKG_CONFIG=""
1115 fi
1116 fi[]dnl
1117 ])# PKG_PROG_PKG_CONFIG
1118
1119 # PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
1120 #
1121 # Check to see whether a particular set of modules exists. Similar
1122 # to PKG_CHECK_MODULES(), but does not set variables or print errors.
1123 #
1124 # Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG])
1125 # only at the first occurence in configure.ac, so if the first place
1126 # it's called might be skipped (such as if it is within an "if", you
1127 # have to call PKG_CHECK_EXISTS manually
1128 # --------------------------------------------------------------
1129 AC_DEFUN([PKG_CHECK_EXISTS],
1130 [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
1131 if test -n "$PKG_CONFIG" && \
1132 AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
1133 m4_default([$2], [:])
1134 m4_ifvaln([$3], [else
1135 $3])dnl
1136 fi])
1137
1138 # _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES])
1139 # ---------------------------------------------
1140 m4_define([_PKG_CONFIG],
1141 [if test -n "$$1"; then
1142 pkg_cv_[]$1="$$1"
1143 elif test -n "$PKG_CONFIG"; then
1144 PKG_CHECK_EXISTS([$3],
1145 [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
1146 test "x$?" != "x0" && pkg_failed=yes ],
1147 [pkg_failed=yes])
1148 else
1149 pkg_failed=untried
1150 fi[]dnl
1151 ])# _PKG_CONFIG
1152
1153 # _PKG_SHORT_ERRORS_SUPPORTED
1154 # -----------------------------
1155 AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED],
1156 [AC_REQUIRE([PKG_PROG_PKG_CONFIG])
1157 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
1158 _pkg_short_errors_supported=yes
1159 else
1160 _pkg_short_errors_supported=no
1161 fi[]dnl
1162 ])# _PKG_SHORT_ERRORS_SUPPORTED
1163
1164
1165 # PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND],
1166 # [ACTION-IF-NOT-FOUND])
1167 #
1168 #
1169 # Note that if there is a possibility the first call to
1170 # PKG_CHECK_MODULES might not happen, you should be sure to include an
1171 # explicit call to PKG_PROG_PKG_CONFIG in your configure.ac
1172 #
1173 #
1174 # --------------------------------------------------------------
1175 AC_DEFUN([PKG_CHECK_MODULES],
1176 [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
1177 AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
1178 AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
1179
1180 pkg_failed=no
1181 AC_MSG_CHECKING([for $1])
1182
1183 _PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
1184 _PKG_CONFIG([$1][_LIBS], [libs], [$2])
1185
1186 m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS
1187 and $1[]_LIBS to avoid the need to call pkg-config.
1188 See the pkg-config man page for more details.])
1189
1190 if test $pkg_failed = yes; then
1191 AC_MSG_RESULT([no])
1192 _PKG_SHORT_ERRORS_SUPPORTED
1193 if test $_pkg_short_errors_supported = yes; then
1194 $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
1195 else
1196 $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
1197 fi
1198 # Put the nasty error message in config.log where it belongs
1199 echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
1200
1201 m4_default([$4], [AC_MSG_ERROR(
1202 [Package requirements ($2) were not met:
1203
1204 $$1_PKG_ERRORS
1205
1206 Consider adjusting the PKG_CONFIG_PATH environment variable if you
1207 installed software in a non-standard prefix.
1208
1209 _PKG_TEXT])[]dnl
1210 ])
1211 elif test $pkg_failed = untried; then
1212 AC_MSG_RESULT([no])
1213 m4_default([$4], [AC_MSG_FAILURE(
1214 [The pkg-config script could not be found or is too old. Make sure it
1215 is in your PATH or set the PKG_CONFIG environment variable to the full
1216 path to pkg-config.
1217
1218 _PKG_TEXT
1219
1220 To get pkg-config, see <http://pkg-config.freedesktop.org/>.])[]dnl
1221 ])
1222 else
1223 $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
1224 $1[]_LIBS=$pkg_cv_[]$1[]_LIBS
1225 AC_MSG_RESULT([yes])
1226 $3
1227 fi[]dnl
1228 ])# PKG_CHECK_MODULES
1229
1230
1231 # PKG_INSTALLDIR(DIRECTORY)
1232 # -------------------------
1233 # Substitutes the variable pkgconfigdir as the location where a module
1234 # should install pkg-config .pc files. By default the directory is
1235 # $libdir/pkgconfig, but the default can be changed by passing
1236 # DIRECTORY. The user can override through the --with-pkgconfigdir
1237 # parameter.
1238 AC_DEFUN([PKG_INSTALLDIR],
1239 [m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])])
1240 m4_pushdef([pkg_description],
1241 [pkg-config installation directory @<:@]pkg_default[@:>@])
1242 AC_ARG_WITH([pkgconfigdir],
1243 [AS_HELP_STRING([--with-pkgconfigdir], pkg_description)],,
1244 [with_pkgconfigdir=]pkg_default)
1245 AC_SUBST([pkgconfigdir], [$with_pkgconfigdir])
1246 m4_popdef([pkg_default])
1247 m4_popdef([pkg_description])
1248 ]) dnl PKG_INSTALLDIR
1249
1250
1251 # PKG_NOARCH_INSTALLDIR(DIRECTORY)
1252 # -------------------------
1253 # Substitutes the variable noarch_pkgconfigdir as the location where a
1254 # module should install arch-independent pkg-config .pc files. By
1255 # default the directory is $datadir/pkgconfig, but the default can be
1256 # changed by passing DIRECTORY. The user can override through the
1257 # --with-noarch-pkgconfigdir parameter.
1258 AC_DEFUN([PKG_NOARCH_INSTALLDIR],
1259 [m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])])
1260 m4_pushdef([pkg_description],
1261 [pkg-config arch-independent installation directory @<:@]pkg_default[@:>@])
1262 AC_ARG_WITH([noarch-pkgconfigdir],
1263 [AS_HELP_STRING([--with-noarch-pkgconfigdir], pkg_description)],,
1264 [with_noarch_pkgconfigdir=]pkg_default)
1265 AC_SUBST([noarch_pkgconfigdir], [$with_noarch_pkgconfigdir])
1266 m4_popdef([pkg_default])
1267 m4_popdef([pkg_description])
1268 ]) dnl PKG_NOARCH_INSTALLDIR
126921
127022 # Copyright (C) 1995-2002 Free Software Foundation, Inc.
127123 # Copyright (C) 2001-2003,2004 Red Hat, Inc.
1584336 dnl
1585337 glib_DEFUN([GLIB_GNU_GETTEXT],
1586338 [AC_REQUIRE([AC_PROG_CC])dnl
1587 AC_REQUIRE([AC_HEADER_STDC])dnl
1588339
1589340 GLIB_LC_MESSAGES
1590341 GLIB_WITH_NLS
2023774 _GOBJECT_INTROSPECTION_CHECK_INTERNAL([$1], [require])
2024775 ])
2025776
777 # nls.m4 serial 5 (gettext-0.18)
778 dnl Copyright (C) 1995-2003, 2005-2006, 2008-2010 Free Software Foundation,
779 dnl Inc.
780 dnl This file is free software; the Free Software Foundation
781 dnl gives unlimited permission to copy and/or distribute it,
782 dnl with or without modifications, as long as this notice is preserved.
783 dnl
784 dnl This file can can be used in projects which are not available under
785 dnl the GNU General Public License or the GNU Library General Public
786 dnl License but which still want to provide support for the GNU gettext
787 dnl functionality.
788 dnl Please note that the actual code of the GNU gettext library is covered
789 dnl by the GNU Library General Public License, and the rest of the GNU
790 dnl gettext package package is covered by the GNU General Public License.
791 dnl They are *not* in the public domain.
792
793 dnl Authors:
794 dnl Ulrich Drepper <drepper@cygnus.com>, 1995-2000.
795 dnl Bruno Haible <haible@clisp.cons.org>, 2000-2003.
796
797 AC_PREREQ([2.50])
798
799 AC_DEFUN([AM_NLS],
800 [
801 AC_MSG_CHECKING([whether NLS is requested])
802 dnl Default is enabled NLS
803 AC_ARG_ENABLE([nls],
804 [ --disable-nls do not use Native Language Support],
805 USE_NLS=$enableval, USE_NLS=yes)
806 AC_MSG_RESULT([$USE_NLS])
807 AC_SUBST([USE_NLS])
808 ])
809
810 # pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-
811 # serial 1 (pkg-config-0.24)
812 #
813 # Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
814 #
815 # This program is free software; you can redistribute it and/or modify
816 # it under the terms of the GNU General Public License as published by
817 # the Free Software Foundation; either version 2 of the License, or
818 # (at your option) any later version.
819 #
820 # This program is distributed in the hope that it will be useful, but
821 # WITHOUT ANY WARRANTY; without even the implied warranty of
822 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
823 # General Public License for more details.
824 #
825 # You should have received a copy of the GNU General Public License
826 # along with this program; if not, write to the Free Software
827 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
828 #
829 # As a special exception to the GNU General Public License, if you
830 # distribute this file as part of a program that contains a
831 # configuration script generated by Autoconf, you may include it under
832 # the same distribution terms that you use for the rest of that program.
833
834 # PKG_PROG_PKG_CONFIG([MIN-VERSION])
835 # ----------------------------------
836 AC_DEFUN([PKG_PROG_PKG_CONFIG],
837 [m4_pattern_forbid([^_?PKG_[A-Z_]+$])
838 m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$])
839 m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$])
840 AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])
841 AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path])
842 AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path])
843
844 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
845 AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
846 fi
847 if test -n "$PKG_CONFIG"; then
848 _pkg_min_version=m4_default([$1], [0.9.0])
849 AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version])
850 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
851 AC_MSG_RESULT([yes])
852 else
853 AC_MSG_RESULT([no])
854 PKG_CONFIG=""
855 fi
856 fi[]dnl
857 ])# PKG_PROG_PKG_CONFIG
858
859 # PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
860 #
861 # Check to see whether a particular set of modules exists. Similar
862 # to PKG_CHECK_MODULES(), but does not set variables or print errors.
863 #
864 # Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG])
865 # only at the first occurence in configure.ac, so if the first place
866 # it's called might be skipped (such as if it is within an "if", you
867 # have to call PKG_CHECK_EXISTS manually
868 # --------------------------------------------------------------
869 AC_DEFUN([PKG_CHECK_EXISTS],
870 [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
871 if test -n "$PKG_CONFIG" && \
872 AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
873 m4_default([$2], [:])
874 m4_ifvaln([$3], [else
875 $3])dnl
876 fi])
877
878 # _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES])
879 # ---------------------------------------------
880 m4_define([_PKG_CONFIG],
881 [if test -n "$$1"; then
882 pkg_cv_[]$1="$$1"
883 elif test -n "$PKG_CONFIG"; then
884 PKG_CHECK_EXISTS([$3],
885 [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
886 test "x$?" != "x0" && pkg_failed=yes ],
887 [pkg_failed=yes])
888 else
889 pkg_failed=untried
890 fi[]dnl
891 ])# _PKG_CONFIG
892
893 # _PKG_SHORT_ERRORS_SUPPORTED
894 # -----------------------------
895 AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED],
896 [AC_REQUIRE([PKG_PROG_PKG_CONFIG])
897 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
898 _pkg_short_errors_supported=yes
899 else
900 _pkg_short_errors_supported=no
901 fi[]dnl
902 ])# _PKG_SHORT_ERRORS_SUPPORTED
903
904
905 # PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND],
906 # [ACTION-IF-NOT-FOUND])
907 #
908 #
909 # Note that if there is a possibility the first call to
910 # PKG_CHECK_MODULES might not happen, you should be sure to include an
911 # explicit call to PKG_PROG_PKG_CONFIG in your configure.ac
912 #
913 #
914 # --------------------------------------------------------------
915 AC_DEFUN([PKG_CHECK_MODULES],
916 [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
917 AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
918 AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
919
920 pkg_failed=no
921 AC_MSG_CHECKING([for $1])
922
923 _PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
924 _PKG_CONFIG([$1][_LIBS], [libs], [$2])
925
926 m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS
927 and $1[]_LIBS to avoid the need to call pkg-config.
928 See the pkg-config man page for more details.])
929
930 if test $pkg_failed = yes; then
931 AC_MSG_RESULT([no])
932 _PKG_SHORT_ERRORS_SUPPORTED
933 if test $_pkg_short_errors_supported = yes; then
934 $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
935 else
936 $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
937 fi
938 # Put the nasty error message in config.log where it belongs
939 echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
940
941 m4_default([$4], [AC_MSG_ERROR(
942 [Package requirements ($2) were not met:
943
944 $$1_PKG_ERRORS
945
946 Consider adjusting the PKG_CONFIG_PATH environment variable if you
947 installed software in a non-standard prefix.
948
949 _PKG_TEXT])[]dnl
950 ])
951 elif test $pkg_failed = untried; then
952 AC_MSG_RESULT([no])
953 m4_default([$4], [AC_MSG_FAILURE(
954 [The pkg-config script could not be found or is too old. Make sure it
955 is in your PATH or set the PKG_CONFIG environment variable to the full
956 path to pkg-config.
957
958 _PKG_TEXT
959
960 To get pkg-config, see <http://pkg-config.freedesktop.org/>.])[]dnl
961 ])
962 else
963 $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
964 $1[]_LIBS=$pkg_cv_[]$1[]_LIBS
965 AC_MSG_RESULT([yes])
966 $3
967 fi[]dnl
968 ])# PKG_CHECK_MODULES
969
970 # Copyright (C) 2002-2013 Free Software Foundation, Inc.
971 #
972 # This file is free software; the Free Software Foundation
973 # gives unlimited permission to copy and/or distribute it,
974 # with or without modifications, as long as this notice is preserved.
975
976 # AM_AUTOMAKE_VERSION(VERSION)
977 # ----------------------------
978 # Automake X.Y traces this macro to ensure aclocal.m4 has been
979 # generated from the m4 files accompanying Automake X.Y.
980 # (This private macro should not be called outside this file.)
981 AC_DEFUN([AM_AUTOMAKE_VERSION],
982 [am__api_version='1.13'
983 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
984 dnl require some minimum version. Point them to the right macro.
985 m4_if([$1], [1.13.3], [],
986 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
987 ])
988
989 # _AM_AUTOCONF_VERSION(VERSION)
990 # -----------------------------
991 # aclocal traces this macro to find the Autoconf version.
992 # This is a private macro too. Using m4_define simplifies
993 # the logic in aclocal, which can simply ignore this definition.
994 m4_define([_AM_AUTOCONF_VERSION], [])
995
996 # AM_SET_CURRENT_AUTOMAKE_VERSION
997 # -------------------------------
998 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
999 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
1000 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
1001 [AM_AUTOMAKE_VERSION([1.13.3])dnl
1002 m4_ifndef([AC_AUTOCONF_VERSION],
1003 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
1004 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
1005
1006 # AM_AUX_DIR_EXPAND -*- Autoconf -*-
1007
1008 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
1009 #
1010 # This file is free software; the Free Software Foundation
1011 # gives unlimited permission to copy and/or distribute it,
1012 # with or without modifications, as long as this notice is preserved.
1013
1014 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
1015 # $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to
1016 # '$srcdir', '$srcdir/..', or '$srcdir/../..'.
1017 #
1018 # Of course, Automake must honor this variable whenever it calls a
1019 # tool from the auxiliary directory. The problem is that $srcdir (and
1020 # therefore $ac_aux_dir as well) can be either absolute or relative,
1021 # depending on how configure is run. This is pretty annoying, since
1022 # it makes $ac_aux_dir quite unusable in subdirectories: in the top
1023 # source directory, any form will work fine, but in subdirectories a
1024 # relative path needs to be adjusted first.
1025 #
1026 # $ac_aux_dir/missing
1027 # fails when called from a subdirectory if $ac_aux_dir is relative
1028 # $top_srcdir/$ac_aux_dir/missing
1029 # fails if $ac_aux_dir is absolute,
1030 # fails when called from a subdirectory in a VPATH build with
1031 # a relative $ac_aux_dir
1032 #
1033 # The reason of the latter failure is that $top_srcdir and $ac_aux_dir
1034 # are both prefixed by $srcdir. In an in-source build this is usually
1035 # harmless because $srcdir is '.', but things will broke when you
1036 # start a VPATH build or use an absolute $srcdir.
1037 #
1038 # So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
1039 # iff we strip the leading $srcdir from $ac_aux_dir. That would be:
1040 # am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
1041 # and then we would define $MISSING as
1042 # MISSING="\${SHELL} $am_aux_dir/missing"
1043 # This will work as long as MISSING is not called from configure, because
1044 # unfortunately $(top_srcdir) has no meaning in configure.
1045 # However there are other variables, like CC, which are often used in
1046 # configure, and could therefore not use this "fixed" $ac_aux_dir.
1047 #
1048 # Another solution, used here, is to always expand $ac_aux_dir to an
1049 # absolute PATH. The drawback is that using absolute paths prevent a
1050 # configured tree to be moved without reconfiguration.
1051
1052 AC_DEFUN([AM_AUX_DIR_EXPAND],
1053 [dnl Rely on autoconf to set up CDPATH properly.
1054 AC_PREREQ([2.50])dnl
1055 # expand $ac_aux_dir to an absolute path
1056 am_aux_dir=`cd $ac_aux_dir && pwd`
1057 ])
1058
1059 # AM_CONDITIONAL -*- Autoconf -*-
1060
1061 # Copyright (C) 1997-2013 Free Software Foundation, Inc.
1062 #
1063 # This file is free software; the Free Software Foundation
1064 # gives unlimited permission to copy and/or distribute it,
1065 # with or without modifications, as long as this notice is preserved.
1066
1067 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
1068 # -------------------------------------
1069 # Define a conditional.
1070 AC_DEFUN([AM_CONDITIONAL],
1071 [AC_PREREQ([2.52])dnl
1072 m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
1073 [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
1074 AC_SUBST([$1_TRUE])dnl
1075 AC_SUBST([$1_FALSE])dnl
1076 _AM_SUBST_NOTMAKE([$1_TRUE])dnl
1077 _AM_SUBST_NOTMAKE([$1_FALSE])dnl
1078 m4_define([_AM_COND_VALUE_$1], [$2])dnl
1079 if $2; then
1080 $1_TRUE=
1081 $1_FALSE='#'
1082 else
1083 $1_TRUE='#'
1084 $1_FALSE=
1085 fi
1086 AC_CONFIG_COMMANDS_PRE(
1087 [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
1088 AC_MSG_ERROR([[conditional "$1" was never defined.
1089 Usually this means the macro was only invoked conditionally.]])
1090 fi])])
1091
1092 # Copyright (C) 1999-2013 Free Software Foundation, Inc.
1093 #
1094 # This file is free software; the Free Software Foundation
1095 # gives unlimited permission to copy and/or distribute it,
1096 # with or without modifications, as long as this notice is preserved.
1097
1098
1099 # There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be
1100 # written in clear, in which case automake, when reading aclocal.m4,
1101 # will think it sees a *use*, and therefore will trigger all it's
1102 # C support machinery. Also note that it means that autoscan, seeing
1103 # CC etc. in the Makefile, will ask for an AC_PROG_CC use...
1104
1105
1106 # _AM_DEPENDENCIES(NAME)
1107 # ----------------------
1108 # See how the compiler implements dependency checking.
1109 # NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC".
1110 # We try a few techniques and use that to set a single cache variable.
1111 #
1112 # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
1113 # modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
1114 # dependency, and given that the user is not expected to run this macro,
1115 # just rely on AC_PROG_CC.
1116 AC_DEFUN([_AM_DEPENDENCIES],
1117 [AC_REQUIRE([AM_SET_DEPDIR])dnl
1118 AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
1119 AC_REQUIRE([AM_MAKE_INCLUDE])dnl
1120 AC_REQUIRE([AM_DEP_TRACK])dnl
1121
1122 m4_if([$1], [CC], [depcc="$CC" am_compiler_list=],
1123 [$1], [CXX], [depcc="$CXX" am_compiler_list=],
1124 [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
1125 [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'],
1126 [$1], [UPC], [depcc="$UPC" am_compiler_list=],
1127 [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'],
1128 [depcc="$$1" am_compiler_list=])
1129
1130 AC_CACHE_CHECK([dependency style of $depcc],
1131 [am_cv_$1_dependencies_compiler_type],
1132 [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
1133 # We make a subdir and do the tests there. Otherwise we can end up
1134 # making bogus files that we don't know about and never remove. For
1135 # instance it was reported that on HP-UX the gcc test will end up
1136 # making a dummy file named 'D' -- because '-MD' means "put the output
1137 # in D".
1138 rm -rf conftest.dir
1139 mkdir conftest.dir
1140 # Copy depcomp to subdir because otherwise we won't find it if we're
1141 # using a relative directory.
1142 cp "$am_depcomp" conftest.dir
1143 cd conftest.dir
1144 # We will build objects and dependencies in a subdirectory because
1145 # it helps to detect inapplicable dependency modes. For instance
1146 # both Tru64's cc and ICC support -MD to output dependencies as a
1147 # side effect of compilation, but ICC will put the dependencies in
1148 # the current directory while Tru64 will put them in the object
1149 # directory.
1150 mkdir sub
1151
1152 am_cv_$1_dependencies_compiler_type=none
1153 if test "$am_compiler_list" = ""; then
1154 am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
1155 fi
1156 am__universal=false
1157 m4_case([$1], [CC],
1158 [case " $depcc " in #(
1159 *\ -arch\ *\ -arch\ *) am__universal=true ;;
1160 esac],
1161 [CXX],
1162 [case " $depcc " in #(
1163 *\ -arch\ *\ -arch\ *) am__universal=true ;;
1164 esac])
1165
1166 for depmode in $am_compiler_list; do
1167 # Setup a source with many dependencies, because some compilers
1168 # like to wrap large dependency lists on column 80 (with \), and
1169 # we should not choose a depcomp mode which is confused by this.
1170 #
1171 # We need to recreate these files for each test, as the compiler may
1172 # overwrite some of them when testing with obscure command lines.
1173 # This happens at least with the AIX C compiler.
1174 : > sub/conftest.c
1175 for i in 1 2 3 4 5 6; do
1176 echo '#include "conftst'$i'.h"' >> sub/conftest.c
1177 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
1178 # Solaris 10 /bin/sh.
1179 echo '/* dummy */' > sub/conftst$i.h
1180 done
1181 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
1182
1183 # We check with '-c' and '-o' for the sake of the "dashmstdout"
1184 # mode. It turns out that the SunPro C++ compiler does not properly
1185 # handle '-M -o', and we need to detect this. Also, some Intel
1186 # versions had trouble with output in subdirs.
1187 am__obj=sub/conftest.${OBJEXT-o}
1188 am__minus_obj="-o $am__obj"
1189 case $depmode in
1190 gcc)
1191 # This depmode causes a compiler race in universal mode.
1192 test "$am__universal" = false || continue
1193 ;;
1194 nosideeffect)
1195 # After this tag, mechanisms are not by side-effect, so they'll
1196 # only be used when explicitly requested.
1197 if test "x$enable_dependency_tracking" = xyes; then
1198 continue
1199 else
1200 break
1201 fi
1202 ;;
1203 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
1204 # This compiler won't grok '-c -o', but also, the minuso test has
1205 # not run yet. These depmodes are late enough in the game, and
1206 # so weak that their functioning should not be impacted.
1207 am__obj=conftest.${OBJEXT-o}
1208 am__minus_obj=
1209 ;;
1210 none) break ;;
1211 esac
1212 if depmode=$depmode \
1213 source=sub/conftest.c object=$am__obj \
1214 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
1215 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
1216 >/dev/null 2>conftest.err &&
1217 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
1218 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
1219 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
1220 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
1221 # icc doesn't choke on unknown options, it will just issue warnings
1222 # or remarks (even with -Werror). So we grep stderr for any message
1223 # that says an option was ignored or not supported.
1224 # When given -MP, icc 7.0 and 7.1 complain thusly:
1225 # icc: Command line warning: ignoring option '-M'; no argument required
1226 # The diagnosis changed in icc 8.0:
1227 # icc: Command line remark: option '-MP' not supported
1228 if (grep 'ignoring option' conftest.err ||
1229 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
1230 am_cv_$1_dependencies_compiler_type=$depmode
1231 break
1232 fi
1233 fi
1234 done
1235
1236 cd ..
1237 rm -rf conftest.dir
1238 else
1239 am_cv_$1_dependencies_compiler_type=none
1240 fi
1241 ])
1242 AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
1243 AM_CONDITIONAL([am__fastdep$1], [
1244 test "x$enable_dependency_tracking" != xno \
1245 && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
1246 ])
1247
1248
1249 # AM_SET_DEPDIR
1250 # -------------
1251 # Choose a directory name for dependency files.
1252 # This macro is AC_REQUIREd in _AM_DEPENDENCIES.
1253 AC_DEFUN([AM_SET_DEPDIR],
1254 [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
1255 AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
1256 ])
1257
1258
1259 # AM_DEP_TRACK
1260 # ------------
1261 AC_DEFUN([AM_DEP_TRACK],
1262 [AC_ARG_ENABLE([dependency-tracking], [dnl
1263 AS_HELP_STRING(
1264 [--enable-dependency-tracking],
1265 [do not reject slow dependency extractors])
1266 AS_HELP_STRING(
1267 [--disable-dependency-tracking],
1268 [speeds up one-time build])])
1269 if test "x$enable_dependency_tracking" != xno; then
1270 am_depcomp="$ac_aux_dir/depcomp"
1271 AMDEPBACKSLASH='\'
1272 am__nodep='_no'
1273 fi
1274 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
1275 AC_SUBST([AMDEPBACKSLASH])dnl
1276 _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
1277 AC_SUBST([am__nodep])dnl
1278 _AM_SUBST_NOTMAKE([am__nodep])dnl
1279 ])
1280
1281 # Generate code to set up dependency tracking. -*- Autoconf -*-
1282
1283 # Copyright (C) 1999-2013 Free Software Foundation, Inc.
1284 #
1285 # This file is free software; the Free Software Foundation
1286 # gives unlimited permission to copy and/or distribute it,
1287 # with or without modifications, as long as this notice is preserved.
1288
1289
1290 # _AM_OUTPUT_DEPENDENCY_COMMANDS
1291 # ------------------------------
1292 AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
1293 [{
1294 # Older Autoconf quotes --file arguments for eval, but not when files
1295 # are listed without --file. Let's play safe and only enable the eval
1296 # if we detect the quoting.
1297 case $CONFIG_FILES in
1298 *\'*) eval set x "$CONFIG_FILES" ;;
1299 *) set x $CONFIG_FILES ;;
1300 esac
1301 shift
1302 for mf
1303 do
1304 # Strip MF so we end up with the name of the file.
1305 mf=`echo "$mf" | sed -e 's/:.*$//'`
1306 # Check whether this is an Automake generated Makefile or not.
1307 # We used to match only the files named 'Makefile.in', but
1308 # some people rename them; so instead we look at the file content.
1309 # Grep'ing the first line is not enough: some people post-process
1310 # each Makefile.in and add a new line on top of each file to say so.
1311 # Grep'ing the whole file is not good either: AIX grep has a line
1312 # limit of 2048, but all sed's we know have understand at least 4000.
1313 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
1314 dirpart=`AS_DIRNAME("$mf")`
1315 else
1316 continue
1317 fi
1318 # Extract the definition of DEPDIR, am__include, and am__quote
1319 # from the Makefile without running 'make'.
1320 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1321 test -z "$DEPDIR" && continue
1322 am__include=`sed -n 's/^am__include = //p' < "$mf"`
1323 test -z "$am__include" && continue
1324 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1325 # Find all dependency output files, they are included files with
1326 # $(DEPDIR) in their names. We invoke sed twice because it is the
1327 # simplest approach to changing $(DEPDIR) to its actual value in the
1328 # expansion.
1329 for file in `sed -n "
1330 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1331 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
1332 # Make sure the directory exists.
1333 test -f "$dirpart/$file" && continue
1334 fdir=`AS_DIRNAME(["$file"])`
1335 AS_MKDIR_P([$dirpart/$fdir])
1336 # echo "creating $dirpart/$file"
1337 echo '# dummy' > "$dirpart/$file"
1338 done
1339 done
1340 }
1341 ])# _AM_OUTPUT_DEPENDENCY_COMMANDS
1342
1343
1344 # AM_OUTPUT_DEPENDENCY_COMMANDS
1345 # -----------------------------
1346 # This macro should only be invoked once -- use via AC_REQUIRE.
1347 #
1348 # This code is only required when automatic dependency tracking
1349 # is enabled. FIXME. This creates each '.P' file that we will
1350 # need in order to bootstrap the dependency handling code.
1351 AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
1352 [AC_CONFIG_COMMANDS([depfiles],
1353 [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
1354 [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
1355 ])
1356
1357 # Do all the work for Automake. -*- Autoconf -*-
1358
1359 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
1360 #
1361 # This file is free software; the Free Software Foundation
1362 # gives unlimited permission to copy and/or distribute it,
1363 # with or without modifications, as long as this notice is preserved.
1364
1365 # This macro actually does too much. Some checks are only needed if
1366 # your package does certain things. But this isn't really a big deal.
1367
1368 # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
1369 # AM_INIT_AUTOMAKE([OPTIONS])
1370 # -----------------------------------------------
1371 # The call with PACKAGE and VERSION arguments is the old style
1372 # call (pre autoconf-2.50), which is being phased out. PACKAGE
1373 # and VERSION should now be passed to AC_INIT and removed from
1374 # the call to AM_INIT_AUTOMAKE.
1375 # We support both call styles for the transition. After
1376 # the next Automake release, Autoconf can make the AC_INIT
1377 # arguments mandatory, and then we can depend on a new Autoconf
1378 # release and drop the old call support.
1379 AC_DEFUN([AM_INIT_AUTOMAKE],
1380 [AC_PREREQ([2.65])dnl
1381 dnl Autoconf wants to disallow AM_ names. We explicitly allow
1382 dnl the ones we care about.
1383 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
1384 AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
1385 AC_REQUIRE([AC_PROG_INSTALL])dnl
1386 if test "`cd $srcdir && pwd`" != "`pwd`"; then
1387 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
1388 # is not polluted with repeated "-I."
1389 AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
1390 # test to see if srcdir already configured
1391 if test -f $srcdir/config.status; then
1392 AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
1393 fi
1394 fi
1395
1396 # test whether we have cygpath
1397 if test -z "$CYGPATH_W"; then
1398 if (cygpath --version) >/dev/null 2>/dev/null; then
1399 CYGPATH_W='cygpath -w'
1400 else
1401 CYGPATH_W=echo
1402 fi
1403 fi
1404 AC_SUBST([CYGPATH_W])
1405
1406 # Define the identity of the package.
1407 dnl Distinguish between old-style and new-style calls.
1408 m4_ifval([$2],
1409 [AC_DIAGNOSE([obsolete],
1410 [$0: two- and three-arguments forms are deprecated.])
1411 m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
1412 AC_SUBST([PACKAGE], [$1])dnl
1413 AC_SUBST([VERSION], [$2])],
1414 [_AM_SET_OPTIONS([$1])dnl
1415 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
1416 m4_if(
1417 m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]),
1418 [ok:ok],,
1419 [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
1420 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
1421 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
1422
1423 _AM_IF_OPTION([no-define],,
1424 [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
1425 AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl
1426
1427 # Some tools Automake needs.
1428 AC_REQUIRE([AM_SANITY_CHECK])dnl
1429 AC_REQUIRE([AC_ARG_PROGRAM])dnl
1430 AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
1431 AM_MISSING_PROG([AUTOCONF], [autoconf])
1432 AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
1433 AM_MISSING_PROG([AUTOHEADER], [autoheader])
1434 AM_MISSING_PROG([MAKEINFO], [makeinfo])
1435 AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
1436 AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
1437 AC_REQUIRE([AC_PROG_MKDIR_P])dnl
1438 # For better backward compatibility. To be removed once Automake 1.9.x
1439 # dies out for good. For more background, see:
1440 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
1441 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
1442 AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
1443 # We need awk for the "check" target. The system "awk" is bad on
1444 # some platforms.
1445 AC_REQUIRE([AC_PROG_AWK])dnl
1446 AC_REQUIRE([AC_PROG_MAKE_SET])dnl
1447 AC_REQUIRE([AM_SET_LEADING_DOT])dnl
1448 _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
1449 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
1450 [_AM_PROG_TAR([v7])])])
1451 _AM_IF_OPTION([no-dependencies],,
1452 [AC_PROVIDE_IFELSE([AC_PROG_CC],
1453 [_AM_DEPENDENCIES([CC])],
1454 [m4_define([AC_PROG_CC],
1455 m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
1456 AC_PROVIDE_IFELSE([AC_PROG_CXX],
1457 [_AM_DEPENDENCIES([CXX])],
1458 [m4_define([AC_PROG_CXX],
1459 m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
1460 AC_PROVIDE_IFELSE([AC_PROG_OBJC],
1461 [_AM_DEPENDENCIES([OBJC])],
1462 [m4_define([AC_PROG_OBJC],
1463 m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
1464 AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
1465 [_AM_DEPENDENCIES([OBJCXX])],
1466 [m4_define([AC_PROG_OBJCXX],
1467 m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
1468 ])
1469 AC_REQUIRE([AM_SILENT_RULES])dnl
1470 dnl The testsuite driver may need to know about EXEEXT, so add the
1471 dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This
1472 dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below.
1473 AC_CONFIG_COMMANDS_PRE(dnl
1474 [m4_provide_if([_AM_COMPILER_EXEEXT],
1475 [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
1476 ])
1477
1478 dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not
1479 dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
1480 dnl mangled by Autoconf and run in a shell conditional statement.
1481 m4_define([_AC_COMPILER_EXEEXT],
1482 m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
1483
1484
1485 # When config.status generates a header, we must update the stamp-h file.
1486 # This file resides in the same directory as the config header
1487 # that is generated. The stamp files are numbered to have different names.
1488
1489 # Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
1490 # loop where config.status creates the headers, so we can generate
1491 # our stamp files there.
1492 AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
1493 [# Compute $1's index in $config_headers.
1494 _am_arg=$1
1495 _am_stamp_count=1
1496 for _am_header in $config_headers :; do
1497 case $_am_header in
1498 $_am_arg | $_am_arg:* )
1499 break ;;
1500 * )
1501 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1502 esac
1503 done
1504 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
1505
1506 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
1507 #
1508 # This file is free software; the Free Software Foundation
1509 # gives unlimited permission to copy and/or distribute it,
1510 # with or without modifications, as long as this notice is preserved.
1511
1512 # AM_PROG_INSTALL_SH
1513 # ------------------
1514 # Define $install_sh.
1515 AC_DEFUN([AM_PROG_INSTALL_SH],
1516 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
1517 if test x"${install_sh}" != xset; then
1518 case $am_aux_dir in
1519 *\ * | *\ *)
1520 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
1521 *)
1522 install_sh="\${SHELL} $am_aux_dir/install-sh"
1523 esac
1524 fi
1525 AC_SUBST([install_sh])])
1526
1527 # Copyright (C) 2003-2013 Free Software Foundation, Inc.
1528 #
1529 # This file is free software; the Free Software Foundation
1530 # gives unlimited permission to copy and/or distribute it,
1531 # with or without modifications, as long as this notice is preserved.
1532
1533 # Check whether the underlying file-system supports filenames
1534 # with a leading dot. For instance MS-DOS doesn't.
1535 AC_DEFUN([AM_SET_LEADING_DOT],
1536 [rm -rf .tst 2>/dev/null
1537 mkdir .tst 2>/dev/null
1538 if test -d .tst; then
1539 am__leading_dot=.
1540 else
1541 am__leading_dot=_
1542 fi
1543 rmdir .tst 2>/dev/null
1544 AC_SUBST([am__leading_dot])])
1545
1546 # Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
1547 # From Jim Meyering
1548
1549 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
1550 #
1551 # This file is free software; the Free Software Foundation
1552 # gives unlimited permission to copy and/or distribute it,
1553 # with or without modifications, as long as this notice is preserved.
1554
1555 # AM_MAINTAINER_MODE([DEFAULT-MODE])
1556 # ----------------------------------
1557 # Control maintainer-specific portions of Makefiles.
1558 # Default is to disable them, unless 'enable' is passed literally.
1559 # For symmetry, 'disable' may be passed as well. Anyway, the user
1560 # can override the default with the --enable/--disable switch.
1561 AC_DEFUN([AM_MAINTAINER_MODE],
1562 [m4_case(m4_default([$1], [disable]),
1563 [enable], [m4_define([am_maintainer_other], [disable])],
1564 [disable], [m4_define([am_maintainer_other], [enable])],
1565 [m4_define([am_maintainer_other], [enable])
1566 m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
1567 AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
1568 dnl maintainer-mode's default is 'disable' unless 'enable' is passed
1569 AC_ARG_ENABLE([maintainer-mode],
1570 [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
1571 am_maintainer_other[ make rules and dependencies not useful
1572 (and sometimes confusing) to the casual installer])],
1573 [USE_MAINTAINER_MODE=$enableval],
1574 [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
1575 AC_MSG_RESULT([$USE_MAINTAINER_MODE])
1576 AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
1577 MAINT=$MAINTAINER_MODE_TRUE
1578 AC_SUBST([MAINT])dnl
1579 ]
1580 )
1581
1582 # Check to see how 'make' treats includes. -*- Autoconf -*-
1583
1584 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
1585 #
1586 # This file is free software; the Free Software Foundation
1587 # gives unlimited permission to copy and/or distribute it,
1588 # with or without modifications, as long as this notice is preserved.
1589
1590 # AM_MAKE_INCLUDE()
1591 # -----------------
1592 # Check to see how make treats includes.
1593 AC_DEFUN([AM_MAKE_INCLUDE],
1594 [am_make=${MAKE-make}
1595 cat > confinc << 'END'
1596 am__doit:
1597 @echo this is the am__doit target
1598 .PHONY: am__doit
1599 END
1600 # If we don't find an include directive, just comment out the code.
1601 AC_MSG_CHECKING([for style of include used by $am_make])
1602 am__include="#"
1603 am__quote=
1604 _am_result=none
1605 # First try GNU make style include.
1606 echo "include confinc" > confmf
1607 # Ignore all kinds of additional output from 'make'.
1608 case `$am_make -s -f confmf 2> /dev/null` in #(
1609 *the\ am__doit\ target*)
1610 am__include=include
1611 am__quote=
1612 _am_result=GNU
1613 ;;
1614 esac
1615 # Now try BSD make style include.
1616 if test "$am__include" = "#"; then
1617 echo '.include "confinc"' > confmf
1618 case `$am_make -s -f confmf 2> /dev/null` in #(
1619 *the\ am__doit\ target*)
1620 am__include=.include
1621 am__quote="\""
1622 _am_result=BSD
1623 ;;
1624 esac
1625 fi
1626 AC_SUBST([am__include])
1627 AC_SUBST([am__quote])
1628 AC_MSG_RESULT([$_am_result])
1629 rm -f confinc confmf
1630 ])
1631
1632 # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
1633
1634 # Copyright (C) 1997-2013 Free Software Foundation, Inc.
1635 #
1636 # This file is free software; the Free Software Foundation
1637 # gives unlimited permission to copy and/or distribute it,
1638 # with or without modifications, as long as this notice is preserved.
1639
1640 # AM_MISSING_PROG(NAME, PROGRAM)
1641 # ------------------------------
1642 AC_DEFUN([AM_MISSING_PROG],
1643 [AC_REQUIRE([AM_MISSING_HAS_RUN])
1644 $1=${$1-"${am_missing_run}$2"}
1645 AC_SUBST($1)])
1646
1647 # AM_MISSING_HAS_RUN
1648 # ------------------
1649 # Define MISSING if not defined so far and test if it is modern enough.
1650 # If it is, set am_missing_run to use it, otherwise, to nothing.
1651 AC_DEFUN([AM_MISSING_HAS_RUN],
1652 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
1653 AC_REQUIRE_AUX_FILE([missing])dnl
1654 if test x"${MISSING+set}" != xset; then
1655 case $am_aux_dir in
1656 *\ * | *\ *)
1657 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
1658 *)
1659 MISSING="\${SHELL} $am_aux_dir/missing" ;;
1660 esac
1661 fi
1662 # Use eval to expand $SHELL
1663 if eval "$MISSING --is-lightweight"; then
1664 am_missing_run="$MISSING "
1665 else
1666 am_missing_run=
1667 AC_MSG_WARN(['missing' script is too old or missing])
1668 fi
1669 ])
1670
1671 # Helper functions for option handling. -*- Autoconf -*-
1672
1673 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
1674 #
1675 # This file is free software; the Free Software Foundation
1676 # gives unlimited permission to copy and/or distribute it,
1677 # with or without modifications, as long as this notice is preserved.
1678
1679 # _AM_MANGLE_OPTION(NAME)
1680 # -----------------------
1681 AC_DEFUN([_AM_MANGLE_OPTION],
1682 [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
1683
1684 # _AM_SET_OPTION(NAME)
1685 # --------------------
1686 # Set option NAME. Presently that only means defining a flag for this option.
1687 AC_DEFUN([_AM_SET_OPTION],
1688 [m4_define(_AM_MANGLE_OPTION([$1]), [1])])
1689
1690 # _AM_SET_OPTIONS(OPTIONS)
1691 # ------------------------
1692 # OPTIONS is a space-separated list of Automake options.
1693 AC_DEFUN([_AM_SET_OPTIONS],
1694 [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
1695
1696 # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
1697 # -------------------------------------------
1698 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
1699 AC_DEFUN([_AM_IF_OPTION],
1700 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
1701
1702 # Check to make sure that the build environment is sane. -*- Autoconf -*-
1703
1704 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
1705 #
1706 # This file is free software; the Free Software Foundation
1707 # gives unlimited permission to copy and/or distribute it,
1708 # with or without modifications, as long as this notice is preserved.
1709
1710 # AM_SANITY_CHECK
1711 # ---------------
1712 AC_DEFUN([AM_SANITY_CHECK],
1713 [AC_MSG_CHECKING([whether build environment is sane])
1714 # Reject unsafe characters in $srcdir or the absolute working directory
1715 # name. Accept space and tab only in the latter.
1716 am_lf='
1717 '
1718 case `pwd` in
1719 *[[\\\"\#\$\&\'\`$am_lf]]*)
1720 AC_MSG_ERROR([unsafe absolute working directory name]);;
1721 esac
1722 case $srcdir in
1723 *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*)
1724 AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;
1725 esac
1726
1727 # Do 'set' in a subshell so we don't clobber the current shell's
1728 # arguments. Must try -L first in case configure is actually a
1729 # symlink; some systems play weird games with the mod time of symlinks
1730 # (eg FreeBSD returns the mod time of the symlink's containing
1731 # directory).
1732 if (
1733 am_has_slept=no
1734 for am_try in 1 2; do
1735 echo "timestamp, slept: $am_has_slept" > conftest.file
1736 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
1737 if test "$[*]" = "X"; then
1738 # -L didn't work.
1739 set X `ls -t "$srcdir/configure" conftest.file`
1740 fi
1741 if test "$[*]" != "X $srcdir/configure conftest.file" \
1742 && test "$[*]" != "X conftest.file $srcdir/configure"; then
1743
1744 # If neither matched, then we have a broken ls. This can happen
1745 # if, for instance, CONFIG_SHELL is bash and it inherits a
1746 # broken ls alias from the environment. This has actually
1747 # happened. Such a system could not be considered "sane".
1748 AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken
1749 alias in your environment])
1750 fi
1751 if test "$[2]" = conftest.file || test $am_try -eq 2; then
1752 break
1753 fi
1754 # Just in case.
1755 sleep 1
1756 am_has_slept=yes
1757 done
1758 test "$[2]" = conftest.file
1759 )
1760 then
1761 # Ok.
1762 :
1763 else
1764 AC_MSG_ERROR([newly created file is older than distributed files!
1765 Check your system clock])
1766 fi
1767 AC_MSG_RESULT([yes])
1768 # If we didn't sleep, we still need to ensure time stamps of config.status and
1769 # generated files are strictly newer.
1770 am_sleep_pid=
1771 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
1772 ( sleep 1 ) &
1773 am_sleep_pid=$!
1774 fi
1775 AC_CONFIG_COMMANDS_PRE(
1776 [AC_MSG_CHECKING([that generated files are newer than configure])
1777 if test -n "$am_sleep_pid"; then
1778 # Hide warnings about reused PIDs.
1779 wait $am_sleep_pid 2>/dev/null
1780 fi
1781 AC_MSG_RESULT([done])])
1782 rm -f conftest.file
1783 ])
1784
1785 # Copyright (C) 2009-2013 Free Software Foundation, Inc.
1786 #
1787 # This file is free software; the Free Software Foundation
1788 # gives unlimited permission to copy and/or distribute it,
1789 # with or without modifications, as long as this notice is preserved.
1790
1791 # AM_SILENT_RULES([DEFAULT])
1792 # --------------------------
1793 # Enable less verbose build rules; with the default set to DEFAULT
1794 # ("yes" being less verbose, "no" or empty being verbose).
1795 AC_DEFUN([AM_SILENT_RULES],
1796 [AC_ARG_ENABLE([silent-rules], [dnl
1797 AS_HELP_STRING(
1798 [--enable-silent-rules],
1799 [less verbose build output (undo: "make V=1")])
1800 AS_HELP_STRING(
1801 [--disable-silent-rules],
1802 [verbose build output (undo: "make V=0")])dnl
1803 ])
1804 case $enable_silent_rules in @%:@ (((
1805 yes) AM_DEFAULT_VERBOSITY=0;;
1806 no) AM_DEFAULT_VERBOSITY=1;;
1807 *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
1808 esac
1809 dnl
1810 dnl A few 'make' implementations (e.g., NonStop OS and NextStep)
1811 dnl do not support nested variable expansions.
1812 dnl See automake bug#9928 and bug#10237.
1813 am_make=${MAKE-make}
1814 AC_CACHE_CHECK([whether $am_make supports nested variables],
1815 [am_cv_make_support_nested_variables],
1816 [if AS_ECHO([['TRUE=$(BAR$(V))
1817 BAR0=false
1818 BAR1=true
1819 V=1
1820 am__doit:
1821 @$(TRUE)
1822 .PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then
1823 am_cv_make_support_nested_variables=yes
1824 else
1825 am_cv_make_support_nested_variables=no
1826 fi])
1827 if test $am_cv_make_support_nested_variables = yes; then
1828 dnl Using '$V' instead of '$(V)' breaks IRIX make.
1829 AM_V='$(V)'
1830 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
1831 else
1832 AM_V=$AM_DEFAULT_VERBOSITY
1833 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
1834 fi
1835 AC_SUBST([AM_V])dnl
1836 AM_SUBST_NOTMAKE([AM_V])dnl
1837 AC_SUBST([AM_DEFAULT_V])dnl
1838 AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl
1839 AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
1840 AM_BACKSLASH='\'
1841 AC_SUBST([AM_BACKSLASH])dnl
1842 _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
1843 ])
1844
1845 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
1846 #
1847 # This file is free software; the Free Software Foundation
1848 # gives unlimited permission to copy and/or distribute it,
1849 # with or without modifications, as long as this notice is preserved.
1850
1851 # AM_PROG_INSTALL_STRIP
1852 # ---------------------
1853 # One issue with vendor 'install' (even GNU) is that you can't
1854 # specify the program used to strip binaries. This is especially
1855 # annoying in cross-compiling environments, where the build's strip
1856 # is unlikely to handle the host's binaries.
1857 # Fortunately install-sh will honor a STRIPPROG variable, so we
1858 # always use install-sh in "make install-strip", and initialize
1859 # STRIPPROG with the value of the STRIP variable (set by the user).
1860 AC_DEFUN([AM_PROG_INSTALL_STRIP],
1861 [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
1862 # Installed binaries are usually stripped using 'strip' when the user
1863 # run "make install-strip". However 'strip' might not be the right
1864 # tool to use in cross-compilation environments, therefore Automake
1865 # will honor the 'STRIP' environment variable to overrule this program.
1866 dnl Don't test for $cross_compiling = yes, because it might be 'maybe'.
1867 if test "$cross_compiling" != no; then
1868 AC_CHECK_TOOL([STRIP], [strip], :)
1869 fi
1870 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
1871 AC_SUBST([INSTALL_STRIP_PROGRAM])])
1872
1873 # Copyright (C) 2006-2013 Free Software Foundation, Inc.
1874 #
1875 # This file is free software; the Free Software Foundation
1876 # gives unlimited permission to copy and/or distribute it,
1877 # with or without modifications, as long as this notice is preserved.
1878
1879 # _AM_SUBST_NOTMAKE(VARIABLE)
1880 # ---------------------------
1881 # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
1882 # This macro is traced by Automake.
1883 AC_DEFUN([_AM_SUBST_NOTMAKE])
1884
1885 # AM_SUBST_NOTMAKE(VARIABLE)
1886 # --------------------------
1887 # Public sister of _AM_SUBST_NOTMAKE.
1888 AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
1889
1890 # Check how to create a tarball. -*- Autoconf -*-
1891
1892 # Copyright (C) 2004-2013 Free Software Foundation, Inc.
1893 #
1894 # This file is free software; the Free Software Foundation
1895 # gives unlimited permission to copy and/or distribute it,
1896 # with or without modifications, as long as this notice is preserved.
1897
1898 # _AM_PROG_TAR(FORMAT)
1899 # --------------------
1900 # Check how to create a tarball in format FORMAT.
1901 # FORMAT should be one of 'v7', 'ustar', or 'pax'.
1902 #
1903 # Substitute a variable $(am__tar) that is a command
1904 # writing to stdout a FORMAT-tarball containing the directory
1905 # $tardir.
1906 # tardir=directory && $(am__tar) > result.tar
1907 #
1908 # Substitute a variable $(am__untar) that extract such
1909 # a tarball read from stdin.
1910 # $(am__untar) < result.tar
1911 #
1912 AC_DEFUN([_AM_PROG_TAR],
1913 [# Always define AMTAR for backward compatibility. Yes, it's still used
1914 # in the wild :-( We should find a proper way to deprecate it ...
1915 AC_SUBST([AMTAR], ['$${TAR-tar}'])
1916
1917 # We'll loop over all known methods to create a tar archive until one works.
1918 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
1919
1920 m4_if([$1], [v7],
1921 [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
1922
1923 [m4_case([$1],
1924 [ustar],
1925 [# The POSIX 1988 'ustar' format is defined with fixed-size fields.
1926 # There is notably a 21 bits limit for the UID and the GID. In fact,
1927 # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
1928 # and bug#13588).
1929 am_max_uid=2097151 # 2^21 - 1
1930 am_max_gid=$am_max_uid
1931 # The $UID and $GID variables are not portable, so we need to resort
1932 # to the POSIX-mandated id(1) utility. Errors in the 'id' calls
1933 # below are definitely unexpected, so allow the users to see them
1934 # (that is, avoid stderr redirection).
1935 am_uid=`id -u || echo unknown`
1936 am_gid=`id -g || echo unknown`
1937 AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format])
1938 if test $am_uid -le $am_max_uid; then
1939 AC_MSG_RESULT([yes])
1940 else
1941 AC_MSG_RESULT([no])
1942 _am_tools=none
1943 fi
1944 AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format])
1945 if test $am_gid -le $am_max_gid; then
1946 AC_MSG_RESULT([yes])
1947 else
1948 AC_MSG_RESULT([no])
1949 _am_tools=none
1950 fi],
1951
1952 [pax],
1953 [],
1954
1955 [m4_fatal([Unknown tar format])])
1956
1957 AC_MSG_CHECKING([how to create a $1 tar archive])
1958
1959 # Go ahead even if we have the value already cached. We do so because we
1960 # need to set the values for the 'am__tar' and 'am__untar' variables.
1961 _am_tools=${am_cv_prog_tar_$1-$_am_tools}
1962
1963 for _am_tool in $_am_tools; do
1964 case $_am_tool in
1965 gnutar)
1966 for _am_tar in tar gnutar gtar; do
1967 AM_RUN_LOG([$_am_tar --version]) && break
1968 done
1969 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1970 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1971 am__untar="$_am_tar -xf -"
1972 ;;
1973 plaintar)
1974 # Must skip GNU tar: if it does not support --format= it doesn't create
1975 # ustar tarball either.
1976 (tar --version) >/dev/null 2>&1 && continue
1977 am__tar='tar chf - "$$tardir"'
1978 am__tar_='tar chf - "$tardir"'
1979 am__untar='tar xf -'
1980 ;;
1981 pax)
1982 am__tar='pax -L -x $1 -w "$$tardir"'
1983 am__tar_='pax -L -x $1 -w "$tardir"'
1984 am__untar='pax -r'
1985 ;;
1986 cpio)
1987 am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
1988 am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
1989 am__untar='cpio -i -H $1 -d'
1990 ;;
1991 none)
1992 am__tar=false
1993 am__tar_=false
1994 am__untar=false
1995 ;;
1996 esac
1997
1998 # If the value was cached, stop now. We just wanted to have am__tar
1999 # and am__untar set.
2000 test -n "${am_cv_prog_tar_$1}" && break
2001
2002 # tar/untar a dummy directory, and stop if the command works.
2003 rm -rf conftest.dir
2004 mkdir conftest.dir
2005 echo GrepMe > conftest.dir/file
2006 AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
2007 rm -rf conftest.dir
2008 if test -s conftest.tar; then
2009 AM_RUN_LOG([$am__untar <conftest.tar])
2010 AM_RUN_LOG([cat conftest.dir/file])
2011 grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
2012 fi
2013 done
2014 rm -rf conftest.dir
2015
2016 AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
2017 AC_MSG_RESULT([$am_cv_prog_tar_$1])])
2018
2019 AC_SUBST([am__tar])
2020 AC_SUBST([am__untar])
2021 ]) # _AM_PROG_TAR
2022
20262023 m4_include([m4/intltool.m4])
20272024 m4_include([m4/libtool.m4])
20282025 m4_include([m4/ltoptions.m4])
0 #!/bin/bash
1 # Run this to generate all the initial makefiles, etc.
2
3 srcdir=`dirname $0`
4 test -z "$srcdir" && srcdir=.
5
6 PKG_NAME="cinnamon-menus"
7 REQUIRED_AUTOMAKE_VERSION=1.10
8
9 which gnome-autogen.sh || {
10 echo "You need to install gnome-common from GNOME Subversion (or from"
11 echo "your distribution's package manager)."
12 exit 1
13 }
14 USE_GNOME2_MACROS=1 USE_COMMON_DOC_BUILD=yes . gnome-autogen.sh
00 #! /bin/sh
11 # Attempt to guess a canonical system name.
2 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
3 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
4 # 2011, 2012, 2013 Free Software Foundation, Inc.
5
6 timestamp='2012-12-29'
2 # Copyright 1992-2013 Free Software Foundation, Inc.
3
4 timestamp='2013-06-10'
75
86 # This file is free software; you can redistribute it and/or modify it
97 # under the terms of the GNU General Public License as published by
2523 # program. This Exception is an additional permission under section 7
2624 # of the GNU General Public License, version 3 ("GPLv3").
2725 #
28 # Originally written by Per Bothner.
26 # Originally written by Per Bothner.
2927 #
3028 # You can get the latest version of this script from:
3129 # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
5149 GNU config.guess ($timestamp)
5250
5351 Originally written by Per Bothner.
54 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
55 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
56 2012, 2013 Free Software Foundation, Inc.
52 Copyright 1992-2013 Free Software Foundation, Inc.
5753
5854 This is free software; see the source for copying conditions. There is NO
5955 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
134130 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
135131 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
136132 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
133
134 case "${UNAME_SYSTEM}" in
135 Linux|GNU|GNU/*)
136 # If the system lacks a compiler, then just pick glibc.
137 # We could probably try harder.
138 LIBC=gnu
139
140 eval $set_cc_for_build
141 cat <<-EOF > $dummy.c
142 #include <features.h>
143 #if defined(__UCLIBC__)
144 LIBC=uclibc
145 #elif defined(__dietlibc__)
146 LIBC=dietlibc
147 #else
148 LIBC=gnu
149 #endif
150 EOF
151 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
152 ;;
153 esac
137154
138155 # Note: order is significant - the case branches are not exclusive.
139156
856873 exit ;;
857874 *:GNU:*:*)
858875 # the GNU system
859 echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
876 echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
860877 exit ;;
861878 *:GNU/*:*:*)
862879 # other systems with GNU libc and userland
863 echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
880 echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
864881 exit ;;
865882 i*86:Minix:*:*)
866883 echo ${UNAME_MACHINE}-pc-minix
867884 exit ;;
868885 aarch64:Linux:*:*)
869 echo ${UNAME_MACHINE}-unknown-linux-gnu
886 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
870887 exit ;;
871888 aarch64_be:Linux:*:*)
872889 UNAME_MACHINE=aarch64_be
873 echo ${UNAME_MACHINE}-unknown-linux-gnu
890 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
874891 exit ;;
875892 alpha:Linux:*:*)
876893 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
883900 EV68*) UNAME_MACHINE=alphaev68 ;;
884901 esac
885902 objdump --private-headers /bin/sh | grep -q ld.so.1
886 if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi
887 echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC}
903 if test "$?" = 0 ; then LIBC="gnulibc1" ; fi
904 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
905 exit ;;
906 arc:Linux:*:* | arceb:Linux:*:*)
907 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
888908 exit ;;
889909 arm*:Linux:*:*)
890910 eval $set_cc_for_build
891911 if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \
892912 | grep -q __ARM_EABI__
893913 then
894 echo ${UNAME_MACHINE}-unknown-linux-gnu
914 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
895915 else
896916 if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \
897917 | grep -q __ARM_PCS_VFP
898918 then
899 echo ${UNAME_MACHINE}-unknown-linux-gnueabi
919 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabi
900920 else
901 echo ${UNAME_MACHINE}-unknown-linux-gnueabihf
921 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabihf
902922 fi
903923 fi
904924 exit ;;
905925 avr32*:Linux:*:*)
906 echo ${UNAME_MACHINE}-unknown-linux-gnu
926 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
907927 exit ;;
908928 cris:Linux:*:*)
909 echo ${UNAME_MACHINE}-axis-linux-gnu
929 echo ${UNAME_MACHINE}-axis-linux-${LIBC}
910930 exit ;;
911931 crisv32:Linux:*:*)
912 echo ${UNAME_MACHINE}-axis-linux-gnu
932 echo ${UNAME_MACHINE}-axis-linux-${LIBC}
913933 exit ;;
914934 frv:Linux:*:*)
915 echo ${UNAME_MACHINE}-unknown-linux-gnu
935 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
916936 exit ;;
917937 hexagon:Linux:*:*)
918 echo ${UNAME_MACHINE}-unknown-linux-gnu
938 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
919939 exit ;;
920940 i*86:Linux:*:*)
921 LIBC=gnu
922 eval $set_cc_for_build
923 sed 's/^ //' << EOF >$dummy.c
924 #ifdef __dietlibc__
925 LIBC=dietlibc
926 #endif
927 EOF
928 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
929 echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
941 echo ${UNAME_MACHINE}-pc-linux-${LIBC}
930942 exit ;;
931943 ia64:Linux:*:*)
932 echo ${UNAME_MACHINE}-unknown-linux-gnu
944 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
933945 exit ;;
934946 m32r*:Linux:*:*)
935 echo ${UNAME_MACHINE}-unknown-linux-gnu
947 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
936948 exit ;;
937949 m68*:Linux:*:*)
938 echo ${UNAME_MACHINE}-unknown-linux-gnu
950 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
939951 exit ;;
940952 mips:Linux:*:* | mips64:Linux:*:*)
941953 eval $set_cc_for_build
954966 #endif
955967 EOF
956968 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
957 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
969 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
958970 ;;
971 or1k:Linux:*:*)
972 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
973 exit ;;
959974 or32:Linux:*:*)
960 echo ${UNAME_MACHINE}-unknown-linux-gnu
975 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
961976 exit ;;
962977 padre:Linux:*:*)
963 echo sparc-unknown-linux-gnu
978 echo sparc-unknown-linux-${LIBC}
964979 exit ;;
965980 parisc64:Linux:*:* | hppa64:Linux:*:*)
966 echo hppa64-unknown-linux-gnu
981 echo hppa64-unknown-linux-${LIBC}
967982 exit ;;
968983 parisc:Linux:*:* | hppa:Linux:*:*)
969984 # Look for CPU level
970985 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
971 PA7*) echo hppa1.1-unknown-linux-gnu ;;
972 PA8*) echo hppa2.0-unknown-linux-gnu ;;
973 *) echo hppa-unknown-linux-gnu ;;
986 PA7*) echo hppa1.1-unknown-linux-${LIBC} ;;
987 PA8*) echo hppa2.0-unknown-linux-${LIBC} ;;
988 *) echo hppa-unknown-linux-${LIBC} ;;
974989 esac
975990 exit ;;
976991 ppc64:Linux:*:*)
977 echo powerpc64-unknown-linux-gnu
992 echo powerpc64-unknown-linux-${LIBC}
978993 exit ;;
979994 ppc:Linux:*:*)
980 echo powerpc-unknown-linux-gnu
995 echo powerpc-unknown-linux-${LIBC}
996 exit ;;
997 ppc64le:Linux:*:*)
998 echo powerpc64le-unknown-linux-${LIBC}
999 exit ;;
1000 ppcle:Linux:*:*)
1001 echo powerpcle-unknown-linux-${LIBC}
9811002 exit ;;
9821003 s390:Linux:*:* | s390x:Linux:*:*)
983 echo ${UNAME_MACHINE}-ibm-linux
1004 echo ${UNAME_MACHINE}-ibm-linux-${LIBC}
9841005 exit ;;
9851006 sh64*:Linux:*:*)
986 echo ${UNAME_MACHINE}-unknown-linux-gnu
1007 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
9871008 exit ;;
9881009 sh*:Linux:*:*)
989 echo ${UNAME_MACHINE}-unknown-linux-gnu
1010 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
9901011 exit ;;
9911012 sparc:Linux:*:* | sparc64:Linux:*:*)
992 echo ${UNAME_MACHINE}-unknown-linux-gnu
1013 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
9931014 exit ;;
9941015 tile*:Linux:*:*)
995 echo ${UNAME_MACHINE}-unknown-linux-gnu
1016 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
9961017 exit ;;
9971018 vax:Linux:*:*)
998 echo ${UNAME_MACHINE}-dec-linux-gnu
1019 echo ${UNAME_MACHINE}-dec-linux-${LIBC}
9991020 exit ;;
10001021 x86_64:Linux:*:*)
1001 echo ${UNAME_MACHINE}-unknown-linux-gnu
1022 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
10021023 exit ;;
10031024 xtensa*:Linux:*:*)
1004 echo ${UNAME_MACHINE}-unknown-linux-gnu
1025 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
10051026 exit ;;
10061027 i*86:DYNIX/ptx:4*:*)
10071028 # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there.
12341255 exit ;;
12351256 *:Darwin:*:*)
12361257 UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown
1237 case $UNAME_PROCESSOR in
1238 i386)
1239 eval $set_cc_for_build
1240 if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
1241 if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \
1242 (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
1243 grep IS_64BIT_ARCH >/dev/null
1244 then
1245 UNAME_PROCESSOR="x86_64"
1246 fi
1247 fi ;;
1248 unknown) UNAME_PROCESSOR=powerpc ;;
1249 esac
1258 eval $set_cc_for_build
1259 if test "$UNAME_PROCESSOR" = unknown ; then
1260 UNAME_PROCESSOR=powerpc
1261 fi
1262 if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
1263 if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \
1264 (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
1265 grep IS_64BIT_ARCH >/dev/null
1266 then
1267 case $UNAME_PROCESSOR in
1268 i386) UNAME_PROCESSOR=x86_64 ;;
1269 powerpc) UNAME_PROCESSOR=powerpc64 ;;
1270 esac
1271 fi
1272 fi
12501273 echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
12511274 exit ;;
12521275 *:procnto*:*:* | *:QNX:[0123456789]*:*)
00 #! /bin/sh
11 # Configuration validation subroutine script.
2 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
3 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
4 # 2011, 2012, 2013 Free Software Foundation, Inc.
5
6 timestamp='2012-12-29'
2 # Copyright 1992-2013 Free Software Foundation, Inc.
3
4 timestamp='2013-08-10'
75
86 # This file is free software; you can redistribute it and/or modify it
97 # under the terms of the GNU General Public License as published by
6967 version="\
7068 GNU config.sub ($timestamp)
7169
72 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
73 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
74 2012, 2013 Free Software Foundation, Inc.
70 Copyright 1992-2013 Free Software Foundation, Inc.
7571
7672 This is free software; see the source for copying conditions. There is NO
7773 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
255251 | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
256252 | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
257253 | am33_2.0 \
258 | arc \
254 | arc | arceb \
259255 | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \
260256 | avr | avr32 \
261257 | be32 | be64 \
262258 | bfin \
263 | c4x | clipper \
259 | c4x | c8051 | clipper \
264260 | d10v | d30v | dlx | dsp16xx \
265261 | epiphany \
266262 | fido | fr30 | frv \
289285 | mipsisa64r2 | mipsisa64r2el \
290286 | mipsisa64sb1 | mipsisa64sb1el \
291287 | mipsisa64sr71k | mipsisa64sr71kel \
288 | mipsr5900 | mipsr5900el \
292289 | mipstx39 | mipstx39el \
293290 | mn10200 | mn10300 \
294291 | moxie \
295292 | mt \
296293 | msp430 \
297294 | nds32 | nds32le | nds32be \
298 | nios | nios2 \
295 | nios | nios2 | nios2eb | nios2el \
299296 | ns16k | ns32k \
300297 | open8 \
301 | or32 \
298 | or1k | or32 \
302299 | pdp10 | pdp11 | pj | pjl \
303300 | powerpc | powerpc64 | powerpc64le | powerpcle \
304301 | pyramid \
368365 | aarch64-* | aarch64_be-* \
369366 | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \
370367 | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
371 | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
368 | alphapca5[67]-* | alpha64pca5[67]-* | arc-* | arceb-* \
372369 | arm-* | armbe-* | armle-* | armeb-* | armv*-* \
373370 | avr-* | avr32-* \
374371 | be32-* | be64-* \
375372 | bfin-* | bs2000-* \
376373 | c[123]* | c30-* | [cjt]90-* | c4x-* \
377 | clipper-* | craynv-* | cydra-* \
374 | c8051-* | clipper-* | craynv-* | cydra-* \
378375 | d10v-* | d30v-* | dlx-* \
379376 | elxsi-* \
380377 | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \
406403 | mipsisa64r2-* | mipsisa64r2el-* \
407404 | mipsisa64sb1-* | mipsisa64sb1el-* \
408405 | mipsisa64sr71k-* | mipsisa64sr71kel-* \
406 | mipsr5900-* | mipsr5900el-* \
409407 | mipstx39-* | mipstx39el-* \
410408 | mmix-* \
411409 | mt-* \
412410 | msp430-* \
413411 | nds32-* | nds32le-* | nds32be-* \
414 | nios-* | nios2-* \
412 | nios-* | nios2-* | nios2eb-* | nios2el-* \
415413 | none-* | np1-* | ns16k-* | ns32k-* \
416414 | open8-* \
417415 | orion-* \
795793 os=-mingw64
796794 ;;
797795 mingw32)
798 basic_machine=i386-pc
796 basic_machine=i686-pc
799797 os=-mingw32
800798 ;;
801799 mingw32ce)
831829 basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
832830 ;;
833831 msys)
834 basic_machine=i386-pc
832 basic_machine=i686-pc
835833 os=-msys
836834 ;;
837835 mvs)
10071005 ;;
10081006 ppc64) basic_machine=powerpc64-unknown
10091007 ;;
1010 ppc64-* | ppc64p7-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
1008 ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
10111009 ;;
10121010 ppc64le | powerpc64little | ppc64-le | powerpc64-little)
10131011 basic_machine=powerpc64le-unknown
13531351 -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
13541352 | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\
13551353 | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \
1356 | -sym* | -kopensolaris* \
1354 | -sym* | -kopensolaris* | -plan9* \
13571355 | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
13581356 | -aos* | -aros* \
13591357 | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
14991497 -aros*)
15001498 os=-aros
15011499 ;;
1502 -kaos*)
1503 os=-kaos
1504 ;;
15051500 -zvmoe)
15061501 os=-zvmoe
15071502 ;;
15501545 c4x-* | tic4x-*)
15511546 os=-coff
15521547 ;;
1548 c8051-*)
1549 os=-elf
1550 ;;
15531551 hexagon-*)
15541552 os=-elf
15551553 ;;
15911589 os=-elf
15921590 ;;
15931591 mips*-*)
1592 os=-elf
1593 ;;
1594 or1k-*)
15941595 os=-elf
15951596 ;;
15961597 or32-*)
00 #! /bin/sh
11 # Guess values for system-dependent variables and create Makefiles.
2 # Generated by GNU Autoconf 2.69 for gnome-menus 3.8.0.
2 # Generated by GNU Autoconf 2.69 for cinnamon-menus 2.1.
33 #
44 # Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-menus>.
55 #
588588 MAKEFLAGS=
589589
590590 # Identity of this package.
591 PACKAGE_NAME='gnome-menus'
592 PACKAGE_TARNAME='gnome-menus'
593 PACKAGE_VERSION='3.8.0'
594 PACKAGE_STRING='gnome-menus 3.8.0'
591 PACKAGE_NAME='cinnamon-menus'
592 PACKAGE_TARNAME='cinnamon-menus'
593 PACKAGE_VERSION='2.1'
594 PACKAGE_STRING='cinnamon-menus 2.1'
595595 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-menus'
596596 PACKAGE_URL=''
597597
13941394 # Omit some internal or obsolete options to make the list less imposing.
13951395 # This message is too long to be a string in the A/UX 3.1 sh.
13961396 cat <<_ACEOF
1397 \`configure' configures gnome-menus 3.8.0 to adapt to many kinds of systems.
1397 \`configure' configures cinnamon-menus 2.1 to adapt to many kinds of systems.
13981398
13991399 Usage: $0 [OPTION]... [VAR=VALUE]...
14001400
14421442 --infodir=DIR info documentation [DATAROOTDIR/info]
14431443 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
14441444 --mandir=DIR man documentation [DATAROOTDIR/man]
1445 --docdir=DIR documentation root [DATAROOTDIR/doc/gnome-menus]
1445 --docdir=DIR documentation root [DATAROOTDIR/doc/cinnamon-menus]
14461446 --htmldir=DIR html documentation [DOCDIR]
14471447 --dvidir=DIR dvi documentation [DOCDIR]
14481448 --pdfdir=DIR pdf documentation [DOCDIR]
14641464
14651465 if test -n "$ac_init_help"; then
14661466 case $ac_init_help in
1467 short | recursive ) echo "Configuration of gnome-menus 3.8.0:";;
1467 short | recursive ) echo "Configuration of cinnamon-menus 2.1:";;
14681468 esac
14691469 cat <<\_ACEOF
14701470
15911591 test -n "$ac_init_help" && exit $ac_status
15921592 if $ac_init_version; then
15931593 cat <<\_ACEOF
1594 gnome-menus configure 3.8.0
1594 cinnamon-menus configure 2.1
15951595 generated by GNU Autoconf 2.69
15961596
15971597 Copyright (C) 2012 Free Software Foundation, Inc.
16791679 as_fn_set_status $ac_retval
16801680
16811681 } # ac_fn_c_try_cpp
1682
1683 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1684 # -------------------------------------------------------
1685 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1686 # the include files in INCLUDES and setting the cache variable VAR
1687 # accordingly.
1688 ac_fn_c_check_header_mongrel ()
1689 {
1690 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1691 if eval \${$3+:} false; then :
1692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1693 $as_echo_n "checking for $2... " >&6; }
1694 if eval \${$3+:} false; then :
1695 $as_echo_n "(cached) " >&6
1696 fi
1697 eval ac_res=\$$3
1698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1699 $as_echo "$ac_res" >&6; }
1700 else
1701 # Is the header compilable?
1702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1703 $as_echo_n "checking $2 usability... " >&6; }
1704 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1705 /* end confdefs.h. */
1706 $4
1707 #include <$2>
1708 _ACEOF
1709 if ac_fn_c_try_compile "$LINENO"; then :
1710 ac_header_compiler=yes
1711 else
1712 ac_header_compiler=no
1713 fi
1714 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1716 $as_echo "$ac_header_compiler" >&6; }
1717
1718 # Is the header present?
1719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1720 $as_echo_n "checking $2 presence... " >&6; }
1721 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1722 /* end confdefs.h. */
1723 #include <$2>
1724 _ACEOF
1725 if ac_fn_c_try_cpp "$LINENO"; then :
1726 ac_header_preproc=yes
1727 else
1728 ac_header_preproc=no
1729 fi
1730 rm -f conftest.err conftest.i conftest.$ac_ext
1731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1732 $as_echo "$ac_header_preproc" >&6; }
1733
1734 # So? What about this header?
1735 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1736 yes:no: )
1737 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1738 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1739 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1740 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1741 ;;
1742 no:yes:* )
1743 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1744 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1745 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1746 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1747 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1748 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1749 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1750 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1751 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1752 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1753 ( $as_echo "## -------------------------------------------------------------------------- ##
1754 ## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-menus ##
1755 ## -------------------------------------------------------------------------- ##"
1756 ) | sed "s/^/$as_me: WARNING: /" >&2
1757 ;;
1758 esac
1759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1760 $as_echo_n "checking for $2... " >&6; }
1761 if eval \${$3+:} false; then :
1762 $as_echo_n "(cached) " >&6
1763 else
1764 eval "$3=\$ac_header_compiler"
1765 fi
1766 eval ac_res=\$$3
1767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1768 $as_echo "$ac_res" >&6; }
1769 fi
1770 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1771
1772 } # ac_fn_c_check_header_mongrel
16821773
16831774 # ac_fn_c_try_run LINENO
16841775 # ----------------------
17211812 as_fn_set_status $ac_retval
17221813
17231814 } # ac_fn_c_try_run
1724
1725 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1726 # -------------------------------------------------------
1727 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1728 # the include files in INCLUDES and setting the cache variable VAR
1729 # accordingly.
1730 ac_fn_c_check_header_mongrel ()
1731 {
1732 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1733 if eval \${$3+:} false; then :
1734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1735 $as_echo_n "checking for $2... " >&6; }
1736 if eval \${$3+:} false; then :
1737 $as_echo_n "(cached) " >&6
1738 fi
1739 eval ac_res=\$$3
1740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1741 $as_echo "$ac_res" >&6; }
1742 else
1743 # Is the header compilable?
1744 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1745 $as_echo_n "checking $2 usability... " >&6; }
1746 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1747 /* end confdefs.h. */
1748 $4
1749 #include <$2>
1750 _ACEOF
1751 if ac_fn_c_try_compile "$LINENO"; then :
1752 ac_header_compiler=yes
1753 else
1754 ac_header_compiler=no
1755 fi
1756 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1758 $as_echo "$ac_header_compiler" >&6; }
1759
1760 # Is the header present?
1761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1762 $as_echo_n "checking $2 presence... " >&6; }
1763 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1764 /* end confdefs.h. */
1765 #include <$2>
1766 _ACEOF
1767 if ac_fn_c_try_cpp "$LINENO"; then :
1768 ac_header_preproc=yes
1769 else
1770 ac_header_preproc=no
1771 fi
1772 rm -f conftest.err conftest.i conftest.$ac_ext
1773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1774 $as_echo "$ac_header_preproc" >&6; }
1775
1776 # So? What about this header?
1777 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1778 yes:no: )
1779 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1780 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1781 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1782 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1783 ;;
1784 no:yes:* )
1785 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1786 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1787 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1788 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1789 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1790 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1791 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1792 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1793 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1794 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1795 ( $as_echo "## -------------------------------------------------------------------------- ##
1796 ## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-menus ##
1797 ## -------------------------------------------------------------------------- ##"
1798 ) | sed "s/^/$as_me: WARNING: /" >&2
1799 ;;
1800 esac
1801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1802 $as_echo_n "checking for $2... " >&6; }
1803 if eval \${$3+:} false; then :
1804 $as_echo_n "(cached) " >&6
1805 else
1806 eval "$3=\$ac_header_compiler"
1807 fi
1808 eval ac_res=\$$3
1809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1810 $as_echo "$ac_res" >&6; }
1811 fi
1812 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1813
1814 } # ac_fn_c_check_header_mongrel
18151815
18161816 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
18171817 # -------------------------------------------------------
19601960 This file contains any messages produced by compilers while
19611961 running configure, to aid debugging if configure makes a mistake.
19621962
1963 It was created by gnome-menus $as_me 3.8.0, which was
1963 It was created by cinnamon-menus $as_me 2.1, which was
19641964 generated by GNU Autoconf 2.69. Invocation command line was
19651965
19661966 $ $0 $@
28242824
28252825
28262826 # Define the identity of the package.
2827 PACKAGE='gnome-menus'
2828 VERSION='3.8.0'
2827 PACKAGE='cinnamon-menus'
2828 VERSION='2.1'
28292829
28302830
28312831 cat >>confdefs.h <<_ACEOF
28652865 # in the wild :-( We should find a proper way to deprecate it ...
28662866 AMTAR='$${TAR-tar}'
28672867
2868
2869 # We'll loop over all known methods to create a tar archive until one works.
2870 _am_tools='gnutar pax cpio none'
2871
28682872 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
2873
28692874
28702875
28712876
29622967 LIB_MENU_LT_VERSION=0:1:0
29632968
29642969
2965 GETTEXT_PACKAGE=gnome-menus-3.0
2970 GETTEXT_PACKAGE=cinnamon-menus-3.0
29662971
29672972 cat >>confdefs.h <<_ACEOF
29682973 #define GETTEXT_PACKAGE "$GETTEXT_PACKAGE"
75317536 ;;
75327537 *)
75337538 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
7534 if test -n "$lt_cv_sys_max_cmd_len"; then
7539 if test -n "$lt_cv_sys_max_cmd_len" && \
7540 test undefined != "$lt_cv_sys_max_cmd_len"; then
75357541 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
75367542 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
75377543 else
79297935 fi
79307936 ;;
79317937
7932 gnu*)
7933 lt_cv_deplibs_check_method=pass_all
7934 ;;
7935
79367938 haiku*)
79377939 lt_cv_deplibs_check_method=pass_all
79387940 ;;
79717973 ;;
79727974
79737975 # This must be glibc/ELF.
7974 linux* | k*bsd*-gnu | kopensolaris*-gnu)
7976 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
79757977 lt_cv_deplibs_check_method=pass_all
79767978 ;;
79777979
7978 netbsd*)
7980 netbsd* | netbsdelf*-gnu)
79797981 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
79807982 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
79817983 else
90659067 LD="${LD-ld} -m elf_i386_fbsd"
90669068 ;;
90679069 x86_64-*linux*)
9068 LD="${LD-ld} -m elf_i386"
9070 case `/usr/bin/file conftest.o` in
9071 *x86-64*)
9072 LD="${LD-ld} -m elf32_x86_64"
9073 ;;
9074 *)
9075 LD="${LD-ld} -m elf_i386"
9076 ;;
9077 esac
90699078 ;;
90709079 ppc64-*linux*|powerpc64-*linux*)
90719080 LD="${LD-ld} -m elf32ppclinux"
1062510634 lt_prog_compiler_static='-non_shared'
1062610635 ;;
1062710636
10628 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10637 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
1062910638 case $cc_basename in
1063010639 # old Intel for x86_64 which still supported -KPIC.
1063110640 ecc*)
1110311112 openbsd*)
1110411113 with_gnu_ld=no
1110511114 ;;
11115 linux* | k*bsd*-gnu | gnu*)
11116 link_all_deplibs=no
11117 ;;
1110611118 esac
1110711119
1110811120 ld_shlibs=yes
1132411336 fi
1132511337 ;;
1132611338
11327 netbsd*)
11339 netbsd* | netbsdelf*-gnu)
1132811340 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
1132911341 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
1133011342 wlarc=
1150111513 if test "$aix_use_runtimelinking" = yes; then
1150211514 shared_flag="$shared_flag "'${wl}-G'
1150311515 fi
11516 link_all_deplibs=no
1150411517 else
1150511518 # not using gcc
1150611519 if test "$host_cpu" = ia64; then
1195411967 link_all_deplibs=yes
1195511968 ;;
1195611969
11957 netbsd*)
11970 netbsd* | netbsdelf*-gnu)
1195811971 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
1195911972 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
1196011973 else
1279112804 esac
1279212805 ;;
1279312806
12794 gnu*)
12795 version_type=linux # correct to gnu/linux during the next big refactor
12796 need_lib_prefix=no
12797 need_version=no
12798 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
12799 soname_spec='${libname}${release}${shared_ext}$major'
12800 shlibpath_var=LD_LIBRARY_PATH
12801 shlibpath_overrides_runpath=no
12802 hardcode_into_libs=yes
12803 ;;
12804
1280512807 haiku*)
1280612808 version_type=linux # correct to gnu/linux during the next big refactor
1280712809 need_lib_prefix=no
1291812920 ;;
1291912921
1292012922 # This must be glibc/ELF.
12921 linux* | k*bsd*-gnu | kopensolaris*-gnu)
12923 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
1292212924 version_type=linux # correct to gnu/linux during the next big refactor
1292312925 need_lib_prefix=no
1292412926 need_version=no
1296712969 # before this can be enabled.
1296812970 hardcode_into_libs=yes
1296912971
12970 # Add ABI-specific directories to the system library path.
12971 sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
12972
1297312972 # Append ld.so.conf contents to the search path
1297412973 if test -f /etc/ld.so.conf; then
1297512974 lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
12976 sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
12977
12975 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
1297812976 fi
1297912977
1298012978 # We used to test for /lib/ld.so.1 and disable shared libraries on
1298412982 # people can always --disable-shared, the test was removed, and we
1298512983 # assume the GNU/Linux dynamic linker is in use.
1298612984 dynamic_linker='GNU/Linux ld.so'
12985 ;;
12986
12987 netbsdelf*-gnu)
12988 version_type=linux
12989 need_lib_prefix=no
12990 need_version=no
12991 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12992 soname_spec='${libname}${release}${shared_ext}$major'
12993 shlibpath_var=LD_LIBRARY_PATH
12994 shlibpath_overrides_runpath=no
12995 hardcode_into_libs=yes
12996 dynamic_linker='NetBSD ld.elf_so'
1298712997 ;;
1298812998
1298912999 netbsd*)
1436214372 test $ac_status = 0; }; then
1436314373 found_introspection=yes
1436414374 else
14365 as_fn_error $? "You need to have gobject-introspection >= 0.9.5 installed to build gnome-menus" "$LINENO" 5
14375 as_fn_error $? "You need to have gobject-introspection >= 0.9.5 installed to build cinnamon-menus" "$LINENO" 5
1436614376 fi
1436714377 ;; #(
1436814378 auto) :
1442014430
1442114431
1442214432
14423 ac_config_files="$ac_config_files Makefile libmenu/Makefile libmenu/libgnome-menu-3.0.pc libmenu/libgnome-menu-3.0-uninstalled.pc layout/Makefile desktop-directories/Makefile util/Makefile po/Makefile.in"
14433 ac_config_files="$ac_config_files Makefile libmenu/Makefile libmenu/libcinnamon-menu-3.0.pc libmenu/libcinnamon-menu-3.0-uninstalled.pc util/Makefile po/Makefile.in"
1442414434
1442514435 cat >confcache <<\_ACEOF
1442614436 # This file is a shell script that caches the results of configure
1496814978 # report actual input values of CONFIG_FILES etc. instead of their
1496914979 # values after options handling.
1497014980 ac_log="
14971 This file was extended by gnome-menus $as_me 3.8.0, which was
14981 This file was extended by cinnamon-menus $as_me 2.1, which was
1497214982 generated by GNU Autoconf 2.69. Invocation command line was
1497314983
1497414984 CONFIG_FILES = $CONFIG_FILES
1503415044 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1503515045 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1503615046 ac_cs_version="\\
15037 gnome-menus config.status 3.8.0
15047 cinnamon-menus config.status 2.1
1503815048 configured by $0, generated by GNU Autoconf 2.69,
1503915049 with options \\"\$ac_cs_config\\"
1504015050
1544915459 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
1545015460 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
1545115461 "libmenu/Makefile") CONFIG_FILES="$CONFIG_FILES libmenu/Makefile" ;;
15452 "libmenu/libgnome-menu-3.0.pc") CONFIG_FILES="$CONFIG_FILES libmenu/libgnome-menu-3.0.pc" ;;
15453 "libmenu/libgnome-menu-3.0-uninstalled.pc") CONFIG_FILES="$CONFIG_FILES libmenu/libgnome-menu-3.0-uninstalled.pc" ;;
15454 "layout/Makefile") CONFIG_FILES="$CONFIG_FILES layout/Makefile" ;;
15455 "desktop-directories/Makefile") CONFIG_FILES="$CONFIG_FILES desktop-directories/Makefile" ;;
15462 "libmenu/libcinnamon-menu-3.0.pc") CONFIG_FILES="$CONFIG_FILES libmenu/libcinnamon-menu-3.0.pc" ;;
15463 "libmenu/libcinnamon-menu-3.0-uninstalled.pc") CONFIG_FILES="$CONFIG_FILES libmenu/libcinnamon-menu-3.0-uninstalled.pc" ;;
1545615464 "util/Makefile") CONFIG_FILES="$CONFIG_FILES util/Makefile" ;;
1545715465 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
1545815466 "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;;
1610316111 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1610416112 test -z "$DEPDIR" && continue
1610516113 am__include=`sed -n 's/^am__include = //p' < "$mf"`
16106 test -z "am__include" && continue
16114 test -z "$am__include" && continue
1610716115 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1610816116 # Find all dependency output files, they are included files with
1610916117 # $(DEPDIR) in their names. We invoke sed twice because it is the
7373 AC_OUTPUT([
7474 Makefile
7575 libmenu/Makefile
76 libmenu/libgnome-menu-3.0.pc
77 libmenu/libgnome-menu-3.0-uninstalled.pc
78 layout/Makefile
79 desktop-directories/Makefile
76 libmenu/libcinnamon-menu-3.0.pc
77 libmenu/libcinnamon-menu-3.0-uninstalled.pc
8078 util/Makefile
8179 po/Makefile.in
8280 ])
00 This file contains any messages produced by compilers while
11 running configure, to aid debugging if configure makes a mistake.
22
3 It was created by gnome-menus configure 3.8.0, which was
3 It was created by cinnamon-menus configure 2.1, which was
44 generated by GNU Autoconf 2.69. Invocation command line was
55
6 $ /home/mtwebster/bin/gnome-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/gnome-menus --disable-maintainer-mode --disable-dependency-tracking --disable-silent-rules
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
77
88 ## --------- ##
99 ## Platform. ##
5555 configure:2750: result: yes
5656 configure:2779: checking whether make supports nested variables
5757 configure:2796: result: yes
58 configure:2886: checking whether make supports nested variables
59 configure:2903: result: yes
60 configure:2919: checking whether to enable maintainer-specific portions of Makefiles
61 configure:2928: result: no
62 configure:2986: checking for style of include used by make
63 configure:3014: result: GNU
64 configure:3085: checking for gcc
65 configure:3101: found /usr/bin/gcc
66 configure:3112: result: gcc
67 configure:3341: checking for C compiler version
68 configure:3350: gcc --version >&5
58 configure:2891: checking whether make supports nested variables
59 configure:2908: result: yes
60 configure:2924: checking whether to enable maintainer-specific portions of Makefiles
61 configure:2933: result: no
62 configure:2991: checking for style of include used by make
63 configure:3019: result: GNU
64 configure:3090: checking for gcc
65 configure:3106: found /usr/bin/gcc
66 configure:3117: result: gcc
67 configure:3346: checking for C compiler version
68 configure:3355: gcc --version >&5
6969 gcc-4.8.real (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
7070 Copyright (C) 2013 Free Software Foundation, Inc.
7171 This is free software; see the source for copying conditions. There is NO
7272 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
7373
74 configure:3361: $? = 0
75 configure:3350: gcc -v >&5
74 configure:3366: $? = 0
75 configure:3355: gcc -v >&5
7676 Using built-in specs.
7777 COLLECT_GCC=/usr/bin/gcc-4.8.real
7878 COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
8080 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
8181 Thread model: posix
8282 gcc version 4.8.1 (Ubuntu/Linaro 4.8.1-10ubuntu9)
83 configure:3361: $? = 0
84 configure:3350: gcc -V >&5
83 configure:3366: $? = 0
84 configure:3355: gcc -V >&5
8585 gcc-4.8.real: error: unrecognized command line option '-V'
8686 gcc-4.8.real: fatal error: no input files
8787 compilation terminated.
88 configure:3361: $? = 4
89 configure:3350: gcc -qversion >&5
88 configure:3366: $? = 4
89 configure:3355: gcc -qversion >&5
9090 gcc-4.8.real: error: unrecognized command line option '-qversion'
9191 gcc-4.8.real: fatal error: no input files
9292 compilation terminated.
93 configure:3361: $? = 4
94 configure:3381: checking whether the C compiler works
95 configure:3403: 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:3407: $? = 0
97 configure:3455: result: yes
98 configure:3458: checking for C compiler default output file name
99 configure:3460: result: a.out
100 configure:3466: checking for suffix of executables
101 configure:3473: 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:3477: $? = 0
103 configure:3499: result:
104 configure:3521: checking whether we are cross compiling
105 configure:3529: 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:3533: $? = 0
107 configure:3540: ./conftest
108 configure:3544: $? = 0
109 configure:3559: result: no
110 configure:3564: checking for suffix of object files
111 configure:3586: 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:3590: $? = 0
113 configure:3611: result: o
114 configure:3615: checking whether we are using the GNU C compiler
115 configure:3634: 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:3634: $? = 0
117 configure:3643: result: yes
118 configure:3652: checking whether gcc accepts -g
119 configure:3672: gcc -c -g -D_FORTIFY_SOURCE=2 conftest.c >&5
120 configure:3672: $? = 0
121 configure:3713: result: yes
122 configure:3730: checking for gcc option to accept ISO C89
123 configure:3793: 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:3793: $? = 0
125 configure:3806: result: none needed
126 configure:3828: checking dependency style of gcc
127 configure:3939: result: none
128 configure:3960: checking how to run the C preprocessor
129 configure:3991: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
130 configure:3991: $? = 0
131 configure:4005: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
93 configure:3366: $? = 4
94 configure:3386: checking whether the C compiler works
95 configure:3408: 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:3412: $? = 0
97 configure:3460: result: yes
98 configure:3463: checking for C compiler default output file name
99 configure:3465: result: a.out
100 configure:3471: checking for suffix of executables
101 configure:3478: 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:3482: $? = 0
103 configure:3504: result:
104 configure:3526: checking whether we are cross compiling
105 configure:3534: 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:3538: $? = 0
107 configure:3545: ./conftest
108 configure:3549: $? = 0
109 configure:3564: result: no
110 configure:3569: checking for suffix of object files
111 configure:3591: 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:3595: $? = 0
113 configure:3616: result: o
114 configure:3620: checking whether we are using the GNU C compiler
115 configure:3639: 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:3639: $? = 0
117 configure:3648: result: yes
118 configure:3657: checking whether gcc accepts -g
119 configure:3677: gcc -c -g -D_FORTIFY_SOURCE=2 conftest.c >&5
120 configure:3677: $? = 0
121 configure:3718: result: yes
122 configure:3735: checking for gcc option to accept ISO C89
123 configure:3798: 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:3798: $? = 0
125 configure:3811: result: none needed
126 configure:3833: checking dependency style of gcc
127 configure:3944: result: none
128 configure:3965: checking how to run the C preprocessor
129 configure:3996: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
130 configure:3996: $? = 0
131 configure:4010: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
132132 conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
133133 #include <ac_nonexistent.h>
134134 ^
135135 compilation terminated.
136 configure:4005: $? = 1
136 configure:4010: $? = 1
137137 configure: failed program was:
138138 | /* confdefs.h */
139 | #define PACKAGE_NAME "gnome-menus"
140 | #define PACKAGE_TARNAME "gnome-menus"
141 | #define PACKAGE_VERSION "3.8.0"
142 | #define PACKAGE_STRING "gnome-menus 3.8.0"
139 | #define PACKAGE_NAME "cinnamon-menus"
140 | #define PACKAGE_TARNAME "cinnamon-menus"
141 | #define PACKAGE_VERSION "2.1"
142 | #define PACKAGE_STRING "cinnamon-menus 2.1"
143143 | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-menus"
144144 | #define PACKAGE_URL ""
145 | #define PACKAGE "gnome-menus"
146 | #define VERSION "3.8.0"
147 | #define GETTEXT_PACKAGE "gnome-menus-3.0"
145 | #define PACKAGE "cinnamon-menus"
146 | #define VERSION "2.1"
147 | #define GETTEXT_PACKAGE "cinnamon-menus-3.0"
148148 | /* end confdefs.h. */
149149 | #include <ac_nonexistent.h>
150 configure:4030: result: gcc -E
151 configure:4050: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
152 configure:4050: $? = 0
153 configure:4064: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
150 configure:4035: result: gcc -E
151 configure:4055: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
152 configure:4055: $? = 0
153 configure:4069: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
154154 conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
155155 #include <ac_nonexistent.h>
156156 ^
157157 compilation terminated.
158 configure:4064: $? = 1
158 configure:4069: $? = 1
159159 configure: failed program was:
160160 | /* confdefs.h */
161 | #define PACKAGE_NAME "gnome-menus"
162 | #define PACKAGE_TARNAME "gnome-menus"
163 | #define PACKAGE_VERSION "3.8.0"
164 | #define PACKAGE_STRING "gnome-menus 3.8.0"
161 | #define PACKAGE_NAME "cinnamon-menus"
162 | #define PACKAGE_TARNAME "cinnamon-menus"
163 | #define PACKAGE_VERSION "2.1"
164 | #define PACKAGE_STRING "cinnamon-menus 2.1"
165165 | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-menus"
166166 | #define PACKAGE_URL ""
167 | #define PACKAGE "gnome-menus"
168 | #define VERSION "3.8.0"
169 | #define GETTEXT_PACKAGE "gnome-menus-3.0"
167 | #define PACKAGE "cinnamon-menus"
168 | #define VERSION "2.1"
169 | #define GETTEXT_PACKAGE "cinnamon-menus-3.0"
170170 | /* end confdefs.h. */
171171 | #include <ac_nonexistent.h>
172 configure:4093: checking for grep that handles long lines and -e
173 configure:4151: result: /bin/grep
174 configure:4156: checking for egrep
175 configure:4218: result: /bin/grep -E
176 configure:4223: checking for ANSI C header files
177 configure:4243: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
178 configure:4243: $? = 0
179 configure:4316: 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
180 configure:4316: $? = 0
181 configure:4316: ./conftest
182 configure:4316: $? = 0
183 configure:4327: result: yes
184 configure:4340: checking for sys/types.h
185 configure:4340: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
186 configure:4340: $? = 0
187 configure:4340: result: yes
188 configure:4340: checking for sys/stat.h
189 configure:4340: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
190 configure:4340: $? = 0
191 configure:4340: result: yes
192 configure:4340: checking for stdlib.h
193 configure:4340: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
194 configure:4340: $? = 0
195 configure:4340: result: yes
196 configure:4340: checking for string.h
197 configure:4340: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
198 configure:4340: $? = 0
199 configure:4340: result: yes
200 configure:4340: checking for memory.h
201 configure:4340: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
202 configure:4340: $? = 0
203 configure:4340: result: yes
204 configure:4340: checking for strings.h
205 configure:4340: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
206 configure:4340: $? = 0
207 configure:4340: result: yes
208 configure:4340: checking for inttypes.h
209 configure:4340: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
210 configure:4340: $? = 0
211 configure:4340: result: yes
212 configure:4340: checking for stdint.h
213 configure:4340: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
214 configure:4340: $? = 0
215 configure:4340: result: yes
216 configure:4340: checking for unistd.h
217 configure:4340: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
218 configure:4340: $? = 0
219 configure:4340: result: yes
220 configure:4355: checking locale.h usability
221 configure:4355: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
222 configure:4355: $? = 0
223 configure:4355: result: yes
224 configure:4355: checking locale.h presence
225 configure:4355: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
226 configure:4355: $? = 0
227 configure:4355: result: yes
228 configure:4355: checking for locale.h
229 configure:4355: result: yes
230 configure:4366: checking for LC_MESSAGES
231 configure:4382: 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
172 configure:4098: checking for grep that handles long lines and -e
173 configure:4156: result: /bin/grep
174 configure:4161: checking for egrep
175 configure:4223: result: /bin/grep -E
176 configure:4228: checking for ANSI C header files
177 configure:4248: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
178 configure:4248: $? = 0
179 configure:4321: 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
180 configure:4321: $? = 0
181 configure:4321: ./conftest
182 configure:4321: $? = 0
183 configure:4332: result: yes
184 configure:4345: checking for sys/types.h
185 configure:4345: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
186 configure:4345: $? = 0
187 configure:4345: result: yes
188 configure:4345: checking for sys/stat.h
189 configure:4345: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
190 configure:4345: $? = 0
191 configure:4345: result: yes
192 configure:4345: checking for stdlib.h
193 configure:4345: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
194 configure:4345: $? = 0
195 configure:4345: result: yes
196 configure:4345: checking for string.h
197 configure:4345: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
198 configure:4345: $? = 0
199 configure:4345: result: yes
200 configure:4345: checking for memory.h
201 configure:4345: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
202 configure:4345: $? = 0
203 configure:4345: result: yes
204 configure:4345: checking for strings.h
205 configure:4345: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
206 configure:4345: $? = 0
207 configure:4345: result: yes
208 configure:4345: checking for inttypes.h
209 configure:4345: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
210 configure:4345: $? = 0
211 configure:4345: result: yes
212 configure:4345: checking for stdint.h
213 configure:4345: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
214 configure:4345: $? = 0
215 configure:4345: result: yes
216 configure:4345: checking for unistd.h
217 configure:4345: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
218 configure:4345: $? = 0
219 configure:4345: result: yes
220 configure:4360: checking locale.h usability
221 configure:4360: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
222 configure:4360: $? = 0
223 configure:4360: result: yes
224 configure:4360: checking locale.h presence
225 configure:4360: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
226 configure:4360: $? = 0
227 configure:4360: result: yes
228 configure:4360: checking for locale.h
229 configure:4360: result: yes
230 configure:4371: checking for LC_MESSAGES
231 configure:4387: 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
232 configure:4387: $? = 0
233 configure:4395: result: yes
234 configure:4412: checking libintl.h usability
235 configure:4412: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
236 configure:4412: $? = 0
237 configure:4412: result: yes
238 configure:4412: checking libintl.h presence
239 configure:4412: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
240 configure:4412: $? = 0
241 configure:4412: result: yes
242 configure:4412: checking for libintl.h
243 configure:4412: result: yes
244 configure:4420: checking for ngettext in libc
245 configure:4438: 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
246 configure:4438: $? = 0
247 configure:4447: result: yes
248 configure:4451: checking for dgettext in libc
249 configure:4469: 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
250 configure:4469: $? = 0
251 configure:4478: result: yes
252 configure:4485: checking for bind_textdomain_codeset
253 configure:4485: 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
254 configure:4485: $? = 0
255 configure:4485: result: yes
256 configure:4761: checking for msgfmt
257 configure:4788: result: /usr/bin/msgfmt
258 configure:4799: checking for dcgettext
259 configure:4799: 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
260 conftest.c:49:6: warning: conflicting types for built-in function 'dcgettext' [enabled by default]
261 char dcgettext ();
262 ^
263 configure:4799: $? = 0
264 configure:4799: result: yes
265 configure:4809: checking if msgfmt accepts -c
266 configure:4824: $MSGFMT -c -o /dev/null conftest.foo
267 configure:4827: $? = 0
268 configure:4829: result: yes
269 configure:4839: checking for gmsgfmt
270 configure:4870: result: /usr/bin/msgfmt
271 configure:4880: checking for xgettext
272 configure:4907: result: /usr/bin/xgettext
273 configure:4926: 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
274 configure:4926: $? = 0
275 configure:5067: checking whether NLS is requested
276 configure:5076: result: yes
277 configure:5094: checking for intltool >= 0.40.0
278 configure:5096: result: 0.50.2 found
279 configure:5104: checking for intltool-update
280 configure:5122: found /usr/bin/intltool-update
281 configure:5134: result: /usr/bin/intltool-update
282 configure:5144: checking for intltool-merge
283 configure:5162: found /usr/bin/intltool-merge
284 configure:5174: result: /usr/bin/intltool-merge
285 configure:5184: checking for intltool-extract
286 configure:5202: found /usr/bin/intltool-extract
287 configure:5214: result: /usr/bin/intltool-extract
288 configure:5368: checking for xgettext
289 configure:5398: result: /usr/bin/xgettext
290 configure:5408: checking for msgmerge
291 configure:5426: found /usr/bin/msgmerge
292 configure:5438: result: /usr/bin/msgmerge
293 configure:5448: checking for msgfmt
294 configure:5478: result: /usr/bin/msgfmt
295 configure:5488: checking for gmsgfmt
296 configure:5519: result: /usr/bin/msgfmt
297 configure:5539: checking for perl
298 configure:5557: found /usr/bin/perl
299 configure:5569: result: /usr/bin/perl
300 configure:5580: checking for perl >= 5.8.1
301 configure:5587: result: 5.14.2
302 configure:5591: checking for XML::Parser
303 configure:5594: result: ok
304 configure:5646: checking for library containing strerror
305 configure:5677: 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
306 configure:5677: $? = 0
307 configure:5694: result: none required
308 configure:5750: checking for gcc
309 configure:5777: result: gcc
310 configure:6006: checking for C compiler version
311 configure:6015: gcc --version >&5
312 gcc-4.8.real (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
313 Copyright (C) 2013 Free Software Foundation, Inc.
314 This is free software; see the source for copying conditions. There is NO
315 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
316
317 configure:6026: $? = 0
318 configure:6015: gcc -v >&5
319 Using built-in specs.
320 COLLECT_GCC=/usr/bin/gcc-4.8.real
321 COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
322 Target: x86_64-linux-gnu
323 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
324 Thread model: posix
325 gcc version 4.8.1 (Ubuntu/Linaro 4.8.1-10ubuntu9)
326 configure:6026: $? = 0
327 configure:6015: gcc -V >&5
328 gcc-4.8.real: error: unrecognized command line option '-V'
329 gcc-4.8.real: fatal error: no input files
330 compilation terminated.
331 configure:6026: $? = 4
332 configure:6015: gcc -qversion >&5
333 gcc-4.8.real: error: unrecognized command line option '-qversion'
334 gcc-4.8.real: fatal error: no input files
335 compilation terminated.
336 configure:6026: $? = 4
337 configure:6030: checking whether we are using the GNU C compiler
338 configure:6058: result: yes
339 configure:6067: checking whether gcc accepts -g
340 configure:6128: result: yes
341 configure:6145: checking for gcc option to accept ISO C89
342 configure:6221: result: none needed
343 configure:6243: checking dependency style of gcc
344 configure:6354: result: none
345 configure:6369: checking for ANSI C header files
346 configure:6473: result: yes
347 configure:6486: checking build system type
348 configure:6500: result: x86_64-pc-linux-gnu
349 configure:6520: checking host system type
350 configure:6533: result: x86_64-pc-linux-gnu
351 configure:6902: checking how to print strings
352 configure:6929: result: printf
353 configure:6950: checking for a sed that does not truncate output
354 configure:7014: result: /bin/sed
355 configure:7032: checking for fgrep
356 configure:7094: result: /bin/grep -F
357 configure:7129: checking for ld used by gcc
358 configure:7196: result: /usr/bin/ld
359 configure:7203: checking if the linker (/usr/bin/ld) is GNU ld
360 configure:7218: result: yes
361 configure:7230: checking for BSD- or MS-compatible name lister (nm)
362 configure:7279: result: /usr/bin/nm -B
363 configure:7409: checking the name lister (/usr/bin/nm -B) interface
364 configure:7416: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
365 configure:7419: /usr/bin/nm -B "conftest.o"
366 configure:7422: output
367 0000000000000000 B some_variable
368 configure:7429: result: BSD nm
369 configure:7432: checking whether ln -s works
370 configure:7436: result: yes
371 configure:7444: checking the maximum length of command line arguments
372 configure:7575: result: 3458764513820540925
373 configure:7592: checking whether the shell understands some XSI constructs
374 configure:7602: result: yes
375 configure:7606: checking whether the shell understands "+="
376 configure:7612: result: yes
377 configure:7647: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format
378 configure:7687: result: func_convert_file_noop
379 configure:7694: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
380 configure:7714: result: func_convert_file_noop
381 configure:7721: checking for /usr/bin/ld option to reload object files
382 configure:7728: result: -r
383 configure:7802: checking for objdump
384 configure:7829: result: objdump
385 configure:7858: checking how to recognize dependent libraries
386 configure:8056: result: pass_all
387 configure:8141: checking for dlltool
388 configure:8168: result: dlltool
389 configure:8198: checking how to associate runtime and link libraries
390 configure:8225: result: printf %s\n
391 configure:8285: checking for ar
392 configure:8301: found /usr/bin/ar
393 configure:8312: result: ar
394 configure:8349: checking for archiver @FILE support
395 configure:8366: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
396 configure:8366: $? = 0
397 configure:8369: ar cru libconftest.a @conftest.lst >&5
398 configure:8372: $? = 0
399 configure:8377: ar cru libconftest.a @conftest.lst >&5
400 ar: conftest.o: No such file or directory
401 configure:8380: $? = 1
402 configure:8392: result: @
403 configure:8450: checking for strip
404 configure:8466: found /usr/bin/strip
405 configure:8477: result: strip
406 configure:8549: checking for ranlib
407 configure:8565: found /usr/bin/ranlib
408 configure:8576: result: ranlib
409 configure:8678: checking command to parse /usr/bin/nm -B output from gcc object
410 configure:8798: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
411 configure:8801: $? = 0
412 configure:8805: /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
413 configure:8808: $? = 0
414 configure:8874: 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
415 configure:8877: $? = 0
416 configure:8915: result: ok
417 configure:8952: checking for sysroot
418 configure:8982: result: no
419 configure:9059: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
420 configure:9062: $? = 0
421 configure:9245: checking for mt
422 configure:9261: found /bin/mt
423 configure:9272: result: mt
424 configure:9295: checking if mt is a manifest tool
425 configure:9301: mt '-?'
426 configure:9309: result: no
427 configure:9948: checking for dlfcn.h
428 configure:9948: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
429 configure:9948: $? = 0
430 configure:9948: result: yes
431 configure:10152: checking for objdir
432 configure:10167: result: .libs
433 configure:10438: checking if gcc supports -fno-rtti -fno-exceptions
434 configure:10456: 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
435 cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
436 configure:10460: $? = 0
437 configure:10473: result: no
438 configure:10800: checking for gcc option to produce PIC
439 configure:10807: result: -fPIC -DPIC
440 configure:10815: checking if gcc PIC flag -fPIC -DPIC works
441 configure:10833: 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
442 configure:10837: $? = 0
443 configure:10850: result: yes
444 configure:10879: checking if gcc static flag -static works
445 configure:10907: result: yes
446 configure:10922: checking if gcc supports -c -o file.o
447 configure:10943: 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
448 configure:10947: $? = 0
449 configure:10969: result: yes
450 configure:10977: checking if gcc supports -c -o file.o
451 configure:11024: result: yes
452 configure:11057: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
453 configure:12214: result: yes
454 configure:12251: checking whether -lc should be explicitly linked in
455 configure:12259: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
456 configure:12262: $? = 0
457 configure:12277: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
458 configure:12280: $? = 0
459 configure:12294: result: no
460 configure:12454: checking dynamic linker characteristics
461 configure:12954: 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
462 configure:12954: $? = 0
463 configure:13188: result: GNU/Linux ld.so
464 configure:13295: checking how to hardcode library paths into programs
465 configure:13320: result: immediate
466 configure:13860: checking whether stripping libraries is possible
467 configure:13865: result: yes
468 configure:13900: checking if libtool supports shared libraries
469 configure:13902: result: yes
470 configure:13905: checking whether to build shared libraries
471 configure:13926: result: yes
472 configure:13929: checking whether to build static libraries
473 configure:13933: result: yes
474 configure:14025: checking for pkg-config
475 configure:14043: found /usr/bin/pkg-config
476 configure:14055: result: /usr/bin/pkg-config
477 configure:14080: checking pkg-config is at least version 0.9.0
478 configure:14083: result: yes
479 configure:14093: checking for GIO_UNIX
480 configure:14100: $PKG_CONFIG --exists --print-errors "gio-unix-2.0 >= 2.29.15"
481 configure:14103: $? = 0
482 configure:14117: $PKG_CONFIG --exists --print-errors "gio-unix-2.0 >= 2.29.15"
483 configure:14120: $? = 0
484 configure:14178: result: yes
485 configure:14243: checking whether gcc understands -Wall
486 configure:14256: gcc -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
487 configure:14256: $? = 0
488 configure:14263: result: yes
489 configure:14243: checking whether gcc understands -Wstrict-prototypes
490 configure:14256: 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
491 conftest.c:33:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
492 main ()
493 ^
494 configure:14256: $? = 0
495 configure:14263: result: yes
496 configure:14243: checking whether gcc understands -Wnested-externs
497 configure:14256: 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
498 configure:14256: $? = 0
499 configure:14263: result: yes
500 configure:14243: checking whether gcc understands -Werror=missing-prototypes
501 configure:14256: 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
502 configure:14256: $? = 0
503 configure:14263: result: yes
504 configure:14243: checking whether gcc understands -Werror=implicit-function-declaration
505 configure:14256: 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
506 configure:14256: $? = 0
507 configure:14263: result: yes
508 configure:14243: checking whether gcc understands -Werror=pointer-arith
509 configure:14256: 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
510 configure:14256: $? = 0
511 configure:14263: result: yes
512 configure:14243: checking whether gcc understands -Werror=init-self
513 configure:14256: 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
514 configure:14256: $? = 0
515 configure:14263: result: yes
516 configure:14243: checking whether gcc understands -Werror=format-security
517 configure:14256: 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
518 configure:14256: $? = 0
519 configure:14263: result: yes
520 configure:14243: checking whether gcc understands -Werror=format=2
521 configure:14256: 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
522 configure:14256: $? = 0
523 configure:14263: result: yes
524 configure:14243: checking whether gcc understands -Werror=missing-include-dirs
525 configure:14256: 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
526 configure:14256: $? = 0
527 configure:14263: result: yes
528 configure:14273: checking what warning flags to pass to the C compiler
529 configure:14275: 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
530 configure:14286: checking what language compliance flags to pass to the C compiler
531 configure:14301: result:
532 configure:14350: checking for gobject-introspection
533 configure:14381: $PKG_CONFIG --exists --print-errors "gobject-introspection-1.0 >= 0.9.5"
534 configure:14384: $? = 0
535 configure:14396: result: yes
536 configure:14545: checking that generated files are newer than configure
537 configure:14551: result: done
538 configure:14590: creating ./config.status
539
540 ## ---------------------- ##
541 ## Running config.status. ##
542 ## ---------------------- ##
543
544 This file was extended by cinnamon-menus config.status 2.1, which was
545 generated by GNU Autoconf 2.69. Invocation command line was
546
547 CONFIG_FILES =
548 CONFIG_HEADERS =
549 CONFIG_LINKS =
550 CONFIG_COMMANDS =
551 $ ./config.status
552
553 on mint16
554
555 config.status:1189: creating Makefile
556 config.status:1189: creating libmenu/Makefile
557 config.status:1189: creating libmenu/libcinnamon-menu-3.0.pc
558 config.status:1189: creating libmenu/libcinnamon-menu-3.0-uninstalled.pc
559 config.status:1189: creating util/Makefile
560 config.status:1189: creating po/Makefile.in
561 config.status:1189: creating config.h
562 config.status:1403: executing depfiles commands
563 config.status:1403: executing default-1 commands
564 config.status:1403: executing libtool commands
565 config.status:1403: executing po/stamp-it commands
232566
233567 ## ---------------- ##
234568 ## Cache variables. ##
235569 ## ---------------- ##
236570
571 ac_cv_build=x86_64-pc-linux-gnu
237572 ac_cv_c_compiler_gnu=yes
238573 ac_cv_env_CC_set=
239574 ac_cv_env_CC_value=
263598 ac_cv_env_host_alias_value=
264599 ac_cv_env_target_alias_set=
265600 ac_cv_env_target_alias_value=
601 ac_cv_func_bind_textdomain_codeset=yes
602 ac_cv_func_dcgettext=yes
603 ac_cv_header_dlfcn_h=yes
266604 ac_cv_header_inttypes_h=yes
605 ac_cv_header_libintl_h=yes
267606 ac_cv_header_locale_h=yes
268607 ac_cv_header_memory_h=yes
269608 ac_cv_header_stdc=yes
274613 ac_cv_header_sys_stat_h=yes
275614 ac_cv_header_sys_types_h=yes
276615 ac_cv_header_unistd_h=yes
616 ac_cv_host=x86_64-pc-linux-gnu
277617 ac_cv_objext=o
278618 ac_cv_path_EGREP='/bin/grep -E'
619 ac_cv_path_FGREP='/bin/grep -F'
620 ac_cv_path_GMSGFMT=/usr/bin/msgfmt
279621 ac_cv_path_GREP=/bin/grep
622 ac_cv_path_INTLTOOL_EXTRACT=/usr/bin/intltool-extract
623 ac_cv_path_INTLTOOL_MERGE=/usr/bin/intltool-merge
624 ac_cv_path_INTLTOOL_PERL=/usr/bin/perl
625 ac_cv_path_INTLTOOL_UPDATE=/usr/bin/intltool-update
626 ac_cv_path_MSGFMT=/usr/bin/msgfmt
627 ac_cv_path_MSGMERGE=/usr/bin/msgmerge
628 ac_cv_path_SED=/bin/sed
629 ac_cv_path_XGETTEXT=/usr/bin/xgettext
630 ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
280631 ac_cv_path_install='/usr/bin/install -c'
281632 ac_cv_path_mkdir=/bin/mkdir
282633 ac_cv_prog_AWK=gawk
283634 ac_cv_prog_CPP='gcc -E'
635 ac_cv_prog_ac_ct_AR=ar
284636 ac_cv_prog_ac_ct_CC=gcc
637 ac_cv_prog_ac_ct_DLLTOOL=dlltool
638 ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
639 ac_cv_prog_ac_ct_OBJDUMP=objdump
640 ac_cv_prog_ac_ct_RANLIB=ranlib
641 ac_cv_prog_ac_ct_STRIP=strip
285642 ac_cv_prog_cc_c89=
286643 ac_cv_prog_cc_g=yes
287644 ac_cv_prog_make_make_set=yes
645 ac_cv_search_strerror='none required'
288646 am_cv_CC_dependencies_compiler_type=none
289647 am_cv_make_support_nested_variables=yes
648 am_cv_val_LC_MESSAGES=yes
649 gt_cv_func_dgettext_libc=yes
650 gt_cv_func_dgettext_libintl=no
651 gt_cv_func_ngettext_libc=yes
652 gt_cv_have_gettext=yes
653 lt_cv_ar_at_file=@
654 lt_cv_archive_cmds_need_lc=no
655 lt_cv_deplibs_check_method=pass_all
656 lt_cv_file_magic_cmd='$MAGIC_CMD'
657 lt_cv_file_magic_test_file=
658 lt_cv_ld_reload_flag=-r
659 lt_cv_nm_interface='BSD nm'
660 lt_cv_objdir=.libs
661 lt_cv_path_LD=/usr/bin/ld
662 lt_cv_path_NM='/usr/bin/nm -B'
663 lt_cv_path_mainfest_tool=no
664 lt_cv_prog_compiler_c_o=yes
665 lt_cv_prog_compiler_pic='-fPIC -DPIC'
666 lt_cv_prog_compiler_pic_works=yes
667 lt_cv_prog_compiler_rtti_exceptions=no
668 lt_cv_prog_compiler_static_works=yes
669 lt_cv_prog_gnu_ld=yes
670 lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
671 lt_cv_shlibpath_overrides_runpath=no
672 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'\'''
673 lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
674 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'\'''
675 lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
676 lt_cv_sys_max_cmd_len=3458764513820540925
677 lt_cv_to_host_file_cmd=func_convert_file_noop
678 lt_cv_to_tool_file_cmd=func_convert_file_noop
679 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 '
680 pkg_cv_GIO_UNIX_LIBS='-lgio-2.0 -lgobject-2.0 -lglib-2.0 '
290681
291682 ## ----------------- ##
292683 ## Output variables. ##
293684 ## ----------------- ##
294685
295 ACLOCAL='${SHELL} /home/mtwebster/bin/gnome-menus/missing aclocal-1.13'
686 ACLOCAL='${SHELL} /home/mtwebster/bin/cinnamon-menus/missing aclocal-1.13'
296687 ALL_LINGUAS=''
297688 AMDEPBACKSLASH=''
298689 AMDEP_FALSE=''
302693 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
303694 AM_DEFAULT_VERBOSITY='1'
304695 AM_V='$(V)'
305 AR=''
306 AS=''
307 AUTOCONF='${SHELL} /home/mtwebster/bin/gnome-menus/missing autoconf'
308 AUTOHEADER='${SHELL} /home/mtwebster/bin/gnome-menus/missing autoheader'
309 AUTOMAKE='${SHELL} /home/mtwebster/bin/gnome-menus/missing automake-1.13'
696 AR='ar'
697 AS='as'
698 AUTOCONF='${SHELL} /home/mtwebster/bin/cinnamon-menus/missing autoconf'
699 AUTOHEADER='${SHELL} /home/mtwebster/bin/cinnamon-menus/missing autoheader'
700 AUTOMAKE='${SHELL} /home/mtwebster/bin/cinnamon-menus/missing automake-1.13'
310701 AWK='gawk'
311702 CATALOGS=''
312 CATOBJEXT=''
703 CATOBJEXT='.gmo'
313704 CC='gcc'
314705 CCDEPMODE='depmode=none'
315706 CFLAGS='-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall'
316707 CPP='gcc -E'
317708 CPPFLAGS='-D_FORTIFY_SOURCE=2'
318709 CYGPATH_W='echo'
319 DATADIRNAME=''
320 DEBUG_CFLAGS=''
321 DEFS=''
710 DATADIRNAME='share'
711 DEBUG_CFLAGS='-DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS'
712 DEFS='-DHAVE_CONFIG_H'
322713 DEPDIR='.deps'
323714 DISABLE_DEPRECATED=''
324715 DISABLE_DEPRECATED_CFLAGS=''
325 DLLTOOL=''
716 DLLTOOL='dlltool'
326717 DSYMUTIL=''
327718 DUMPBIN=''
328719 ECHO_C=''
330721 ECHO_T=''
331722 EGREP='/bin/grep -E'
332723 EXEEXT=''
333 FGREP=''
334 GETTEXT_PACKAGE='gnome-menus-3.0'
335 GIO_UNIX_CFLAGS=''
336 GIO_UNIX_LIBS=''
724 FGREP='/bin/grep -F'
725 GETTEXT_PACKAGE='cinnamon-menus-3.0'
726 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 '
727 GIO_UNIX_LIBS='-lgio-2.0 -lgobject-2.0 -lglib-2.0 '
337728 GMOFILES=''
338 GMSGFMT=''
729 GMSGFMT='/usr/bin/msgfmt'
339730 GREP='/bin/grep'
340 HAVE_INTROSPECTION_FALSE=''
731 HAVE_INTROSPECTION_FALSE='#'
341732 HAVE_INTROSPECTION_TRUE=''
342733 INSTALL_DATA='${INSTALL} -m 644'
343734 INSTALL_PROGRAM='${INSTALL}'
344735 INSTALL_SCRIPT='${INSTALL}'
345736 INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
346 INSTOBJEXT=''
737 INSTOBJEXT='.mo'
347738 INTLLIBS=''
348 INTLTOOL_CAVES_RULE=''
349 INTLTOOL_DESKTOP_RULE=''
350 INTLTOOL_DIRECTORY_RULE=''
351 INTLTOOL_EXTRACT=''
352 INTLTOOL_KBD_RULE=''
353 INTLTOOL_KEYS_RULE=''
354 INTLTOOL_MERGE=''
355 INTLTOOL_OAF_RULE=''
356 INTLTOOL_PERL=''
357 INTLTOOL_POLICY_RULE=''
358 INTLTOOL_PONG_RULE=''
359 INTLTOOL_PROP_RULE=''
360 INTLTOOL_SCHEMAS_RULE=''
361 INTLTOOL_SERVER_RULE=''
362 INTLTOOL_SERVICE_RULE=''
363 INTLTOOL_SHEET_RULE=''
364 INTLTOOL_SOUNDLIST_RULE=''
365 INTLTOOL_THEME_RULE=''
366 INTLTOOL_UI_RULE=''
367 INTLTOOL_UPDATE=''
368 INTLTOOL_V_MERGE=''
369 INTLTOOL_V_MERGE_OPTIONS=''
370 INTLTOOL_XAM_RULE=''
371 INTLTOOL_XML_NOMERGE_RULE=''
372 INTLTOOL_XML_RULE=''
373 INTLTOOL__v_MERGE_0=''
374 INTLTOOL__v_MERGE_=''
375 INTROSPECTION_CFLAGS=''
376 INTROSPECTION_COMPILER=''
377 INTROSPECTION_GENERATE=''
378 INTROSPECTION_GIRDIR=''
379 INTROSPECTION_LIBS=''
380 INTROSPECTION_MAKEFILE=''
381 INTROSPECTION_SCANNER=''
382 INTROSPECTION_TYPELIBDIR=''
383 LD=''
739 INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
740 INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
741 INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
742 INTLTOOL_EXTRACT='/usr/bin/intltool-extract'
743 INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
744 INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
745 INTLTOOL_MERGE='/usr/bin/intltool-merge'
746 INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -p $(top_srcdir)/po $< $@'
747 INTLTOOL_PERL='/usr/bin/perl'
748 INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
749 INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
750 INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
751 INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
752 INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
753 INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
754 INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
755 INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
756 INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
757 INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
758 INTLTOOL_UPDATE='/usr/bin/intltool-update'
759 INTLTOOL_V_MERGE='$(INTLTOOL__v_MERGE_$(V))'
760 INTLTOOL_V_MERGE_OPTIONS='$(intltool__v_merge_options_$(V))'
761 INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
762 INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u --no-translations $< $@'
763 INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
764 INTLTOOL__v_MERGE_0='@echo " ITMRG " $@;'
765 INTLTOOL__v_MERGE_='$(INTLTOOL__v_MERGE_$(AM_DEFAULT_VERBOSITY))'
766 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 '
767 INTROSPECTION_COMPILER='/usr/bin/g-ir-compiler'
768 INTROSPECTION_GENERATE='/usr/bin/g-ir-generate'
769 INTROSPECTION_GIRDIR='/usr/share/gir-1.0'
770 INTROSPECTION_LIBS='-lgirepository-1.0 -lgobject-2.0 -lglib-2.0 '
771 INTROSPECTION_MAKEFILE='/usr/share/gobject-introspection-1.0/Makefile.introspection'
772 INTROSPECTION_SCANNER='/usr/bin/g-ir-scanner'
773 INTROSPECTION_TYPELIBDIR='/usr/lib/girepository-1.0'
774 LD='/usr/bin/ld -m elf_x86_64'
384775 LDFLAGS='-Wl,-Bsymbolic-functions -Wl,-z,relro'
385776 LIBOBJS=''
386777 LIBS=''
387 LIBTOOL=''
778 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
388779 LIB_MENU_LT_VERSION='0:1:0'
389780 LIPO=''
390 LN_S=''
781 LN_S='ln -s'
391782 LTLIBOBJS=''
392783 MAINT='#'
393784 MAINTAINER_MODE_FALSE=''
394785 MAINTAINER_MODE_TRUE='#'
395 MAKEINFO='${SHELL} /home/mtwebster/bin/gnome-menus/missing makeinfo'
396 MANIFEST_TOOL=''
786 MAKEINFO='${SHELL} /home/mtwebster/bin/cinnamon-menus/missing makeinfo'
787 MANIFEST_TOOL=':'
397788 MKDIR_P='/bin/mkdir -p'
398 MKINSTALLDIRS=''
399 MSGFMT=''
400 MSGFMT_OPTS=''
401 MSGMERGE=''
402 NM=''
789 MKINSTALLDIRS='/home/mtwebster/bin/cinnamon-menus/./mkinstalldirs'
790 MSGFMT='/usr/bin/msgfmt'
791 MSGFMT_OPTS='-c'
792 MSGMERGE='/usr/bin/msgmerge'
793 NM='/usr/bin/nm -B'
403794 NMEDIT=''
404 OBJDUMP=''
795 OBJDUMP='objdump'
405796 OBJEXT='o'
406797 OTOOL64=''
407798 OTOOL=''
408 PACKAGE='gnome-menus'
799 PACKAGE='cinnamon-menus'
409800 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-menus'
410 PACKAGE_NAME='gnome-menus'
411 PACKAGE_STRING='gnome-menus 3.8.0'
412 PACKAGE_TARNAME='gnome-menus'
801 PACKAGE_NAME='cinnamon-menus'
802 PACKAGE_STRING='cinnamon-menus 2.1'
803 PACKAGE_TARNAME='cinnamon-menus'
413804 PACKAGE_URL=''
414 PACKAGE_VERSION='3.8.0'
805 PACKAGE_VERSION='2.1'
415806 PATH_SEPARATOR=':'
416 PKG_CONFIG=''
807 PKG_CONFIG='/usr/bin/pkg-config'
417808 PKG_CONFIG_LIBDIR=''
418809 PKG_CONFIG_PATH=''
419810 POFILES=''
420 POSUB=''
811 POSUB='po'
421812 PO_IN_DATADIR_FALSE=''
422813 PO_IN_DATADIR_TRUE=''
423 RANLIB=''
424 SED=''
814 RANLIB='ranlib'
815 SED='/bin/sed'
425816 SET_MAKE=''
426817 SHELL='/bin/bash'
427 STRIP=''
428 USE_NLS=''
429 VERSION='3.8.0'
430 WARN_CFLAGS=''
431 XGETTEXT=''
432 ac_ct_AR=''
818 STRIP='strip'
819 USE_NLS='yes'
820 VERSION='2.1'
821 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 '
822 XGETTEXT='/usr/bin/xgettext'
823 ac_ct_AR='ar'
433824 ac_ct_CC='gcc'
434825 ac_ct_DUMPBIN=''
435826 am__EXEEXT_FALSE=''
436 am__EXEEXT_TRUE=''
827 am__EXEEXT_TRUE='#'
437828 am__fastdepCC_FALSE=''
438829 am__fastdepCC_TRUE='#'
439830 am__include='include'
444835 am__tar='$${TAR-tar} chof - "$$tardir"'
445836 am__untar='$${TAR-tar} xf -'
446837 bindir='${exec_prefix}/bin'
447 build='x86_64-linux-gnu'
838 build='x86_64-pc-linux-gnu'
448839 build_alias='x86_64-linux-gnu'
449 build_cpu=''
450 build_os=''
451 build_vendor=''
840 build_cpu='x86_64'
841 build_os='linux-gnu'
842 build_vendor='pc'
452843 datadir='${datarootdir}'
453844 datarootdir='${prefix}/share'
454845 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
455846 dvidir='${docdir}'
456 exec_prefix='NONE'
457 host=''
847 exec_prefix='${prefix}'
848 host='x86_64-pc-linux-gnu'
458849 host_alias=''
459 host_cpu=''
460 host_os=''
461 host_vendor=''
850 host_cpu='x86_64'
851 host_os='linux-gnu'
852 host_vendor='pc'
462853 htmldir='${docdir}'
463854 includedir='${prefix}/include'
464855 infodir='${prefix}/share/info'
465 install_sh='${SHELL} /home/mtwebster/bin/gnome-menus/install-sh'
466 intltool__v_merge_options_0=''
467 intltool__v_merge_options_=''
856 install_sh='${SHELL} /home/mtwebster/bin/cinnamon-menus/install-sh'
857 intltool__v_merge_options_0='-q'
858 intltool__v_merge_options_='$(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))'
468859 libdir='${exec_prefix}/lib'
469 libexecdir='${prefix}/lib/gnome-menus'
860 libexecdir='${prefix}/lib/cinnamon-menus'
470861 localedir='${datarootdir}/locale'
471862 localstatedir='/var'
472863 mandir='${prefix}/share/man'
486877 ## ----------- ##
487878
488879 /* confdefs.h */
489 #define PACKAGE_NAME "gnome-menus"
490 #define PACKAGE_TARNAME "gnome-menus"
491 #define PACKAGE_VERSION "3.8.0"
492 #define PACKAGE_STRING "gnome-menus 3.8.0"
880 #define PACKAGE_NAME "cinnamon-menus"
881 #define PACKAGE_TARNAME "cinnamon-menus"
882 #define PACKAGE_VERSION "2.1"
883 #define PACKAGE_STRING "cinnamon-menus 2.1"
493884 #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-menus"
494885 #define PACKAGE_URL ""
495 #define PACKAGE "gnome-menus"
496 #define VERSION "3.8.0"
497 #define GETTEXT_PACKAGE "gnome-menus-3.0"
886 #define PACKAGE "cinnamon-menus"
887 #define VERSION "2.1"
888 #define GETTEXT_PACKAGE "cinnamon-menus-3.0"
498889 #define STDC_HEADERS 1
499890 #define HAVE_SYS_TYPES_H 1
500891 #define HAVE_SYS_STAT_H 1
506897 #define HAVE_STDINT_H 1
507898 #define HAVE_UNISTD_H 1
508899 #define HAVE_LOCALE_H 1
509
510 configure: caught signal 2
511 configure: exit 1
900 #define HAVE_LC_MESSAGES 1
901 #define HAVE_BIND_TEXTDOMAIN_CODESET 1
902 #define HAVE_GETTEXT 1
903 #define HAVE_DCGETTEXT 1
904 #define ENABLE_NLS 1
905 #define STDC_HEADERS 1
906 #define HAVE_DLFCN_H 1
907 #define LT_OBJDIR ".libs/"
908
909 configure: exit 0
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 util/Makefile po/Makefile.in"
396 config_headers=" config.h"
397 config_commands=" depfiles default-1 libtool po/stamp-it"
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 <http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-menus>."
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
545 # The HP-UX ksh and POSIX shell print the target directory to stdout
546 # if CDPATH is set.
547 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
548
549 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
550 double_quote_subst='s/\(["`\\]\)/\\\1/g'
551 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
552 AS='as'
553 DLLTOOL='dlltool'
554 OBJDUMP='objdump'
555 macro_version='2.4.2'
556 macro_revision='1.3337'
557 enable_shared='yes'
558 enable_static='yes'
559 pic_mode='default'
560 enable_fast_install='yes'
561 SHELL='/bin/bash'
562 ECHO='printf %s\n'
563 PATH_SEPARATOR=':'
564 host_alias=''
565 host='x86_64-pc-linux-gnu'
566 host_os='linux-gnu'
567 build_alias='x86_64-linux-gnu'
568 build='x86_64-pc-linux-gnu'
569 build_os='linux-gnu'
570 SED='/bin/sed'
571 Xsed='/bin/sed -e 1s/^X//'
572 GREP='/bin/grep'
573 EGREP='/bin/grep -E'
574 FGREP='/bin/grep -F'
575 LD='/usr/bin/ld -m elf_x86_64'
576 NM='/usr/bin/nm -B'
577 LN_S='ln -s'
578 max_cmd_len='3458764513820540925'
579 ac_objext='o'
580 exeext=''
581 lt_unset='unset'
582 lt_SP2NL='tr \040 \012'
583 lt_NL2SP='tr \015\012 \040\040'
584 lt_cv_to_host_file_cmd='func_convert_file_noop'
585 lt_cv_to_tool_file_cmd='func_convert_file_noop'
586 reload_flag=' -r'
587 reload_cmds='$LD$reload_flag -o $output$reload_objs'
588 deplibs_check_method='pass_all'
589 file_magic_cmd='$MAGIC_CMD'
590 file_magic_glob=''
591 want_nocaseglob='no'
592 sharedlib_from_linklib_cmd='printf %s\n'
593 AR='ar'
594 AR_FLAGS='cru'
595 archiver_list_spec='@'
596 STRIP='strip'
597 RANLIB='ranlib'
598 old_postinstall_cmds='chmod 644 $oldlib~$RANLIB $tool_oldlib'
599 old_postuninstall_cmds=''
600 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $tool_oldlib'
601 lock_old_archive_extraction='no'
602 CC='gcc'
603 CFLAGS='-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall'
604 compiler='gcc'
605 GCC='yes'
606 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'\'''
607 lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
608 lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
609 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'\'''
610 nm_file_list_spec='@'
611 lt_sysroot=''
612 objdir='.libs'
613 MAGIC_CMD='file'
614 lt_prog_compiler_no_builtin_flag=' -fno-builtin'
615 lt_prog_compiler_pic=' -fPIC -DPIC'
616 lt_prog_compiler_wl='-Wl,'
617 lt_prog_compiler_static='-static'
618 lt_cv_prog_compiler_c_o='yes'
619 need_locks='no'
620 MANIFEST_TOOL=':'
621 DSYMUTIL=''
622 NMEDIT=''
623 LIPO=''
624 OTOOL=''
625 OTOOL64=''
626 libext='a'
627 shrext_cmds='.so'
628 extract_expsyms_cmds=''
629 archive_cmds_need_lc='no'
630 enable_shared_with_static_runtimes='no'
631 export_dynamic_flag_spec='${wl}--export-dynamic'
632 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
633 compiler_needs_object='no'
634 old_archive_from_new_cmds=''
635 old_archive_from_expsyms_cmds=''
636 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
637 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
638 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
639 echo "local: *; };" >> $output_objdir/$libname.ver~
640 $CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
641 module_cmds=''
642 module_expsym_cmds=''
643 with_gnu_ld='yes'
644 allow_undefined_flag=''
645 no_undefined_flag=''
646 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
647 hardcode_libdir_separator=''
648 hardcode_direct='no'
649 hardcode_direct_absolute='no'
650 hardcode_minus_L='no'
651 hardcode_shlibpath_var='unsupported'
652 hardcode_automatic='no'
653 inherit_rpath='no'
654 link_all_deplibs='no'
655 always_export_symbols='no'
656 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
657 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
658 include_expsyms=''
659 prelink_cmds=''
660 postlink_cmds=''
661 file_list_spec=''
662 variables_saved_for_relink='PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH'
663 need_lib_prefix='no'
664 need_version='no'
665 version_type='linux'
666 runpath_var='LD_RUN_PATH'
667 shlibpath_var='LD_LIBRARY_PATH'
668 shlibpath_overrides_runpath='no'
669 libname_spec='lib$name'
670 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
671 soname_spec='${libname}${release}${shared_ext}$major'
672 install_override_mode=''
673 postinstall_cmds=''
674 postuninstall_cmds=''
675 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
676 finish_eval=''
677 hardcode_into_libs='yes'
678 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 '
679 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 '
680 hardcode_action='immediate'
681 enable_dlopen='unknown'
682 enable_dlopen_self='unknown'
683 enable_dlopen_self_static='unknown'
684 old_striplib='strip --strip-debug'
685 striplib='strip --strip-unneeded'
686
687 LTCC='gcc'
688 LTCFLAGS='-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall'
689 compiler='gcc'
690
691 # A function that is used when there is no print builtin or printf.
692 func_fallback_echo ()
693 {
694 eval 'cat <<_LTECHO_EOF
695 $1
696 _LTECHO_EOF'
697 }
698
699 # Quote evaled strings.
700 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
701 case `eval \\$ECHO \\""\\$$var"\\"` in
702 *[\\\`\"\$]*)
703 eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED \"\$sed_quote_subst\"\`\\\""
704 ;;
705 *)
706 eval "lt_$var=\\\"\$$var\\\""
707 ;;
708 esac
709 done
710
711 # Double-quote double-evaled strings.
712 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
713 case `eval \\$ECHO \\""\\$$var"\\"` in
714 *[\\\`\"\$]*)
715 eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
716 ;;
717 *)
718 eval "lt_$var=\\\"\$$var\\\""
719 ;;
720 esac
721 done
722
723 ac_aux_dir='/home/mtwebster/bin/cinnamon-menus/.'
724 xsi_shell='yes'
725 lt_shell_append='yes'
726
727 # See if we are running on zsh, and set the options which allow our
728 # commands through without removal of \ escapes INIT.
729 if test -n "${ZSH_VERSION+set}" ; then
730 setopt NO_GLOB_SUBST
731 fi
732
733
734 PACKAGE='cinnamon-menus'
735 VERSION='2.1'
736 TIMESTAMP=''
737 RM='rm -f'
738 ofile='libtool'
739
740
741
742
743
744 # Handling of arguments.
745 for ac_config_target in $ac_config_targets
746 do
747 case $ac_config_target in
748 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
749 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
750 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
751 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
752 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
753 "libmenu/Makefile") CONFIG_FILES="$CONFIG_FILES libmenu/Makefile" ;;
754 "libmenu/libcinnamon-menu-3.0.pc") CONFIG_FILES="$CONFIG_FILES libmenu/libcinnamon-menu-3.0.pc" ;;
755 "libmenu/libcinnamon-menu-3.0-uninstalled.pc") CONFIG_FILES="$CONFIG_FILES libmenu/libcinnamon-menu-3.0-uninstalled.pc" ;;
756 "util/Makefile") CONFIG_FILES="$CONFIG_FILES util/Makefile" ;;
757 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
758 "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;;
759
760 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
761 esac
762 done
763
764
765 # If the user did not use the arguments to specify the items to instantiate,
766 # then the envvar interface is used. Set only those that are not.
767 # We use the long form for the default assignment because of an extremely
768 # bizarre bug on SunOS 4.1.3.
769 if $ac_need_defaults; then
770 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
771 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
772 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
773 fi
774
775 # Have a temporary directory for convenience. Make it in the build tree
776 # simply because there is no reason against having it here, and in addition,
777 # creating and moving files from /tmp can sometimes cause problems.
778 # Hook for its removal unless debugging.
779 # Note that there is a small window in which the directory will not be cleaned:
780 # after its creation but before its name has been assigned to `$tmp'.
781 $debug ||
782 {
783 tmp= ac_tmp=
784 trap 'exit_status=$?
785 : "${ac_tmp:=$tmp}"
786 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
787 ' 0
788 trap 'as_fn_exit 1' 1 2 13 15
789 }
790 # Create a (secure) tmp directory for tmp files.
791
792 {
793 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
794 test -d "$tmp"
795 } ||
796 {
797 tmp=./conf$$-$RANDOM
798 (umask 077 && mkdir "$tmp")
799 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
800 ac_tmp=$tmp
801
802 # Set up the scripts for CONFIG_FILES section.
803 # No need to generate them if there are no CONFIG_FILES.
804 # This happens for instance with `./config.status config.h'.
805 if test -n "$CONFIG_FILES"; then
806
807
808 ac_cr=`echo X | tr X '\015'`
809 # On cygwin, bash can eat \r inside `` if the user requested igncr.
810 # But we know of no other shell where ac_cr would be empty at this
811 # point, so we can use a bashism as a fallback.
812 if test "x$ac_cr" = x; then
813 eval ac_cr=\$\'\\r\'
814 fi
815 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
816 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
817 ac_cs_awk_cr='\\r'
818 else
819 ac_cs_awk_cr=$ac_cr
820 fi
821
822 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
823 cat >>"$ac_tmp/subs1.awk" <<\_ACAWK &&
824 S["am__EXEEXT_FALSE"]=""
825 S["am__EXEEXT_TRUE"]="#"
826 S["LTLIBOBJS"]=""
827 S["LIBOBJS"]=""
828 S["HAVE_INTROSPECTION_FALSE"]="#"
829 S["HAVE_INTROSPECTION_TRUE"]=""
830 S["INTROSPECTION_MAKEFILE"]="/usr/share/gobject-introspection-1.0/Makefile.introspection"
831 S["INTROSPECTION_LIBS"]="-lgirepository-1.0 -lgobject-2.0 -lglib-2.0 "
832 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 "
833 S["INTROSPECTION_TYPELIBDIR"]="/usr/lib/girepository-1.0"
834 S["INTROSPECTION_GIRDIR"]="/usr/share/gir-1.0"
835 S["INTROSPECTION_GENERATE"]="/usr/bin/g-ir-generate"
836 S["INTROSPECTION_COMPILER"]="/usr/bin/g-ir-compiler"
837 S["INTROSPECTION_SCANNER"]="/usr/bin/g-ir-scanner"
838 S["DEBUG_CFLAGS"]="-DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS"
839 S["DISABLE_DEPRECATED_CFLAGS"]=""
840 S["WARN_CFLAGS"]=" -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self"\
841 " -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs "
842 S["GIO_UNIX_LIBS"]="-lgio-2.0 -lgobject-2.0 -lglib-2.0 "
843 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 "
844 S["PKG_CONFIG_LIBDIR"]=""
845 S["PKG_CONFIG_PATH"]=""
846 S["PKG_CONFIG"]="/usr/bin/pkg-config"
847 S["OTOOL64"]=""
848 S["OTOOL"]=""
849 S["LIPO"]=""
850 S["NMEDIT"]=""
851 S["DSYMUTIL"]=""
852 S["MANIFEST_TOOL"]=":"
853 S["RANLIB"]="ranlib"
854 S["ac_ct_AR"]="ar"
855 S["AR"]="ar"
856 S["LN_S"]="ln -s"
857 S["NM"]="/usr/bin/nm -B"
858 S["ac_ct_DUMPBIN"]=""
859 S["DUMPBIN"]=""
860 S["LD"]="/usr/bin/ld -m elf_x86_64"
861 S["FGREP"]="/bin/grep -F"
862 S["SED"]="/bin/sed"
863 S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool"
864 S["OBJDUMP"]="objdump"
865 S["DLLTOOL"]="dlltool"
866 S["AS"]="as"
867 S["host_os"]="linux-gnu"
868 S["host_vendor"]="pc"
869 S["host_cpu"]="x86_64"
870 S["host"]="x86_64-pc-linux-gnu"
871 S["build_os"]="linux-gnu"
872 S["build_vendor"]="pc"
873 S["build_cpu"]="x86_64"
874 S["build"]="x86_64-pc-linux-gnu"
875 S["ALL_LINGUAS"]=""
876 S["INTLTOOL_PERL"]="/usr/bin/perl"
877 S["MSGMERGE"]="/usr/bin/msgmerge"
878 S["INTLTOOL_POLICY_RULE"]="%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_O"\
879 "PTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@"
880 S["INTLTOOL_SERVICE_RULE"]="%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPT"\
881 "IONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@"
882 S["INTLTOOL_THEME_RULE"]="%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_O"\
883 "PTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@"
884 S["INTLTOOL_SCHEMAS_RULE"]="%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_O"\
885 "PTIONS) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@"
886 S["INTLTOOL_CAVES_RULE"]="%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_O"\
887 "PTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@"
888 S["INTLTOOL_XML_NOMERGE_RULE"]="%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u --no-translations $<"\
889 " $@"
890 S["INTLTOOL_XML_RULE"]="%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_O"\
891 "PTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@"
892 S["INTLTOOL_KBD_RULE"]="%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_O"\
893 "PTIONS) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@"
894 S["INTLTOOL_XAM_RULE"]="%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_O"\
895 "PTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@"
896 S["INTLTOOL_UI_RULE"]="%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_O"\
897 "PTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@"
898 S["INTLTOOL_SOUNDLIST_RULE"]="%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_O"\
899 "PTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@"
900 S["INTLTOOL_SHEET_RULE"]="%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_O"\
901 "PTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@"
902 S["INTLTOOL_SERVER_RULE"]="%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_O"\
903 "PTIONS) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@"
904 S["INTLTOOL_PONG_RULE"]="%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_O"\
905 "PTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@"
906 S["INTLTOOL_OAF_RULE"]="%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_O"\
907 "PTIONS) -o -p $(top_srcdir)/po $< $@"
908 S["INTLTOOL_PROP_RULE"]="%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_O"\
909 "PTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@"
910 S["INTLTOOL_KEYS_RULE"]="%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_O"\
911 "PTIONS) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@"
912 S["INTLTOOL_DIRECTORY_RULE"]="%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_O"\
913 "PTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@"
914 S["INTLTOOL_DESKTOP_RULE"]="%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_O"\
915 "PTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@"
916 S["intltool__v_merge_options_0"]="-q"
917 S["intltool__v_merge_options_"]="$(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))"
918 S["INTLTOOL_V_MERGE_OPTIONS"]="$(intltool__v_merge_options_$(V))"
919 S["INTLTOOL__v_MERGE_0"]="@echo \" ITMRG \" $@;"
920 S["INTLTOOL__v_MERGE_"]="$(INTLTOOL__v_MERGE_$(AM_DEFAULT_VERBOSITY))"
921 S["INTLTOOL_V_MERGE"]="$(INTLTOOL__v_MERGE_$(V))"
922 S["INTLTOOL_EXTRACT"]="/usr/bin/intltool-extract"
923 S["INTLTOOL_MERGE"]="/usr/bin/intltool-merge"
924 S["INTLTOOL_UPDATE"]="/usr/bin/intltool-update"
925 S["MKINSTALLDIRS"]="/home/mtwebster/bin/cinnamon-menus/./mkinstalldirs"
926 S["POSUB"]="po"
927 S["POFILES"]=""
928 S["PO_IN_DATADIR_FALSE"]=""
929 S["PO_IN_DATADIR_TRUE"]=""
930 S["INTLLIBS"]=""
931 S["INSTOBJEXT"]=".mo"
932 S["GMOFILES"]=""
933 S["DATADIRNAME"]="share"
934 S["CATOBJEXT"]=".gmo"
935 S["CATALOGS"]=""
936 S["XGETTEXT"]="/usr/bin/xgettext"
937 S["GMSGFMT"]="/usr/bin/msgfmt"
938 S["MSGFMT_OPTS"]="-c"
939 S["MSGFMT"]="/usr/bin/msgfmt"
940 S["USE_NLS"]="yes"
941 S["EGREP"]="/bin/grep -E"
942 S["GREP"]="/bin/grep"
943 S["CPP"]="gcc -E"
944 S["am__fastdepCC_FALSE"]=""
945 S["am__fastdepCC_TRUE"]="#"
946 S["CCDEPMODE"]="depmode=none"
947 S["am__nodep"]=""
948 S["AMDEPBACKSLASH"]=""
949 S["AMDEP_FALSE"]=""
950 S["AMDEP_TRUE"]="#"
951 S["am__quote"]=""
952 S["am__include"]="include"
953 S["DEPDIR"]=".deps"
954 S["OBJEXT"]="o"
955 S["EXEEXT"]=""
956 S["ac_ct_CC"]="gcc"
957 S["CPPFLAGS"]="-D_FORTIFY_SOURCE=2"
958 S["LDFLAGS"]="-Wl,-Bsymbolic-functions -Wl,-z,relro"
959 S["CFLAGS"]="-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall"
960 S["CC"]="gcc"
961 S["GETTEXT_PACKAGE"]="cinnamon-menus-3.0"
962 S["LIB_MENU_LT_VERSION"]="0:1:0"
963 S["DISABLE_DEPRECATED"]=""
964 S["MAINT"]="#"
965 S["MAINTAINER_MODE_FALSE"]=""
966 S["MAINTAINER_MODE_TRUE"]="#"
967 S["AM_BACKSLASH"]="\\"
968 S["AM_DEFAULT_VERBOSITY"]="1"
969 S["AM_DEFAULT_V"]="$(AM_DEFAULT_VERBOSITY)"
970 S["AM_V"]="$(V)"
971 S["am__untar"]="$${TAR-tar} xf -"
972 S["am__tar"]="$${TAR-tar} chof - \"$$tardir\""
973 S["AMTAR"]="$${TAR-tar}"
974 S["am__leading_dot"]="."
975 S["SET_MAKE"]=""
976 S["AWK"]="gawk"
977 S["mkdir_p"]="$(MKDIR_P)"
978 S["MKDIR_P"]="/bin/mkdir -p"
979 S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
980 S["STRIP"]="strip"
981 S["install_sh"]="${SHELL} /home/mtwebster/bin/cinnamon-menus/install-sh"
982 S["MAKEINFO"]="${SHELL} /home/mtwebster/bin/cinnamon-menus/missing makeinfo"
983 S["AUTOHEADER"]="${SHELL} /home/mtwebster/bin/cinnamon-menus/missing autoheader"
984 S["AUTOMAKE"]="${SHELL} /home/mtwebster/bin/cinnamon-menus/missing automake-1.13"
985 S["AUTOCONF"]="${SHELL} /home/mtwebster/bin/cinnamon-menus/missing autoconf"
986 S["ACLOCAL"]="${SHELL} /home/mtwebster/bin/cinnamon-menus/missing aclocal-1.13"
987 S["VERSION"]="2.1"
988 S["PACKAGE"]="cinnamon-menus"
989 S["CYGPATH_W"]="echo"
990 S["am__isrc"]=" -I$(srcdir)"
991 S["INSTALL_DATA"]="${INSTALL} -m 644"
992 S["INSTALL_SCRIPT"]="${INSTALL}"
993 S["INSTALL_PROGRAM"]="${INSTALL}"
994 S["target_alias"]=""
995 S["host_alias"]=""
996 S["build_alias"]="x86_64-linux-gnu"
997 S["LIBS"]=""
998 S["ECHO_T"]=""
999 S["ECHO_N"]="-n"
1000 S["ECHO_C"]=""
1001 S["DEFS"]="-DHAVE_CONFIG_H"
1002 S["mandir"]="${prefix}/share/man"
1003 S["localedir"]="${datarootdir}/locale"
1004 S["libdir"]="${exec_prefix}/lib"
1005 S["psdir"]="${docdir}"
1006 S["pdfdir"]="${docdir}"
1007 S["dvidir"]="${docdir}"
1008 S["htmldir"]="${docdir}"
1009 S["infodir"]="${prefix}/share/info"
1010 S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}"
1011 S["oldincludedir"]="/usr/include"
1012 S["includedir"]="${prefix}/include"
1013 S["localstatedir"]="/var"
1014 S["sharedstatedir"]="${prefix}/com"
1015 S["sysconfdir"]="/etc"
1016 S["datadir"]="${datarootdir}"
1017 S["datarootdir"]="${prefix}/share"
1018 S["libexecdir"]="${prefix}/lib/cinnamon-menus"
1019 S["sbindir"]="${exec_prefix}/sbin"
1020 S["bindir"]="${exec_prefix}/bin"
1021 S["program_transform_name"]="s,x,x,"
1022 S["prefix"]="/usr"
1023 S["exec_prefix"]="${prefix}"
1024 S["PACKAGE_URL"]=""
1025 S["PACKAGE_BUGREPORT"]="http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-menus"
1026 S["PACKAGE_STRING"]="cinnamon-menus 2.1"
1027 S["PACKAGE_VERSION"]="2.1"
1028 S["PACKAGE_TARNAME"]="cinnamon-menus"
1029 S["PACKAGE_NAME"]="cinnamon-menus"
1030 S["PATH_SEPARATOR"]=":"
1031 S["SHELL"]="/bin/bash"
1032 _ACAWK
1033 cat >>"$ac_tmp/subs1.awk" <<_ACAWK &&
1034 for (key in S) S_is_set[key] = 1
1035 FS = ""
1036
1037 }
1038 {
1039 line = $ 0
1040 nfields = split(line, field, "@")
1041 substed = 0
1042 len = length(field[1])
1043 for (i = 2; i < nfields; i++) {
1044 key = field[i]
1045 keylen = length(key)
1046 if (S_is_set[key]) {
1047 value = S[key]
1048 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
1049 len += length(value) + length(field[++i])
1050 substed = 1
1051 } else
1052 len += 1 + keylen
1053 }
1054
1055 print line
1056 }
1057
1058 _ACAWK
1059 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
1060 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
1061 else
1062 cat
1063 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
1064 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
1065 fi # test -n "$CONFIG_FILES"
1066
1067 # Set up the scripts for CONFIG_HEADERS section.
1068 # No need to generate them if there are no CONFIG_HEADERS.
1069 # This happens for instance with `./config.status Makefile'.
1070 if test -n "$CONFIG_HEADERS"; then
1071 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
1072 BEGIN {
1073 D["PACKAGE_NAME"]=" \"cinnamon-menus\""
1074 D["PACKAGE_TARNAME"]=" \"cinnamon-menus\""
1075 D["PACKAGE_VERSION"]=" \"2.1\""
1076 D["PACKAGE_STRING"]=" \"cinnamon-menus 2.1\""
1077 D["PACKAGE_BUGREPORT"]=" \"http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-menus\""
1078 D["PACKAGE_URL"]=" \"\""
1079 D["PACKAGE"]=" \"cinnamon-menus\""
1080 D["VERSION"]=" \"2.1\""
1081 D["GETTEXT_PACKAGE"]=" \"cinnamon-menus-3.0\""
1082 D["STDC_HEADERS"]=" 1"
1083 D["HAVE_SYS_TYPES_H"]=" 1"
1084 D["HAVE_SYS_STAT_H"]=" 1"
1085 D["HAVE_STDLIB_H"]=" 1"
1086 D["HAVE_STRING_H"]=" 1"
1087 D["HAVE_MEMORY_H"]=" 1"
1088 D["HAVE_STRINGS_H"]=" 1"
1089 D["HAVE_INTTYPES_H"]=" 1"
1090 D["HAVE_STDINT_H"]=" 1"
1091 D["HAVE_UNISTD_H"]=" 1"
1092 D["HAVE_LOCALE_H"]=" 1"
1093 D["HAVE_LC_MESSAGES"]=" 1"
1094 D["HAVE_BIND_TEXTDOMAIN_CODESET"]=" 1"
1095 D["HAVE_GETTEXT"]=" 1"
1096 D["HAVE_DCGETTEXT"]=" 1"
1097 D["ENABLE_NLS"]=" 1"
1098 D["STDC_HEADERS"]=" 1"
1099 D["HAVE_DLFCN_H"]=" 1"
1100 D["LT_OBJDIR"]=" \".libs/\""
1101 for (key in D) D_is_set[key] = 1
1102 FS = ""
1103 }
1104 /^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
1105 line = $ 0
1106 split(line, arg, " ")
1107 if (arg[1] == "#") {
1108 defundef = arg[2]
1109 mac1 = arg[3]
1110 } else {
1111 defundef = substr(arg[1], 2)
1112 mac1 = arg[2]
1113 }
1114 split(mac1, mac2, "(") #)
1115 macro = mac2[1]
1116 prefix = substr(line, 1, index(line, defundef) - 1)
1117 if (D_is_set[macro]) {
1118 # Preserve the white space surrounding the "#".
1119 print prefix "define", macro P[macro] D[macro]
1120 next
1121 } else {
1122 # Replace #undef with comments. This is necessary, for example,
1123 # in the case of _POSIX_SOURCE, which is predefined and required
1124 # on some systems where configure will not decide to define it.
1125 if (defundef == "undef") {
1126 print "/*", prefix defundef, macro, "*/"
1127 next
1128 }
1129 }
1130 }
1131 { print }
1132 _ACAWK
1133 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
1134 fi # test -n "$CONFIG_HEADERS"
1135
1136
1137 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
1138 shift
1139 for ac_tag
1140 do
1141 case $ac_tag in
1142 :[FHLC]) ac_mode=$ac_tag; continue;;
1143 esac
1144 case $ac_mode$ac_tag in
1145 :[FHL]*:*);;
1146 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
1147 :[FH]-) ac_tag=-:-;;
1148 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
1149 esac
1150 ac_save_IFS=$IFS
1151 IFS=:
1152 set x $ac_tag
1153 IFS=$ac_save_IFS
1154 shift
1155 ac_file=$1
1156 shift
1157
1158 case $ac_mode in
1159 :L) ac_source=$1;;
1160 :[FH])
1161 ac_file_inputs=
1162 for ac_f
1163 do
1164 case $ac_f in
1165 -) ac_f="$ac_tmp/stdin";;
1166 *) # Look for the file first in the build tree, then in the source tree
1167 # (if the path is not absolute). The absolute path cannot be DOS-style,
1168 # because $ac_f cannot contain `:'.
1169 test -f "$ac_f" ||
1170 case $ac_f in
1171 [\\/$]*) false;;
1172 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
1173 esac ||
1174 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
1175 esac
1176 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
1177 as_fn_append ac_file_inputs " '$ac_f'"
1178 done
1179
1180 # Let's still pretend it is `configure' which instantiates (i.e., don't
1181 # use $as_me), people would be surprised to read:
1182 # /* config.h. Generated by config.status. */
1183 configure_input='Generated from '`
1184 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
1185 `' by configure.'
1186 if test x"$ac_file" != x-; then
1187 configure_input="$ac_file. $configure_input"
1188 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
1189 $as_echo "$as_me: creating $ac_file" >&6;}
1190 fi
1191 # Neutralize special characters interpreted by sed in replacement strings.
1192 case $configure_input in #(
1193 *\&* | *\|* | *\\* )
1194 ac_sed_conf_input=`$as_echo "$configure_input" |
1195 sed 's/[\\\\&|]/\\\\&/g'`;; #(
1196 *) ac_sed_conf_input=$configure_input;;
1197 esac
1198
1199 case $ac_tag in
1200 *:-:* | *:-) cat >"$ac_tmp/stdin" \
1201 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
1202 esac
1203 ;;
1204 esac
1205
1206 ac_dir=`$as_dirname -- "$ac_file" ||
1207 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1208 X"$ac_file" : 'X\(//\)[^/]' \| \
1209 X"$ac_file" : 'X\(//\)$' \| \
1210 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
1211 $as_echo X"$ac_file" |
1212 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1213 s//\1/
1214 q
1215 }
1216 /^X\(\/\/\)[^/].*/{
1217 s//\1/
1218 q
1219 }
1220 /^X\(\/\/\)$/{
1221 s//\1/
1222 q
1223 }
1224 /^X\(\/\).*/{
1225 s//\1/
1226 q
1227 }
1228 s/.*/./; q'`
1229 as_dir="$ac_dir"; as_fn_mkdir_p
1230 ac_builddir=.
1231
1232 case "$ac_dir" in
1233 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1234 *)
1235 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1236 # A ".." for each directory in $ac_dir_suffix.
1237 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1238 case $ac_top_builddir_sub in
1239 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1240 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1241 esac ;;
1242 esac
1243 ac_abs_top_builddir=$ac_pwd
1244 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1245 # for backward compatibility:
1246 ac_top_builddir=$ac_top_build_prefix
1247
1248 case $srcdir in
1249 .) # We are building in place.
1250 ac_srcdir=.
1251 ac_top_srcdir=$ac_top_builddir_sub
1252 ac_abs_top_srcdir=$ac_pwd ;;
1253 [\\/]* | ?:[\\/]* ) # Absolute name.
1254 ac_srcdir=$srcdir$ac_dir_suffix;
1255 ac_top_srcdir=$srcdir
1256 ac_abs_top_srcdir=$srcdir ;;
1257 *) # Relative name.
1258 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1259 ac_top_srcdir=$ac_top_build_prefix$srcdir
1260 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1261 esac
1262 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1263
1264
1265 case $ac_mode in
1266 :F)
1267 #
1268 # CONFIG_FILE
1269 #
1270
1271 case $INSTALL in
1272 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
1273 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
1274 esac
1275 ac_MKDIR_P=$MKDIR_P
1276 case $MKDIR_P in
1277 [\\/$]* | ?:[\\/]* ) ;;
1278 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
1279 esac
1280 # If the template does not know about datarootdir, expand it.
1281 # FIXME: This hack should be removed a few years after 2.60.
1282 ac_datarootdir_hack=; ac_datarootdir_seen=
1283 ac_sed_dataroot='
1284 /datarootdir/ {
1285 p
1286 q
1287 }
1288 /@datadir@/p
1289 /@docdir@/p
1290 /@infodir@/p
1291 /@localedir@/p
1292 /@mandir@/p'
1293 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1294 *datarootdir*) ac_datarootdir_seen=yes;;
1295 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1296 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1297 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1298 ac_datarootdir_hack='
1299 s&@datadir@&${datarootdir}&g
1300 s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
1301 s&@infodir@&${prefix}/share/info&g
1302 s&@localedir@&${datarootdir}/locale&g
1303 s&@mandir@&${prefix}/share/man&g
1304 s&\${datarootdir}&${prefix}/share&g' ;;
1305 esac
1306 ac_sed_extra="
1307
1308 :t
1309 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
1310 s|@configure_input@|$ac_sed_conf_input|;t t
1311 s&@top_builddir@&$ac_top_builddir_sub&;t t
1312 s&@top_build_prefix@&$ac_top_build_prefix&;t t
1313 s&@srcdir@&$ac_srcdir&;t t
1314 s&@abs_srcdir@&$ac_abs_srcdir&;t t
1315 s&@top_srcdir@&$ac_top_srcdir&;t t
1316 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
1317 s&@builddir@&$ac_builddir&;t t
1318 s&@abs_builddir@&$ac_abs_builddir&;t t
1319 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
1320 s&@INSTALL@&$ac_INSTALL&;t t
1321 s&@MKDIR_P@&$ac_MKDIR_P&;t t
1322 $ac_datarootdir_hack
1323 "
1324 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
1325 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1326
1327 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
1328 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
1329 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
1330 "$ac_tmp/out"`; test -z "$ac_out"; } &&
1331 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1332 which seems to be undefined. Please make sure it is defined" >&5
1333 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1334 which seems to be undefined. Please make sure it is defined" >&2;}
1335
1336 rm -f "$ac_tmp/stdin"
1337 case $ac_file in
1338 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
1339 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
1340 esac \
1341 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1342 ;;
1343 :H)
1344 #
1345 # CONFIG_HEADER
1346 #
1347 if test x"$ac_file" != x-; then
1348 {
1349 $as_echo "/* $configure_input */" \
1350 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
1351 } >"$ac_tmp/config.h" \
1352 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1353 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
1354 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
1355 $as_echo "$as_me: $ac_file is unchanged" >&6;}
1356 else
1357 rm -f "$ac_file"
1358 mv "$ac_tmp/config.h" "$ac_file" \
1359 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1360 fi
1361 else
1362 $as_echo "/* $configure_input */" \
1363 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
1364 || as_fn_error $? "could not create -" "$LINENO" 5
1365 fi
1366 # Compute "$ac_file"'s index in $config_headers.
1367 _am_arg="$ac_file"
1368 _am_stamp_count=1
1369 for _am_header in $config_headers :; do
1370 case $_am_header in
1371 $_am_arg | $_am_arg:* )
1372 break ;;
1373 * )
1374 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1375 esac
1376 done
1377 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
1378 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1379 X"$_am_arg" : 'X\(//\)[^/]' \| \
1380 X"$_am_arg" : 'X\(//\)$' \| \
1381 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
1382 $as_echo X"$_am_arg" |
1383 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1384 s//\1/
1385 q
1386 }
1387 /^X\(\/\/\)[^/].*/{
1388 s//\1/
1389 q
1390 }
1391 /^X\(\/\/\)$/{
1392 s//\1/
1393 q
1394 }
1395 /^X\(\/\).*/{
1396 s//\1/
1397 q
1398 }
1399 s/.*/./; q'`/stamp-h$_am_stamp_count
1400 ;;
1401
1402 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
1403 $as_echo "$as_me: executing $ac_file commands" >&6;}
1404 ;;
1405 esac
1406
1407
1408 case $ac_file$ac_mode in
1409 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
1410 # Older Autoconf quotes --file arguments for eval, but not when files
1411 # are listed without --file. Let's play safe and only enable the eval
1412 # if we detect the quoting.
1413 case $CONFIG_FILES in
1414 *\'*) eval set x "$CONFIG_FILES" ;;
1415 *) set x $CONFIG_FILES ;;
1416 esac
1417 shift
1418 for mf
1419 do
1420 # Strip MF so we end up with the name of the file.
1421 mf=`echo "$mf" | sed -e 's/:.*$//'`
1422 # Check whether this is an Automake generated Makefile or not.
1423 # We used to match only the files named 'Makefile.in', but
1424 # some people rename them; so instead we look at the file content.
1425 # Grep'ing the first line is not enough: some people post-process
1426 # each Makefile.in and add a new line on top of each file to say so.
1427 # Grep'ing the whole file is not good either: AIX grep has a line
1428 # limit of 2048, but all sed's we know have understand at least 4000.
1429 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
1430 dirpart=`$as_dirname -- "$mf" ||
1431 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1432 X"$mf" : 'X\(//\)[^/]' \| \
1433 X"$mf" : 'X\(//\)$' \| \
1434 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
1435 $as_echo X"$mf" |
1436 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1437 s//\1/
1438 q
1439 }
1440 /^X\(\/\/\)[^/].*/{
1441 s//\1/
1442 q
1443 }
1444 /^X\(\/\/\)$/{
1445 s//\1/
1446 q
1447 }
1448 /^X\(\/\).*/{
1449 s//\1/
1450 q
1451 }
1452 s/.*/./; q'`
1453 else
1454 continue
1455 fi
1456 # Extract the definition of DEPDIR, am__include, and am__quote
1457 # from the Makefile without running 'make'.
1458 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1459 test -z "$DEPDIR" && continue
1460 am__include=`sed -n 's/^am__include = //p' < "$mf"`
1461 test -z "$am__include" && continue
1462 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1463 # Find all dependency output files, they are included files with
1464 # $(DEPDIR) in their names. We invoke sed twice because it is the
1465 # simplest approach to changing $(DEPDIR) to its actual value in the
1466 # expansion.
1467 for file in `sed -n "
1468 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1469 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
1470 # Make sure the directory exists.
1471 test -f "$dirpart/$file" && continue
1472 fdir=`$as_dirname -- "$file" ||
1473 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1474 X"$file" : 'X\(//\)[^/]' \| \
1475 X"$file" : 'X\(//\)$' \| \
1476 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1477 $as_echo X"$file" |
1478 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1479 s//\1/
1480 q
1481 }
1482 /^X\(\/\/\)[^/].*/{
1483 s//\1/
1484 q
1485 }
1486 /^X\(\/\/\)$/{
1487 s//\1/
1488 q
1489 }
1490 /^X\(\/\).*/{
1491 s//\1/
1492 q
1493 }
1494 s/.*/./; q'`
1495 as_dir=$dirpart/$fdir; as_fn_mkdir_p
1496 # echo "creating $dirpart/$file"
1497 echo '# dummy' > "$dirpart/$file"
1498 done
1499 done
1500 }
1501 ;;
1502 "default-1":C) case "$CONFIG_FILES" in *po/Makefile.in*)
1503 sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile
1504 esac ;;
1505 "libtool":C)
1506
1507 # See if we are running on zsh, and set the options which allow our
1508 # commands through without removal of \ escapes.
1509 if test -n "${ZSH_VERSION+set}" ; then
1510 setopt NO_GLOB_SUBST
1511 fi
1512
1513 cfgfile="${ofile}T"
1514 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
1515 $RM "$cfgfile"
1516
1517 cat <<_LT_EOF >> "$cfgfile"
1518 #! $SHELL
1519
1520 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
1521 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
1522 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1523 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
1524 #
1525 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
1526 # 2006, 2007, 2008, 2009, 2010, 2011 Free Software
1527 # Foundation, Inc.
1528 # Written by Gordon Matzigkeit, 1996
1529 #
1530 # This file is part of GNU Libtool.
1531 #
1532 # GNU Libtool is free software; you can redistribute it and/or
1533 # modify it under the terms of the GNU General Public License as
1534 # published by the Free Software Foundation; either version 2 of
1535 # the License, or (at your option) any later version.
1536 #
1537 # As a special exception to the GNU General Public License,
1538 # if you distribute this file as part of a program or library that
1539 # is built using GNU Libtool, you may include this file under the
1540 # same distribution terms that you use for the rest of that program.
1541 #
1542 # GNU Libtool is distributed in the hope that it will be useful,
1543 # but WITHOUT ANY WARRANTY; without even the implied warranty of
1544 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1545 # GNU General Public License for more details.
1546 #
1547 # You should have received a copy of the GNU General Public License
1548 # along with GNU Libtool; see the file COPYING. If not, a copy
1549 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
1550 # obtained by writing to the Free Software Foundation, Inc.,
1551 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1552
1553
1554 # The names of the tagged configurations supported by this script.
1555 available_tags=""
1556
1557 # ### BEGIN LIBTOOL CONFIG
1558
1559 # Assembler program.
1560 AS=$lt_AS
1561
1562 # DLL creation program.
1563 DLLTOOL=$lt_DLLTOOL
1564
1565 # Object dumper program.
1566 OBJDUMP=$lt_OBJDUMP
1567
1568 # Which release of libtool.m4 was used?
1569 macro_version=$macro_version
1570 macro_revision=$macro_revision
1571
1572 # Whether or not to build shared libraries.
1573 build_libtool_libs=$enable_shared
1574
1575 # Whether or not to build static libraries.
1576 build_old_libs=$enable_static
1577
1578 # What type of objects to build.
1579 pic_mode=$pic_mode
1580
1581 # Whether or not to optimize for fast installation.
1582 fast_install=$enable_fast_install
1583
1584 # Shell to use when invoking shell scripts.
1585 SHELL=$lt_SHELL
1586
1587 # An echo program that protects backslashes.
1588 ECHO=$lt_ECHO
1589
1590 # The PATH separator for the build system.
1591 PATH_SEPARATOR=$lt_PATH_SEPARATOR
1592
1593 # The host system.
1594 host_alias=$host_alias
1595 host=$host
1596 host_os=$host_os
1597
1598 # The build system.
1599 build_alias=$build_alias
1600 build=$build
1601 build_os=$build_os
1602
1603 # A sed program that does not truncate output.
1604 SED=$lt_SED
1605
1606 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
1607 Xsed="\$SED -e 1s/^X//"
1608
1609 # A grep program that handles long lines.
1610 GREP=$lt_GREP
1611
1612 # An ERE matcher.
1613 EGREP=$lt_EGREP
1614
1615 # A literal string matcher.
1616 FGREP=$lt_FGREP
1617
1618 # A BSD- or MS-compatible name lister.
1619 NM=$lt_NM
1620
1621 # Whether we need soft or hard links.
1622 LN_S=$lt_LN_S
1623
1624 # What is the maximum length of a command?
1625 max_cmd_len=$max_cmd_len
1626
1627 # Object file suffix (normally "o").
1628 objext=$ac_objext
1629
1630 # Executable file suffix (normally "").
1631 exeext=$exeext
1632
1633 # whether the shell understands "unset".
1634 lt_unset=$lt_unset
1635
1636 # turn spaces into newlines.
1637 SP2NL=$lt_lt_SP2NL
1638
1639 # turn newlines into spaces.
1640 NL2SP=$lt_lt_NL2SP
1641
1642 # convert \$build file names to \$host format.
1643 to_host_file_cmd=$lt_cv_to_host_file_cmd
1644
1645 # convert \$build files to toolchain format.
1646 to_tool_file_cmd=$lt_cv_to_tool_file_cmd
1647
1648 # Method to check whether dependent libraries are shared objects.
1649 deplibs_check_method=$lt_deplibs_check_method
1650
1651 # Command to use when deplibs_check_method = "file_magic".
1652 file_magic_cmd=$lt_file_magic_cmd
1653
1654 # How to find potential files when deplibs_check_method = "file_magic".
1655 file_magic_glob=$lt_file_magic_glob
1656
1657 # Find potential files using nocaseglob when deplibs_check_method = "file_magic".
1658 want_nocaseglob=$lt_want_nocaseglob
1659
1660 # Command to associate shared and link libraries.
1661 sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd
1662
1663 # The archiver.
1664 AR=$lt_AR
1665
1666 # Flags to create an archive.
1667 AR_FLAGS=$lt_AR_FLAGS
1668
1669 # How to feed a file listing to the archiver.
1670 archiver_list_spec=$lt_archiver_list_spec
1671
1672 # A symbol stripping program.
1673 STRIP=$lt_STRIP
1674
1675 # Commands used to install an old-style archive.
1676 RANLIB=$lt_RANLIB
1677 old_postinstall_cmds=$lt_old_postinstall_cmds
1678 old_postuninstall_cmds=$lt_old_postuninstall_cmds
1679
1680 # Whether to use a lock for old archive extraction.
1681 lock_old_archive_extraction=$lock_old_archive_extraction
1682
1683 # A C compiler.
1684 LTCC=$lt_CC
1685
1686 # LTCC compiler flags.
1687 LTCFLAGS=$lt_CFLAGS
1688
1689 # Take the output of nm and produce a listing of raw symbols and C names.
1690 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
1691
1692 # Transform the output of nm in a proper C declaration.
1693 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
1694
1695 # Transform the output of nm in a C name address pair.
1696 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
1697
1698 # Transform the output of nm in a C name address pair when lib prefix is needed.
1699 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
1700
1701 # Specify filename containing input files for \$NM.
1702 nm_file_list_spec=$lt_nm_file_list_spec
1703
1704 # The root where to search for dependent libraries,and in which our libraries should be installed.
1705 lt_sysroot=$lt_sysroot
1706
1707 # The name of the directory that contains temporary libtool files.
1708 objdir=$objdir
1709
1710 # Used to examine libraries when file_magic_cmd begins with "file".
1711 MAGIC_CMD=$MAGIC_CMD
1712
1713 # Must we lock files when doing compilation?
1714 need_locks=$lt_need_locks
1715
1716 # Manifest tool.
1717 MANIFEST_TOOL=$lt_MANIFEST_TOOL
1718
1719 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
1720 DSYMUTIL=$lt_DSYMUTIL
1721
1722 # Tool to change global to local symbols on Mac OS X.
1723 NMEDIT=$lt_NMEDIT
1724
1725 # Tool to manipulate fat objects and archives on Mac OS X.
1726 LIPO=$lt_LIPO
1727
1728 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
1729 OTOOL=$lt_OTOOL
1730
1731 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
1732 OTOOL64=$lt_OTOOL64
1733
1734 # Old archive suffix (normally "a").
1735 libext=$libext
1736
1737 # Shared library suffix (normally ".so").
1738 shrext_cmds=$lt_shrext_cmds
1739
1740 # The commands to extract the exported symbol list from a shared archive.
1741 extract_expsyms_cmds=$lt_extract_expsyms_cmds
1742
1743 # Variables whose values should be saved in libtool wrapper scripts and
1744 # restored at link time.
1745 variables_saved_for_relink=$lt_variables_saved_for_relink
1746
1747 # Do we need the "lib" prefix for modules?
1748 need_lib_prefix=$need_lib_prefix
1749
1750 # Do we need a version for libraries?
1751 need_version=$need_version
1752
1753 # Library versioning type.
1754 version_type=$version_type
1755
1756 # Shared library runtime path variable.
1757 runpath_var=$runpath_var
1758
1759 # Shared library path variable.
1760 shlibpath_var=$shlibpath_var
1761
1762 # Is shlibpath searched before the hard-coded library search path?
1763 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
1764
1765 # Format of library name prefix.
1766 libname_spec=$lt_libname_spec
1767
1768 # List of archive names. First name is the real one, the rest are links.
1769 # The last name is the one that the linker finds with -lNAME
1770 library_names_spec=$lt_library_names_spec
1771
1772 # The coded name of the library, if different from the real name.
1773 soname_spec=$lt_soname_spec
1774
1775 # Permission mode override for installation of shared libraries.
1776 install_override_mode=$lt_install_override_mode
1777
1778 # Command to use after installation of a shared archive.
1779 postinstall_cmds=$lt_postinstall_cmds
1780
1781 # Command to use after uninstallation of a shared archive.
1782 postuninstall_cmds=$lt_postuninstall_cmds
1783
1784 # Commands used to finish a libtool library installation in a directory.
1785 finish_cmds=$lt_finish_cmds
1786
1787 # As "finish_cmds", except a single script fragment to be evaled but
1788 # not shown.
1789 finish_eval=$lt_finish_eval
1790
1791 # Whether we should hardcode library paths into libraries.
1792 hardcode_into_libs=$hardcode_into_libs
1793
1794 # Compile-time system search path for libraries.
1795 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
1796
1797 # Run-time system search path for libraries.
1798 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
1799
1800 # Whether dlopen is supported.
1801 dlopen_support=$enable_dlopen
1802
1803 # Whether dlopen of programs is supported.
1804 dlopen_self=$enable_dlopen_self
1805
1806 # Whether dlopen of statically linked programs is supported.
1807 dlopen_self_static=$enable_dlopen_self_static
1808
1809 # Commands to strip libraries.
1810 old_striplib=$lt_old_striplib
1811 striplib=$lt_striplib
1812
1813
1814 # The linker used to build libraries.
1815 LD=$lt_LD
1816
1817 # How to create reloadable object files.
1818 reload_flag=$lt_reload_flag
1819 reload_cmds=$lt_reload_cmds
1820
1821 # Commands used to build an old-style archive.
1822 old_archive_cmds=$lt_old_archive_cmds
1823
1824 # A language specific compiler.
1825 CC=$lt_compiler
1826
1827 # Is the compiler the GNU compiler?
1828 with_gcc=$GCC
1829
1830 # Compiler flag to turn off builtin functions.
1831 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
1832
1833 # Additional compiler flags for building library objects.
1834 pic_flag=$lt_lt_prog_compiler_pic
1835
1836 # How to pass a linker flag through the compiler.
1837 wl=$lt_lt_prog_compiler_wl
1838
1839 # Compiler flag to prevent dynamic linking.
1840 link_static_flag=$lt_lt_prog_compiler_static
1841
1842 # Does compiler simultaneously support -c and -o options?
1843 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
1844
1845 # Whether or not to add -lc for building shared libraries.
1846 build_libtool_need_lc=$archive_cmds_need_lc
1847
1848 # Whether or not to disallow shared libs when runtime libs are static.
1849 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
1850
1851 # Compiler flag to allow reflexive dlopens.
1852 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
1853
1854 # Compiler flag to generate shared objects directly from archives.
1855 whole_archive_flag_spec=$lt_whole_archive_flag_spec
1856
1857 # Whether the compiler copes with passing no objects directly.
1858 compiler_needs_object=$lt_compiler_needs_object
1859
1860 # Create an old-style archive from a shared archive.
1861 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
1862
1863 # Create a temporary old-style archive to link instead of a shared archive.
1864 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
1865
1866 # Commands used to build a shared archive.
1867 archive_cmds=$lt_archive_cmds
1868 archive_expsym_cmds=$lt_archive_expsym_cmds
1869
1870 # Commands used to build a loadable module if different from building
1871 # a shared archive.
1872 module_cmds=$lt_module_cmds
1873 module_expsym_cmds=$lt_module_expsym_cmds
1874
1875 # Whether we are building with GNU ld or not.
1876 with_gnu_ld=$lt_with_gnu_ld
1877
1878 # Flag that allows shared libraries with undefined symbols to be built.
1879 allow_undefined_flag=$lt_allow_undefined_flag
1880
1881 # Flag that enforces no undefined symbols.
1882 no_undefined_flag=$lt_no_undefined_flag
1883
1884 # Flag to hardcode \$libdir into a binary during linking.
1885 # This must work even if \$libdir does not exist
1886 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
1887
1888 # Whether we need a single "-rpath" flag with a separated argument.
1889 hardcode_libdir_separator=$lt_hardcode_libdir_separator
1890
1891 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
1892 # DIR into the resulting binary.
1893 hardcode_direct=$hardcode_direct
1894
1895 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
1896 # DIR into the resulting binary and the resulting library dependency is
1897 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
1898 # library is relocated.
1899 hardcode_direct_absolute=$hardcode_direct_absolute
1900
1901 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
1902 # into the resulting binary.
1903 hardcode_minus_L=$hardcode_minus_L
1904
1905 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
1906 # into the resulting binary.
1907 hardcode_shlibpath_var=$hardcode_shlibpath_var
1908
1909 # Set to "yes" if building a shared library automatically hardcodes DIR
1910 # into the library and all subsequent libraries and executables linked
1911 # against it.
1912 hardcode_automatic=$hardcode_automatic
1913
1914 # Set to yes if linker adds runtime paths of dependent libraries
1915 # to runtime path list.
1916 inherit_rpath=$inherit_rpath
1917
1918 # Whether libtool must link a program against all its dependency libraries.
1919 link_all_deplibs=$link_all_deplibs
1920
1921 # Set to "yes" if exported symbols are required.
1922 always_export_symbols=$always_export_symbols
1923
1924 # The commands to list exported symbols.
1925 export_symbols_cmds=$lt_export_symbols_cmds
1926
1927 # Symbols that should not be listed in the preloaded symbols.
1928 exclude_expsyms=$lt_exclude_expsyms
1929
1930 # Symbols that must always be exported.
1931 include_expsyms=$lt_include_expsyms
1932
1933 # Commands necessary for linking programs (against libraries) with templates.
1934 prelink_cmds=$lt_prelink_cmds
1935
1936 # Commands necessary for finishing linking programs.
1937 postlink_cmds=$lt_postlink_cmds
1938
1939 # Specify filename containing input files.
1940 file_list_spec=$lt_file_list_spec
1941
1942 # How to hardcode a shared library path into an executable.
1943 hardcode_action=$hardcode_action
1944
1945 # ### END LIBTOOL CONFIG
1946
1947 _LT_EOF
1948
1949 case $host_os in
1950 aix3*)
1951 cat <<\_LT_EOF >> "$cfgfile"
1952 # AIX sometimes has problems with the GCC collect2 program. For some
1953 # reason, if we set the COLLECT_NAMES environment variable, the problems
1954 # vanish in a puff of smoke.
1955 if test "X${COLLECT_NAMES+set}" != Xset; then
1956 COLLECT_NAMES=
1957 export COLLECT_NAMES
1958 fi
1959 _LT_EOF
1960 ;;
1961 esac
1962
1963
1964 ltmain="$ac_aux_dir/ltmain.sh"
1965
1966
1967 # We use sed instead of cat because bash on DJGPP gets confused if
1968 # if finds mixed CR/LF and LF-only lines. Since sed operates in
1969 # text mode, it properly converts lines to CR/LF. This bash problem
1970 # is reportedly fixed, but why not run on old versions too?
1971 sed '$q' "$ltmain" >> "$cfgfile" \
1972 || (rm -f "$cfgfile"; exit 1)
1973
1974 if test x"$xsi_shell" = xyes; then
1975 sed -e '/^func_dirname ()$/,/^} # func_dirname /c\
1976 func_dirname ()\
1977 {\
1978 \ case ${1} in\
1979 \ */*) func_dirname_result="${1%/*}${2}" ;;\
1980 \ * ) func_dirname_result="${3}" ;;\
1981 \ esac\
1982 } # Extended-shell func_dirname 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_basename ()$/,/^} # func_basename /c\
1989 func_basename ()\
1990 {\
1991 \ func_basename_result="${1##*/}"\
1992 } # Extended-shell func_basename 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_dirname_and_basename ()$/,/^} # func_dirname_and_basename /c\
1999 func_dirname_and_basename ()\
2000 {\
2001 \ case ${1} in\
2002 \ */*) func_dirname_result="${1%/*}${2}" ;;\
2003 \ * ) func_dirname_result="${3}" ;;\
2004 \ esac\
2005 \ func_basename_result="${1##*/}"\
2006 } # Extended-shell func_dirname_and_basename implementation' "$cfgfile" > $cfgfile.tmp \
2007 && mv -f "$cfgfile.tmp" "$cfgfile" \
2008 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2009 test 0 -eq $? || _lt_function_replace_fail=:
2010
2011
2012 sed -e '/^func_stripname ()$/,/^} # func_stripname /c\
2013 func_stripname ()\
2014 {\
2015 \ # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are\
2016 \ # positional parameters, so assign one to ordinary parameter first.\
2017 \ func_stripname_result=${3}\
2018 \ func_stripname_result=${func_stripname_result#"${1}"}\
2019 \ func_stripname_result=${func_stripname_result%"${2}"}\
2020 } # Extended-shell func_stripname implementation' "$cfgfile" > $cfgfile.tmp \
2021 && mv -f "$cfgfile.tmp" "$cfgfile" \
2022 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2023 test 0 -eq $? || _lt_function_replace_fail=:
2024
2025
2026 sed -e '/^func_split_long_opt ()$/,/^} # func_split_long_opt /c\
2027 func_split_long_opt ()\
2028 {\
2029 \ func_split_long_opt_name=${1%%=*}\
2030 \ func_split_long_opt_arg=${1#*=}\
2031 } # Extended-shell func_split_long_opt implementation' "$cfgfile" > $cfgfile.tmp \
2032 && mv -f "$cfgfile.tmp" "$cfgfile" \
2033 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2034 test 0 -eq $? || _lt_function_replace_fail=:
2035
2036
2037 sed -e '/^func_split_short_opt ()$/,/^} # func_split_short_opt /c\
2038 func_split_short_opt ()\
2039 {\
2040 \ func_split_short_opt_arg=${1#??}\
2041 \ func_split_short_opt_name=${1%"$func_split_short_opt_arg"}\
2042 } # Extended-shell func_split_short_opt implementation' "$cfgfile" > $cfgfile.tmp \
2043 && mv -f "$cfgfile.tmp" "$cfgfile" \
2044 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2045 test 0 -eq $? || _lt_function_replace_fail=:
2046
2047
2048 sed -e '/^func_lo2o ()$/,/^} # func_lo2o /c\
2049 func_lo2o ()\
2050 {\
2051 \ case ${1} in\
2052 \ *.lo) func_lo2o_result=${1%.lo}.${objext} ;;\
2053 \ *) func_lo2o_result=${1} ;;\
2054 \ esac\
2055 } # Extended-shell func_lo2o implementation' "$cfgfile" > $cfgfile.tmp \
2056 && mv -f "$cfgfile.tmp" "$cfgfile" \
2057 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2058 test 0 -eq $? || _lt_function_replace_fail=:
2059
2060
2061 sed -e '/^func_xform ()$/,/^} # func_xform /c\
2062 func_xform ()\
2063 {\
2064 func_xform_result=${1%.*}.lo\
2065 } # Extended-shell func_xform implementation' "$cfgfile" > $cfgfile.tmp \
2066 && mv -f "$cfgfile.tmp" "$cfgfile" \
2067 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2068 test 0 -eq $? || _lt_function_replace_fail=:
2069
2070
2071 sed -e '/^func_arith ()$/,/^} # func_arith /c\
2072 func_arith ()\
2073 {\
2074 func_arith_result=$(( $* ))\
2075 } # Extended-shell func_arith implementation' "$cfgfile" > $cfgfile.tmp \
2076 && mv -f "$cfgfile.tmp" "$cfgfile" \
2077 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2078 test 0 -eq $? || _lt_function_replace_fail=:
2079
2080
2081 sed -e '/^func_len ()$/,/^} # func_len /c\
2082 func_len ()\
2083 {\
2084 func_len_result=${#1}\
2085 } # Extended-shell func_len implementation' "$cfgfile" > $cfgfile.tmp \
2086 && mv -f "$cfgfile.tmp" "$cfgfile" \
2087 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2088 test 0 -eq $? || _lt_function_replace_fail=:
2089
2090 fi
2091
2092 if test x"$lt_shell_append" = xyes; then
2093 sed -e '/^func_append ()$/,/^} # func_append /c\
2094 func_append ()\
2095 {\
2096 eval "${1}+=\\${2}"\
2097 } # Extended-shell func_append implementation' "$cfgfile" > $cfgfile.tmp \
2098 && mv -f "$cfgfile.tmp" "$cfgfile" \
2099 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2100 test 0 -eq $? || _lt_function_replace_fail=:
2101
2102
2103 sed -e '/^func_append_quoted ()$/,/^} # func_append_quoted /c\
2104 func_append_quoted ()\
2105 {\
2106 \ func_quote_for_eval "${2}"\
2107 \ eval "${1}+=\\\\ \\$func_quote_for_eval_result"\
2108 } # Extended-shell func_append_quoted implementation' "$cfgfile" > $cfgfile.tmp \
2109 && mv -f "$cfgfile.tmp" "$cfgfile" \
2110 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2111 test 0 -eq $? || _lt_function_replace_fail=:
2112
2113
2114 # Save a `func_append' function call where possible by direct use of '+='
2115 sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \
2116 && mv -f "$cfgfile.tmp" "$cfgfile" \
2117 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2118 test 0 -eq $? || _lt_function_replace_fail=:
2119 else
2120 # Save a `func_append' function call even when '+=' is not available
2121 sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \
2122 && mv -f "$cfgfile.tmp" "$cfgfile" \
2123 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2124 test 0 -eq $? || _lt_function_replace_fail=:
2125 fi
2126
2127 if test x"$_lt_function_replace_fail" = x":"; then
2128 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5
2129 $as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;}
2130 fi
2131
2132
2133 mv -f "$cfgfile" "$ofile" ||
2134 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
2135 chmod +x "$ofile"
2136
2137 ;;
2138 "po/stamp-it":C)
2139 if ! grep "^# INTLTOOL_MAKEFILE$" "po/Makefile.in" > /dev/null ; then
2140 as_fn_error $? "po/Makefile.in.in was not created by intltoolize." "$LINENO" 5
2141 fi
2142 rm -f "po/stamp-it" "po/stamp-it.tmp" "po/POTFILES" "po/Makefile.tmp"
2143 >"po/stamp-it.tmp"
2144 sed '/^#/d
2145 s/^[[].*] *//
2146 /^[ ]*$/d
2147 '"s|^| $ac_top_srcdir/|" \
2148 "$srcdir/po/POTFILES.in" | sed '$!s/$/ \\/' >"po/POTFILES"
2149
2150 sed '/^POTFILES =/,/[^\\]$/ {
2151 /^POTFILES =/!d
2152 r po/POTFILES
2153 }
2154 ' "po/Makefile.in" >"po/Makefile"
2155 rm -f "po/Makefile.tmp"
2156 mv "po/stamp-it.tmp" "po/stamp-it"
2157 ;;
2158
2159 esac
2160 done # for ac_tag
2161
2162
2163 as_fn_exit 0
0 /home/mtwebster/bin/cinnamon-menus/./desktop-directories/AudioVideo.directory.in \
1 /home/mtwebster/bin/cinnamon-menus/./desktop-directories/Development.directory.in \
2 /home/mtwebster/bin/cinnamon-menus/./desktop-directories/Education.directory.in \
3 /home/mtwebster/bin/cinnamon-menus/./desktop-directories/Game.directory.in \
4 /home/mtwebster/bin/cinnamon-menus/./desktop-directories/Graphics.directory.in \
5 /home/mtwebster/bin/cinnamon-menus/./desktop-directories/Network.directory.in \
6 /home/mtwebster/bin/cinnamon-menus/./desktop-directories/Office.directory.in \
7 /home/mtwebster/bin/cinnamon-menus/./desktop-directories/System-Tools.directory.in \
8 /home/mtwebster/bin/cinnamon-menus/./desktop-directories/Utility-Accessibility.directory.in \
9 /home/mtwebster/bin/cinnamon-menus/./desktop-directories/Utility.directory.in \
10 /home/mtwebster/bin/cinnamon-menus/./desktop-directories/X-GNOME-Menu-Applications.directory.in \
11 /home/mtwebster/bin/cinnamon-menus/./desktop-directories/X-GNOME-Other.directory.in \
12 /home/mtwebster/bin/cinnamon-menus/./desktop-directories/X-GNOME-Sundry.directory.in \
13 /home/mtwebster/bin/cinnamon-menus/./desktop-directories/X-GNOME-Utilities.directory.in \
14 /home/mtwebster/bin/cinnamon-menus/./desktop-directories/X-GNOME-WebApplications.directory.in \
15 /home/mtwebster/bin/cinnamon-menus/./debian/desktop-files/ActionGames.directory.in \
16 /home/mtwebster/bin/cinnamon-menus/./debian/desktop-files/AdventureGames.directory.in \
17 /home/mtwebster/bin/cinnamon-menus/./debian/desktop-files/ArcadeGames.directory.in \
18 /home/mtwebster/bin/cinnamon-menus/./debian/desktop-files/BlocksGames.directory.in \
19 /home/mtwebster/bin/cinnamon-menus/./debian/desktop-files/BoardGames.directory.in \
20 /home/mtwebster/bin/cinnamon-menus/./debian/desktop-files/CardGames.directory.in \
21 /home/mtwebster/bin/cinnamon-menus/./debian/desktop-files/Debian.directory.in \
22 /home/mtwebster/bin/cinnamon-menus/./debian/desktop-files/GnomeScience.directory.in \
23 /home/mtwebster/bin/cinnamon-menus/./debian/desktop-files/KidsGames.directory.in \
24 /home/mtwebster/bin/cinnamon-menus/./debian/desktop-files/LogicGames.directory.in \
25 /home/mtwebster/bin/cinnamon-menus/./debian/desktop-files/RolePlayingGames.directory.in \
26 /home/mtwebster/bin/cinnamon-menus/./debian/desktop-files/Settings-System.directory.in \
27 /home/mtwebster/bin/cinnamon-menus/./debian/desktop-files/Settings.directory.in \
28 /home/mtwebster/bin/cinnamon-menus/./debian/desktop-files/SimulationGames.directory.in \
29 /home/mtwebster/bin/cinnamon-menus/./debian/desktop-files/SportsGames.directory.in \
30 /home/mtwebster/bin/cinnamon-menus/./debian/desktop-files/StrategyGames.directory.in \
31 /home/mtwebster/bin/cinnamon-menus/./desktop-directories/Hardware.directory.in \
32 /home/mtwebster/bin/cinnamon-menus/./desktop-directories/Personal.directory.in \
33 /home/mtwebster/bin/cinnamon-menus/./desktop-directories/System.directory.in
0 cinnamon-menus (2.1) petra; urgency=low
1
2 * Rename
3
4 -- Michael Webster <miketwebster@gmail.com> Mon, 20 Jan 2014 10:19:41 -0500
5
06 gnome-menus (3.8.0-1ubuntu5) saucy; urgency=low
17
28 * debian/patches/ubuntu_gcc_translations.patch: revert dropping of
0 interest-noawait /usr/share/applications
1 #interest-noawait gmenucache
11 #
22 # Modifications should be made to debian/control.in instead.
33 # This file is regenerated automatically in the clean target.
4 Source: gnome-menus
4 Source: cinnamon-menus
55 Section: gnome
66 Priority: optional
77 Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
88 XSBC-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
9 Uploaders: Andreas Henriksson <andreas@fatal.se>, Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Jeremy Bicha <jbicha@ubuntu.com>, Josselin Mouette <joss@debian.org>, Sjoerd Simons <sjoerd@debian.org>
9 Uploaders: Andreas Henriksson <andreas@fatal.se>, Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Jeremy Bicha <jbicha@ubuntu.com>, Sjoerd Simons <sjoerd@debian.org>
1010 Build-Depends: debhelper (>= 9),
1111 cdbs (>= 0.4.73),
1212 libglib2.0-dev (>= 2.30.0),
1919 X-Python3-Version: >= 3.1
2020 Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/gnome-menus/ubuntu
2121
22 Package: gnome-menus
22 Package: cinnamon-menus
2323 Architecture: any
2424 Pre-Depends: ${misc:Pre-Depends}
2525 Depends: ${shlibs:Depends},
3737 Also contained here are the GNOME menu layout configuration files, .directory
3838 files and assorted menu related utility programs.
3939
40 Package: libgnome-menu-3-0
40 Package: libcinnamon-menu-3-0
4141 Architecture: any
4242 Depends: ${shlibs:Depends},
4343 ${misc:Depends}
5252 .
5353 This package contains the shared library.
5454
55 Package: libgnome-menu-3-0-dbg
55 Package: libcinnamon-menu-3-0-dbg
5656 Section: debug
5757 Priority: extra
5858 Architecture: any
59 Depends: libgnome-menu-3-0 (= ${binary:Version}),
59 Depends: libcinnamon-menu-3-0 (= ${binary:Version}),
6060 ${misc:Depends}
6161 Description: GNOME implementation of the freedesktop menu specification
6262 The package contains an implementation of the draft
6969 .
7070 This package contains debugging symbols.
7171
72 Package: libgnome-menu-3-dev
72 Package: libcinnamon-menu-3-dev
7373 Architecture: any
7474 Section: libdevel
7575 Depends: ${misc:Depends},
76 libgnome-menu-3-0 (= ${binary:Version}),
77 gir1.2-gmenu-3.0 (= ${binary:Version}),
76 libcinnamon-menu-3-0 (= ${binary:Version}),
77 gir1.2-cmenu-3.0 (= ${binary:Version}),
7878 libglib2.0-dev (>= 2.30.0)
7979 Replaces: gir-repository-dev (<< 0.6.5-6)
8080 Description: GNOME implementation of the freedesktop menu specification
8888 .
8989 This package contains the development headers.
9090
91 Package: gir1.2-gmenu-3.0
91 Package: gir1.2-cmenu-3.0
9292 Section: introspection
9393 Architecture: any
9494 Depends: ${gir:Depends},
0 Source: gnome-menus
0 Source: cinnamon-menus
11 Section: gnome
22 Priority: optional
33 Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
1515 X-Python3-Version: >= 3.1
1616 Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/gnome-menus/ubuntu
1717
18 Package: gnome-menus
18 Package: cinnamon-menus
1919 Architecture: any
2020 Pre-Depends: ${misc:Pre-Depends}
2121 Depends: ${shlibs:Depends},
3333 Also contained here are the GNOME menu layout configuration files, .directory
3434 files and assorted menu related utility programs.
3535
36 Package: libgnome-menu-3-0
36 Package: libcinnamon-menu-3-0
3737 Architecture: any
3838 Depends: ${shlibs:Depends},
3939 ${misc:Depends}
4848 .
4949 This package contains the shared library.
5050
51 Package: libgnome-menu-3-0-dbg
51 Package: libcinnamon-menu-3-0-dbg
5252 Section: debug
5353 Priority: extra
5454 Architecture: any
55 Depends: libgnome-menu-3-0 (= ${binary:Version}),
55 Depends: libcinnamon-menu-3-0 (= ${binary:Version}),
5656 ${misc:Depends}
5757 Description: GNOME implementation of the freedesktop menu specification
5858 The package contains an implementation of the draft
6565 .
6666 This package contains debugging symbols.
6767
68 Package: libgnome-menu-3-dev
68 Package: libcinnamon-menu-3-dev
6969 Architecture: any
7070 Section: libdevel
7171 Depends: ${misc:Depends},
72 libgnome-menu-3-0 (= ${binary:Version}),
73 gir1.2-gmenu-3.0 (= ${binary:Version}),
72 libcinnamon-menu-3-0 (= ${binary:Version}),
73 gir1.2-cmenu-3.0 (= ${binary:Version}),
7474 libglib2.0-dev (>= 2.30.0)
7575 Replaces: gir-repository-dev (<< 0.6.5-6)
7676 Description: GNOME implementation of the freedesktop menu specification
8484 .
8585 This package contains the development headers.
8686
87 Package: gir1.2-gmenu-3.0
87 Package: gir1.2-cmenu-3.0
8888 Section: introspection
8989 Architecture: any
9090 Depends: ${gir:Depends},
+0
-5
debian/desktop-files/ActionGames.directory.in less more
0 [Desktop Entry]
1 _Name=Action
2 _Comment=Action games
3 Icon=weather-storm
4 Type=Directory
+0
-4
debian/desktop-files/AdventureGames.directory.in less more
0 [Desktop Entry]
1 _Name=Adventure
2 _Comment=Adventure style games
3 Type=Directory
+0
-5
debian/desktop-files/ArcadeGames.directory.in less more
0 [Desktop Entry]
1 _Name=Arcade
2 _Comment=Arcade style games
3 Icon=gnome-joystick
4 Type=Directory
+0
-5
debian/desktop-files/BlocksGames.directory.in less more
0 [Desktop Entry]
1 _Name=Falling blocks
2 _Comment=Falling blocks games
3 Icon=quadrapassel
4 Type=Directory
+0
-5
debian/desktop-files/BoardGames.directory.in less more
0 [Desktop Entry]
1 _Name=Board
2 _Comment=Board games
3 Icon=desktop
4 Type=Directory
+0
-5
debian/desktop-files/CardGames.directory.in less more
0 [Desktop Entry]
1 _Name=Cards
2 _Comment=Card games
3 Icon=gnome-aisleriot
4 Type=Directory
+0
-6
debian/desktop-files/Debian.directory.in less more
0 [Desktop Entry]
1 _Name=Debian
2 _Comment=The Debian menu
3 Icon=debian-logo
4 Type=Directory
5 NoDisplay=true
+0
-5
debian/desktop-files/GnomeScience.directory.in less more
0 [Desktop Entry]
1 _Name=Science
2 _Comment=Scientific applications
3 Icon=applications-science
4 Type=Directory
+0
-5
debian/desktop-files/KidsGames.directory.in less more
0 [Desktop Entry]
1 _Name=Kids
2 _Comment=Games for kids
3 Icon=gnome-amusements
4 Type=Directory
+0
-5
debian/desktop-files/LogicGames.directory.in less more
0 [Desktop Entry]
1 _Name=Logic
2 _Comment=Logic and puzzle games
3 Icon=system-run
4 Type=Directory
+0
-5
debian/desktop-files/RolePlayingGames.directory.in less more
0 [Desktop Entry]
1 _Name=Role playing
2 _Comment=Role playing games
3 Icon=avatar-default
4 Type=Directory
+0
-5
debian/desktop-files/Settings-System.directory.in less more
0 [Desktop Entry]
1 Type=Directory
2 _Name=Administration
3 _Comment=Change system-wide settings (affects all users)
4 Icon=preferences-system
+0
-5
debian/desktop-files/Settings.directory.in less more
0 [Desktop Entry]
1 _Name=Preferences
2 _Comment=Personal preferences
3 Icon=preferences-desktop
4 Type=Directory
+0
-4
debian/desktop-files/SimulationGames.directory.in less more
0 [Desktop Entry]
1 _Name=Simulation
2 _Comment=Simulation games
3 Type=Directory
+0
-5
debian/desktop-files/SportsGames.directory.in less more
0 [Desktop Entry]
1 _Name=Sports
2 _Comment=Sports games
3 Icon=trophy-gold
4 Type=Directory
+0
-4
debian/desktop-files/StrategyGames.directory.in less more
0 [Desktop Entry]
1 _Name=Strategy
2 _Comment=Strategy games
3 Type=Directory
0 usr/lib/girepository-1.0
+0
-1
debian/gir1.2-gmenu-3.0.install less more
0 usr/lib/girepository-1.0
+0
-70
debian/gnome-menus-blacklist less more
0 #! /usr/bin/python3
1
2 sourcedir = "/usr/share/applications"
3 destdir = "/usr/share/gnome/applications"
4 blacklist_file = "/etc/gnome/menus.blacklist"
5
6 import sys, os
7
8 # Parse blacklist file
9 blacklist = []
10 try:
11 with open(blacklist_file, 'r', encoding='utf_8') as fp:
12 for l in fp.readlines():
13 l = l.strip()
14 if l.startswith("#"):
15 continue
16 blacklist.append(l)
17 except IOError:
18 sys.stderr.write("Warning: %s cannot be opened\n"%blacklist_file)
19
20 # Built the list of files to work on
21 sourcefiles = []
22 for root, dirs, files in os.walk (sourcedir):
23 reldir = root[len(sourcedir)+1:]
24 for f in files:
25 relfile = os.path.join (reldir, f)
26 if relfile.endswith(".desktop") and (f in blacklist or relfile in blacklist):
27 sourcefiles.append(relfile)
28
29 # Remove obsolete files
30 for root, dirs, files in os.walk (destdir, topdown=False):
31 reldir = root[len(destdir)+1:]
32 for f in files:
33 relfile = os.path.join (reldir, f)
34 if f.endswith(".desktop") and relfile not in sourcefiles:
35 os.remove (os.path.join (destdir, relfile))
36 if reldir:
37 try:
38 os.rmdir (root)
39 except OSError:
40 pass
41
42 # Now process the files
43 for f in sourcefiles:
44 sourcefile = os.path.join (sourcedir, f)
45 destfile = os.path.join (destdir, f)
46 absdir = os.path.dirname (destfile)
47
48 # The mtime is used as a flag to check if the file has changed
49 source_time = int (os.stat (sourcefile).st_mtime)
50 try:
51 dest_time = int (os.stat (destfile).st_mtime)
52 except OSError:
53 dest_time = 0
54 if source_time == dest_time:
55 continue
56
57 # Copy file, adding a NoDisplay flag
58 if not os.path.isdir (absdir):
59 os.makedirs (absdir)
60 with open(destfile, 'wt', encoding='utf_8') as fp_out:
61 with open(sourcefile, 'rt', encoding='utf_8') as fp_in:
62 for l in fp_in.readlines():
63 if l.startswith ("NoDisplay="):
64 continue
65 fp_out.write(l)
66 fp_out.write("NoDisplay=true\n")
67
68 # Set mtime so that the file is not touched unless it has changed
69 os.utime (destfile, (source_time, source_time))
+0
-6
debian/gnome-menus.install less more
0 etc
1 usr/share/locale
2 usr/share/desktop-directories
3 debian/gnome-menus-blacklist /usr/sbin
4 debian/menus.blacklist /etc/gnome
5 debian/desktop-files/*.directory /usr/share/desktop-directories
+0
-3
debian/gnome-menus.maintscript less more
0 rm_conffile /etc/xdg/menus/gnome-preferences.menu 2.24.2-1~ gnome-menus
1 rm_conffile /etc/xdg/menus/gnome-settings.menu 3.0.1-3~ gnome-menus
2 mv_conffile /etc/xdg/menus/applications.menu /etc/xdg/menus/gnome-applications.menu 3.8.0-1ubuntu3~ gnome-menus
+0
-2
debian/gnome-menus.triggers less more
0 interest-noawait /usr/share/applications
1 #interest-noawait gmenucache
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 usr/lib/*.a
1 usr/lib/*.so
2 usr/include
3 usr/lib/pkgconfig
4 usr/share/gir-1.0
+0
-1
debian/libgnome-menu-3-0.install less more
0 usr/lib/*.so.*
+0
-56
debian/libgnome-menu-3-0.symbols less more
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
-5
debian/libgnome-menu-3-dev.install less more
0 usr/lib/*.a
1 usr/lib/*.so
2 usr/include
3 usr/lib/pkgconfig
4 usr/share/gir-1.0
+0
-211
debian/menus.blacklist less more
0 # openjdk-6
1 openjdk-6-java.desktop
2 openjdk-6-policytool.desktop
3
4 # openjdk-7
5 openjdk-7-java.desktop
6 openjdk-7-policytool.desktop
7
8 # sun-java6
9 sun-java6-controlpanel.desktop
10 sun-java6-java.desktop
11 sun-java6-javaws.desktop
12 sun-java6-jvisualvm.desktop
13 sun-java6-policytool.desktop
14
15 # icedtea
16 icedtea-netx-javaws.desktop
17 itweb-settings.desktop
18
19 # hplip
20 hplip.desktop
21 hp-fab.desktop
22 hp-sendfax.desktop
23
24 # imagemagick (Bug #677318)
25 display.im6.desktop
26
27 # foo2zjs
28 hplj1020.desktop
29
30 # kde4libs (Bug #673362)
31 kde4/kmailservice.desktop
32 kde4/ktelnetservice.desktop
33
34 # kdeaccessibility
35 kde4/jovieapp.desktop
36 kde4/kmag.desktop
37 kde4/kmousetool.desktop
38 kde4/kmouth.desktop
39
40 # kdeadmin
41 kde4/kuser.desktop
42 kde4/ksystemlog.desktop
43
44 # kdebase
45 kde4/dolphin.desktop
46 kde4/keditbookmarks.desktop
47 kde4/kdepasswd.desktop
48 kde4/kfmclient.desktop
49 kde4/kfmclient_dir.desktop
50 kde4/kfmclient_html.desktop
51 kde4/kfmclient_war.desktop
52 kde4/konqbrowser.desktop
53 kde4/konquerorsu.desktop
54 kde4/konsole.desktop
55 kde4/kwrite.desktop
56
57 # kdebase-runtime (Bug #673361)
58 kde4/nepomukbackup.desktop
59 kde4/nepomukcontroller.desktop
60
61 # kdebase-workspace
62 kde4/kfontview.desktop
63 kde4/ksysguard.desktop
64 kde4/systemsettings.desktop
65
66 # kdeedu - no equivalents in GNOME
67
68 # kdegames - only those which have equivalents in gnome-games
69 kde4/kblocks.desktop
70 kde4/kfourinline.desktop
71 kde4/killbots.desktop
72 kde4/kiriki.desktop
73 kde4/klickety.desktop
74 kde4/ksame.desktop
75 kde4/klines.desktop
76 kde4/kmahjongg.desktop
77 kde4/kmines.desktop
78 kde4/kpat.desktop
79 kde4/kreversi.desktop
80 kde4/ksudoku.desktop
81 kde4/kdesnake.desktop
82 kde4/ktron.desktop
83
84 # kdegraphics
85 kde4/gwenview.desktop
86 kde4/kcolorchooser.desktop
87 kde4/kolourpaint.desktop
88 kde4/kruler.desktop
89 kde4/ksnapshot.desktop
90 kde4/okular.desktop
91 kde4/okularApplication_comicbook.desktop
92 kde4/okularApplication_dvi.desktop
93 kde4/okularApplication_fax.desktop
94 kde4/okularApplication_fb.desktop
95 kde4/okularApplication_ghostview.desktop
96 kde4/okularApplication_kimgio.desktop
97 kde4/okularApplication_mobi.desktop
98 kde4/okularApplication_ooo.desktop
99 kde4/okularApplication_pdf.desktop
100 kde4/okularApplication_plucker.desktop
101 kde4/okularApplication_xps.desktop
102 kde4/okularApplication_chm.desktop
103 kde4/okularApplication_djvu.desktop
104 kde4/okularApplication_epub.desktop
105 kde4/okularApplication_tiff.desktop
106
107 # kdemultimedia
108 kde4/dragonplayer.desktop
109 kde4/juk.desktop
110 kde4/kmix.desktop
111 kde4/kscd.desktop
112
113 # kdenetwork
114 kde4/kget.desktop
115 kde4/kopete.desktop
116 kde4/kppplogview.desktop
117 kde4/Kppp.desktop
118 kde4/krdc.desktop
119 kde4/krfb.desktop
120
121 # kdepim
122 kde4/akonadiconsole.desktop
123 kde4/akregator.desktop
124 kde4/blogilo.desktop
125 kde4/kaddressbook.desktop
126 kde4/kalarm.desktop
127 kde4/groupwarewizard.desktop
128 kde4/Kjots.desktop
129 kde4/kleopatra.desktop
130 kde4/kleopatra_import.desktop
131 kde4/KMail.desktop
132 kde4/kmail_view.desktop
133 kde4/KNode.desktop
134 kde4/knotes.desktop
135 kde4/konsolekalendar.desktop
136 kde4/Kontact.desktop
137 kde4/kontact-admin.desktop
138 kde4/korganizer-import.desktop
139 kde4/korganizer.desktop
140 kde4/ktimetracker.desktop
141 kde4/akonaditray.desktop
142
143 # kdesdk
144 kde4/cervisia.desktop
145 kde4/kapptemplate.desktop
146 kde4/ktesnippets_editor.desktop
147 kde4/kate.desktop
148 kde4/kcachegrind.desktop
149 kde4/kompare.desktop
150 kde4/kuiviewer.desktop
151 kde4/lokalize.desktop
152 kde4/okteta.desktop
153 kde4/umbrello.desktop
154
155 # kdetoys
156 kde4/amor.desktop
157 kde4/kteatime.desktop
158
159 # kdeutils
160 kde4/ark.desktop
161 kde4/filelight.desktop
162 kde4/kcalc.desktop
163 kde4/KCharSelect.desktop
164 kde4/kwikdisk.desktop
165 kde4/kdf.desktop
166 kde4/KFloppy.desktop
167 kde4/kgpg.desktop
168 kde4/krcdnotifieritem.desktop
169 kde4/ktimer.desktop
170 kde4/kwalletmanager.desktop
171 kde4/kwalletmanager-kwalletd.desktop
172 kde4/sweeper.desktop
173
174 # kdewebdev
175 kde4/kfilereplace.desktop
176 kde4/kimagemapeditor.desktop
177 kde4/klinkstatus.desktop
178
179 # Other KDE-only stuff that have GNOME equivalents in the standard install
180 Kino.desktop
181 qt3config.desktop
182 qt4config.desktop
183 qtconfig-qt4.desktop
184
185 # Viewers only belong in the MIME associations, not in the menu
186 djvulibre-djview3.desktop
187 djvulibre-djview4.desktop
188 xpdf.desktop
189
190 # Bazaar preferences don't belong in the menu
191 bazaar-properties.desktop
192 # Neither do notification area icons, they should be autostarted on demand
193 bzr-notify.desktop
194
195 # xscreensaver
196 xscreensaver.desktop
197 xscreensaver-properties.desktop
198
199 # IDLE - we don't need one entry for each Python version
200 idle-python2.5.desktop
201 idle-python2.6.desktop
202
203 # XTerm
204 debian-xterm.desktop
205 debian-uxterm.desktop
206
207 # XFCE (Bug #673363, #673360)
208 Thunar-bulk-rename.desktop
209 Thunar.desktop
210 thunar-volman-settings.desktop
1313 %.directory: %.directory.in
1414 intltool-merge -d debian/po-up $< $@
1515
16 build/gnome-menus:: $(OUTFILES)
16 build/cinnamon-menus:: $(OUTFILES)
1717
18 binary-install/gnome-menus::
19 dh_python3 -pgnome-menus
18 binary-install/cinnamon-menus::
19 dh_python3 -pcinnamon-menus
2020
2121 clean::
2222 -rm -f $(OUTFILES)
+0
-5
desktop-directories/AudioVideo.directory.in less more
0 [Desktop Entry]
1 _Name=Sound & Video
2 _Comment=Multimedia menu
3 Icon=applications-multimedia
4 Type=Directory
+0
-5
desktop-directories/Development.directory.in less more
0 [Desktop Entry]
1 _Name=Programming
2 _Comment=Tools for software development
3 Icon=applications-development
4 Type=Directory
+0
-4
desktop-directories/Education.directory.in less more
0 [Desktop Entry]
1 _Name=Education
2 Icon=applications-accessories
3 Type=Directory
+0
-5
desktop-directories/Game.directory.in less more
0 [Desktop Entry]
1 _Name=Games
2 _Comment=Games and amusements
3 Icon=applications-games
4 Type=Directory
+0
-5
desktop-directories/Graphics.directory.in less more
0 [Desktop Entry]
1 _Name=Graphics
2 _Comment=Graphics applications
3 Icon=applications-graphics
4 Type=Directory
+0
-5
desktop-directories/Hardware.directory.in less more
0 [Desktop Entry]
1 _Name=Hardware
2 _Comment=Settings for several hardware devices
3 Icon=preferences-desktop-peripherals
4 Type=Directory
+0
-36
desktop-directories/Makefile.am less more
0 directorydir = $(datadir)/desktop-directories
1
2 # Should be moved to gnome-control-center:
3 directory_in_controlcenterfiles = \
4 Hardware.directory.in \
5 Personal.directory.in \
6 System.directory.in
7
8 directory_in_files = \
9 AudioVideo.directory.in \
10 Development.directory.in \
11 Education.directory.in \
12 Game.directory.in \
13 Graphics.directory.in \
14 Network.directory.in \
15 Office.directory.in \
16 System-Tools.directory.in \
17 Utility.directory.in \
18 Utility-Accessibility.directory.in \
19 X-GNOME-Other.directory.in \
20 X-GNOME-Menu-Applications.directory.in \
21 X-GNOME-Sundry.directory.in \
22 X-GNOME-Utilities.directory.in \
23 X-GNOME-WebApplications.directory.in \
24 X-GNOME-SystemSettings.directory.in \
25 $(directory_in_controlcenterfiles)
26
27 directory_DATA = $(directory_in_files:.directory.in=.directory)
28
29 @INTLTOOL_DIRECTORY_RULE@
30
31 EXTRA_DIST= $(directory_in_files)
32
33 DISTCLEANFILES = $(directory_DATA)
34
35 -include $(top_srcdir)/git.mk
+0
-532
desktop-directories/Makefile.in less more
0 # Makefile.in generated by automake 1.13.1 from Makefile.am.
1 # @configure_input@
2
3 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
4
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
16 VPATH = @srcdir@
17 am__make_dryrun = \
18 { \
19 am__dry=no; \
20 case $$MAKEFLAGS in \
21 *\\[\ \ ]*) \
22 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
23 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24 *) \
25 for am__flg in $$MAKEFLAGS; do \
26 case $$am__flg in \
27 *=*|--*) ;; \
28 *n*) am__dry=yes; break;; \
29 esac; \
30 done;; \
31 esac; \
32 test $$am__dry = yes; \
33 }
34 pkgdatadir = $(datadir)/@PACKAGE@
35 pkgincludedir = $(includedir)/@PACKAGE@
36 pkglibdir = $(libdir)/@PACKAGE@
37 pkglibexecdir = $(libexecdir)/@PACKAGE@
38 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
39 install_sh_DATA = $(install_sh) -c -m 644
40 install_sh_PROGRAM = $(install_sh) -c
41 install_sh_SCRIPT = $(install_sh) -c
42 INSTALL_HEADER = $(INSTALL_DATA)
43 transform = $(program_transform_name)
44 NORMAL_INSTALL = :
45 PRE_INSTALL = :
46 POST_INSTALL = :
47 NORMAL_UNINSTALL = :
48 PRE_UNINSTALL = :
49 POST_UNINSTALL = :
50 build_triplet = @build@
51 host_triplet = @host@
52 subdir = desktop-directories
53 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
54 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
55 am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
56 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
57 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
58 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
59 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
60 $(ACLOCAL_M4)
61 mkinstalldirs = $(install_sh) -d
62 CONFIG_HEADER = $(top_builddir)/config.h
63 CONFIG_CLEAN_FILES =
64 CONFIG_CLEAN_VPATH_FILES =
65 AM_V_P = $(am__v_P_@AM_V@)
66 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
67 am__v_P_0 = false
68 am__v_P_1 = :
69 AM_V_GEN = $(am__v_GEN_@AM_V@)
70 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
71 am__v_GEN_0 = @echo " GEN " $@;
72 am__v_GEN_1 =
73 AM_V_at = $(am__v_at_@AM_V@)
74 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
75 am__v_at_0 = @
76 am__v_at_1 =
77 SOURCES =
78 DIST_SOURCES =
79 am__can_run_installinfo = \
80 case $$AM_UPDATE_INFO_DIR in \
81 n|no|NO) false;; \
82 *) (install-info --version) >/dev/null 2>&1;; \
83 esac
84 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
85 am__vpath_adj = case $$p in \
86 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
87 *) f=$$p;; \
88 esac;
89 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
90 am__install_max = 40
91 am__nobase_strip_setup = \
92 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
93 am__nobase_strip = \
94 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
95 am__nobase_list = $(am__nobase_strip_setup); \
96 for p in $$list; do echo "$$p $$p"; done | \
97 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
98 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
99 if (++n[$$2] == $(am__install_max)) \
100 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
101 END { for (dir in files) print dir, files[dir] }'
102 am__base_list = \
103 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
104 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
105 am__uninstall_files_from_dir = { \
106 test -z "$$files" \
107 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
108 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
109 $(am__cd) "$$dir" && rm -f $$files; }; \
110 }
111 am__installdirs = "$(DESTDIR)$(directorydir)"
112 DATA = $(directory_DATA)
113 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
114 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
115 ACLOCAL = @ACLOCAL@
116 ALL_LINGUAS = @ALL_LINGUAS@
117 AMTAR = @AMTAR@
118 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
119 AR = @AR@
120 AS = @AS@
121 AUTOCONF = @AUTOCONF@
122 AUTOHEADER = @AUTOHEADER@
123 AUTOMAKE = @AUTOMAKE@
124 AWK = @AWK@
125 CATALOGS = @CATALOGS@
126 CATOBJEXT = @CATOBJEXT@
127 CC = @CC@
128 CCDEPMODE = @CCDEPMODE@
129 CFLAGS = @CFLAGS@
130 CPP = @CPP@
131 CPPFLAGS = @CPPFLAGS@
132 CYGPATH_W = @CYGPATH_W@
133 DATADIRNAME = @DATADIRNAME@
134 DEBUG_CFLAGS = @DEBUG_CFLAGS@
135 DEFS = @DEFS@
136 DEPDIR = @DEPDIR@
137 DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
138 DISABLE_DEPRECATED_CFLAGS = @DISABLE_DEPRECATED_CFLAGS@
139 DLLTOOL = @DLLTOOL@
140 DSYMUTIL = @DSYMUTIL@
141 DUMPBIN = @DUMPBIN@
142 ECHO_C = @ECHO_C@
143 ECHO_N = @ECHO_N@
144 ECHO_T = @ECHO_T@
145 EGREP = @EGREP@
146 EXEEXT = @EXEEXT@
147 FGREP = @FGREP@
148 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
149 GIO_UNIX_CFLAGS = @GIO_UNIX_CFLAGS@
150 GIO_UNIX_LIBS = @GIO_UNIX_LIBS@
151 GMOFILES = @GMOFILES@
152 GMSGFMT = @GMSGFMT@
153 GREP = @GREP@
154 INSTALL = @INSTALL@
155 INSTALL_DATA = @INSTALL_DATA@
156 INSTALL_PROGRAM = @INSTALL_PROGRAM@
157 INSTALL_SCRIPT = @INSTALL_SCRIPT@
158 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
159 INSTOBJEXT = @INSTOBJEXT@
160 INTLLIBS = @INTLLIBS@
161 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
162 INTLTOOL_MERGE = @INTLTOOL_MERGE@
163 INTLTOOL_PERL = @INTLTOOL_PERL@
164 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
165 INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
166 INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
167 INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
168 INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
169 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
170 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
171 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
172 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
173 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
174 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
175 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
176 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
177 LD = @LD@
178 LDFLAGS = @LDFLAGS@
179 LIBOBJS = @LIBOBJS@
180 LIBS = @LIBS@
181 LIBTOOL = @LIBTOOL@
182 LIB_MENU_LT_VERSION = @LIB_MENU_LT_VERSION@
183 LIPO = @LIPO@
184 LN_S = @LN_S@
185 LTLIBOBJS = @LTLIBOBJS@
186 MAINT = @MAINT@
187 MAKEINFO = @MAKEINFO@
188 MANIFEST_TOOL = @MANIFEST_TOOL@
189 MKDIR_P = @MKDIR_P@
190 MKINSTALLDIRS = @MKINSTALLDIRS@
191 MSGFMT = @MSGFMT@
192 MSGFMT_OPTS = @MSGFMT_OPTS@
193 MSGMERGE = @MSGMERGE@
194 NM = @NM@
195 NMEDIT = @NMEDIT@
196 OBJDUMP = @OBJDUMP@
197 OBJEXT = @OBJEXT@
198 OTOOL = @OTOOL@
199 OTOOL64 = @OTOOL64@
200 PACKAGE = @PACKAGE@
201 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
202 PACKAGE_NAME = @PACKAGE_NAME@
203 PACKAGE_STRING = @PACKAGE_STRING@
204 PACKAGE_TARNAME = @PACKAGE_TARNAME@
205 PACKAGE_URL = @PACKAGE_URL@
206 PACKAGE_VERSION = @PACKAGE_VERSION@
207 PATH_SEPARATOR = @PATH_SEPARATOR@
208 PKG_CONFIG = @PKG_CONFIG@
209 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
210 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
211 POFILES = @POFILES@
212 POSUB = @POSUB@
213 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
214 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
215 RANLIB = @RANLIB@
216 SED = @SED@
217 SET_MAKE = @SET_MAKE@
218 SHELL = @SHELL@
219 STRIP = @STRIP@
220 USE_NLS = @USE_NLS@
221 VERSION = @VERSION@
222 WARN_CFLAGS = @WARN_CFLAGS@
223 XGETTEXT = @XGETTEXT@
224 abs_builddir = @abs_builddir@
225 abs_srcdir = @abs_srcdir@
226 abs_top_builddir = @abs_top_builddir@
227 abs_top_srcdir = @abs_top_srcdir@
228 ac_ct_AR = @ac_ct_AR@
229 ac_ct_CC = @ac_ct_CC@
230 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
231 am__include = @am__include@
232 am__leading_dot = @am__leading_dot@
233 am__quote = @am__quote@
234 am__tar = @am__tar@
235 am__untar = @am__untar@
236 bindir = @bindir@
237 build = @build@
238 build_alias = @build_alias@
239 build_cpu = @build_cpu@
240 build_os = @build_os@
241 build_vendor = @build_vendor@
242 builddir = @builddir@
243 datadir = @datadir@
244 datarootdir = @datarootdir@
245 docdir = @docdir@
246 dvidir = @dvidir@
247 exec_prefix = @exec_prefix@
248 host = @host@
249 host_alias = @host_alias@
250 host_cpu = @host_cpu@
251 host_os = @host_os@
252 host_vendor = @host_vendor@
253 htmldir = @htmldir@
254 includedir = @includedir@
255 infodir = @infodir@
256 install_sh = @install_sh@
257 intltool__v_merge_options_ = @intltool__v_merge_options_@
258 intltool__v_merge_options_0 = @intltool__v_merge_options_0@
259 libdir = @libdir@
260 libexecdir = @libexecdir@
261 localedir = @localedir@
262 localstatedir = @localstatedir@
263 mandir = @mandir@
264 mkdir_p = @mkdir_p@
265 oldincludedir = @oldincludedir@
266 pdfdir = @pdfdir@
267 prefix = @prefix@
268 program_transform_name = @program_transform_name@
269 psdir = @psdir@
270 sbindir = @sbindir@
271 sharedstatedir = @sharedstatedir@
272 srcdir = @srcdir@
273 sysconfdir = @sysconfdir@
274 target_alias = @target_alias@
275 top_build_prefix = @top_build_prefix@
276 top_builddir = @top_builddir@
277 top_srcdir = @top_srcdir@
278 directorydir = $(datadir)/desktop-directories
279
280 # Should be moved to gnome-control-center:
281 directory_in_controlcenterfiles = \
282 Hardware.directory.in \
283 Personal.directory.in \
284 System.directory.in
285
286 directory_in_files = \
287 AudioVideo.directory.in \
288 Development.directory.in \
289 Education.directory.in \
290 Game.directory.in \
291 Graphics.directory.in \
292 Network.directory.in \
293 Office.directory.in \
294 System-Tools.directory.in \
295 Utility.directory.in \
296 Utility-Accessibility.directory.in \
297 X-GNOME-Other.directory.in \
298 X-GNOME-Menu-Applications.directory.in \
299 X-GNOME-Sundry.directory.in \
300 X-GNOME-Utilities.directory.in \
301 X-GNOME-WebApplications.directory.in \
302 X-GNOME-SystemSettings.directory.in \
303 $(directory_in_controlcenterfiles)
304
305 directory_DATA = $(directory_in_files:.directory.in=.directory)
306 EXTRA_DIST = $(directory_in_files)
307 DISTCLEANFILES = $(directory_DATA)
308 all: all-am
309
310 .SUFFIXES:
311 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
312 @for dep in $?; do \
313 case '$(am__configure_deps)' in \
314 *$$dep*) \
315 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
316 && { if test -f $@; then exit 0; else break; fi; }; \
317 exit 1;; \
318 esac; \
319 done; \
320 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign desktop-directories/Makefile'; \
321 $(am__cd) $(top_srcdir) && \
322 $(AUTOMAKE) --foreign desktop-directories/Makefile
323 .PRECIOUS: Makefile
324 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
325 @case '$?' in \
326 *config.status*) \
327 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
328 *) \
329 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
330 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
331 esac;
332
333 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
334 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
335
336 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
337 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
338 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
339 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
340 $(am__aclocal_m4_deps):
341
342 mostlyclean-libtool:
343 -rm -f *.lo
344
345 clean-libtool:
346 -rm -rf .libs _libs
347 install-directoryDATA: $(directory_DATA)
348 @$(NORMAL_INSTALL)
349 @list='$(directory_DATA)'; test -n "$(directorydir)" || list=; \
350 if test -n "$$list"; then \
351 echo " $(MKDIR_P) '$(DESTDIR)$(directorydir)'"; \
352 $(MKDIR_P) "$(DESTDIR)$(directorydir)" || exit 1; \
353 fi; \
354 for p in $$list; do \
355 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
356 echo "$$d$$p"; \
357 done | $(am__base_list) | \
358 while read files; do \
359 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(directorydir)'"; \
360 $(INSTALL_DATA) $$files "$(DESTDIR)$(directorydir)" || exit $$?; \
361 done
362
363 uninstall-directoryDATA:
364 @$(NORMAL_UNINSTALL)
365 @list='$(directory_DATA)'; test -n "$(directorydir)" || list=; \
366 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
367 dir='$(DESTDIR)$(directorydir)'; $(am__uninstall_files_from_dir)
368 tags TAGS:
369
370 ctags CTAGS:
371
372 cscope cscopelist:
373
374
375 distdir: $(DISTFILES)
376 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
377 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
378 list='$(DISTFILES)'; \
379 dist_files=`for file in $$list; do echo $$file; done | \
380 sed -e "s|^$$srcdirstrip/||;t" \
381 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
382 case $$dist_files in \
383 */*) $(MKDIR_P) `echo "$$dist_files" | \
384 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
385 sort -u` ;; \
386 esac; \
387 for file in $$dist_files; do \
388 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
389 if test -d $$d/$$file; then \
390 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
391 if test -d "$(distdir)/$$file"; then \
392 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
393 fi; \
394 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
395 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
396 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
397 fi; \
398 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
399 else \
400 test -f "$(distdir)/$$file" \
401 || cp -p $$d/$$file "$(distdir)/$$file" \
402 || exit 1; \
403 fi; \
404 done
405 check-am: all-am
406 check: check-am
407 all-am: Makefile $(DATA)
408 installdirs:
409 for dir in "$(DESTDIR)$(directorydir)"; do \
410 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
411 done
412 install: install-am
413 install-exec: install-exec-am
414 install-data: install-data-am
415 uninstall: uninstall-am
416
417 install-am: all-am
418 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
419
420 installcheck: installcheck-am
421 install-strip:
422 if test -z '$(STRIP)'; then \
423 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
424 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
425 install; \
426 else \
427 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
428 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
429 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
430 fi
431 mostlyclean-generic:
432
433 clean-generic:
434
435 distclean-generic:
436 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
437 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
438 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
439
440 maintainer-clean-generic:
441 @echo "This command is intended for maintainers to use"
442 @echo "it deletes files that may require special tools to rebuild."
443 clean: clean-am
444
445 clean-am: clean-generic clean-libtool mostlyclean-am
446
447 distclean: distclean-am
448 -rm -f Makefile
449 distclean-am: clean-am distclean-generic
450
451 dvi: dvi-am
452
453 dvi-am:
454
455 html: html-am
456
457 html-am:
458
459 info: info-am
460
461 info-am:
462
463 install-data-am: install-directoryDATA
464
465 install-dvi: install-dvi-am
466
467 install-dvi-am:
468
469 install-exec-am:
470
471 install-html: install-html-am
472
473 install-html-am:
474
475 install-info: install-info-am
476
477 install-info-am:
478
479 install-man:
480
481 install-pdf: install-pdf-am
482
483 install-pdf-am:
484
485 install-ps: install-ps-am
486
487 install-ps-am:
488
489 installcheck-am:
490
491 maintainer-clean: maintainer-clean-am
492 -rm -f Makefile
493 maintainer-clean-am: distclean-am maintainer-clean-generic
494
495 mostlyclean: mostlyclean-am
496
497 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
498
499 pdf: pdf-am
500
501 pdf-am:
502
503 ps: ps-am
504
505 ps-am:
506
507 uninstall-am: uninstall-directoryDATA
508
509 .MAKE: install-am install-strip
510
511 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
512 cscopelist-am ctags-am distclean distclean-generic \
513 distclean-libtool distdir dvi dvi-am html html-am info info-am \
514 install install-am install-data install-data-am \
515 install-directoryDATA install-dvi install-dvi-am install-exec \
516 install-exec-am install-html install-html-am install-info \
517 install-info-am install-man install-pdf install-pdf-am \
518 install-ps install-ps-am install-strip installcheck \
519 installcheck-am installdirs maintainer-clean \
520 maintainer-clean-generic mostlyclean mostlyclean-generic \
521 mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
522 uninstall-am uninstall-directoryDATA
523
524
525 @INTLTOOL_DIRECTORY_RULE@
526
527 -include $(top_srcdir)/git.mk
528
529 # Tell versions [3.59,3.63) of GNU make to not export all variables.
530 # Otherwise a system limit (for SysV at least) may be exceeded.
531 .NOEXPORT:
+0
-5
desktop-directories/Network.directory.in less more
0 [Desktop Entry]
1 _Name=Internet
2 _Comment=Programs for Internet access such as web and email
3 Icon=applications-internet
4 Type=Directory
+0
-5
desktop-directories/Office.directory.in less more
0 [Desktop Entry]
1 _Name=Office
2 _Comment=Office Applications
3 Icon=applications-office
4 Type=Directory
+0
-6
desktop-directories/Personal.directory.in less more
0 [Desktop Entry]
1 # Translators: this is Personal as in "Personal settings"
2 _Name=Personal
3 _Comment=Personal settings
4 Icon=preferences-desktop-personal
5 Type=Directory
+0
-5
desktop-directories/System-Tools.directory.in less more
0 [Desktop Entry]
1 _Name=System Tools
2 _Comment=System configuration and monitoring
3 Icon=applications-system
4 Type=Directory
+0
-5
desktop-directories/System.directory.in less more
0 [Desktop Entry]
1 _Name=System
2 _Comment=System settings
3 Icon=preferences-system
4 Type=Directory
+0
-5
desktop-directories/Utility-Accessibility.directory.in less more
0 [Desktop Entry]
1 _Name=Universal Access
2 _Comment=Universal Access Settings
3 Type=Directory
4 Icon=preferences-desktop-accessibility
+0
-5
desktop-directories/Utility.directory.in less more
0 [Desktop Entry]
1 _Name=Accessories
2 _Comment=Desktop accessories
3 Icon=applications-utilities
4 Type=Directory
+0
-5
desktop-directories/X-GNOME-Menu-Applications.directory.in less more
0 [Desktop Entry]
1 _Name=Applications
2 _Comment=Applications
3 Icon=applications-other
4 Type=Directory
+0
-5
desktop-directories/X-GNOME-Other.directory.in less more
0 [Desktop Entry]
1 _Name=Other
2 _Comment=Applications that did not fit in other categories
3 Icon=applications-other
4 Type=Directory
+0
-4
desktop-directories/X-GNOME-Sundry.directory.in less more
0 [Desktop Entry]
1 _Name=Sundry
2 Icon=applications-other
3 Type=Directory
+0
-4
desktop-directories/X-GNOME-SystemSettings.directory.in less more
0 [Desktop Entry]
1 Name=System Settings
2 Icon=gnome-settings
3 Type=Directory
+0
-5
desktop-directories/X-GNOME-Utilities.directory.in less more
0 [Desktop Entry]
1 _Name=Utilities
2 _Comment=Small but useful GNOME tools
3 Icon=applications-accessories
4 Type=Directory
+0
-5
desktop-directories/X-GNOME-WebApplications.directory.in less more
0 [Desktop Entry]
1 _Name=Web Applications
2 _Comment=Applications and sites saved from Web
3 Icon=applications-internet
4 Type=Directory
+0
-8
layout/Makefile.am less more
0 menudir = $(sysconfdir)/xdg/menus
1
2 menu_DATA = \
3 gnome-applications.menu
4
5 EXTRA_DIST= $(menu_DATA)
6
7 -include $(top_srcdir)/git.mk
+0
-503
layout/Makefile.in less more
0 # Makefile.in generated by automake 1.13.1 from Makefile.am.
1 # @configure_input@
2
3 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
4
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
16 VPATH = @srcdir@
17 am__make_dryrun = \
18 { \
19 am__dry=no; \
20 case $$MAKEFLAGS in \
21 *\\[\ \ ]*) \
22 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
23 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24 *) \
25 for am__flg in $$MAKEFLAGS; do \
26 case $$am__flg in \
27 *=*|--*) ;; \
28 *n*) am__dry=yes; break;; \
29 esac; \
30 done;; \
31 esac; \
32 test $$am__dry = yes; \
33 }
34 pkgdatadir = $(datadir)/@PACKAGE@
35 pkgincludedir = $(includedir)/@PACKAGE@
36 pkglibdir = $(libdir)/@PACKAGE@
37 pkglibexecdir = $(libexecdir)/@PACKAGE@
38 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
39 install_sh_DATA = $(install_sh) -c -m 644
40 install_sh_PROGRAM = $(install_sh) -c
41 install_sh_SCRIPT = $(install_sh) -c
42 INSTALL_HEADER = $(INSTALL_DATA)
43 transform = $(program_transform_name)
44 NORMAL_INSTALL = :
45 PRE_INSTALL = :
46 POST_INSTALL = :
47 NORMAL_UNINSTALL = :
48 PRE_UNINSTALL = :
49 POST_UNINSTALL = :
50 build_triplet = @build@
51 host_triplet = @host@
52 subdir = layout
53 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
54 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
55 am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
56 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
57 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
58 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
59 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
60 $(ACLOCAL_M4)
61 mkinstalldirs = $(install_sh) -d
62 CONFIG_HEADER = $(top_builddir)/config.h
63 CONFIG_CLEAN_FILES =
64 CONFIG_CLEAN_VPATH_FILES =
65 AM_V_P = $(am__v_P_@AM_V@)
66 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
67 am__v_P_0 = false
68 am__v_P_1 = :
69 AM_V_GEN = $(am__v_GEN_@AM_V@)
70 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
71 am__v_GEN_0 = @echo " GEN " $@;
72 am__v_GEN_1 =
73 AM_V_at = $(am__v_at_@AM_V@)
74 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
75 am__v_at_0 = @
76 am__v_at_1 =
77 SOURCES =
78 DIST_SOURCES =
79 am__can_run_installinfo = \
80 case $$AM_UPDATE_INFO_DIR in \
81 n|no|NO) false;; \
82 *) (install-info --version) >/dev/null 2>&1;; \
83 esac
84 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
85 am__vpath_adj = case $$p in \
86 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
87 *) f=$$p;; \
88 esac;
89 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
90 am__install_max = 40
91 am__nobase_strip_setup = \
92 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
93 am__nobase_strip = \
94 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
95 am__nobase_list = $(am__nobase_strip_setup); \
96 for p in $$list; do echo "$$p $$p"; done | \
97 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
98 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
99 if (++n[$$2] == $(am__install_max)) \
100 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
101 END { for (dir in files) print dir, files[dir] }'
102 am__base_list = \
103 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
104 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
105 am__uninstall_files_from_dir = { \
106 test -z "$$files" \
107 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
108 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
109 $(am__cd) "$$dir" && rm -f $$files; }; \
110 }
111 am__installdirs = "$(DESTDIR)$(menudir)"
112 DATA = $(menu_DATA)
113 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
114 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
115 ACLOCAL = @ACLOCAL@
116 ALL_LINGUAS = @ALL_LINGUAS@
117 AMTAR = @AMTAR@
118 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
119 AR = @AR@
120 AS = @AS@
121 AUTOCONF = @AUTOCONF@
122 AUTOHEADER = @AUTOHEADER@
123 AUTOMAKE = @AUTOMAKE@
124 AWK = @AWK@
125 CATALOGS = @CATALOGS@
126 CATOBJEXT = @CATOBJEXT@
127 CC = @CC@
128 CCDEPMODE = @CCDEPMODE@
129 CFLAGS = @CFLAGS@
130 CPP = @CPP@
131 CPPFLAGS = @CPPFLAGS@
132 CYGPATH_W = @CYGPATH_W@
133 DATADIRNAME = @DATADIRNAME@
134 DEBUG_CFLAGS = @DEBUG_CFLAGS@
135 DEFS = @DEFS@
136 DEPDIR = @DEPDIR@
137 DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
138 DISABLE_DEPRECATED_CFLAGS = @DISABLE_DEPRECATED_CFLAGS@
139 DLLTOOL = @DLLTOOL@
140 DSYMUTIL = @DSYMUTIL@
141 DUMPBIN = @DUMPBIN@
142 ECHO_C = @ECHO_C@
143 ECHO_N = @ECHO_N@
144 ECHO_T = @ECHO_T@
145 EGREP = @EGREP@
146 EXEEXT = @EXEEXT@
147 FGREP = @FGREP@
148 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
149 GIO_UNIX_CFLAGS = @GIO_UNIX_CFLAGS@
150 GIO_UNIX_LIBS = @GIO_UNIX_LIBS@
151 GMOFILES = @GMOFILES@
152 GMSGFMT = @GMSGFMT@
153 GREP = @GREP@
154 INSTALL = @INSTALL@
155 INSTALL_DATA = @INSTALL_DATA@
156 INSTALL_PROGRAM = @INSTALL_PROGRAM@
157 INSTALL_SCRIPT = @INSTALL_SCRIPT@
158 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
159 INSTOBJEXT = @INSTOBJEXT@
160 INTLLIBS = @INTLLIBS@
161 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
162 INTLTOOL_MERGE = @INTLTOOL_MERGE@
163 INTLTOOL_PERL = @INTLTOOL_PERL@
164 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
165 INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
166 INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
167 INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
168 INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
169 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
170 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
171 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
172 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
173 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
174 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
175 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
176 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
177 LD = @LD@
178 LDFLAGS = @LDFLAGS@
179 LIBOBJS = @LIBOBJS@
180 LIBS = @LIBS@
181 LIBTOOL = @LIBTOOL@
182 LIB_MENU_LT_VERSION = @LIB_MENU_LT_VERSION@
183 LIPO = @LIPO@
184 LN_S = @LN_S@
185 LTLIBOBJS = @LTLIBOBJS@
186 MAINT = @MAINT@
187 MAKEINFO = @MAKEINFO@
188 MANIFEST_TOOL = @MANIFEST_TOOL@
189 MKDIR_P = @MKDIR_P@
190 MKINSTALLDIRS = @MKINSTALLDIRS@
191 MSGFMT = @MSGFMT@
192 MSGFMT_OPTS = @MSGFMT_OPTS@
193 MSGMERGE = @MSGMERGE@
194 NM = @NM@
195 NMEDIT = @NMEDIT@
196 OBJDUMP = @OBJDUMP@
197 OBJEXT = @OBJEXT@
198 OTOOL = @OTOOL@
199 OTOOL64 = @OTOOL64@
200 PACKAGE = @PACKAGE@
201 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
202 PACKAGE_NAME = @PACKAGE_NAME@
203 PACKAGE_STRING = @PACKAGE_STRING@
204 PACKAGE_TARNAME = @PACKAGE_TARNAME@
205 PACKAGE_URL = @PACKAGE_URL@
206 PACKAGE_VERSION = @PACKAGE_VERSION@
207 PATH_SEPARATOR = @PATH_SEPARATOR@
208 PKG_CONFIG = @PKG_CONFIG@
209 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
210 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
211 POFILES = @POFILES@
212 POSUB = @POSUB@
213 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
214 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
215 RANLIB = @RANLIB@
216 SED = @SED@
217 SET_MAKE = @SET_MAKE@
218 SHELL = @SHELL@
219 STRIP = @STRIP@
220 USE_NLS = @USE_NLS@
221 VERSION = @VERSION@
222 WARN_CFLAGS = @WARN_CFLAGS@
223 XGETTEXT = @XGETTEXT@
224 abs_builddir = @abs_builddir@
225 abs_srcdir = @abs_srcdir@
226 abs_top_builddir = @abs_top_builddir@
227 abs_top_srcdir = @abs_top_srcdir@
228 ac_ct_AR = @ac_ct_AR@
229 ac_ct_CC = @ac_ct_CC@
230 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
231 am__include = @am__include@
232 am__leading_dot = @am__leading_dot@
233 am__quote = @am__quote@
234 am__tar = @am__tar@
235 am__untar = @am__untar@
236 bindir = @bindir@
237 build = @build@
238 build_alias = @build_alias@
239 build_cpu = @build_cpu@
240 build_os = @build_os@
241 build_vendor = @build_vendor@
242 builddir = @builddir@
243 datadir = @datadir@
244 datarootdir = @datarootdir@
245 docdir = @docdir@
246 dvidir = @dvidir@
247 exec_prefix = @exec_prefix@
248 host = @host@
249 host_alias = @host_alias@
250 host_cpu = @host_cpu@
251 host_os = @host_os@
252 host_vendor = @host_vendor@
253 htmldir = @htmldir@
254 includedir = @includedir@
255 infodir = @infodir@
256 install_sh = @install_sh@
257 intltool__v_merge_options_ = @intltool__v_merge_options_@
258 intltool__v_merge_options_0 = @intltool__v_merge_options_0@
259 libdir = @libdir@
260 libexecdir = @libexecdir@
261 localedir = @localedir@
262 localstatedir = @localstatedir@
263 mandir = @mandir@
264 mkdir_p = @mkdir_p@
265 oldincludedir = @oldincludedir@
266 pdfdir = @pdfdir@
267 prefix = @prefix@
268 program_transform_name = @program_transform_name@
269 psdir = @psdir@
270 sbindir = @sbindir@
271 sharedstatedir = @sharedstatedir@
272 srcdir = @srcdir@
273 sysconfdir = @sysconfdir@
274 target_alias = @target_alias@
275 top_build_prefix = @top_build_prefix@
276 top_builddir = @top_builddir@
277 top_srcdir = @top_srcdir@
278 menudir = $(sysconfdir)/xdg/menus
279 menu_DATA = \
280 gnome-applications.menu
281
282 EXTRA_DIST = $(menu_DATA)
283 all: all-am
284
285 .SUFFIXES:
286 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
287 @for dep in $?; do \
288 case '$(am__configure_deps)' in \
289 *$$dep*) \
290 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
291 && { if test -f $@; then exit 0; else break; fi; }; \
292 exit 1;; \
293 esac; \
294 done; \
295 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign layout/Makefile'; \
296 $(am__cd) $(top_srcdir) && \
297 $(AUTOMAKE) --foreign layout/Makefile
298 .PRECIOUS: Makefile
299 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
300 @case '$?' in \
301 *config.status*) \
302 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
303 *) \
304 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
305 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
306 esac;
307
308 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
309 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
310
311 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
312 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
313 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
314 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
315 $(am__aclocal_m4_deps):
316
317 mostlyclean-libtool:
318 -rm -f *.lo
319
320 clean-libtool:
321 -rm -rf .libs _libs
322 install-menuDATA: $(menu_DATA)
323 @$(NORMAL_INSTALL)
324 @list='$(menu_DATA)'; test -n "$(menudir)" || list=; \
325 if test -n "$$list"; then \
326 echo " $(MKDIR_P) '$(DESTDIR)$(menudir)'"; \
327 $(MKDIR_P) "$(DESTDIR)$(menudir)" || exit 1; \
328 fi; \
329 for p in $$list; do \
330 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
331 echo "$$d$$p"; \
332 done | $(am__base_list) | \
333 while read files; do \
334 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(menudir)'"; \
335 $(INSTALL_DATA) $$files "$(DESTDIR)$(menudir)" || exit $$?; \
336 done
337
338 uninstall-menuDATA:
339 @$(NORMAL_UNINSTALL)
340 @list='$(menu_DATA)'; test -n "$(menudir)" || list=; \
341 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
342 dir='$(DESTDIR)$(menudir)'; $(am__uninstall_files_from_dir)
343 tags TAGS:
344
345 ctags CTAGS:
346
347 cscope cscopelist:
348
349
350 distdir: $(DISTFILES)
351 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
352 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
353 list='$(DISTFILES)'; \
354 dist_files=`for file in $$list; do echo $$file; done | \
355 sed -e "s|^$$srcdirstrip/||;t" \
356 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
357 case $$dist_files in \
358 */*) $(MKDIR_P) `echo "$$dist_files" | \
359 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
360 sort -u` ;; \
361 esac; \
362 for file in $$dist_files; do \
363 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
364 if test -d $$d/$$file; then \
365 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
366 if test -d "$(distdir)/$$file"; then \
367 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
368 fi; \
369 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
370 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
371 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
372 fi; \
373 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
374 else \
375 test -f "$(distdir)/$$file" \
376 || cp -p $$d/$$file "$(distdir)/$$file" \
377 || exit 1; \
378 fi; \
379 done
380 check-am: all-am
381 check: check-am
382 all-am: Makefile $(DATA)
383 installdirs:
384 for dir in "$(DESTDIR)$(menudir)"; do \
385 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
386 done
387 install: install-am
388 install-exec: install-exec-am
389 install-data: install-data-am
390 uninstall: uninstall-am
391
392 install-am: all-am
393 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
394
395 installcheck: installcheck-am
396 install-strip:
397 if test -z '$(STRIP)'; then \
398 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
399 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
400 install; \
401 else \
402 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
403 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
404 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
405 fi
406 mostlyclean-generic:
407
408 clean-generic:
409
410 distclean-generic:
411 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
412 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
413
414 maintainer-clean-generic:
415 @echo "This command is intended for maintainers to use"
416 @echo "it deletes files that may require special tools to rebuild."
417 clean: clean-am
418
419 clean-am: clean-generic clean-libtool mostlyclean-am
420
421 distclean: distclean-am
422 -rm -f Makefile
423 distclean-am: clean-am distclean-generic
424
425 dvi: dvi-am
426
427 dvi-am:
428
429 html: html-am
430
431 html-am:
432
433 info: info-am
434
435 info-am:
436
437 install-data-am: install-menuDATA
438
439 install-dvi: install-dvi-am
440
441 install-dvi-am:
442
443 install-exec-am:
444
445 install-html: install-html-am
446
447 install-html-am:
448
449 install-info: install-info-am
450
451 install-info-am:
452
453 install-man:
454
455 install-pdf: install-pdf-am
456
457 install-pdf-am:
458
459 install-ps: install-ps-am
460
461 install-ps-am:
462
463 installcheck-am:
464
465 maintainer-clean: maintainer-clean-am
466 -rm -f Makefile
467 maintainer-clean-am: distclean-am maintainer-clean-generic
468
469 mostlyclean: mostlyclean-am
470
471 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
472
473 pdf: pdf-am
474
475 pdf-am:
476
477 ps: ps-am
478
479 ps-am:
480
481 uninstall-am: uninstall-menuDATA
482
483 .MAKE: install-am install-strip
484
485 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
486 cscopelist-am ctags-am distclean distclean-generic \
487 distclean-libtool distdir dvi dvi-am html html-am info info-am \
488 install install-am install-data install-data-am install-dvi \
489 install-dvi-am install-exec install-exec-am install-html \
490 install-html-am install-info install-info-am install-man \
491 install-menuDATA install-pdf install-pdf-am install-ps \
492 install-ps-am install-strip installcheck installcheck-am \
493 installdirs maintainer-clean maintainer-clean-generic \
494 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
495 ps ps-am tags-am uninstall uninstall-am uninstall-menuDATA
496
497
498 -include $(top_srcdir)/git.mk
499
500 # Tell versions [3.59,3.63) of GNU make to not export all variables.
501 # Otherwise a system limit (for SysV at least) may be exceeded.
502 .NOEXPORT:
+0
-535
layout/gnome-applications.menu less more
0 <!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
1 "http://www.freedesktop.org/standards/menu-spec/1.0/menu.dtd">
2
3 <Menu>
4
5 <Name>Applications</Name>
6 <Directory>X-GNOME-Menu-Applications.directory</Directory>
7
8 <!-- Scan legacy dirs first, as later items take priority -->
9 <LegacyDir>/etc/X11/applnk</LegacyDir>
10 <LegacyDir>/usr/share/gnome/apps</LegacyDir>
11
12 <!-- Read standard .directory and .desktop file locations -->
13 <DefaultAppDirs/>
14 <DefaultDirectoryDirs/>
15
16 <!-- Read in overrides and child menus from applications-merged/ -->
17 <DefaultMergeDirs/>
18
19 <!-- Accessories submenu -->
20 <Menu>
21 <Name>Accessories</Name>
22 <OnlyUnallocated/>
23 <Directory>Utility.directory</Directory>
24 <Include>
25 <And>
26 <Category>Utility</Category>
27 <!-- Accessibility spec must have either the Utility or Settings
28 category, and we display an accessibility submenu already for
29 the ones that do not have Settings, so don't display accessibility
30 applications here -->
31 <Not><Category>Accessibility</Category></Not>
32 <Not><Category>System</Category></Not>
33
34 <!-- Also exclude everything we put in the X-GNOME-Utilities
35 whitelist -->
36 <Not><Filename>file-roller.desktop</Filename></Not>
37 <Not><Filename>gnome-file-roller.desktop</Filename></Not>
38 <Not><Filename>deja-dup-preferences.desktop</Filename></Not>
39 <Not><Filename>gcalctool.desktop</Filename></Not>
40 <Not><Filename>gucharmap.desktop</Filename></Not>
41 <Not><Filename>gnome-gucharmap.desktop</Filename></Not>
42 <Not><Filename>gnome-font-viewer.desktop</Filename></Not>
43 <Not><Filename>seahorse.desktop</Filename></Not>
44 <Not><Filename>gnome-terminal.desktop</Filename></Not>
45 <Not><Filename>gnome-tweak-tool.desktop</Filename></Not>
46 <Not><Filename>gnome-disks.desktop</Filename></Not>
47 <Not><Filename>gnome-screenshot.desktop</Filename></Not>
48 <Not><Filename>gnome-yelp.desktop</Filename></Not>
49 <Not><Filename>yelp.desktop</Filename></Not>
50 <Not><Filename>gnome-control-center.desktop</Filename></Not>
51 </And>
52 </Include>
53 </Menu> <!-- End Accessories -->
54
55
56 <!-- Accessibility submenu -->
57 <Menu>
58 <Name>Universal Access</Name>
59 <OnlyUnallocated/>
60 <Directory>Utility-Accessibility.directory</Directory>
61 <Include>
62 <And>
63 <Category>Accessibility</Category>
64 <Not><Category>Settings</Category></Not>
65 </And>
66 </Include>
67 </Menu> <!-- End Accessibility -->
68
69 <!-- Development Tools -->
70 <Menu>
71 <Name>Development</Name>
72 <OnlyUnallocated/>
73 <Directory>Development.directory</Directory>
74 <Include>
75 <And>
76 <Category>Development</Category>
77 </And>
78 <Filename>emacs.desktop</Filename>
79 </Include>
80 </Menu> <!-- End Development Tools -->
81
82 <!-- Education -->
83 <Menu>
84 <Name>Education</Name>
85 <Directory>Education.directory</Directory>
86 <Include>
87 <And>
88 <Category>Education</Category>
89 <Not><Category>Science</Category></Not>
90 </And>
91 </Include>
92 </Menu> <!-- End Education -->
93
94 <!-- Science -->
95 <Menu>
96 <Name>Science</Name>
97 <Directory>GnomeScience.directory</Directory>
98 <Include>
99 <And>
100 <Category>Education</Category>
101 <Category>Science</Category>
102 </And>
103 </Include>
104 </Menu> <!-- End Science -->
105
106 <!-- Games -->
107 <Menu>
108 <Name>Games</Name>
109 <Directory>Game.directory</Directory>
110 <Include>
111 <And>
112 <Category>Game</Category>
113 <Not><Category>ActionGame</Category></Not>
114 <Not><Category>AdventureGame</Category></Not>
115 <Not><Category>ArcadeGame</Category></Not>
116 <Not><Category>BoardGame</Category></Not>
117 <Not><Category>BlocksGame</Category></Not>
118 <Not><Category>CardGame</Category></Not>
119 <Not><Category>KidsGame</Category></Not>
120 <Not><Category>LogicGame</Category></Not>
121 <Not><Category>Simulation</Category></Not>
122 <Not><Category>SportsGame</Category></Not>
123 <Not><Category>StrategyGame</Category></Not>
124 </And>
125 </Include>
126 <DefaultLayout inline="true" inline_limit="6" inline_header="false">
127 <Merge type="menus"/>
128 <Merge type="files"/>
129 </DefaultLayout>
130 <Menu>
131 <Name>Action</Name>
132 <Directory>ActionGames.directory</Directory>
133 <Include>
134 <Category>ActionGame</Category>
135 </Include>
136 </Menu>
137 <Menu>
138 <Name>Adventure</Name>
139 <Directory>AdventureGames.directory</Directory>
140 <Include>
141 <Category>AdventureGame</Category>
142 </Include>
143 </Menu>
144 <Menu>
145 <Name>Arcade</Name>
146 <Directory>ArcadeGames.directory</Directory>
147 <Include>
148 <Category>ArcadeGame</Category>
149 </Include>
150 </Menu>
151 <Menu>
152 <Name>Board</Name>
153 <Directory>BoardGames.directory</Directory>
154 <Include>
155 <Category>BoardGame</Category>
156 </Include>
157 </Menu>
158 <Menu>
159 <Name>Blocks</Name>
160 <Directory>BlocksGames.directory</Directory>
161 <Include>
162 <Category>BlocksGame</Category>
163 </Include>
164 </Menu>
165 <Menu>
166 <Name>Cards</Name>
167 <Directory>CardGames.directory</Directory>
168 <Include>
169 <Category>CardGame</Category>
170 </Include>
171 </Menu>
172 <Menu>
173 <Name>Kids</Name>
174 <Directory>KidsGames.directory</Directory>
175 <Include>
176 <Category>KidsGame</Category>
177 </Include>
178 </Menu>
179 <Menu>
180 <Name>Logic</Name>
181 <Directory>LogicGames.directory</Directory>
182 <Include>
183 <Category>LogicGame</Category>
184 </Include>
185 </Menu>
186 <Menu>
187 <Name>Role Playing</Name>
188 <Directory>RolePlayingGames.directory</Directory>
189 <Include>
190 <Category>RolePlaying</Category>
191 </Include>
192 </Menu>
193 <Menu>
194 <Name>Simulation</Name>
195 <Directory>SimulationGames.directory</Directory>
196 <Include>
197 <Category>Simulation</Category>
198 </Include>
199 </Menu>
200 <Menu>
201 <Name>Sports</Name>
202 <Directory>SportsGames.directory</Directory>
203 <Include>
204 <Category>SportsGame</Category>
205 </Include>
206 </Menu>
207 <Menu>
208 <Name>Strategy</Name>
209 <Directory>StrategyGames.directory</Directory>
210 <Include>
211 <Category>StrategyGame</Category>
212 </Include>
213 </Menu>
214 </Menu> <!-- End Games -->
215
216 <!-- Graphics -->
217 <Menu>
218 <Name>Graphics</Name>
219 <OnlyUnallocated/>
220 <Directory>Graphics.directory</Directory>
221 <Include>
222 <And>
223 <Category>Graphics</Category>
224 <Not><Filename>eog.desktop</Filename></Not>
225 <Not><Filename>gnome-eog.desktop</Filename></Not>
226 <Not><Filename>evince.desktop</Filename></Not>
227 </And>
228 </Include>
229 </Menu> <!-- End Graphics -->
230
231 <!-- Internet -->
232 <Menu>
233 <Name>Internet</Name>
234 <OnlyUnallocated/>
235 <Directory>Network.directory</Directory>
236 <Include>
237 <And>
238 <Category>Network</Category>
239 <Not><Category>X-GNOME-WebApplication</Category></Not>
240 <Not><Filename>vinagre.desktop</Filename></Not>
241 </And>
242 </Include>
243 </Menu> <!-- End Internet -->
244
245 <!-- Web Applications -->
246 <Menu>
247 <Name>Web Applications</Name>
248 <Directory>X-GNOME-WebApplications.directory</Directory>
249 <Include>
250 <And>
251 <Category>Network</Category>
252 <Category>X-GNOME-WebApplication</Category>
253 </And>
254 </Include>
255 </Menu>
256
257 <!-- Multimedia -->
258 <Menu>
259 <Name>Multimedia</Name>
260 <OnlyUnallocated/>
261 <Directory>AudioVideo.directory</Directory>
262 <Include>
263 <And>
264 <Category>AudioVideo</Category>
265 </And>
266 </Include>
267 </Menu> <!-- End Multimedia -->
268
269 <!-- Office -->
270 <Menu>
271 <Name>Office</Name>
272 <OnlyUnallocated/>
273 <Directory>Office.directory</Directory>
274 <Include>
275 <And>
276 <Category>Office</Category>
277 <Not><Filename>evince.desktop</Filename></Not>
278 <Not><Filename>gnome-dictionary.desktop</Filename></Not>
279 </And>
280 </Include>
281 </Menu> <!-- End Office -->
282
283 <!-- Sundry -->
284 <Menu>
285 <Name>Sundry</Name>
286 <Directory>X-GNOME-Sundry.directory</Directory>
287 <Include>
288 <Filename>alacarte.desktop</Filename>
289 <Filename>caribou.desktop</Filename>
290 <Filename>dconf-editor.desktop</Filename>
291 <Filename>fedora-im-chooser.desktop</Filename>
292 <Filename>fedora-release-notes.desktop</Filename>
293 <Filename>firewall-config.desktop</Filename>
294 <Filename>flash-player-properties.desktop</Filename>
295 <Filename>gconf-editor.desktop</Filename>
296 <Filename>gnome-abrt.desktop</Filename>
297 <Filename>fedora-abrt.desktop</Filename>
298 <Filename>gnome-orca.desktop</Filename>
299 <Filename>gnome-power-statistics.desktop</Filename>
300 <Filename>gnome-user-share-properties.desktop</Filename>
301 <Filename>ibus.desktop</Filename>
302 <Filename>ibus-daemon.desktop</Filename>
303 <Filename>ibus-setup-anthy.desktop</Filename>
304 <Filename>ibus-setup.desktop</Filename>
305 <Filename>ibus-setup-hangul.desktop</Filename>
306 <Filename>ibus-setup-libbopomofo.desktop</Filename>
307 <Filename>ibus-setup-libpinyin.desktop</Filename>
308 <Filename>ibus-setup-m17n.desktop</Filename>
309 <Filename>ibus-setup-typing-booster.desktop</Filename>
310 <Filename>im-chooser.desktop</Filename>
311 <Filename>itweb-settings.desktop</Filename>
312 <Filename>jhbuild.desktop</Filename>
313 <Filename>javaws.desktop</Filename>
314 <Filename>java-1.7.0-openjdk-jconsole.desktop</Filename>
315 <Filename>java-1.7.0-openjdk-policytool.desktop</Filename>
316 <Filename>log4j-chainsaw.desktop</Filename>
317 <Filename>log4j-logfactor5.desktop</Filename>
318 <Filename>nm-connection-editor.desktop</Filename>
319 <Filename>orca.desktop</Filename>
320 <Filename>setroubleshoot.desktop</Filename>
321 <Filename>authconfig.desktop</Filename>
322 <Filename>system-config-date.desktop</Filename>
323 <Filename>system-config-firewall.desktop</Filename>
324 <Filename>system-config-keyboard.desktop</Filename>
325 <Filename>system-config-language.desktop</Filename>
326 <Filename>system-config-printer.desktop</Filename>
327 <Filename>system-config-users.desktop</Filename>
328 <Filename>vino-preferences.desktop</Filename>
329 </Include>
330 </Menu>
331
332 <!-- System Tools-->
333 <Menu>
334 <Name>System</Name>
335 <OnlyUnallocated/>
336 <Directory>System-Tools.directory</Directory>
337 <Include>
338 <And>
339 <Category>System</Category>
340 <Not><Category>Settings</Category></Not>
341 <Not><Category>Game</Category></Not>
342 <Not><Filename>baobab.desktop</Filename></Not>
343 <Not><Filename>gnome-system-log.desktop</Filename></Not>
344 <Not><Filename>gnome-system-monitor.desktop</Filename></Not>
345 </And>
346 </Include>
347 <Menu>
348 <Name>Preferences</Name>
349 <Directory>Settings.directory</Directory>
350 <Include>
351 <And>
352 <Category>Settings</Category>
353 <Not>
354 <Or>
355 <Category>System</Category>
356 <Category>X-GNOME-Settings-Panel</Category>
357 <Filename>alacarte.desktop</Filename>
358 <Filename>caribou.desktop</Filename>
359 <Filename>dconf-editor.desktop</Filename>
360 <Filename>fedora-im-chooser.desktop</Filename>
361 <Filename>fedora-release-notes.desktop</Filename>
362 <Filename>firewall-config.desktop</Filename>
363 <Filename>flash-player-properties.desktop</Filename>
364 <Filename>gconf-editor.desktop</Filename>
365 <Filename>gnome-abrt.desktop</Filename>
366 <Filename>fedora-abrt.desktop</Filename>
367 <Filename>gnome-orca.desktop</Filename>
368 <Filename>gnome-power-statistics.desktop</Filename>
369 <Filename>gnome-user-share-properties.desktop</Filename>
370 <Filename>ibus.desktop</Filename>
371 <Filename>ibus-daemon.desktop</Filename>
372 <Filename>ibus-setup-anthy.desktop</Filename>
373 <Filename>ibus-setup.desktop</Filename>
374 <Filename>ibus-setup-hangul.desktop</Filename>
375 <Filename>ibus-setup-libbopomofo.desktop</Filename>
376 <Filename>ibus-setup-libpinyin.desktop</Filename>
377 <Filename>ibus-setup-m17n.desktop</Filename>
378 <Filename>ibus-setup-typing-booster.desktop</Filename>
379 <Filename>im-chooser.desktop</Filename>
380 <Filename>itweb-settings.desktop</Filename>
381 <Filename>jhbuild.desktop</Filename>
382 <Filename>javaws.desktop</Filename>
383 <Filename>java-1.7.0-openjdk-jconsole.desktop</Filename>
384 <Filename>java-1.7.0-openjdk-policytool.desktop</Filename>
385 <Filename>log4j-chainsaw.desktop</Filename>
386 <Filename>log4j-logfactor5.desktop</Filename>
387 <Filename>nm-connection-editor.desktop</Filename>
388 <Filename>orca.desktop</Filename>
389 <Filename>setroubleshoot.desktop</Filename>
390 <Filename>authconfig.desktop</Filename>
391 <Filename>system-config-date.desktop</Filename>
392 <Filename>system-config-firewall.desktop</Filename>
393 <Filename>system-config-keyboard.desktop</Filename>
394 <Filename>system-config-language.desktop</Filename>
395 <Filename>system-config-printer.desktop</Filename>
396 <Filename>system-config-users.desktop</Filename>
397 <Filename>vino-preferences.desktop</Filename>
398 </Or>
399 </Not>
400 </And>
401 </Include>
402 </Menu>
403 <Menu>
404 <Name>Administration</Name>
405 <Directory>Settings-System.directory</Directory>
406 <Include>
407 <And>
408 <Category>Settings</Category>
409 <Category>System</Category>
410 <Not>
411 <Or>
412 <Category>X-GNOME-Settings-Panel</Category>
413 <Filename>alacarte.desktop</Filename>
414 <Filename>caribou.desktop</Filename>
415 <Filename>dconf-editor.desktop</Filename>
416 <Filename>fedora-im-chooser.desktop</Filename>
417 <Filename>fedora-release-notes.desktop</Filename>
418 <Filename>firewall-config.desktop</Filename>
419 <Filename>flash-player-properties.desktop</Filename>
420 <Filename>gconf-editor.desktop</Filename>
421 <Filename>gnome-abrt.desktop</Filename>
422 <Filename>fedora-abrt.desktop</Filename>
423 <Filename>gnome-orca.desktop</Filename>
424 <Filename>gnome-power-statistics.desktop</Filename>
425 <Filename>gnome-user-share-properties.desktop</Filename>
426 <Filename>ibus.desktop</Filename>
427 <Filename>ibus-daemon.desktop</Filename>
428 <Filename>ibus-setup-anthy.desktop</Filename>
429 <Filename>ibus-setup.desktop</Filename>
430 <Filename>ibus-setup-hangul.desktop</Filename>
431 <Filename>ibus-setup-libbopomofo.desktop</Filename>
432 <Filename>ibus-setup-libpinyin.desktop</Filename>
433 <Filename>ibus-setup-m17n.desktop</Filename>
434 <Filename>ibus-setup-typing-booster.desktop</Filename>
435 <Filename>im-chooser.desktop</Filename>
436 <Filename>itweb-settings.desktop</Filename>
437 <Filename>jhbuild.desktop</Filename>
438 <Filename>javaws.desktop</Filename>
439 <Filename>java-1.7.0-openjdk-jconsole.desktop</Filename>
440 <Filename>java-1.7.0-openjdk-policytool.desktop</Filename>
441 <Filename>log4j-chainsaw.desktop</Filename>
442 <Filename>log4j-logfactor5.desktop</Filename>
443 <Filename>nm-connection-editor.desktop</Filename>
444 <Filename>orca.desktop</Filename>
445 <Filename>setroubleshoot.desktop</Filename>
446 <Filename>authconfig.desktop</Filename>
447 <Filename>system-config-date.desktop</Filename>
448 <Filename>system-config-firewall.desktop</Filename>
449 <Filename>system-config-keyboard.desktop</Filename>
450 <Filename>system-config-language.desktop</Filename>
451 <Filename>system-config-printer.desktop</Filename>
452 <Filename>system-config-users.desktop</Filename>
453 <Filename>vino-preferences.desktop</Filename>
454 </Or>
455 </Not>
456 </And>
457 </Include>
458 </Menu>
459 </Menu> <!-- End System Tools -->
460
461 <!-- System Settings -->
462 <Menu>
463 <Name>System Settings</Name>
464 <Directory>X-GNOME-SystemSettings.directory</Directory>
465 <Include>
466 <Category>X-GNOME-Settings-Panel</Category>
467 </Include>
468 </Menu>
469
470 <!-- Utilities submenu -->
471 <Menu>
472 <Name>Utilities</Name>
473 <Directory>X-GNOME-Utilities.directory</Directory>
474 <Include>
475 <Filename>file-roller.desktop</Filename>
476 <Filename>gcalctool.desktop</Filename>
477 <Filename>gnome-font-viewer.desktop</Filename>
478 <Filename>gucharmap.desktop</Filename>
479 <Filename>seahorse.desktop</Filename>
480 <Filename>gnome-terminal.desktop</Filename>
481 <Filename>deja-dup-preferences.desktop</Filename>
482 <Filename>gnome-dictionary.desktop</Filename>
483 <Filename>evince.desktop</Filename>
484 <Filename>eog.desktop</Filename>
485 <Filename>baobab.desktop</Filename>
486 <Filename>gnome-system-log.desktop</Filename>
487 <Filename>gnome-system-monitor.desktop</Filename>
488 <Filename>vinagre.desktop</Filename>
489 <Filename>gnome-tweak-tool.desktop</Filename>
490 <Filename>gnome-disks.desktop</Filename>
491 <Filename>gnome-screenshot.desktop</Filename>
492 <Filename>gnome-yelp.desktop</Filename>
493 <Filename>yelp.desktop</Filename>
494 <Filename>gnome-control-center.desktop</Filename>
495 </Include>
496 </Menu>
497
498 <!-- Other -->
499 <Menu>
500 <Name>Other</Name>
501 <Directory>X-GNOME-Other.directory</Directory>
502 <OnlyUnallocated/>
503 <Include>
504 <And>
505 <Not><Category>Core</Category></Not>
506 <Not><Category>Screensaver</Category></Not>
507
508 <!-- Really Fedora ??? -->
509 <Not><Filename>gnome-eog.desktop</Filename></Not>
510 <Not><Filename>gnome-file-roller.desktop</Filename></Not>
511 <Not><Filename>gnome-gucharmap.desktop</Filename></Not>
512 </And>
513 </Include>
514 </Menu> <!-- End Other -->
515
516 <Layout>
517 <Merge type="menus" />
518 <Menuname>Other</Menuname>
519 <Merge type="files" />
520 </Layout>
521
522 <Include>
523 <Filename>ubuntu-software-center.desktop</Filename>
524 </Include>
525
526 <!-- Separator between menus and gnome-app-install -->
527 <Layout>
528 <Merge type="menus"/>
529 <Merge type="files"/>
530 <Separator/>
531 <Filename>ubuntu-software-center.desktop</Filename>
532 </Layout>
533
534 </Menu> <!-- End Applications -->
0 lib_LTLIBRARIES = libgnome-menu-3.la
0 lib_LTLIBRARIES = libcinnamon-menu-3.la
11
22 AM_CPPFLAGS = \
33 $(GIO_UNIX_CFLAGS) \
77
88 AM_CFLAGS = $(WARN_CFLAGS)
99
10 libgnome_menu_3_includedir = $(includedir)/gnome-menus-3.0
11 libgnome_menu_3_include_HEADERS = \
10 libcinnamon_menu_3_includedir = $(includedir)/cinnamon-menus-3.0
11 libcinnamon_menu_3_include_HEADERS = \
1212 gmenu-tree.h
1313
14 libgnome_menu_3_sources = \
14 libcinnamon_menu_3_sources = \
1515 canonicalize.c \
1616 desktop-entries.c \
1717 entry-directories.c \
2020 menu-monitor.c \
2121 menu-util.c
2222
23 libgnome_menu_3_la_SOURCES = \
24 $(libgnome_menu_3_sources) \
23 libcinnamon_menu_3_la_SOURCES = \
24 $(libcinnamon_menu_3_sources) \
2525 canonicalize.h \
2626 desktop-entries.h \
2727 entry-directories.h \
3030 menu-monitor.h \
3131 menu-util.h
3232
33 libgnome_menu_3_la_LIBADD = \
33 libcinnamon_menu_3_la_LIBADD = \
3434 $(GIO_UNIX_LIBS)
3535
36 libgnome_menu_3_la_LDFLAGS = \
36 libcinnamon_menu_3_la_LDFLAGS = \
3737 -version-info $(LIB_MENU_LT_VERSION) \
3838 -no-undefined \
3939 -export-symbols-regex gmenu_tree
4040
4141 pkgconfigdir = $(libdir)/pkgconfig
42 pkgconfig_DATA = libgnome-menu-3.0.pc
42 pkgconfig_DATA = libcinnamon-menu-3.0.pc
4343
4444 EXTRA_DIST = \
45 libgnome-menu-3.0.pc.in \
46 libgnome-menu-3.0-uninstalled.pc.in
45 libcinnamon-menu-3.0.pc.in \
46 libcinnamon-menu-3.0-uninstalled.pc.in
4747
4848 CLEANFILES =
4949
5454 INTROSPECTION_COMPILER_ARGS = --includedir=$(srcdir)
5555
5656 if HAVE_INTROSPECTION
57 introspection_sources = $(libgnome_menu_3_include_HEADERS) gmenu-tree.c
57 introspection_sources = $(libcinnamon_menu_3_include_HEADERS) gmenu-tree.c
5858
59 GMenu-3.0.gir: libgnome-menu-3.la
60 GMenu_3_0_gir_INCLUDES = Gio-2.0
61 GMenu_3_0_gir_CFLAGS = $(AM_CPPFLAGS)
62 GMenu_3_0_gir_LIBS = libgnome-menu-3.la
63 GMenu_3_0_gir_SCANNERFLAGS = --identifier-prefix=GMenu --symbol-prefix=gmenu --pkg-export=libgnome-menu-3.0 --c-include=gmenu-tree.h
64 GMenu_3_0_gir_FILES = $(addprefix $(srcdir)/,$(introspection_sources))
65 INTROSPECTION_GIRS += GMenu-3.0.gir
59 CMenu-3.0.gir: libcinnamon-menu-3.la
60 CMenu_3_0_gir_INCLUDES = Gio-2.0
61 CMenu_3_0_gir_CFLAGS = $(AM_CPPFLAGS)
62 CMenu_3_0_gir_LIBS = libcinnamon-menu-3.la
63 CMenu_3_0_gir_SCANNERFLAGS = --identifier-prefix=GMenu --symbol-prefix=gmenu --pkg-export=libcinnamon-menu-3.0 --c-include=gmenu-tree.h
64 CMenu_3_0_gir_FILES = $(addprefix $(srcdir)/,$(introspection_sources))
65 INTROSPECTION_GIRS += CMenu-3.0.gir
6666
6767 girdir = $(INTROSPECTION_GIRDIR)
6868 gir_DATA = $(INTROSPECTION_GIRS)
0 # Makefile.in generated by automake 1.13.1 from Makefile.am.
0 # Makefile.in generated by automake 1.13.3 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
1616
1717
1818 VPATH = @srcdir@
19 am__make_dryrun = \
20 { \
21 am__dry=no; \
19 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
20 am__make_running_with_option = \
21 case $${target_option-} in \
22 ?) ;; \
23 *) echo "am__make_running_with_option: internal error: invalid" \
24 "target option '$${target_option-}' specified" >&2; \
25 exit 1;; \
26 esac; \
27 has_opt=no; \
28 sane_makeflags=$$MAKEFLAGS; \
29 if $(am__is_gnu_make); then \
30 sane_makeflags=$$MFLAGS; \
31 else \
2232 case $$MAKEFLAGS in \
2333 *\\[\ \ ]*) \
24 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
25 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
26 *) \
27 for am__flg in $$MAKEFLAGS; do \
28 case $$am__flg in \
29 *=*|--*) ;; \
30 *n*) am__dry=yes; break;; \
31 esac; \
32 done;; \
34 bs=\\; \
35 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
36 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
3337 esac; \
34 test $$am__dry = yes; \
35 }
38 fi; \
39 skip_next=no; \
40 strip_trailopt () \
41 { \
42 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
43 }; \
44 for flg in $$sane_makeflags; do \
45 test $$skip_next = yes && { skip_next=no; continue; }; \
46 case $$flg in \
47 *=*|--*) continue;; \
48 -*I) strip_trailopt 'I'; skip_next=yes;; \
49 -*I?*) strip_trailopt 'I';; \
50 -*O) strip_trailopt 'O'; skip_next=yes;; \
51 -*O?*) strip_trailopt 'O';; \
52 -*l) strip_trailopt 'l'; skip_next=yes;; \
53 -*l?*) strip_trailopt 'l';; \
54 -[dEDm]) skip_next=yes;; \
55 -[JT]) skip_next=yes;; \
56 esac; \
57 case $$flg in \
58 *$$target_option*) has_opt=yes; break;; \
59 esac; \
60 done; \
61 test $$has_opt = yes
62 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
63 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
3664 pkgdatadir = $(datadir)/@PACKAGE@
3765 pkgincludedir = $(includedir)/@PACKAGE@
3866 pkglibdir = $(libdir)/@PACKAGE@
5179 POST_UNINSTALL = :
5280 build_triplet = @build@
5381 host_triplet = @host@
54 @HAVE_INTROSPECTION_TRUE@am__append_1 = GMenu-3.0.gir
82 @HAVE_INTROSPECTION_TRUE@am__append_1 = CMenu-3.0.gir
5583 @HAVE_INTROSPECTION_TRUE@am__append_2 = $(gir_DATA) $(typelib_DATA)
5684 subdir = libmenu
5785 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
58 $(srcdir)/libgnome-menu-3.0.pc.in \
59 $(srcdir)/libgnome-menu-3.0-uninstalled.pc.in \
60 $(top_srcdir)/depcomp $(libgnome_menu_3_include_HEADERS)
86 $(srcdir)/libcinnamon-menu-3.0.pc.in \
87 $(srcdir)/libcinnamon-menu-3.0-uninstalled.pc.in \
88 $(top_srcdir)/depcomp $(libcinnamon_menu_3_include_HEADERS)
6189 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
6290 am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
6391 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
6795 $(ACLOCAL_M4)
6896 mkinstalldirs = $(install_sh) -d
6997 CONFIG_HEADER = $(top_builddir)/config.h
70 CONFIG_CLEAN_FILES = libgnome-menu-3.0.pc \
71 libgnome-menu-3.0-uninstalled.pc
98 CONFIG_CLEAN_FILES = libcinnamon-menu-3.0.pc \
99 libcinnamon-menu-3.0-uninstalled.pc
72100 CONFIG_CLEAN_VPATH_FILES =
73101 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
74102 am__vpath_adj = case $$p in \
99127 }
100128 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(girdir)" \
101129 "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(typelibdir)" \
102 "$(DESTDIR)$(libgnome_menu_3_includedir)"
130 "$(DESTDIR)$(libcinnamon_menu_3_includedir)"
103131 LTLIBRARIES = $(lib_LTLIBRARIES)
104132 am__DEPENDENCIES_1 =
105 libgnome_menu_3_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
133 libcinnamon_menu_3_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
106134 am__objects_1 = canonicalize.lo desktop-entries.lo \
107135 entry-directories.lo gmenu-tree.lo menu-layout.lo \
108136 menu-monitor.lo menu-util.lo
109 am_libgnome_menu_3_la_OBJECTS = $(am__objects_1)
110 libgnome_menu_3_la_OBJECTS = $(am_libgnome_menu_3_la_OBJECTS)
137 am_libcinnamon_menu_3_la_OBJECTS = $(am__objects_1)
138 libcinnamon_menu_3_la_OBJECTS = $(am_libcinnamon_menu_3_la_OBJECTS)
111139 AM_V_lt = $(am__v_lt_@AM_V@)
112140 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
113141 am__v_lt_0 = --silent
114142 am__v_lt_1 =
115 libgnome_menu_3_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
143 libcinnamon_menu_3_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
116144 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
117 $(AM_CFLAGS) $(CFLAGS) $(libgnome_menu_3_la_LDFLAGS) \
145 $(AM_CFLAGS) $(CFLAGS) $(libcinnamon_menu_3_la_LDFLAGS) \
118146 $(LDFLAGS) -o $@
119147 AM_V_P = $(am__v_P_@AM_V@)
120148 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
150178 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
151179 am__v_CCLD_0 = @echo " CCLD " $@;
152180 am__v_CCLD_1 =
153 SOURCES = $(libgnome_menu_3_la_SOURCES)
154 DIST_SOURCES = $(libgnome_menu_3_la_SOURCES)
181 SOURCES = $(libcinnamon_menu_3_la_SOURCES)
182 DIST_SOURCES = $(libcinnamon_menu_3_la_SOURCES)
155183 am__can_run_installinfo = \
156184 case $$AM_UPDATE_INFO_DIR in \
157185 n|no|NO) false;; \
158186 *) (install-info --version) >/dev/null 2>&1;; \
159187 esac
160188 DATA = $(gir_DATA) $(pkgconfig_DATA) $(typelib_DATA)
161 HEADERS = $(libgnome_menu_3_include_HEADERS)
189 HEADERS = $(libcinnamon_menu_3_include_HEADERS)
162190 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
163191 # Read a list of newline-separated strings from the standard input,
164192 # and print each of them once, without duplicates. Input order is
342370 top_build_prefix = @top_build_prefix@
343371 top_builddir = @top_builddir@
344372 top_srcdir = @top_srcdir@
345 lib_LTLIBRARIES = libgnome-menu-3.la
373 lib_LTLIBRARIES = libcinnamon-menu-3.la
346374 AM_CPPFLAGS = \
347375 $(GIO_UNIX_CFLAGS) \
348376 -DGMENU_I_KNOW_THIS_IS_UNSTABLE \
350378 $(DEBUG_CFLAGS)
351379
352380 AM_CFLAGS = $(WARN_CFLAGS)
353 libgnome_menu_3_includedir = $(includedir)/gnome-menus-3.0
354 libgnome_menu_3_include_HEADERS = \
381 libcinnamon_menu_3_includedir = $(includedir)/cinnamon-menus-3.0
382 libcinnamon_menu_3_include_HEADERS = \
355383 gmenu-tree.h
356384
357 libgnome_menu_3_sources = \
385 libcinnamon_menu_3_sources = \
358386 canonicalize.c \
359387 desktop-entries.c \
360388 entry-directories.c \
363391 menu-monitor.c \
364392 menu-util.c
365393
366 libgnome_menu_3_la_SOURCES = \
367 $(libgnome_menu_3_sources) \
394 libcinnamon_menu_3_la_SOURCES = \
395 $(libcinnamon_menu_3_sources) \
368396 canonicalize.h \
369397 desktop-entries.h \
370398 entry-directories.h \
373401 menu-monitor.h \
374402 menu-util.h
375403
376 libgnome_menu_3_la_LIBADD = \
404 libcinnamon_menu_3_la_LIBADD = \
377405 $(GIO_UNIX_LIBS)
378406
379 libgnome_menu_3_la_LDFLAGS = \
407 libcinnamon_menu_3_la_LDFLAGS = \
380408 -version-info $(LIB_MENU_LT_VERSION) \
381409 -no-undefined \
382410 -export-symbols-regex gmenu_tree
383411
384412 pkgconfigdir = $(libdir)/pkgconfig
385 pkgconfig_DATA = libgnome-menu-3.0.pc
413 pkgconfig_DATA = libcinnamon-menu-3.0.pc
386414 EXTRA_DIST = \
387 libgnome-menu-3.0.pc.in \
388 libgnome-menu-3.0-uninstalled.pc.in
415 libcinnamon-menu-3.0.pc.in \
416 libcinnamon-menu-3.0-uninstalled.pc.in
389417
390418 CLEANFILES = $(am__append_2)
391419 INTROSPECTION_GIRS = $(am__append_1)
392420 INTROSPECTION_SCANNER_ARGS = --warn-all --add-include-path=$(srcdir)
393421 INTROSPECTION_COMPILER_ARGS = --includedir=$(srcdir)
394 @HAVE_INTROSPECTION_TRUE@introspection_sources = $(libgnome_menu_3_include_HEADERS) gmenu-tree.c
395 @HAVE_INTROSPECTION_TRUE@GMenu_3_0_gir_INCLUDES = Gio-2.0
396 @HAVE_INTROSPECTION_TRUE@GMenu_3_0_gir_CFLAGS = $(AM_CPPFLAGS)
397 @HAVE_INTROSPECTION_TRUE@GMenu_3_0_gir_LIBS = libgnome-menu-3.la
398 @HAVE_INTROSPECTION_TRUE@GMenu_3_0_gir_SCANNERFLAGS = --identifier-prefix=GMenu --symbol-prefix=gmenu --pkg-export=libgnome-menu-3.0 --c-include=gmenu-tree.h
399 @HAVE_INTROSPECTION_TRUE@GMenu_3_0_gir_FILES = $(addprefix $(srcdir)/,$(introspection_sources))
422 @HAVE_INTROSPECTION_TRUE@introspection_sources = $(libcinnamon_menu_3_include_HEADERS) gmenu-tree.c
423 @HAVE_INTROSPECTION_TRUE@CMenu_3_0_gir_INCLUDES = Gio-2.0
424 @HAVE_INTROSPECTION_TRUE@CMenu_3_0_gir_CFLAGS = $(AM_CPPFLAGS)
425 @HAVE_INTROSPECTION_TRUE@CMenu_3_0_gir_LIBS = libcinnamon-menu-3.la
426 @HAVE_INTROSPECTION_TRUE@CMenu_3_0_gir_SCANNERFLAGS = --identifier-prefix=GMenu --symbol-prefix=gmenu --pkg-export=libcinnamon-menu-3.0 --c-include=gmenu-tree.h
427 @HAVE_INTROSPECTION_TRUE@CMenu_3_0_gir_FILES = $(addprefix $(srcdir)/,$(introspection_sources))
400428 @HAVE_INTROSPECTION_TRUE@girdir = $(INTROSPECTION_GIRDIR)
401429 @HAVE_INTROSPECTION_TRUE@gir_DATA = $(INTROSPECTION_GIRS)
402430 @HAVE_INTROSPECTION_TRUE@typelibdir = $(INTROSPECTION_TYPELIBDIR)
435463 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
436464 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
437465 $(am__aclocal_m4_deps):
438 libgnome-menu-3.0.pc: $(top_builddir)/config.status $(srcdir)/libgnome-menu-3.0.pc.in
466 libcinnamon-menu-3.0.pc: $(top_builddir)/config.status $(srcdir)/libcinnamon-menu-3.0.pc.in
439467 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
440 libgnome-menu-3.0-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/libgnome-menu-3.0-uninstalled.pc.in
468 libcinnamon-menu-3.0-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/libcinnamon-menu-3.0-uninstalled.pc.in
441469 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
442470
443471 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
474502 echo rm -f $${locs}; \
475503 rm -f $${locs}; \
476504 }
477 libgnome-menu-3.la: $(libgnome_menu_3_la_OBJECTS) $(libgnome_menu_3_la_DEPENDENCIES) $(EXTRA_libgnome_menu_3_la_DEPENDENCIES)
478 $(AM_V_CCLD)$(libgnome_menu_3_la_LINK) -rpath $(libdir) $(libgnome_menu_3_la_OBJECTS) $(libgnome_menu_3_la_LIBADD) $(LIBS)
505
506 libcinnamon-menu-3.la: $(libcinnamon_menu_3_la_OBJECTS) $(libcinnamon_menu_3_la_DEPENDENCIES) $(EXTRA_libcinnamon_menu_3_la_DEPENDENCIES)
507 $(AM_V_CCLD)$(libcinnamon_menu_3_la_LINK) -rpath $(libdir) $(libcinnamon_menu_3_la_OBJECTS) $(libcinnamon_menu_3_la_LIBADD) $(LIBS)
479508
480509 mostlyclean-compile:
481510 -rm -f *.$(OBJEXT)
580609 @list='$(typelib_DATA)'; test -n "$(typelibdir)" || list=; \
581610 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
582611 dir='$(DESTDIR)$(typelibdir)'; $(am__uninstall_files_from_dir)
583 install-libgnome_menu_3_includeHEADERS: $(libgnome_menu_3_include_HEADERS)
612 install-libcinnamon_menu_3_includeHEADERS: $(libcinnamon_menu_3_include_HEADERS)
584613 @$(NORMAL_INSTALL)
585 @list='$(libgnome_menu_3_include_HEADERS)'; test -n "$(libgnome_menu_3_includedir)" || list=; \
614 @list='$(libcinnamon_menu_3_include_HEADERS)'; test -n "$(libcinnamon_menu_3_includedir)" || list=; \
586615 if test -n "$$list"; then \
587 echo " $(MKDIR_P) '$(DESTDIR)$(libgnome_menu_3_includedir)'"; \
588 $(MKDIR_P) "$(DESTDIR)$(libgnome_menu_3_includedir)" || exit 1; \
616 echo " $(MKDIR_P) '$(DESTDIR)$(libcinnamon_menu_3_includedir)'"; \
617 $(MKDIR_P) "$(DESTDIR)$(libcinnamon_menu_3_includedir)" || exit 1; \
589618 fi; \
590619 for p in $$list; do \
591620 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
592621 echo "$$d$$p"; \
593622 done | $(am__base_list) | \
594623 while read files; do \
595 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libgnome_menu_3_includedir)'"; \
596 $(INSTALL_HEADER) $$files "$(DESTDIR)$(libgnome_menu_3_includedir)" || exit $$?; \
624 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libcinnamon_menu_3_includedir)'"; \
625 $(INSTALL_HEADER) $$files "$(DESTDIR)$(libcinnamon_menu_3_includedir)" || exit $$?; \
597626 done
598627
599 uninstall-libgnome_menu_3_includeHEADERS:
628 uninstall-libcinnamon_menu_3_includeHEADERS:
600629 @$(NORMAL_UNINSTALL)
601 @list='$(libgnome_menu_3_include_HEADERS)'; test -n "$(libgnome_menu_3_includedir)" || list=; \
630 @list='$(libcinnamon_menu_3_include_HEADERS)'; test -n "$(libcinnamon_menu_3_includedir)" || list=; \
602631 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
603 dir='$(DESTDIR)$(libgnome_menu_3_includedir)'; $(am__uninstall_files_from_dir)
632 dir='$(DESTDIR)$(libcinnamon_menu_3_includedir)'; $(am__uninstall_files_from_dir)
604633
605634 ID: $(am__tagged_files)
606635 $(am__define_uniq_tagged_files); mkid -fID $$unique
688717 check: check-am
689718 all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
690719 installdirs:
691 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(girdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(typelibdir)" "$(DESTDIR)$(libgnome_menu_3_includedir)"; do \
720 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(girdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(typelibdir)" "$(DESTDIR)$(libcinnamon_menu_3_includedir)"; do \
692721 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
693722 done
694723 install: install-am
746775 info-am:
747776
748777 install-data-am: install-girDATA \
749 install-libgnome_menu_3_includeHEADERS install-pkgconfigDATA \
750 install-typelibDATA
778 install-libcinnamon_menu_3_includeHEADERS \
779 install-pkgconfigDATA install-typelibDATA
751780
752781 install-dvi: install-dvi-am
753782
794823 ps-am:
795824
796825 uninstall-am: uninstall-girDATA uninstall-libLTLIBRARIES \
797 uninstall-libgnome_menu_3_includeHEADERS \
826 uninstall-libcinnamon_menu_3_includeHEADERS \
798827 uninstall-pkgconfigDATA uninstall-typelibDATA
799828
800829 .MAKE: install-am install-strip
807836 install-data-am install-dvi install-dvi-am install-exec \
808837 install-exec-am install-girDATA install-html install-html-am \
809838 install-info install-info-am install-libLTLIBRARIES \
810 install-libgnome_menu_3_includeHEADERS install-man install-pdf \
811 install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
812 install-strip install-typelibDATA installcheck installcheck-am \
813 installdirs maintainer-clean maintainer-clean-generic \
814 mostlyclean mostlyclean-compile mostlyclean-generic \
815 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
816 uninstall-am uninstall-girDATA uninstall-libLTLIBRARIES \
817 uninstall-libgnome_menu_3_includeHEADERS \
839 install-libcinnamon_menu_3_includeHEADERS install-man \
840 install-pdf install-pdf-am install-pkgconfigDATA install-ps \
841 install-ps-am install-strip install-typelibDATA installcheck \
842 installcheck-am installdirs maintainer-clean \
843 maintainer-clean-generic mostlyclean mostlyclean-compile \
844 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
845 tags tags-am uninstall uninstall-am uninstall-girDATA \
846 uninstall-libLTLIBRARIES \
847 uninstall-libcinnamon_menu_3_includeHEADERS \
818848 uninstall-pkgconfigDATA uninstall-typelibDATA
819849
820850
821851 # Introspection
822852 -include $(INTROSPECTION_MAKEFILE)
823853
824 @HAVE_INTROSPECTION_TRUE@GMenu-3.0.gir: libgnome-menu-3.la
854 @HAVE_INTROSPECTION_TRUE@CMenu-3.0.gir: libcinnamon-menu-3.la
825855
826856 -include $(top_srcdir)/git.mk
827857
0 prefix=@prefix@
1 exec_prefix=@exec_prefix@
2 libdir=@libdir@
3 includedir=@includedir@
4
5 Name: libcinnamon-menu
6 Description: Desktop Menu Specification Implementation
7 Requires: gio-unix-2.0
8 Version: @VERSION@
9 Libs: ${pc_top_builddir}/${pcfiledir}/libcinnamon-menu-3.la
10 Cflags: -I${pc_top_builddir}/${pcfiledir}
0 prefix=@prefix@
1 exec_prefix=@exec_prefix@
2 libdir=@libdir@
3 includedir=@includedir@
4
5 Name: libcinnamon-menu
6 Description: Desktop Menu Specification Implementation
7 Requires: gio-unix-2.0
8 Version: @VERSION@
9 Libs: -L${libdir} -lcinnamon-menu-3
10 Cflags: -I${includedir}/cinnamon-menus-3.0
+0
-11
libmenu/libgnome-menu-3.0-uninstalled.pc.in less more
0 prefix=@prefix@
1 exec_prefix=@exec_prefix@
2 libdir=@libdir@
3 includedir=@includedir@
4
5 Name: libgnome-menu
6 Description: Desktop Menu Specification Implementation
7 Requires: gio-unix-2.0
8 Version: @VERSION@
9 Libs: ${pc_top_builddir}/${pcfiledir}/libgnome-menu-3.la
10 Cflags: -I${pc_top_builddir}/${pcfiledir}
+0
-11
libmenu/libgnome-menu-3.0.pc.in less more
0 prefix=@prefix@
1 exec_prefix=@exec_prefix@
2 libdir=@libdir@
3 includedir=@includedir@
4
5 Name: libgnome-menu
6 Description: Desktop Menu Specification Implementation
7 Requires: gio-unix-2.0
8 Version: @VERSION@
9 Libs: -L${libdir} -lgnome-menu-3
10 Cflags: -I${includedir}/gnome-menus-3.0
6969 # compiler: $LTCC
7070 # compiler flags: $LTCFLAGS
7171 # linker: $LD (gnu? $with_gnu_ld)
72 # $progname: (GNU libtool) 2.4.2
72 # $progname: (GNU libtool) 2.4.2 Debian-2.4.2-1.3ubuntu1
7373 # automake: $automake_version
7474 # autoconf: $autoconf_version
7575 #
7979
8080 PROGRAM=libtool
8181 PACKAGE=libtool
82 VERSION=2.4.2
82 VERSION="2.4.2 Debian-2.4.2-1.3ubuntu1"
8383 TIMESTAMP=""
8484 package_revision=1.3337
8585
61236123 case $pass in
61246124 dlopen) libs="$dlfiles" ;;
61256125 dlpreopen) libs="$dlprefiles" ;;
6126 link) libs="$deplibs %DEPLIBS% $dependency_libs" ;;
6126 link)
6127 libs="$deplibs %DEPLIBS%"
6128 test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs"
6129 ;;
61276130 esac
61286131 fi
61296132 if test "$linkmode,$pass" = "lib,dlpreopen"; then
64436446 # It is a libtool convenience library, so add in its objects.
64446447 func_append convenience " $ladir/$objdir/$old_library"
64456448 func_append old_convenience " $ladir/$objdir/$old_library"
6449 tmp_libs=
6450 for deplib in $dependency_libs; do
6451 deplibs="$deplib $deplibs"
6452 if $opt_preserve_dup_deps ; then
6453 case "$tmp_libs " in
6454 *" $deplib "*) func_append specialdeplibs " $deplib" ;;
6455 esac
6456 fi
6457 func_append tmp_libs " $deplib"
6458 done
64466459 elif test "$linkmode" != prog && test "$linkmode" != lib; then
64476460 func_fatal_error "\`$lib' is not a convenience library"
64486461 fi
6449 tmp_libs=
6450 for deplib in $dependency_libs; do
6451 deplibs="$deplib $deplibs"
6452 if $opt_preserve_dup_deps ; then
6453 case "$tmp_libs " in
6454 *" $deplib "*) func_append specialdeplibs " $deplib" ;;
6455 esac
6456 fi
6457 func_append tmp_libs " $deplib"
6458 done
64596462 continue
64606463 fi # $pass = conv
64616464
73477350 age="$number_minor"
73487351 revision="$number_minor"
73497352 lt_irix_increment=no
7353 ;;
7354 *)
7355 func_fatal_configuration "$modename: unknown library version type \`$version_type'"
73507356 ;;
73517357 esac
73527358 ;;
13231323 LD="${LD-ld} -m elf_i386_fbsd"
13241324 ;;
13251325 x86_64-*linux*)
1326 LD="${LD-ld} -m elf_i386"
1326 case `/usr/bin/file conftest.o` in
1327 *x86-64*)
1328 LD="${LD-ld} -m elf32_x86_64"
1329 ;;
1330 *)
1331 LD="${LD-ld} -m elf_i386"
1332 ;;
1333 esac
13271334 ;;
13281335 ppc64-*linux*|powerpc64-*linux*)
13291336 LD="${LD-ld} -m elf32ppclinux"
16871694 ;;
16881695 *)
16891696 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
1690 if test -n "$lt_cv_sys_max_cmd_len"; then
1697 if test -n "$lt_cv_sys_max_cmd_len" && \
1698 test undefined != "$lt_cv_sys_max_cmd_len"; then
16911699 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
16921700 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
16931701 else
25112519 esac
25122520 ;;
25132521
2514 gnu*)
2515 version_type=linux # correct to gnu/linux during the next big refactor
2516 need_lib_prefix=no
2517 need_version=no
2518 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
2519 soname_spec='${libname}${release}${shared_ext}$major'
2520 shlibpath_var=LD_LIBRARY_PATH
2521 shlibpath_overrides_runpath=no
2522 hardcode_into_libs=yes
2523 ;;
2524
25252522 haiku*)
25262523 version_type=linux # correct to gnu/linux during the next big refactor
25272524 need_lib_prefix=no
26382635 ;;
26392636
26402637 # This must be glibc/ELF.
2641 linux* | k*bsd*-gnu | kopensolaris*-gnu)
2638 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
26422639 version_type=linux # correct to gnu/linux during the next big refactor
26432640 need_lib_prefix=no
26442641 need_version=no
26682665 # before this can be enabled.
26692666 hardcode_into_libs=yes
26702667
2671 # Add ABI-specific directories to the system library path.
2672 sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
2673
26742668 # Append ld.so.conf contents to the search path
26752669 if test -f /etc/ld.so.conf; then
26762670 lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
2677 sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
2678
2671 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
26792672 fi
26802673
26812674 # We used to test for /lib/ld.so.1 and disable shared libraries on
26852678 # people can always --disable-shared, the test was removed, and we
26862679 # assume the GNU/Linux dynamic linker is in use.
26872680 dynamic_linker='GNU/Linux ld.so'
2681 ;;
2682
2683 netbsdelf*-gnu)
2684 version_type=linux
2685 need_lib_prefix=no
2686 need_version=no
2687 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
2688 soname_spec='${libname}${release}${shared_ext}$major'
2689 shlibpath_var=LD_LIBRARY_PATH
2690 shlibpath_overrides_runpath=no
2691 hardcode_into_libs=yes
2692 dynamic_linker='NetBSD ld.elf_so'
26882693 ;;
26892694
26902695 netbsd*)
32463251 fi
32473252 ;;
32483253
3249 gnu*)
3250 lt_cv_deplibs_check_method=pass_all
3251 ;;
3252
32533254 haiku*)
32543255 lt_cv_deplibs_check_method=pass_all
32553256 ;;
32883289 ;;
32893290
32903291 # This must be glibc/ELF.
3291 linux* | k*bsd*-gnu | kopensolaris*-gnu)
3292 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
32923293 lt_cv_deplibs_check_method=pass_all
32933294 ;;
32943295
3295 netbsd*)
3296 netbsd* | netbsdelf*-gnu)
32963297 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
32973298 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
32983299 else
40404041 ;;
40414042 esac
40424043 ;;
4043 linux* | k*bsd*-gnu | kopensolaris*-gnu)
4044 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
40444045 case $cc_basename in
40454046 KCC*)
40464047 # KAI C++ Compiler
41044105 ;;
41054106 esac
41064107 ;;
4107 netbsd*)
4108 netbsd* | netbsdelf*-gnu)
41084109 ;;
41094110 *qnx* | *nto*)
41104111 # QNX uses GNU C++, but need to define -shared option too, otherwise
43394340 _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
43404341 ;;
43414342
4342 linux* | k*bsd*-gnu | kopensolaris*-gnu)
4343 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
43434344 case $cc_basename in
43444345 # old Intel for x86_64 which still supported -KPIC.
43454346 ecc*)
45814582 ;;
45824583 esac
45834584 ;;
4585 linux* | k*bsd*-gnu | gnu*)
4586 _LT_TAGVAR(link_all_deplibs, $1)=no
4587 ;;
45844588 *)
45854589 _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
45864590 ;;
46424646 ;;
46434647 openbsd*)
46444648 with_gnu_ld=no
4649 ;;
4650 linux* | k*bsd*-gnu | gnu*)
4651 _LT_TAGVAR(link_all_deplibs, $1)=no
46454652 ;;
46464653 esac
46474654
48644871 fi
48654872 ;;
48664873
4867 netbsd*)
4874 netbsd* | netbsdelf*-gnu)
48684875 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
48694876 _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
48704877 wlarc=
50415048 if test "$aix_use_runtimelinking" = yes; then
50425049 shared_flag="$shared_flag "'${wl}-G'
50435050 fi
5051 _LT_TAGVAR(link_all_deplibs, $1)=no
50445052 else
50455053 # not using gcc
50465054 if test "$host_cpu" = ia64; then
53455353 _LT_TAGVAR(link_all_deplibs, $1)=yes
53465354 ;;
53475355
5348 netbsd*)
5356 netbsd* | netbsdelf*-gnu)
53495357 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
53505358 _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
53515359 else
62256233 _LT_TAGVAR(ld_shlibs, $1)=yes
62266234 ;;
62276235
6228 gnu*)
6229 ;;
6230
62316236 haiku*)
62326237 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
62336238 _LT_TAGVAR(link_all_deplibs, $1)=yes
63896394 _LT_TAGVAR(inherit_rpath, $1)=yes
63906395 ;;
63916396
6392 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6397 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
63936398 case $cc_basename in
63946399 KCC*)
63956400 # Kuck and Associates, Inc. (KAI) C++ Compiler
0 #
1 # No modifications of this Makefile should be necessary.
2 #
3 # This file contains the build instructions for installing OMF files. It is
4 # generally called from the makefiles for particular formats of documentation.
5 #
6 # Note that you must configure your package with --localstatedir=/var
7 # so that the scrollkeeper-update command below will update the database
8 # in the standard scrollkeeper directory.
9 #
10 # If it is impossible to configure with --localstatedir=/var, then
11 # modify the definition of scrollkeeper_localstate_dir so that
12 # it points to the correct location. Note that you must still use
13 # $(localstatedir) in this or when people build RPMs it will update
14 # the real database on their system instead of the one under RPM_BUILD_ROOT.
15 #
16 # Note: This make file is not incorporated into xmldocs.make because, in
17 # general, there will be other documents install besides XML documents
18 # and the makefiles for these formats should also include this file.
19 #
20 # About this file:
21 # This file was derived from scrollkeeper_example2, a package
22 # illustrating how to install documentation and OMF files for use with
23 # ScrollKeeper 0.3.x and 0.4.x. For more information, see:
24 # http://scrollkeeper.sourceforge.net/
25 # Version: 0.1.3 (last updated: March 20, 2002)
26 #
27
28 omf_dest_dir=$(datadir)/omf/@PACKAGE@
29 scrollkeeper_localstate_dir = $(localstatedir)/scrollkeeper
30
31 # At some point, it may be wise to change to something like this:
32 # scrollkeeper_localstate_dir = @SCROLLKEEPER_STATEDIR@
33
34 omf: omf_timestamp
35
36 omf_timestamp: $(omffile)
37 -for file in $(omffile); do \
38 absfile=$(srcdir)/$$file; \
39 test -r $$file && absfile=$$file; \
40 scrollkeeper-preinstall $(docdir)/$(docname).xml $$absfile $$file.out; \
41 done; \
42 touch omf_timestamp
43
44 install-data-hook-omf:
45 $(mkinstalldirs) $(DESTDIR)$(omf_dest_dir)
46 for file in $(omffile); do \
47 absfile=$(srcdir)/$$file.out; \
48 test -r $$file.out && absfile=$$file.out; \
49 $(INSTALL_DATA) $$absfile $(DESTDIR)$(omf_dest_dir)/$$file; \
50 done
51 -scrollkeeper-update -p $(DESTDIR)$(scrollkeeper_localstate_dir) -o $(DESTDIR)$(omf_dest_dir)
52
53 uninstall-local-omf:
54 -for file in $(omffile); do \
55 basefile=`basename $$file`; \
56 rm -f $(DESTDIR)$(omf_dest_dir)/$$basefile; \
57 done
58 -rmdir $(DESTDIR)$(omf_dest_dir)
59 -scrollkeeper-update -p $(DESTDIR)$(scrollkeeper_localstate_dir)
60
61 clean-local-omf:
62 -for file in $(omffile); do \
63 rm -f $$file.out; \
64 done
0 noinst_PROGRAMS = gnome-menu-spec-test
0 noinst_PROGRAMS = cinnamon-menu-spec-test
11
22 AM_CPPFLAGS = \
33 $(GIO_UNIX_CFLAGS) \
99
1010 AM_CFLAGS = $(WARN_CFLAGS)
1111
12 gnome_menu_spec_test_SOURCES = \
12 cinnamon_menu_spec_test_SOURCES = \
1313 test-menu-spec.c
1414
15 gnome_menu_spec_test_LDADD = \
15 cinnamon_menu_spec_test_LDADD = \
1616 $(GIO_UNIX_LIBS) \
17 ../libmenu/libgnome-menu-3.la
17 ../libmenu/libcinnamon-menu-3.la
1818
19 EXTRA_DIST = gnome-menus-ls.js
19 EXTRA_DIST = cinnamon-menus-ls.js
2020
2121 -include $(top_srcdir)/git.mk
0 # Makefile.in generated by automake 1.13.1 from Makefile.am.
0 # Makefile.in generated by automake 1.13.3 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
1414 @SET_MAKE@
1515
1616 VPATH = @srcdir@
17 am__make_dryrun = \
18 { \
19 am__dry=no; \
17 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18 am__make_running_with_option = \
19 case $${target_option-} in \
20 ?) ;; \
21 *) echo "am__make_running_with_option: internal error: invalid" \
22 "target option '$${target_option-}' specified" >&2; \
23 exit 1;; \
24 esac; \
25 has_opt=no; \
26 sane_makeflags=$$MAKEFLAGS; \
27 if $(am__is_gnu_make); then \
28 sane_makeflags=$$MFLAGS; \
29 else \
2030 case $$MAKEFLAGS in \
2131 *\\[\ \ ]*) \
22 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
23 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24 *) \
25 for am__flg in $$MAKEFLAGS; do \
26 case $$am__flg in \
27 *=*|--*) ;; \
28 *n*) am__dry=yes; break;; \
29 esac; \
30 done;; \
32 bs=\\; \
33 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
34 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
3135 esac; \
32 test $$am__dry = yes; \
33 }
36 fi; \
37 skip_next=no; \
38 strip_trailopt () \
39 { \
40 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
41 }; \
42 for flg in $$sane_makeflags; do \
43 test $$skip_next = yes && { skip_next=no; continue; }; \
44 case $$flg in \
45 *=*|--*) continue;; \
46 -*I) strip_trailopt 'I'; skip_next=yes;; \
47 -*I?*) strip_trailopt 'I';; \
48 -*O) strip_trailopt 'O'; skip_next=yes;; \
49 -*O?*) strip_trailopt 'O';; \
50 -*l) strip_trailopt 'l'; skip_next=yes;; \
51 -*l?*) strip_trailopt 'l';; \
52 -[dEDm]) skip_next=yes;; \
53 -[JT]) skip_next=yes;; \
54 esac; \
55 case $$flg in \
56 *$$target_option*) has_opt=yes; break;; \
57 esac; \
58 done; \
59 test $$has_opt = yes
60 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
3462 pkgdatadir = $(datadir)/@PACKAGE@
3563 pkgincludedir = $(includedir)/@PACKAGE@
3664 pkglibdir = $(libdir)/@PACKAGE@
4977 POST_UNINSTALL = :
5078 build_triplet = @build@
5179 host_triplet = @host@
52 noinst_PROGRAMS = gnome-menu-spec-test$(EXEEXT)
80 noinst_PROGRAMS = cinnamon-menu-spec-test$(EXEEXT)
5381 subdir = util
5482 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
5583 $(top_srcdir)/depcomp
6593 CONFIG_CLEAN_FILES =
6694 CONFIG_CLEAN_VPATH_FILES =
6795 PROGRAMS = $(noinst_PROGRAMS)
68 am_gnome_menu_spec_test_OBJECTS = test-menu-spec.$(OBJEXT)
69 gnome_menu_spec_test_OBJECTS = $(am_gnome_menu_spec_test_OBJECTS)
96 am_cinnamon_menu_spec_test_OBJECTS = test-menu-spec.$(OBJEXT)
97 cinnamon_menu_spec_test_OBJECTS = \
98 $(am_cinnamon_menu_spec_test_OBJECTS)
7099 am__DEPENDENCIES_1 =
71 gnome_menu_spec_test_DEPENDENCIES = $(am__DEPENDENCIES_1) \
72 ../libmenu/libgnome-menu-3.la
100 cinnamon_menu_spec_test_DEPENDENCIES = $(am__DEPENDENCIES_1) \
101 ../libmenu/libcinnamon-menu-3.la
73102 AM_V_lt = $(am__v_lt_@AM_V@)
74103 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
75104 am__v_lt_0 = --silent
108137 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
109138 am__v_CCLD_0 = @echo " CCLD " $@;
110139 am__v_CCLD_1 =
111 SOURCES = $(gnome_menu_spec_test_SOURCES)
112 DIST_SOURCES = $(gnome_menu_spec_test_SOURCES)
140 SOURCES = $(cinnamon_menu_spec_test_SOURCES)
141 DIST_SOURCES = $(cinnamon_menu_spec_test_SOURCES)
113142 am__can_run_installinfo = \
114143 case $$AM_UPDATE_INFO_DIR in \
115144 n|no|NO) false;; \
307336 $(DEBUG_CFLAGS)
308337
309338 AM_CFLAGS = $(WARN_CFLAGS)
310 gnome_menu_spec_test_SOURCES = \
339 cinnamon_menu_spec_test_SOURCES = \
311340 test-menu-spec.c
312341
313 gnome_menu_spec_test_LDADD = \
342 cinnamon_menu_spec_test_LDADD = \
314343 $(GIO_UNIX_LIBS) \
315 ../libmenu/libgnome-menu-3.la
316
317 EXTRA_DIST = gnome-menus-ls.js
344 ../libmenu/libcinnamon-menu-3.la
345
346 EXTRA_DIST = cinnamon-menus-ls.js
318347 all: all-am
319348
320349 .SUFFIXES:
358387 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
359388 echo " rm -f" $$list; \
360389 rm -f $$list
361 gnome-menu-spec-test$(EXEEXT): $(gnome_menu_spec_test_OBJECTS) $(gnome_menu_spec_test_DEPENDENCIES) $(EXTRA_gnome_menu_spec_test_DEPENDENCIES)
362 @rm -f gnome-menu-spec-test$(EXEEXT)
363 $(AM_V_CCLD)$(LINK) $(gnome_menu_spec_test_OBJECTS) $(gnome_menu_spec_test_LDADD) $(LIBS)
390
391 cinnamon-menu-spec-test$(EXEEXT): $(cinnamon_menu_spec_test_OBJECTS) $(cinnamon_menu_spec_test_DEPENDENCIES) $(EXTRA_cinnamon_menu_spec_test_DEPENDENCIES)
392 @rm -f cinnamon-menu-spec-test$(EXEEXT)
393 $(AM_V_CCLD)$(LINK) $(cinnamon_menu_spec_test_OBJECTS) $(cinnamon_menu_spec_test_LDADD) $(LIBS)
364394
365395 mostlyclean-compile:
366396 -rm -f *.$(OBJEXT)
0 #!/usr/bin/env gjs
1 // Copyright (C) 2011 Red Hat, Inc.
2 //
3 // Authors: Colin Walters <walters@verbum.org>
4 //
5 // This program is free software; you can redistribute it and/or modify
6 // it under the terms of the GNU General Public License as published by
7 // the Free Software Foundation; either version 2 of the License, or
8 // (at your option) any later version.
9 //
10 // This program is distributed in the hope that it will be useful,
11 // but WITHOUT ANY WARRANTY; without even the implied warranty of
12 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 // GNU General Public License for more details.
14 //
15 // You should have received a copy of the GNU General Public License
16 // along with this program; if not, write to the Free Software
17 // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18 //
19
20
21 var GMenu = imports.gi.GMenu;
22
23 var tree = new GMenu.Tree({ menu_basename: "applications.menu", flags: 0 });
24
25 tree.load_sync();
26
27 var root = tree.get_root_directory();
28
29 function printDirectory(dir, parent_path) {
30 var path;
31 if (parent_path == null) {
32 path = '/';
33 } else {
34 path = parent_path + dir.get_name() + "/";
35 }
36
37 var iter;
38 iter = dir.iter();
39 var nextType = iter.next();
40 while (nextType != GMenu.TreeItemType.INVALID) {
41 if (nextType == GMenu.TreeItemType.ENTRY) {
42 var entry = iter.get_entry();
43 print(path + "\t" + entry.get_app_info().get_name() + "\t" + entry.get_desktop_file_path());
44 } else if (nextType == GMenu.TreeItemType.DIRECTORY) {
45 printDirectory(iter.get_directory(), path);
46 }
47 nextType = iter.next();
48 }
49 }
50
51 printDirectory(root);
+0
-52
util/gnome-menus-ls.js less more
0 #!/usr/bin/env gjs
1 // Copyright (C) 2011 Red Hat, Inc.
2 //
3 // Authors: Colin Walters <walters@verbum.org>
4 //
5 // This program is free software; you can redistribute it and/or modify
6 // it under the terms of the GNU General Public License as published by
7 // the Free Software Foundation; either version 2 of the License, or
8 // (at your option) any later version.
9 //
10 // This program is distributed in the hope that it will be useful,
11 // but WITHOUT ANY WARRANTY; without even the implied warranty of
12 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 // GNU General Public License for more details.
14 //
15 // You should have received a copy of the GNU General Public License
16 // along with this program; if not, write to the Free Software
17 // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18 //
19
20
21 var GMenu = imports.gi.GMenu;
22
23 var tree = new GMenu.Tree({ menu_basename: "applications.menu", flags: 0 });
24
25 tree.load_sync();
26
27 var root = tree.get_root_directory();
28
29 function printDirectory(dir, parent_path) {
30 var path;
31 if (parent_path == null) {
32 path = '/';
33 } else {
34 path = parent_path + dir.get_name() + "/";
35 }
36
37 var iter;
38 iter = dir.iter();
39 var nextType = iter.next();
40 while (nextType != GMenu.TreeItemType.INVALID) {
41 if (nextType == GMenu.TreeItemType.ENTRY) {
42 var entry = iter.get_entry();
43 print(path + "\t" + entry.get_app_info().get_name() + "\t" + entry.get_desktop_file_path());
44 } else if (nextType == GMenu.TreeItemType.DIRECTORY) {
45 printDirectory(iter.get_directory(), path);
46 }
47 nextType = iter.next();
48 }
49 }
50
51 printDirectory(root);
0 #
1 # No modifications of this Makefile should be necessary.
2 #
3 # To use this template:
4 # 1) Define: figdir, docname, lang, omffile, and entities in
5 # your Makefile.am file for each document directory,
6 # although figdir, omffile, and entities may be empty
7 # 2) Make sure the Makefile in (1) also includes
8 # "include $(top_srcdir)/xmldocs.make" and
9 # "dist-hook: app-dist-hook".
10 # 3) Optionally define 'entities' to hold xml entities which
11 # you would also like installed
12 # 4) Figures must go under $(figdir)/ and be in PNG format
13 # 5) You should only have one document per directory
14 # 6) Note that the figure directory, $(figdir)/, should not have its
15 # own Makefile since this Makefile installs those figures.
16 #
17 # example Makefile.am:
18 # figdir = figures
19 # docname = scrollkeeper-manual
20 # lang = C
21 # omffile=scrollkeeper-manual-C.omf
22 # entities = fdl.xml
23 # include $(top_srcdir)/xmldocs.make
24 # dist-hook: app-dist-hook
25 #
26 # About this file:
27 # This file was taken from scrollkeeper_example2, a package illustrating
28 # how to install documentation and OMF files for use with ScrollKeeper
29 # 0.3.x and 0.4.x. For more information, see:
30 # http://scrollkeeper.sourceforge.net/
31 # Version: 0.1.2 (last updated: March 20, 2002)
32 #
33
34
35 # ********** Begin of section some packagers may need to modify **********
36 # This variable (docdir) specifies where the documents should be installed.
37 # This default value should work for most packages.
38 docdir = $(datadir)/gnome/help/$(docname)/$(lang)
39
40 # ********** You should not have to edit below this line **********
41 xml_files = $(entities) $(docname).xml
42
43 EXTRA_DIST = $(xml_files) $(omffile)
44 CLEANFILES = omf_timestamp
45
46 include $(top_srcdir)/omf.make
47
48 all: omf
49
50 $(docname).xml: $(entities)
51 -ourdir=`pwd`; \
52 cd $(srcdir); \
53 cp $(entities) $$ourdir
54
55 app-dist-hook:
56 if test "$(figdir)"; then \
57 $(mkinstalldirs) $(distdir)/$(figdir); \
58 for file in $(srcdir)/$(figdir)/*.png; do \
59 basefile=`echo $$file | sed -e 's,^.*/,,'`; \
60 $(INSTALL_DATA) $$file $(distdir)/$(figdir)/$$basefile; \
61 done \
62 fi
63
64 install-data-local: omf
65 $(mkinstalldirs) $(DESTDIR)$(docdir)
66 for file in $(xml_files); do \
67 cp $(srcdir)/$$file $(DESTDIR)$(docdir); \
68 done
69 if test "$(figdir)"; then \
70 $(mkinstalldirs) $(DESTDIR)$(docdir)/$(figdir); \
71 for file in $(srcdir)/$(figdir)/*.png; do \
72 basefile=`echo $$file | sed -e 's,^.*/,,'`; \
73 $(INSTALL_DATA) $$file $(DESTDIR)$(docdir)/$(figdir)/$$basefile; \
74 done \
75 fi
76
77 install-data-hook: install-data-hook-omf
78
79 uninstall-local: uninstall-local-doc uninstall-local-omf
80
81 uninstall-local-doc:
82 -if test "$(figdir)"; then \
83 for file in $(srcdir)/$(figdir)/*.png; do \
84 basefile=`echo $$file | sed -e 's,^.*/,,'`; \
85 rm -f $(DESTDIR)$(docdir)/$(figdir)/$$basefile; \
86 done; \
87 rmdir $(DESTDIR)$(docdir)/$(figdir); \
88 fi
89 -for file in $(xml_files); do \
90 rm -f $(DESTDIR)$(docdir)/$$file; \
91 done
92 -rmdir $(DESTDIR)$(docdir)
93
94 clean-local: clean-local-doc clean-local-omf
95
96 # for non-srcdir builds, remove the copied entities.
97 clean-local-doc:
98 if test $(srcdir) != .; then \
99 rm -f $(entities); \
100 fi