Codebase list gnome-menus / debian/2.18.3-1
* New upstream stable release; no API change. - Update autotools patch, 70_reautogen. Loïc Minier 16 years ago
2 changed file(s) with 527 addition(s) and 502 deletion(s). Raw diff Collapse all Expand all
0 gnome-menus (2.18.3-1) unstable; urgency=low
1
2 * New upstream stable release; no API change.
3 - Update autotools patch, 70_reautogen.
4
5 -- Loic Minier <lool@dooz.org> Tue, 03 Jul 2007 19:58:18 +0200
6
07 gnome-menus (2.18.2-1) unstable; urgency=low
18
29 * New upstream stable release; no API change.
55 automake-1.9
66 rm -rf autom4te.cache
77
8 diff -Nur gnome-menus-2.18.2/aclocal.m4 gnome-menus-2.18.2.new/aclocal.m4
9 --- gnome-menus-2.18.2/aclocal.m4 2007-05-28 13:51:12.000000000 +0200
10 +++ gnome-menus-2.18.2.new/aclocal.m4 2007-05-28 15:39:53.000000000 +0200
8 diff -Nur gnome-menus-2.18.3/aclocal.m4 gnome-menus-2.18.3.new/aclocal.m4
9 --- gnome-menus-2.18.3/aclocal.m4 2007-07-02 19:17:14.000000000 +0200
10 +++ gnome-menus-2.18.3.new/aclocal.m4 2007-07-03 19:57:07.000000000 +0200
1111 @@ -11,5784 +11,4698 @@
1212 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
1313 # PARTICULAR PURPOSE.
1019810198 +
1019910199 +# Transform the output of nm in a C name address pair
1020010200 +global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
10201 +
10201
10202 -# Sed that helps us avoid accidentally triggering echo(1) options like -n.
10203 -Xsed="$SED -e 1s/^X//"
1020210204 +# This is the shared library runtime path variable.
1020310205 +runpath_var=$runpath_var
10204
10205 -# Sed that helps us avoid accidentally triggering echo(1) options like -n.
10206 -Xsed="$SED -e 1s/^X//"
10207 +# This is the shared library path variable.
10208 +shlibpath_var=$shlibpath_var
1020910206
1021010207 -# The HP-UX ksh and POSIX shell print the target directory to stdout
1021110208 -# if CDPATH is set.
1021210209 -(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
10210 +# This is the shared library path variable.
10211 +shlibpath_var=$shlibpath_var
10212
10213 -# The names of the tagged configurations supported by this script.
10214 -available_tags=
1021310215 +# Is shlibpath searched before the hard-coded library search path?
1021410216 +shlibpath_overrides_runpath=$shlibpath_overrides_runpath
1021510217
10216 -# The names of the tagged configurations supported by this script.
10217 -available_tags=
10218 -# ### BEGIN LIBTOOL CONFIG],
10219 -[# ### BEGIN LIBTOOL TAG CONFIG: $tagname])
1021810220 +# How to hardcode a shared library path into an executable.
1021910221 +hardcode_action=$_LT_AC_TAGVAR(hardcode_action, $1)
1022010222
10221 -# ### BEGIN LIBTOOL CONFIG],
10222 -[# ### BEGIN LIBTOOL TAG CONFIG: $tagname])
10223 -# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1022310224 +# Whether we should hardcode library paths into libraries.
1022410225 +hardcode_into_libs=$hardcode_into_libs
1022510226
10226 -# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
10227 -# Shell to use when invoking shell scripts.
10228 -SHELL=$lt_SHELL
1022710229 +# Flag to hardcode \$libdir into a binary during linking.
1022810230 +# This must work even if \$libdir does not exist.
1022910231 +hardcode_libdir_flag_spec=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)
1023010232
10231 -# Shell to use when invoking shell scripts.
10232 -SHELL=$lt_SHELL
10233 -# Whether or not to build shared libraries.
10234 -build_libtool_libs=$enable_shared
1023310235 +# If ld is used when linking, flag to hardcode \$libdir into
1023410236 +# a binary during linking. This must work even if \$libdir does
1023510237 +# not exist.
1023610238 +hardcode_libdir_flag_spec_ld=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)
1023710239
10238 -# Whether or not to build shared libraries.
10239 -build_libtool_libs=$enable_shared
10240 -# Whether or not to build static libraries.
10241 -build_old_libs=$enable_static
1024010242 +# Whether we need a single -rpath flag with a separated argument.
1024110243 +hardcode_libdir_separator=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_separator, $1)
1024210244
10243 -# Whether or not to build static libraries.
10244 -build_old_libs=$enable_static
10245 -# Whether or not to add -lc for building shared libraries.
10246 -build_libtool_need_lc=$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)
1024510247 +# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
1024610248 +# resulting binary.
1024710249 +hardcode_direct=$_LT_AC_TAGVAR(hardcode_direct, $1)
1024810250
10249 -# Whether or not to add -lc for building shared libraries.
10250 -build_libtool_need_lc=$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)
10251 -# Whether or not to disallow shared libs when runtime libs are static
10252 -allow_libtool_libs_with_static_runtimes=$_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)
1025110253 +# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
1025210254 +# resulting binary.
1025310255 +hardcode_minus_L=$_LT_AC_TAGVAR(hardcode_minus_L, $1)
1025410256
10255 -# Whether or not to disallow shared libs when runtime libs are static
10256 -allow_libtool_libs_with_static_runtimes=$_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)
10257 -# Whether or not to optimize for fast installation.
10258 -fast_install=$enable_fast_install
1025710259 +# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
1025810260 +# the resulting binary.
1025910261 +hardcode_shlibpath_var=$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)
10260
10261 -# Whether or not to optimize for fast installation.
10262 -fast_install=$enable_fast_install
10263 +# Set to yes if building a shared library automatically hardcodes DIR into the library
10264 +# and all subsequent libraries and executables linked against it.
10265 +hardcode_automatic=$_LT_AC_TAGVAR(hardcode_automatic, $1)
1026610262
1026710263 -# The host system.
1026810264 -host_alias=$host_alias
1026910265 -host=$host
1027010266 -host_os=$host_os
10271 +# Variables whose values should be saved in libtool wrapper scripts and
10272 +# restored at relink time.
10273 +variables_saved_for_relink="$variables_saved_for_relink"
10267 +# Set to yes if building a shared library automatically hardcodes DIR into the library
10268 +# and all subsequent libraries and executables linked against it.
10269 +hardcode_automatic=$_LT_AC_TAGVAR(hardcode_automatic, $1)
1027410270
1027510271 -# The build system.
1027610272 -build_alias=$build_alias
1027710273 -build=$build
1027810274 -build_os=$build_os
10275 +# Variables whose values should be saved in libtool wrapper scripts and
10276 +# restored at relink time.
10277 +variables_saved_for_relink="$variables_saved_for_relink"
10278
10279 -# An echo program that does not interpret backslashes.
10280 -echo=$lt_echo
1027910281 +# Whether libtool must link a program against all its dependency libraries.
1028010282 +link_all_deplibs=$_LT_AC_TAGVAR(link_all_deplibs, $1)
10281
10282 -# An echo program that does not interpret backslashes.
10283 -echo=$lt_echo
10284 +# Compile-time system search path for libraries
10285 +sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
1028610283
1028710284 -# The archiver.
1028810285 -AR=$lt_AR
1028910286 -AR_FLAGS=$lt_AR_FLAGS
10287 +# Compile-time system search path for libraries
10288 +sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
10289
10290 -# A C compiler.
10291 -LTCC=$lt_LTCC
1029010292 +# Run-time system search path for libraries
1029110293 +sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
1029210294
10293 -# A C compiler.
10294 -LTCC=$lt_LTCC
10295 -# LTCC compiler flags.
10296 -LTCFLAGS=$lt_LTCFLAGS
1029510297 +# Fix the shell variable \$srcfile for the compiler.
1029610298 +fix_srcfile_path="$_LT_AC_TAGVAR(fix_srcfile_path, $1)"
1029710299
10298 -# LTCC compiler flags.
10299 -LTCFLAGS=$lt_LTCFLAGS
10300 -# A language-specific compiler.
10301 -CC=$lt_[]_LT_AC_TAGVAR(compiler, $1)
1030010302 +# Set to yes if exported symbols are required.
1030110303 +always_export_symbols=$_LT_AC_TAGVAR(always_export_symbols, $1)
1030210304
10303 -# A language-specific compiler.
10304 -CC=$lt_[]_LT_AC_TAGVAR(compiler, $1)
10305 -# Is the compiler the GNU C compiler?
10306 -with_gcc=$_LT_AC_TAGVAR(GCC, $1)
1030510307 +# The commands to list exported symbols.
1030610308 +export_symbols_cmds=$lt_[]_LT_AC_TAGVAR(export_symbols_cmds, $1)
1030710309
10308 -# Is the compiler the GNU C compiler?
10309 -with_gcc=$_LT_AC_TAGVAR(GCC, $1)
10310 -# An ERE matcher.
10311 -EGREP=$lt_EGREP
1031010312 +# The commands to extract the exported symbol list from a shared archive.
1031110313 +extract_expsyms_cmds=$lt_extract_expsyms_cmds
1031210314
10313 -# An ERE matcher.
10314 -EGREP=$lt_EGREP
10315 -# The linker used to build libraries.
10316 -LD=$lt_[]_LT_AC_TAGVAR(LD, $1)
1031510317 +# Symbols that should not be listed in the preloaded symbols.
1031610318 +exclude_expsyms=$lt_[]_LT_AC_TAGVAR(exclude_expsyms, $1)
1031710319
10318 -# The linker used to build libraries.
10319 -LD=$lt_[]_LT_AC_TAGVAR(LD, $1)
10320 -# Whether we need hard or soft links.
10321 -LN_S=$lt_LN_S
1032010322 +# Symbols that must always be exported.
1032110323 +include_expsyms=$lt_[]_LT_AC_TAGVAR(include_expsyms, $1)
1032210324
10323 -# Whether we need hard or soft links.
10324 -LN_S=$lt_LN_S
10325 -# A BSD-compatible nm program.
10326 -NM=$lt_NM
1032510327 +ifelse([$1],[],
1032610328 +[# ### END LIBTOOL CONFIG],
1032710329 +[# ### END LIBTOOL TAG CONFIG: $tagname])
1032810330
10329 -# A BSD-compatible nm program.
10330 -NM=$lt_NM
10331 +__EOF__
10332
1033310331 -# A symbol stripping program
1033410332 -STRIP=$lt_STRIP
10333 +__EOF__
10334
10335 -# Used to examine libraries when file_magic_cmd begins "file"
10336 -MAGIC_CMD=$MAGIC_CMD
1033510337 +ifelse([$1],[], [
1033610338 + case $host_os in
1033710339 + aix3*)
1033810340 + cat <<\EOF >> "$cfgfile"
1033910341
10340 -# Used to examine libraries when file_magic_cmd begins "file"
10341 -MAGIC_CMD=$MAGIC_CMD
10342 -# Used on cygwin: DLL creation program.
10343 -DLLTOOL="$DLLTOOL"
1034210344 +# AIX sometimes has problems with the GCC collect2 program. For some
1034310345 +# reason, if we set the COLLECT_NAMES environment variable, the problems
1034410346 +# vanish in a puff of smoke.
1035010352 + ;;
1035110353 + esac
1035210354
10353 -# Used on cygwin: DLL creation program.
10354 -DLLTOOL="$DLLTOOL"
10355 -# Used on cygwin: object dumper.
10356 -OBJDUMP="$OBJDUMP"
1035510357 + # We use sed instead of cat because bash on DJGPP gets confused if
1035610358 + # if finds mixed CR/LF and LF-only lines. Since sed operates in
1035710359 + # text mode, it properly converts lines to CR/LF. This bash problem
1035810360 + # is reportedly fixed, but why not run on old versions too?
1035910361 + sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1)
1036010362
10361 -# Used on cygwin: object dumper.
10362 -OBJDUMP="$OBJDUMP"
10363 -# Used on cygwin: assembler.
10364 -AS="$AS"
1036310365 + mv -f "$cfgfile" "$ofile" || \
1036410366 + (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
1036510367 + chmod +x "$ofile"
1037510377 +fi
1037610378 +])# AC_LIBTOOL_CONFIG
1037710379
10378 -# Used on cygwin: assembler.
10379 -AS="$AS"
10380
1038110380 -# The name of the directory that contains temporary libtool files.
1038210381 -objdir=$objdir
10382
10383 -# How to create reloadable object files.
10384 -reload_flag=$lt_reload_flag
10385 -reload_cmds=$lt_reload_cmds
1038310386 +# AC_LIBTOOL_PROG_COMPILER_NO_RTTI([TAGNAME])
1038410387 +# -------------------------------------------
1038510388 +AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI],
1038610389 +[AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
1038710390
10388 -# How to create reloadable object files.
10389 -reload_flag=$lt_reload_flag
10390 -reload_cmds=$lt_reload_cmds
10391 +_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
10392
1039310391 -# How to pass a linker flag through the compiler.
1039410392 -wl=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
10393 +_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
10394
10395 -# Object file suffix (normally "o").
10396 -objext="$ac_objext"
1039510397 +if test "$GCC" = yes; then
1039610398 + _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
1039710399
10398 -# Object file suffix (normally "o").
10399 -objext="$ac_objext"
10400 -# Old archive suffix (normally "a").
10401 -libext="$libext"
1040010402 + AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions],
1040110403 + lt_cv_prog_compiler_rtti_exceptions,
1040210404 + [-fno-rtti -fno-exceptions], [],
1040410406 +fi
1040510407 +])# AC_LIBTOOL_PROG_COMPILER_NO_RTTI
1040610408
10407 -# Old archive suffix (normally "a").
10408 -libext="$libext"
10409
1041010409 -# Shared library suffix (normally ".so").
1041110410 -shrext_cmds='$shrext_cmds'
10411
10412 -# Executable file suffix (normally "").
10413 -exeext="$exeext"
1041210414 +# AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
1041310415 +# ---------------------------------
1041410416 +AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE],
1042210424 +# These are sane defaults that work on at least a few old systems.
1042310425 +# [They come from Ultrix. What could be older than Ultrix?!! ;)]
1042410426
10425 -# Executable file suffix (normally "").
10426 -exeext="$exeext"
10427 -# Additional compiler flags for building library objects.
10428 -pic_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
10429 -pic_mode=$pic_mode
1042710430 +# Character class describing NM global symbol codes.
1042810431 +symcode='[[BCDEGRST]]'
1042910432 +
1048910492 + ;;
1049010493 +esac
1049110494
10492 -# Additional compiler flags for building library objects.
10493 -pic_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
10494 -pic_mode=$pic_mode
10495 -# What is the maximum length of a command?
10496 -max_cmd_len=$lt_cv_sys_max_cmd_len
1049510497 +# If we're using GNU nm, then use its standard symbol codes.
1049610498 +case `$NM -V 2>&1` in
1049710499 +*GNU* | *'with BFD'*)
1049810500 + symcode='[[ABCDGIRSTW]]' ;;
1049910501 +esac
1050010502
10501 -# What is the maximum length of a command?
10502 -max_cmd_len=$lt_cv_sys_max_cmd_len
10503 -# Does compiler simultaneously support -c and -o options?
10504 -compiler_c_o=$lt_[]_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)
1050310505 +# Try without a prefix undercore, then with it.
1050410506 +for ac_symprfx in "" "_"; do
1050510507
10506 -# Does compiler simultaneously support -c and -o options?
10507 -compiler_c_o=$lt_[]_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)
10508 -# Must we lock files when doing compilation?
10509 -need_locks=$lt_need_locks
1050810510 + # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
1050910511 + symxfrm="\\1 $ac_symprfx\\2 \\2"
1051010512
10511 -# Must we lock files when doing compilation?
10512 -need_locks=$lt_need_locks
10513 -# Do we need the lib prefix for modules?
10514 -need_lib_prefix=$need_lib_prefix
1051310515 + # Write the raw and C identifiers.
1051410516 + lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
1051510517
10516 -# Do we need the lib prefix for modules?
10517 -need_lib_prefix=$need_lib_prefix
10518 -# Do we need a version for libraries?
10519 -need_version=$need_version
1051810520 + # Check to see that the pipe works correctly.
1051910521 + pipe_works=no
1052010522
10521 -# Do we need a version for libraries?
10522 -need_version=$need_version
10523 -# Whether dlopen is supported.
10524 -dlopen_support=$enable_dlopen
1052310525 + rm -f conftest*
1052410526 + cat > conftest.$ac_ext <<EOF
1052510527 +#ifdef __cplusplus
1053310535 +int main(){nm_test_var='a';nm_test_func();return(0);}
1053410536 +EOF
1053510537
10536 -# Whether dlopen is supported.
10537 -dlopen_support=$enable_dlopen
10538 -# Whether dlopen of programs is supported.
10539 -dlopen_self=$enable_dlopen_self
1053810540 + if AC_TRY_EVAL(ac_compile); then
1053910541 + # Now try to grab the symbols.
1054010542 + nlist=conftest.nm
1054610548 + rm -f "$nlist"T
1054710549 + fi
1054810550
10549 -# Whether dlopen of programs is supported.
10550 -dlopen_self=$enable_dlopen_self
10551 -# Whether dlopen of statically linked programs is supported.
10552 -dlopen_self_static=$enable_dlopen_self_static
1055110553 + # Make sure that we snagged all the symbols we need.
1055210554 + if grep ' nm_test_var$' "$nlist" >/dev/null; then
1055310555 + if grep ' nm_test_func$' "$nlist" >/dev/null; then
1055610558 +extern "C" {
1055710559 +#endif
1055810560
10559 -# Whether dlopen of statically linked programs is supported.
10560 -dlopen_self_static=$enable_dlopen_self_static
10561 -# Compiler flag to prevent dynamic linking.
10562 -link_static_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_static, $1)
1056110563 +EOF
1056210564 + # Now generate the symbol file.
1056310565 + eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext'
1056410566
10565 -# Compiler flag to prevent dynamic linking.
10566 -link_static_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_static, $1)
10567 -# Compiler flag to turn off builtin functions.
10568 -no_builtin_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)
1056710569 + cat <<EOF >> conftest.$ac_ext
1056810570 +#if defined (__STDC__) && __STDC__
1056910571 +# define lt_ptr_t void *
1057210574 +# define const
1057310575 +#endif
1057410576
10575 -# Compiler flag to turn off builtin functions.
10576 -no_builtin_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)
10577 -# Compiler flag to allow reflexive dlopens.
10578 -export_dynamic_flag_spec=$lt_[]_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)
1057710579 +/* The mapping between symbol names and symbols. */
1057810580 +const struct {
1057910581 + const char *name;
1058710589 + {0, (lt_ptr_t) 0}
1058810590 +};
1058910591
10590 -# Compiler flag to allow reflexive dlopens.
10591 -export_dynamic_flag_spec=$lt_[]_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)
10592 -# Compiler flag to generate shared objects directly from archives.
10593 -whole_archive_flag_spec=$lt_[]_LT_AC_TAGVAR(whole_archive_flag_spec, $1)
1059210594 +#ifdef __cplusplus
1059310595 +}
1059410596 +#endif
1061910621 + fi
1062010622 + rm -f conftest* conftst*
1062110623
10622 -# Compiler flag to generate shared objects directly from archives.
10623 -whole_archive_flag_spec=$lt_[]_LT_AC_TAGVAR(whole_archive_flag_spec, $1)
10624 -# Compiler flag to generate thread-safe objects.
10625 -thread_safe_flag_spec=$lt_[]_LT_AC_TAGVAR(thread_safe_flag_spec, $1)
1062410626 + # Do not use the global_symbol_pipe unless it works.
1062510627 + if test "$pipe_works" = yes; then
1062610628 + break
1063910641 +fi
1064010642 +]) # AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
1064110643
10642 -# Compiler flag to generate thread-safe objects.
10643 -thread_safe_flag_spec=$lt_[]_LT_AC_TAGVAR(thread_safe_flag_spec, $1)
10644
1064510644 -# Library versioning type.
1064610645 -version_type=$version_type
10646
10647 -# Format of library name prefix.
10648 -libname_spec=$lt_libname_spec
1064710649 +# AC_LIBTOOL_PROG_COMPILER_PIC([TAGNAME])
1064810650 +# ---------------------------------------
1064910651 +AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC],
1065110653 +_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
1065210654 +_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=
1065310655
10654 -# Format of library name prefix.
10655 -libname_spec=$lt_libname_spec
10656 -# List of archive names. First name is the real one, the rest are links.
10657 -# The last name is the one that the linker finds with -lNAME.
10658 -library_names_spec=$lt_library_names_spec
1065610659 +AC_MSG_CHECKING([for $compiler option to produce PIC])
1065710660 + ifelse([$1],[CXX],[
1065810661 + # C++ specific cases for pic, static, wl, etc.
1066010663 + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
1066110664 + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
1066210665
10663 -# List of archive names. First name is the real one, the rest are links.
10664 -# The last name is the one that the linker finds with -lNAME.
10665 -library_names_spec=$lt_library_names_spec
10666 -# The coded name of the library, if different from the real name.
10667 -soname_spec=$lt_soname_spec
1066610668 + case $host_os in
1066710669 + aix*)
1066810670 + # All AIX code is PIC.
1093410936 + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
1093510937 + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
1093610938
10937 -# The coded name of the library, if different from the real name.
10938 -soname_spec=$lt_soname_spec
10939 -# Commands used to build and install an old-style archive.
10940 -RANLIB=$lt_RANLIB
10941 -old_archive_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_cmds, $1)
10942 -old_postinstall_cmds=$lt_old_postinstall_cmds
10943 -old_postuninstall_cmds=$lt_old_postuninstall_cmds
1093910944 + case $host_os in
1094010945 + aix*)
1094110946 + # All AIX code is PIC.
1094510950 + fi
1094610951 + ;;
1094710952
10948 -# Commands used to build and install an old-style archive.
10949 -RANLIB=$lt_RANLIB
10950 -old_archive_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_cmds, $1)
10951 -old_postinstall_cmds=$lt_old_postinstall_cmds
10952 -old_postuninstall_cmds=$lt_old_postuninstall_cmds
10953 -# Create an old-style archive from a shared archive.
10954 -old_archive_from_new_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_new_cmds, $1)
1095310955 + amigaos*)
1095410956 + # FIXME: we need at least 68020 code to build shared libraries, but
1095510957 + # adding the `-m68020' flag to GCC prevents building anything better,
1095710959 + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
1095810960 + ;;
1095910961
10960 -# Create an old-style archive from a shared archive.
10961 -old_archive_from_new_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_new_cmds, $1)
10962 -# Create a temporary old-style archive to link instead of a shared archive.
10963 -old_archive_from_expsyms_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)
1096210964 + beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
1096310965 + # PIC is the default for these OSes.
1096410966 + ;;
1096510967
10966 -# Create a temporary old-style archive to link instead of a shared archive.
10967 -old_archive_from_expsyms_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)
10968 -# Commands used to build and install a shared archive.
10969 -archive_cmds=$lt_[]_LT_AC_TAGVAR(archive_cmds, $1)
10970 -archive_expsym_cmds=$lt_[]_LT_AC_TAGVAR(archive_expsym_cmds, $1)
10971 -postinstall_cmds=$lt_postinstall_cmds
10972 -postuninstall_cmds=$lt_postuninstall_cmds
1096810973 + mingw* | pw32* | os2*)
1096910974 + # This hack is so that the source file can tell whether it is being
1097010975 + # built for inclusion in a dll (and should export symbols for example).
1097110976 + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
1097210977 + ;;
1097310978
10974 -# Commands used to build and install a shared archive.
10975 -archive_cmds=$lt_[]_LT_AC_TAGVAR(archive_cmds, $1)
10976 -archive_expsym_cmds=$lt_[]_LT_AC_TAGVAR(archive_expsym_cmds, $1)
10977 -postinstall_cmds=$lt_postinstall_cmds
10978 -postuninstall_cmds=$lt_postuninstall_cmds
10979 -# Commands used to build a loadable module (assumed same as above if empty)
10980 -module_cmds=$lt_[]_LT_AC_TAGVAR(module_cmds, $1)
10981 -module_expsym_cmds=$lt_[]_LT_AC_TAGVAR(module_expsym_cmds, $1)
1097910982 + darwin* | rhapsody*)
1098010983 + # PIC is the default on this platform
1098110984 + # Common symbols not allowed in MH_DYLIB files
1098210985 + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
1098310986 + ;;
1098410987
10985 -# Commands used to build a loadable module (assumed same as above if empty)
10986 -module_cmds=$lt_[]_LT_AC_TAGVAR(module_cmds, $1)
10987 -module_expsym_cmds=$lt_[]_LT_AC_TAGVAR(module_expsym_cmds, $1)
10988 -# Commands to strip libraries.
10989 -old_striplib=$lt_old_striplib
10990 -striplib=$lt_striplib
1098810991 + interix3*)
1098910992 + # Interix 3.x gcc -fpic/-fPIC options generate broken code.
1099010993 + # Instead, we relocate shared libraries at runtime.
1099110994 + ;;
1099210995
10993 -# Commands to strip libraries.
10994 -old_striplib=$lt_old_striplib
10995 -striplib=$lt_striplib
10996 -# Dependencies to place before the objects being linked to create a
10997 -# shared library.
10998 -predep_objects=$lt_[]_LT_AC_TAGVAR(predep_objects, $1)
1099610999 + msdosdjgpp*)
1099711000 + # Just because we use GCC doesn't mean we suddenly get shared libraries
1099811001 + # on systems that don't support them.
1100011003 + enable_shared=no
1100111004 + ;;
1100211005
11003 -# Dependencies to place before the objects being linked to create a
11006 -# Dependencies to place after the objects being linked to create a
1100411007 -# shared library.
11005 -predep_objects=$lt_[]_LT_AC_TAGVAR(predep_objects, $1)
11008 -postdep_objects=$lt_[]_LT_AC_TAGVAR(postdep_objects, $1)
1100611009 + sysv4*MP*)
1100711010 + if test -d /usr/nec; then
1100811011 + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
1100911012 + fi
1101011013 + ;;
1101111014
11012 -# Dependencies to place after the objects being linked to create a
11015 -# Dependencies to place before the objects being linked to create a
1101311016 -# shared library.
11014 -postdep_objects=$lt_[]_LT_AC_TAGVAR(postdep_objects, $1)
11017 -predeps=$lt_[]_LT_AC_TAGVAR(predeps, $1)
1101511018 + hpux*)
1101611019 + # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
1101711020 + # not for PA HP-UX.
1102511028 + esac
1102611029 + ;;
1102711030
11028 -# Dependencies to place before the objects being linked to create a
11031 -# Dependencies to place after the objects being linked to create a
1102911032 -# shared library.
11030 -predeps=$lt_[]_LT_AC_TAGVAR(predeps, $1)
11033 -postdeps=$lt_[]_LT_AC_TAGVAR(postdeps, $1)
1103111034 + *)
1103211035 + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
1103311036 + ;;
1105511058 + esac
1105611059 + ;;
1105711060
11058 -# Dependencies to place after the objects being linked to create a
11059 -# shared library.
11060 -postdeps=$lt_[]_LT_AC_TAGVAR(postdeps, $1)
11061 -# The library search path used internally by the compiler when linking
11062 -# a shared library.
11063 -compiler_lib_search_path=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1)
1106111064 + mingw* | pw32* | os2*)
1106211065 + # This hack is so that the source file can tell whether it is being
1106311066 + # built for inclusion in a dll (and should export symbols for example).
1106411067 + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
1106511068 + ;;
1106611069
11067 -# The library search path used internally by the compiler when linking
11068 -# a shared library.
11069 -compiler_lib_search_path=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1)
11070 -# Method to check whether dependent libraries are shared objects.
11071 -deplibs_check_method=$lt_deplibs_check_method
1107011072 + hpux9* | hpux10* | hpux11*)
1107111073 + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
1107211074 + # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
1108311085 + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
1108411086 + ;;
1108511087
11086 -# Method to check whether dependent libraries are shared objects.
11087 -deplibs_check_method=$lt_deplibs_check_method
11088 -# Command to use when deplibs_check_method == file_magic.
11089 -file_magic_cmd=$lt_file_magic_cmd
1108811090 + irix5* | irix6* | nonstopux*)
1108911091 + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
1109011092 + # PIC (with -KPIC) is the default.
1109111093 + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
1109211094 + ;;
1109311095
11094 -# Command to use when deplibs_check_method == file_magic.
11095 -file_magic_cmd=$lt_file_magic_cmd
11096 -# Flag that allows shared libraries with undefined symbols to be built.
11097 -allow_undefined_flag=$lt_[]_LT_AC_TAGVAR(allow_undefined_flag, $1)
1109611098 + newsos6)
1109711099 + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
1109811100 + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
1109911101 + ;;
1110011102
11101 -# Flag that allows shared libraries with undefined symbols to be built.
11102 -allow_undefined_flag=$lt_[]_LT_AC_TAGVAR(allow_undefined_flag, $1)
11103 -# Flag that forces no undefined symbols.
11104 -no_undefined_flag=$lt_[]_LT_AC_TAGVAR(no_undefined_flag, $1)
1110311105 + linux* | k*bsd*-gnu)
1110411106 + case $cc_basename in
1110511107 + icc* | ecc*)
1112211124 + esac
1112311125 + ;;
1112411126
11125 -# Flag that forces no undefined symbols.
11126 -no_undefined_flag=$lt_[]_LT_AC_TAGVAR(no_undefined_flag, $1)
11127 -# Commands used to finish a libtool library installation in a directory.
11128 -finish_cmds=$lt_finish_cmds
1112711129 + osf3* | osf4* | osf5*)
1112811130 + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
1112911131 + # All OSF/1 code is PIC.
1113011132 + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
1113111133 + ;;
1113211134
11133 -# Commands used to finish a libtool library installation in a directory.
11134 -finish_cmds=$lt_finish_cmds
11135 -# Same as above, but a single script fragment to be evaled but not shown.
11136 -finish_eval=$lt_finish_eval
1113511137 + solaris*)
1113611138 + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
1113711139 + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
1114311145 + esac
1114411146 + ;;
1114511147
11146 -# Same as above, but a single script fragment to be evaled but not shown.
11147 -finish_eval=$lt_finish_eval
11148 -# Take the output of nm and produce a listing of raw symbols and C names.
11149 -global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
1114811150 + sunos4*)
1114911151 + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
1115011152 + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
1115111153 + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
1115211154 + ;;
1115311155
11154 -# Take the output of nm and produce a listing of raw symbols and C names.
11155 -global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
11156 -# Transform the output of nm in a proper C declaration
11157 -global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
1115611158 + sysv4 | sysv4.2uw2* | sysv4.3*)
1115711159 + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
1115811160 + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
1115911161 + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
1116011162 + ;;
1116111163
11162 -# Transform the output of nm in a proper C declaration
11163 -global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
11164 -# Transform the output of nm in a C name address pair
11165 -global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
1116411166 + sysv4*MP*)
1116511167 + if test -d /usr/nec ;then
1116611168 + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic'
1116811170 + fi
1116911171 + ;;
1117011172
11171 -# Transform the output of nm in a C name address pair
11172 -global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
11173 -# This is the shared library runtime path variable.
11174 -runpath_var=$runpath_var
1117311175 + sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
1117411176 + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
1117511177 + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
1117611178 + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
1117711179 + ;;
1117811180
11179 -# This is the shared library runtime path variable.
11180 -runpath_var=$runpath_var
11181 -# This is the shared library path variable.
11182 -shlibpath_var=$shlibpath_var
1118111183 + unicos*)
1118211184 + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
1118311185 + _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
1118411186 + ;;
1118511187
11186 -# This is the shared library path variable.
11187 -shlibpath_var=$shlibpath_var
11188 -# Is shlibpath searched before the hard-coded library search path?
11189 -shlibpath_overrides_runpath=$shlibpath_overrides_runpath
1118811190 + uts4*)
1118911191 + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
1119011192 + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
1119111193 + ;;
1119211194
11193 -# Is shlibpath searched before the hard-coded library search path?
11194 -shlibpath_overrides_runpath=$shlibpath_overrides_runpath
11195 -# How to hardcode a shared library path into an executable.
11196 -hardcode_action=$_LT_AC_TAGVAR(hardcode_action, $1)
1119511197 + *)
1119611198 + _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
1119711199 + ;;
1120011202 +])
1120111203 +AC_MSG_RESULT([$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)])
1120211204
11203 -# How to hardcode a shared library path into an executable.
11204 -hardcode_action=$_LT_AC_TAGVAR(hardcode_action, $1)
11205 -# Whether we should hardcode library paths into libraries.
11206 -hardcode_into_libs=$hardcode_into_libs
1120511207 +#
1120611208 +# Check to make sure the PIC flag actually works.
1120711209 +#
1122611228 + ;;
1122711229 +esac
1122811230
11229 -# Whether we should hardcode library paths into libraries.
11230 -hardcode_into_libs=$hardcode_into_libs
11231 -# Flag to hardcode \$libdir into a binary during linking.
11232 -# This must work even if \$libdir does not exist.
11233 -hardcode_libdir_flag_spec=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)
1123111234 +#
1123211235 +# Check to make sure the static flag actually works.
1123311236 +#
1123911242 + [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=])
1124011243 +])
1124111244
11242 -# Flag to hardcode \$libdir into a binary during linking.
11243 -# This must work even if \$libdir does not exist.
11244 -hardcode_libdir_flag_spec=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)
11245
1124611245 -# If ld is used when linking, flag to hardcode \$libdir into
1124711246 -# a binary during linking. This must work even if \$libdir does
1124811247 -# not exist.
1124911248 -hardcode_libdir_flag_spec_ld=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)
11249
11250 -# Whether we need a single -rpath flag with a separated argument.
11251 -hardcode_libdir_separator=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_separator, $1)
1125011252 +# AC_LIBTOOL_PROG_LD_SHLIBS([TAGNAME])
1125111253 +# ------------------------------------
1125211254 +# See if the linker supports building shared libraries.
1133311335 + with_gnu_ld=no
1133411336 + ;;
1133511337 + esac
11336
11337 -# Whether we need a single -rpath flag with a separated argument.
11338 -hardcode_libdir_separator=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_separator, $1)
11338 +
1133911339 + _LT_AC_TAGVAR(ld_shlibs, $1)=yes
1134011340 + if test "$with_gnu_ld" = yes; then
1134111341 + # If archive_cmds runs LD, not CC, wlarc should be empty
1277712777 +# _LT_AC_TAGVAR(VARNAME, [TAGNAME])
1277812778 +# ---------------------------------
1277912779 +AC_DEFUN([_LT_AC_TAGVAR], [ifelse([$2], [], [$1], [$1_$2])])
12780 +
12781 +
12780
12781 - interix3*)
12782 - # Interix 3.x gcc -fpic/-fPIC options generate broken code.
12783 - # Instead, we relocate shared libraries at runtime.
12784 - ;;
12785
12786 - msdosdjgpp*)
12787 - # Just because we use GCC doesn't mean we suddenly get shared libraries
12788 - # on systems that don't support them.
12789 - _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
12790 - enable_shared=no
12791 - ;;
1278212792 +# old names
1278312793 +AC_DEFUN([AM_PROG_LIBTOOL], [AC_PROG_LIBTOOL])
1278412794 +AC_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
1292512935 +m4_ifvaln([$3], [else
1292612936 + $3])dnl
1292712937 +fi])
12928
12929 - interix3*)
12930 - # Interix 3.x gcc -fpic/-fPIC options generate broken code.
12931 - # Instead, we relocate shared libraries at runtime.
12932 - ;;
12933
12934 - msdosdjgpp*)
12935 - # Just because we use GCC doesn't mean we suddenly get shared libraries
12936 - # on systems that don't support them.
12937 - _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
12938 - enable_shared=no
12938 +
12939
12940 - sysv4*MP*)
12941 - if test -d /usr/nec; then
12942 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
12943 - fi
1293912944 - ;;
1294012945 +# _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES])
1294112946 +# ---------------------------------------------
1295312958 +fi[]dnl
1295412959 +])# _PKG_CONFIG
1295512960
12956 - sysv4*MP*)
12957 - if test -d /usr/nec; then
12958 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
12959 - fi
12960 - ;;
12961 +# _PKG_SHORT_ERRORS_SUPPORTED
12962 +# -----------------------------
12963 +AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED],
12964 +[AC_REQUIRE([PKG_PROG_PKG_CONFIG])
12965 +if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
12966 + _pkg_short_errors_supported=yes
12967 +else
12968 + _pkg_short_errors_supported=no
12969 +fi[]dnl
12970 +])# _PKG_SHORT_ERRORS_SUPPORTED
12971
1297212961 - hpux*)
1297312962 - # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
1297412963 - # not for PA HP-UX.
1298112970 - ;;
1298212971 - esac
1298312972 - ;;
12973 +# _PKG_SHORT_ERRORS_SUPPORTED
12974 +# -----------------------------
12975 +AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED],
12976 +[AC_REQUIRE([PKG_PROG_PKG_CONFIG])
12977 +if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
12978 + _pkg_short_errors_supported=yes
12979 +else
12980 + _pkg_short_errors_supported=no
12981 +fi[]dnl
12982 +])# _PKG_SHORT_ERRORS_SUPPORTED
1298412983
1298512984 - *)
1298612985 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
1300813007 - ;;
1300913008 - esac
1301013009 - ;;
13010
13011 - mingw* | pw32* | os2*)
13012 - # This hack is so that the source file can tell whether it is being
13013 - # built for inclusion in a dll (and should export symbols for example).
13014 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
13015 - ;;
1301113016 +# PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND],
1301213017 +# [ACTION-IF-NOT-FOUND])
1301313018 +#
1302213027 +[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
1302313028 +AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
1302413029 +AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
13025
13026 - mingw* | pw32* | os2*)
13027 - # This hack is so that the source file can tell whether it is being
13028 - # built for inclusion in a dll (and should export symbols for example).
13029 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
13030 - ;;
13031 +pkg_failed=no
13032 +AC_MSG_CHECKING([for $1])
1303313030
1303413031 - hpux9* | hpux10* | hpux11*)
1303513032 - _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
1304613043 - # Is there a better lt_prog_compiler_static that works with the bundled CC?
1304713044 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
1304813045 - ;;
13049 +_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
13050 +_PKG_CONFIG([$1][_LIBS], [libs], [$2])
13046 +pkg_failed=no
13047 +AC_MSG_CHECKING([for $1])
1305113048
1305213049 - irix5* | irix6* | nonstopux*)
1305313050 - _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
1305413051 - # PIC (with -KPIC) is the default.
1305513052 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
1305613053 - ;;
13057 +m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS
13058 +and $1[]_LIBS to avoid the need to call pkg-config.
13059 +See the pkg-config man page for more details.])
13054 +_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
13055 +_PKG_CONFIG([$1][_LIBS], [libs], [$2])
1306013056
1306113057 - newsos6)
1306213058 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
1306313059 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
1306413060 - ;;
13065 +if test $pkg_failed = yes; then
13066 + _PKG_SHORT_ERRORS_SUPPORTED
13067 + if test $_pkg_short_errors_supported = yes; then
13068 + $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$2"`
13069 + else
13070 + $1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
13071 + fi
13072 + # Put the nasty error message in config.log where it belongs
13073 + echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
13061 +m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS
13062 +and $1[]_LIBS to avoid the need to call pkg-config.
13063 +See the pkg-config man page for more details.])
1307413064
1307513065 - linux*)
1307613066 - case $cc_basename in
1309313083 - ;;
1309413084 - esac
1309513085 - ;;
13096 + ifelse([$4], , [AC_MSG_ERROR(dnl
13097 +[Package requirements ($2) were not met:
13086 +if test $pkg_failed = yes; then
13087 + _PKG_SHORT_ERRORS_SUPPORTED
13088 + if test $_pkg_short_errors_supported = yes; then
13089 + $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$2"`
13090 + else
13091 + $1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
13092 + fi
13093 + # Put the nasty error message in config.log where it belongs
13094 + echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
1309813095
1309913096 - osf3* | osf4* | osf5*)
1310013097 - _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
1310113098 - # All OSF/1 code is PIC.
1310213099 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
1310313100 - ;;
13104 +$$1_PKG_ERRORS
13101 + ifelse([$4], , [AC_MSG_ERROR(dnl
13102 +[Package requirements ($2) were not met:
1310513103
1310613104 - solaris*)
1310713105 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
1311313111 - _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';;
1311413112 - esac
1311513113 - ;;
13116 +Consider adjusting the PKG_CONFIG_PATH environment variable if you
13117 +installed software in a non-standard prefix.
13114 +$$1_PKG_ERRORS
1311813115
1311913116 - sunos4*)
1312013117 - _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
1312113118 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
13119 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
13120 - ;;
13121 +Consider adjusting the PKG_CONFIG_PATH environment variable if you
13122 +installed software in a non-standard prefix.
13123
13124 - sysv4 | sysv4.2uw2* | sysv4.3*)
13125 - _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
13126 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
1312213127 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
1312313128 - ;;
1312413129 +_PKG_TEXT
1313113136 +is in your PATH or set the PKG_CONFIG environment variable to the full
1313213137 +path to pkg-config.
1313313138
13134 - sysv4 | sysv4.2uw2* | sysv4.3*)
13135 - _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
13136 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
13137 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
13138 - ;;
13139 +_PKG_TEXT
13140
1314113139 - sysv4*MP*)
1314213140 - if test -d /usr/nec ;then
1314313141 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic'
1314413142 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
1314513143 - fi
1314613144 - ;;
13147 +To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.])],
13145 +_PKG_TEXT
13146
13147 - sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
13148 - _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
13149 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
13150 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
13151 - ;;
13152 +To get pkg-config, see <http://pkg-config.freedesktop.org/>.])],
1314813153 + [$4])
1314913154 +else
1315013155 + $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
1315413159 +fi[]dnl
1315513160 +])# PKG_CHECK_MODULES
1315613161
13157 - sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
13162 - unicos*)
1315813163 - _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
13159 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
13160 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
13164 - _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
1316113165 - ;;
1316213166 +# Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc.
1316313167 +#
1316513169 +# gives unlimited permission to copy and/or distribute it,
1316613170 +# with or without modifications, as long as this notice is preserved.
1316713171
13168 - unicos*)
13169 - _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
13170 - _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
13172 - uts4*)
13173 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
13174 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
1317113175 - ;;
1317213176 +# AM_AUTOMAKE_VERSION(VERSION)
1317313177 +# ----------------------------
1317413178 +# Automake X.Y traces this macro to ensure aclocal.m4 has been
1317513179 +# generated from the m4 files accompanying Automake X.Y.
1317613180 +AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"])
13177
13178 - uts4*)
13179 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
13180 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
13181 - ;;
13182 +# AM_SET_CURRENT_AUTOMAKE_VERSION
13183 +# -------------------------------
13184 +# Call AM_AUTOMAKE_VERSION so it can be traced.
13185 +# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
13186 +AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
13187 + [AM_AUTOMAKE_VERSION([1.9.6])])
1318813181
1318913182 - *)
1319013183 - _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
1319313186 - fi
1319413187 -])
1319513188 -AC_MSG_RESULT([$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)])
13189 +# AM_SET_CURRENT_AUTOMAKE_VERSION
13190 +# -------------------------------
13191 +# Call AM_AUTOMAKE_VERSION so it can be traced.
13192 +# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
13193 +AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
13194 + [AM_AUTOMAKE_VERSION([1.9.6])])
13195 +
1319613196 +# AM_AUX_DIR_EXPAND -*- Autoconf -*-
1319713197 +
1319813198 +# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
1360513605 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
1360613606 - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
1360713607 - ;;
13608 -
13608 + cd ..
13609 + rm -rf conftest.dir
13610 +else
13611 + am_cv_$1_dependencies_compiler_type=none
13612 +fi
13613 +])
13614 +AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
13615 +AM_CONDITIONAL([am__fastdep$1], [
13616 + test "x$enable_dependency_tracking" != xno \
13617 + && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
13618 +])
13619
1360913620 - linux*)
1361013621 - if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
1361113622 - tmp_addflag=
1362513636 - tmp_addflag=' -nofor_main' ;;
1362613637 - esac
1362713638 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
13628 + cd ..
13629 + rm -rf conftest.dir
13630 +else
13631 + am_cv_$1_dependencies_compiler_type=none
13632 +fi
13633 +])
13634 +AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
13635 +AM_CONDITIONAL([am__fastdep$1], [
13636 + test "x$enable_dependency_tracking" != xno \
13637 + && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
13638 +])
1363913639
1364013640 - if test $supports_anon_versioning = yes; then
1364113641 - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $output_objdir/$libname.ver~
1364713647 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
1364813648 - fi
1364913649 - ;;
13650 +# AM_SET_DEPDIR
13651 +# -------------
13652 +# Choose a directory name for dependency files.
13653 +# This macro is AC_REQUIREd in _AM_DEPENDENCIES
13654 +AC_DEFUN([AM_SET_DEPDIR],
13655 +[AC_REQUIRE([AM_SET_LEADING_DOT])dnl
13656 +AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
13657 +])
1365013658
1365113659 - netbsd*)
1365213660 - if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
1365713665 - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
1365813666 - fi
1365913667 - ;;
13660 +# AM_SET_DEPDIR
13661 +# -------------
13662 +# Choose a directory name for dependency files.
13663 +# This macro is AC_REQUIREd in _AM_DEPENDENCIES
13664 +AC_DEFUN([AM_SET_DEPDIR],
13665 +[AC_REQUIRE([AM_SET_LEADING_DOT])dnl
13666 +AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
13667 +])
1366813668
1366913669 - solaris*)
1367013670 - if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
1367113671 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
1367213672 - cat <<EOF 1>&2
13673
13674 -*** Warning: The releases 2.8.* of the GNU linker cannot reliably
13675 -*** create shared libraries on Solaris systems. Therefore, libtool
13676 -*** is disabling shared libraries support. We urge you to upgrade GNU
13677 -*** binutils to release 2.9.1 or newer. Another option is to modify
13678 -*** your PATH or compiler configuration so that the native linker is
13679 -*** used, and then restart.
1368013673 +# AM_DEP_TRACK
1368113674 +# ------------
1368213675 +AC_DEFUN([AM_DEP_TRACK],
1369113684 +AC_SUBST([AMDEPBACKSLASH])
1369213685 +])
1369313686
13687 -*** Warning: The releases 2.8.* of the GNU linker cannot reliably
13688 -*** create shared libraries on Solaris systems. Therefore, libtool
13689 -*** is disabling shared libraries support. We urge you to upgrade GNU
13690 -*** binutils to release 2.9.1 or newer. Another option is to modify
13691 -*** your PATH or compiler configuration so that the native linker is
13692 -*** used, and then restart.
13693 +# Generate code to set up dependency tracking. -*- Autoconf -*-
13694
1369413695 -EOF
1369513696 - elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
1369613697 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
1369913700 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
1370013701 - fi
1370113702 - ;;
13702 +# Generate code to set up dependency tracking. -*- Autoconf -*-
13703
13704 - sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
13705 - case `$LD -v 2>&1` in
13706 - *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
13707 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
13708 - cat <<_LT_EOF 1>&2
1370913703 +# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
1371013704 +# Free Software Foundation, Inc.
1371113705 +#
1371313707 +# gives unlimited permission to copy and/or distribute it,
1371413708 +# with or without modifications, as long as this notice is preserved.
1371513709
13710 - sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
13711 - case `$LD -v 2>&1` in
13712 - *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
13713 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
13714 - cat <<_LT_EOF 1>&2
13715 +#serial 3
13716
1371613717 -*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
1371713718 -*** reliably create shared libraries on SCO systems. Therefore, libtool
1371813719 -*** is disabling shared libraries support. We urge you to upgrade GNU
1371913720 -*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
1372013721 -*** your PATH or compiler configuration so that the native linker is
1372113722 -*** used, and then restart.
13722 +#serial 3
13723
13724 -_LT_EOF
13725 - ;;
13726 - *)
13727 - if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
13728 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
13729 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
13730 - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib'
13731 - else
13732 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
13733 - fi
13734 - ;;
13735 - esac
13736 - ;;
1373713723 +# _AM_OUTPUT_DEPENDENCY_COMMANDS
1373813724 +# ------------------------------
1373913725 +AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
1377713763 +done
1377813764 +])# _AM_OUTPUT_DEPENDENCY_COMMANDS
1377913765
13766 -_LT_EOF
13767 - ;;
13768 - *)
13769 - if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
13770 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
13771 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
13772 - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib'
13773 - else
13774 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
13775 - fi
13776 - ;;
13777 - esac
13778 - ;;
13779
1378013780 - sunos4*)
1378113781 - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
1378213782 - wlarc=
1378313783 - _LT_AC_TAGVAR(hardcode_direct, $1)=yes
1378413784 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
1378513785 - ;;
13786
13787 - *)
13788 - if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
13789 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
13790 - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
13791 - else
13792 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
13793 - fi
13794 - ;;
13795 - esac
1379613786 +# AM_OUTPUT_DEPENDENCY_COMMANDS
1379713787 +# -----------------------------
1379813788 +# This macro should only be invoked once -- use via AC_REQUIRE.
1380513795 + [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
1380613796 + [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
1380713797 +])
13798
13799 - *)
13800 - if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
13801 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
13802 - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
13803 - else
13804 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
13805 - fi
13806 - ;;
13807 - esac
13808 +# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
13809 +# Free Software Foundation, Inc.
13810 +#
13811 +# This file is free software; the Free Software Foundation
13812 +# gives unlimited permission to copy and/or distribute it,
13813 +# with or without modifications, as long as this notice is preserved.
1380813814
1380913815 - if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no; then
1381013816 - runpath_var=
1382813834 - _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
1382913835 - fi
1383013836 - ;;
13831 +# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
13832 +# Free Software Foundation, Inc.
13833 +#
13834 +# This file is free software; the Free Software Foundation
13835 +# gives unlimited permission to copy and/or distribute it,
13836 +# with or without modifications, as long as this notice is preserved.
13837 +# serial 8
1383713838
1383813839 - aix4* | aix5*)
1383913840 - if test "$host_cpu" = ia64; then
1385113852 - _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
1385213853 - fi
1385313854 - aix_use_runtimelinking=no
13854 +# serial 8
13855 +# AM_CONFIG_HEADER is obsolete. It has been replaced by AC_CONFIG_HEADERS.
13856 +AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
1385513857
1385613858 - # Test if we are trying to use run time linking or normal
1385713859 - # AIX style linking. If -brtl is somewhere in LDFLAGS, we
1386513867 - done
1386613868 - ;;
1386713869 - esac
13868 +# AM_CONFIG_HEADER is obsolete. It has been replaced by AC_CONFIG_HEADERS.
13869 +AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
13870 +# Do all the work for Automake. -*- Autoconf -*-
1387013871
1387113872 - exp_sym_flag='-bexport'
1387213873 - no_entry_flag='-bnoentry'
1387313874 - fi
13874 +# Do all the work for Automake. -*- Autoconf -*-
13875
13876 - # When large executables or shared objects are built, AIX ld can
13877 - # have problems creating the table of contents. If linking a library
13878 - # or program results in "error TOC overflow" add -mminimal-toc to
13879 - # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
13880 - # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
1388113875 +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
1388213876 +# Free Software Foundation, Inc.
1388313877 +#
1388513879 +# gives unlimited permission to copy and/or distribute it,
1388613880 +# with or without modifications, as long as this notice is preserved.
1388713881
13882 - # When large executables or shared objects are built, AIX ld can
13883 - # have problems creating the table of contents. If linking a library
13884 - # or program results in "error TOC overflow" add -mminimal-toc to
13885 - # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
13886 - # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
13887 +# serial 12
13888
1388813889 - _LT_AC_TAGVAR(archive_cmds, $1)=''
1388913890 - _LT_AC_TAGVAR(hardcode_direct, $1)=yes
1389013891 - _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
1389113892 - _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
13892 +# serial 12
13893 +# This macro actually does too much. Some checks are only needed if
13894 +# your package does certain things. But this isn't really a big deal.
1389313895
1389413896 - if test "$GCC" = yes; then
1389513897 - case $host_os in aix4.[[012]]|aix4.[[012]].*)
1393113933 - fi
1393213934 - fi
1393313935 - fi
13934 +# This macro actually does too much. Some checks are only needed if
13935 +# your package does certain things. But this isn't really a big deal.
13936 +# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
13937 +# AM_INIT_AUTOMAKE([OPTIONS])
13938 +# -----------------------------------------------
13939 +# The call with PACKAGE and VERSION arguments is the old style
13940 +# call (pre autoconf-2.50), which is being phased out. PACKAGE
13941 +# and VERSION should now be passed to AC_INIT and removed from
13942 +# the call to AM_INIT_AUTOMAKE.
13943 +# We support both call styles for the transition. After
13944 +# the next Automake release, Autoconf can make the AC_INIT
13945 +# arguments mandatory, and then we can depend on a new Autoconf
13946 +# release and drop the old call support.
13947 +AC_DEFUN([AM_INIT_AUTOMAKE],
13948 +[AC_PREREQ([2.58])dnl
13949 +dnl Autoconf wants to disallow AM_ names. We explicitly allow
13950 +dnl the ones we care about.
13951 +m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
13952 +AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
13953 +AC_REQUIRE([AC_PROG_INSTALL])dnl
13954 +# test to see if srcdir already configured
13955 +if test "`cd $srcdir && pwd`" != "`pwd`" &&
13956 + test -f $srcdir/config.status; then
13957 + AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
13958 +fi
1393613959
1393713960 - # It seems that -bexpall does not export symbols beginning with
1393813961 - # underscore (_), so it is better to generate a list of symbols to export.
1396613989 - fi
1396713990 - fi
1396813991 - ;;
13969 +# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
13970 +# AM_INIT_AUTOMAKE([OPTIONS])
13971 +# -----------------------------------------------
13972 +# The call with PACKAGE and VERSION arguments is the old style
13973 +# call (pre autoconf-2.50), which is being phased out. PACKAGE
13974 +# and VERSION should now be passed to AC_INIT and removed from
13975 +# the call to AM_INIT_AUTOMAKE.
13976 +# We support both call styles for the transition. After
13977 +# the next Automake release, Autoconf can make the AC_INIT
13978 +# arguments mandatory, and then we can depend on a new Autoconf
13979 +# release and drop the old call support.
13980 +AC_DEFUN([AM_INIT_AUTOMAKE],
13981 +[AC_PREREQ([2.58])dnl
13982 +dnl Autoconf wants to disallow AM_ names. We explicitly allow
13983 +dnl the ones we care about.
13984 +m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
13985 +AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
13986 +AC_REQUIRE([AC_PROG_INSTALL])dnl
13987 +# test to see if srcdir already configured
13988 +if test "`cd $srcdir && pwd`" != "`pwd`" &&
13989 + test -f $srcdir/config.status; then
13990 + AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
13991 +fi
13992
13993 - amigaos*)
13994 - _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
13995 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
13996 - _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
13997 - # see comment about different semantics on the GNU ld section
13998 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
13999 - ;;
1400013992 +# test whether we have cygpath
1400113993 +if test -z "$CYGPATH_W"; then
1400213994 + if (cygpath --version) >/dev/null 2>/dev/null; then
1400713999 +fi
1400814000 +AC_SUBST([CYGPATH_W])
1400914001
14010 - bsdi[[45]]*)
14011 - _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
14002 - amigaos*)
14003 - _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
14004 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
14005 - _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
14006 - # see comment about different semantics on the GNU ld section
14007 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
1401214008 - ;;
1401314009 +# Define the identity of the package.
1401414010 +dnl Distinguish between old-style and new-style calls.
1401914015 +[_AM_SET_OPTIONS([$1])dnl
1402014016 + AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
1402114017 + AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
14018
14019 - bsdi[[45]]*)
14020 - _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
14021 - ;;
14022 +_AM_IF_OPTION([no-define],,
14023 +[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
14024 + AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
1402214025
1402314026 - cygwin* | mingw* | pw32*)
1402414027 - # When not using gcc, we currently assume that we are using
1404014043 - _LT_AC_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
1404114044 - _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
1404214045 - ;;
14043 +_AM_IF_OPTION([no-define],,
14044 +[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
14045 + AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
14046 +# Some tools Automake needs.
14047 +AC_REQUIRE([AM_SANITY_CHECK])dnl
14048 +AC_REQUIRE([AC_ARG_PROGRAM])dnl
14049 +AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
14050 +AM_MISSING_PROG(AUTOCONF, autoconf)
14051 +AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
14052 +AM_MISSING_PROG(AUTOHEADER, autoheader)
14053 +AM_MISSING_PROG(MAKEINFO, makeinfo)
14054 +AM_PROG_INSTALL_SH
14055 +AM_PROG_INSTALL_STRIP
14056 +AC_REQUIRE([AM_PROG_MKDIR_P])dnl
14057 +# We need awk for the "check" target. The system "awk" is bad on
14058 +# some platforms.
14059 +AC_REQUIRE([AC_PROG_AWK])dnl
14060 +AC_REQUIRE([AC_PROG_MAKE_SET])dnl
14061 +AC_REQUIRE([AM_SET_LEADING_DOT])dnl
14062 +_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
14063 + [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
14064 + [_AM_PROG_TAR([v7])])])
14065 +_AM_IF_OPTION([no-dependencies],,
14066 +[AC_PROVIDE_IFELSE([AC_PROG_CC],
14067 + [_AM_DEPENDENCIES(CC)],
14068 + [define([AC_PROG_CC],
14069 + defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
14070 +AC_PROVIDE_IFELSE([AC_PROG_CXX],
14071 + [_AM_DEPENDENCIES(CXX)],
14072 + [define([AC_PROG_CXX],
14073 + defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
14074 +])
14075 +])
1404614076
1404714077 - darwin* | rhapsody*)
1404814078 - case $host_os in
1409314123 - esac
1409414124 - fi
1409514125 - ;;
14096 +# Some tools Automake needs.
14097 +AC_REQUIRE([AM_SANITY_CHECK])dnl
14098 +AC_REQUIRE([AC_ARG_PROGRAM])dnl
14099 +AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
14100 +AM_MISSING_PROG(AUTOCONF, autoconf)
14101 +AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
14102 +AM_MISSING_PROG(AUTOHEADER, autoheader)
14103 +AM_MISSING_PROG(MAKEINFO, makeinfo)
14104 +AM_PROG_INSTALL_SH
14105 +AM_PROG_INSTALL_STRIP
14106 +AC_REQUIRE([AM_PROG_MKDIR_P])dnl
14107 +# We need awk for the "check" target. The system "awk" is bad on
14108 +# some platforms.
14109 +AC_REQUIRE([AC_PROG_AWK])dnl
14110 +AC_REQUIRE([AC_PROG_MAKE_SET])dnl
14111 +AC_REQUIRE([AM_SET_LEADING_DOT])dnl
14112 +_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
14113 + [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
14114 + [_AM_PROG_TAR([v7])])])
14115 +_AM_IF_OPTION([no-dependencies],,
14116 +[AC_PROVIDE_IFELSE([AC_PROG_CC],
14117 + [_AM_DEPENDENCIES(CC)],
14118 + [define([AC_PROG_CC],
14119 + defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
14120 +AC_PROVIDE_IFELSE([AC_PROG_CXX],
14121 + [_AM_DEPENDENCIES(CXX)],
14122 + [define([AC_PROG_CXX],
14123 + defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
14124 +])
14125 +])
1412614126
1412714127 - dgux*)
1412814128 - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
1412914129 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
1413014130 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
1413114131 - ;;
14132
14133 - freebsd1*)
14134 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
14135 - ;;
1413614132 +# When config.status generates a header, we must update the stamp-h file.
1413714133 +# This file resides in the same directory as the config header
1413814134 +# that is generated. The stamp files are numbered to have different names.
1413914135
14140 - # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
14141 - # support. Future versions do this automatically, but an explicit c++rt0.o
14142 - # does not break anything, and helps significantly (at the cost of a little
14143 - # extra space).
14144 - freebsd2.2*)
14145 - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
14146 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
14147 - _LT_AC_TAGVAR(hardcode_direct, $1)=yes
14148 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
14136 - freebsd1*)
14137 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
1414914138 - ;;
1415014139 +# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
1415114140 +# loop where config.status creates the headers, so we can generate
1416314152 +done
1416414153 +echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
1416514154
14166 - # Unfortunately, older versions of FreeBSD 2 do not have this feature.
14167 - freebsd2*)
14168 - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
14155 - # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
14156 - # support. Future versions do this automatically, but an explicit c++rt0.o
14157 - # does not break anything, and helps significantly (at the cost of a little
14158 - # extra space).
14159 - freebsd2.2*)
14160 - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
14161 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
1416914162 - _LT_AC_TAGVAR(hardcode_direct, $1)=yes
14170 - _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
1417114163 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
1417214164 - ;;
1417314165 +# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
1417614168 +# gives unlimited permission to copy and/or distribute it,
1417714169 +# with or without modifications, as long as this notice is preserved.
1417814170
14179 - # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
14180 - freebsd* | kfreebsd*-gnu | dragonfly*)
14181 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
14182 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
14171 - # Unfortunately, older versions of FreeBSD 2 do not have this feature.
14172 - freebsd2*)
14173 - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
1418314174 - _LT_AC_TAGVAR(hardcode_direct, $1)=yes
14175 - _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
1418414176 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
1418514177 - ;;
1418614178 +# AM_PROG_INSTALL_SH
1419114183 +install_sh=${install_sh-"$am_aux_dir/install-sh"}
1419214184 +AC_SUBST(install_sh)])
1419314185
14186 - # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
14187 - freebsd* | kfreebsd*-gnu | dragonfly*)
14188 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
14189 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
14190 - _LT_AC_TAGVAR(hardcode_direct, $1)=yes
14191 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
14192 - ;;
14193 +# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
14194 +#
14195 +# This file is free software; the Free Software Foundation
14196 +# gives unlimited permission to copy and/or distribute it,
14197 +# with or without modifications, as long as this notice is preserved.
14198
1419414199 - hpux9*)
1419514200 - if test "$GCC" = yes; then
1419614201 - _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
1420014205 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
1420114206 - _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
1420214207 - _LT_AC_TAGVAR(hardcode_direct, $1)=yes
14203 +# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
14204 +#
14205 +# This file is free software; the Free Software Foundation
14206 +# gives unlimited permission to copy and/or distribute it,
14207 +# with or without modifications, as long as this notice is preserved.
14208 +# serial 2
1420814209
1420914210 - # hardcode_minus_L: Not really in the search PATH,
1421014211 - # but as the default location of the library.
1421114212 - _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
1421214213 - _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
1421314214 - ;;
14214 +# serial 2
14215
14216 - hpux10*)
14217 - if test "$GCC" = yes -a "$with_gnu_ld" = no; then
14218 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
14219 - else
14220 - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
14221 - fi
14222 - if test "$with_gnu_ld" = no; then
14223 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
14224 - _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
1422514215 +# Check whether the underlying file-system supports filenames
1422614216 +# with a leading dot. For instance MS-DOS doesn't.
1422714217 +AC_DEFUN([AM_SET_LEADING_DOT],
1423514225 +rmdir .tst 2>/dev/null
1423614226 +AC_SUBST([am__leading_dot])])
1423714227
14228 - hpux10*)
14229 - if test "$GCC" = yes -a "$with_gnu_ld" = no; then
14230 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
14231 - else
14232 - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
14233 - fi
14234 - if test "$with_gnu_ld" = no; then
14235 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
14236 - _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
14237 +# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
14238 +# From Jim Meyering
14239
1423814240 - _LT_AC_TAGVAR(hardcode_direct, $1)=yes
1423914241 - _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
14240 +# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
14241 +# From Jim Meyering
14242
14243 - # hardcode_minus_L: Not really in the search PATH,
14244 - # but as the default location of the library.
14245 - _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
14246 - fi
14247 - ;;
1424814242 +# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005
1424914243 +# Free Software Foundation, Inc.
1425014244 +#
1425114245 +# This file is free software; the Free Software Foundation
1425214246 +# gives unlimited permission to copy and/or distribute it,
1425314247 +# with or without modifications, as long as this notice is preserved.
14248
14249 - # hardcode_minus_L: Not really in the search PATH,
14250 - # but as the default location of the library.
14251 - _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
14252 - fi
14253 - ;;
14254 +# serial 4
1425414255
1425514256 - hpux11*)
1425614257 - if test "$GCC" = yes -a "$with_gnu_ld" = no; then
1428114282 - if test "$with_gnu_ld" = no; then
1428214283 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
1428314284 - _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
14284 +# serial 4
14285 +
1428614285 +AC_DEFUN([AM_MAINTAINER_MODE],
1428714286 +[AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
1428814287 + dnl maintainer-mode is disabled by default
1478914788 - _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
1479014789 - fi
1479114790 - _LT_AC_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag
14791 - else
14792 - cat conftest.err 1>&5
14793 - fi
14794 - $rm conftest*
14795 - AC_MSG_RESULT([$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)])
14796 - ;;
14797 - esac
14798 - fi
14799 - ;;
14800 -esac
14801 -])# AC_LIBTOOL_PROG_LD_SHLIBS
1479214802 + m4_if([$1],[],[
1479314803 + dnl No version check is needed.
1479414804 + # Find any Python interpreter.
1481714827 + # Set $PYTHON to the absolute path of $am_cv_pathless_PYTHON.
1481814828 + if test "$am_cv_pathless_PYTHON" = none; then
1481914829 + PYTHON=:
14820 else
14821 - cat conftest.err 1>&5
14822 - fi
14823 - $rm conftest*
14824 - AC_MSG_RESULT([$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)])
14825 - ;;
14826 - esac
14827 - fi
14828 - ;;
14829 -esac
14830 -])# AC_LIBTOOL_PROG_LD_SHLIBS
14830 + else
1483114831 + AC_PATH_PROG([PYTHON], [$am_cv_pathless_PYTHON])
1483214832 + fi
1483314833 + am_display_PYTHON=$am_cv_pathless_PYTHON
1537315373 +]) # _AM_PROG_TAR
1537415374
1537515375 m4_include([acinclude.m4])
15376 diff -Nur gnome-menus-2.18.2/configure gnome-menus-2.18.2.new/configure
15377 --- gnome-menus-2.18.2/configure 2007-05-28 13:51:26.000000000 +0200
15378 +++ gnome-menus-2.18.2.new/configure 2007-05-28 15:39:56.000000000 +0200
15376 diff -Nur gnome-menus-2.18.3/configure gnome-menus-2.18.3.new/configure
15377 --- gnome-menus-2.18.3/configure 2007-07-02 19:17:17.000000000 +0200
15378 +++ gnome-menus-2.18.3.new/configure 2007-07-03 19:57:10.000000000 +0200
1537915379 @@ -1,6 +1,6 @@
1538015380 #! /bin/sh
1538115381 # Guess values for system-dependent variables and create Makefiles.
15382 -# Generated by GNU Autoconf 2.60 for gnome-menus 2.18.2.
15383 +# Generated by GNU Autoconf 2.61 for gnome-menus 2.18.2.
15382 -# Generated by GNU Autoconf 2.60 for gnome-menus 2.18.3.
15383 +# Generated by GNU Autoconf 2.61 for gnome-menus 2.18.3.
1538415384 #
1538515385 # Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-menus>.
1538615386 #
1565815658 @@ -1634,7 +1658,7 @@
1565915659 if $ac_init_version; then
1566015660 cat <<\_ACEOF
15661 gnome-menus configure 2.18.2
15661 gnome-menus configure 2.18.3
1566215662 -generated by GNU Autoconf 2.60
1566315663 +generated by GNU Autoconf 2.61
1566415664
1566715667 @@ -1648,7 +1672,7 @@
1566815668 running configure, to aid debugging if configure makes a mistake.
1566915669
15670 It was created by gnome-menus $as_me 2.18.2, which was
15670 It was created by gnome-menus $as_me 2.18.3, which was
1567115671 -generated by GNU Autoconf 2.60. Invocation command line was
1567215672 +generated by GNU Autoconf 2.61. Invocation command line was
1567315673
1913119131 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
1913219132 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1913319133 break 2
19134 @@ -23834,7 +22773,7 @@
19135 and GLIB_LIBS to avoid the need to call pkg-config.
19136 See the pkg-config man page for more details.
19137
19138 -To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
19139 +To get pkg-config, see <http://pkg-config.freedesktop.org/>.
19140 See \`config.log' for more details." >&5
19141 echo "$as_me: error: The pkg-config script could not be found or is too old. Make sure it
19142 is in your PATH or set the PKG_CONFIG environment variable to the full
19143 @@ -23844,7 +22783,7 @@
19144 and GLIB_LIBS to avoid the need to call pkg-config.
19145 See the pkg-config man page for more details.
19146
19147 -To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
19148 +To get pkg-config, see <http://pkg-config.freedesktop.org/>.
19149 See \`config.log' for more details." >&2;}
19150 { (exit 1); exit 1; }; }
19151 else
1913419152 @@ -23857,6 +22796,119 @@
1913519153
1913619154
1922519243 +and GNOMEVFS_LIBS to avoid the need to call pkg-config.
1922619244 +See the pkg-config man page for more details.
1922719245 +
19228 +To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
19246 +To get pkg-config, see <http://pkg-config.freedesktop.org/>.
1922919247 +See \`config.log' for more details." >&5
1923019248 +echo "$as_me: error: The pkg-config script could not be found or is too old. Make sure it
1923119249 +is in your PATH or set the PKG_CONFIG environment variable to the full
1923519253 +and GNOMEVFS_LIBS to avoid the need to call pkg-config.
1923619254 +See the pkg-config man page for more details.
1923719255 +
19238 +To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
19256 +To get pkg-config, see <http://pkg-config.freedesktop.org/>.
1923919257 +See \`config.log' for more details." >&2;}
1924019258 + { (exit 1); exit 1; }; }
1924119259 +else
1997119989 @@ -25504,7 +24126,7 @@
1997219990 # values after options handling.
1997319991 ac_log="
19974 This file was extended by gnome-menus $as_me 2.18.2, which was
19992 This file was extended by gnome-menus $as_me 2.18.3, which was
1997519993 -generated by GNU Autoconf 2.60. Invocation command line was
1997619994 +generated by GNU Autoconf 2.61. Invocation command line was
1997719995
1998920007 @@ -25557,7 +24179,7 @@
1999020008 cat >>$CONFIG_STATUS <<_ACEOF
1999120009 ac_cs_version="\\
19992 gnome-menus config.status 2.18.2
20010 gnome-menus config.status 2.18.3
1999320011 -configured by $0, generated by GNU Autoconf 2.60,
1999420012 +configured by $0, generated by GNU Autoconf 2.61,
1999520013 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
2001620034 break
2001720035 elif $ac_last_try; then
2001820036 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
20019 diff -Nur gnome-menus-2.18.2/desktop-directories/Makefile.in gnome-menus-2.18.2.new/desktop-directories/Makefile.in
20020 --- gnome-menus-2.18.2/desktop-directories/Makefile.in 2007-05-28 13:51:41.000000000 +0200
20021 +++ gnome-menus-2.18.2.new/desktop-directories/Makefile.in 2007-05-28 15:39:57.000000000 +0200
20037 diff -Nur gnome-menus-2.18.3/desktop-directories/Makefile.in gnome-menus-2.18.3.new/desktop-directories/Makefile.in
20038 --- gnome-menus-2.18.3/desktop-directories/Makefile.in 2007-07-02 19:17:21.000000000 +0200
20039 +++ gnome-menus-2.18.3.new/desktop-directories/Makefile.in 2007-07-03 19:57:11.000000000 +0200
2002220040 @@ -95,13 +95,14 @@
2002320041 EGREP = @EGREP@
2002420042 EXEEXT = @EXEEXT@
2003520053 GREP = @GREP@
2003620054 HAVE_PYTHON_FALSE = @HAVE_PYTHON_FALSE@
2003720055 HAVE_PYTHON_TRUE = @HAVE_PYTHON_TRUE@
20038 diff -Nur gnome-menus-2.18.2/layout/Makefile.in gnome-menus-2.18.2.new/layout/Makefile.in
20039 --- gnome-menus-2.18.2/layout/Makefile.in 2007-05-28 13:51:41.000000000 +0200
20040 +++ gnome-menus-2.18.2.new/layout/Makefile.in 2007-05-28 15:39:57.000000000 +0200
20056 diff -Nur gnome-menus-2.18.3/layout/Makefile.in gnome-menus-2.18.3.new/layout/Makefile.in
20057 --- gnome-menus-2.18.3/layout/Makefile.in 2007-07-02 19:17:22.000000000 +0200
20058 +++ gnome-menus-2.18.3.new/layout/Makefile.in 2007-07-03 19:57:11.000000000 +0200
2004120059 @@ -95,13 +95,14 @@
2004220060 EGREP = @EGREP@
2004320061 EXEEXT = @EXEEXT@
2005420072 GREP = @GREP@
2005520073 HAVE_PYTHON_FALSE = @HAVE_PYTHON_FALSE@
2005620074 HAVE_PYTHON_TRUE = @HAVE_PYTHON_TRUE@
20057 diff -Nur gnome-menus-2.18.2/libmenu/Makefile.in gnome-menus-2.18.2.new/libmenu/Makefile.in
20058 --- gnome-menus-2.18.2/libmenu/Makefile.in 2007-05-28 13:51:42.000000000 +0200
20059 +++ gnome-menus-2.18.2.new/libmenu/Makefile.in 2007-05-28 15:39:57.000000000 +0200
20075 diff -Nur gnome-menus-2.18.3/libmenu/Makefile.in gnome-menus-2.18.3.new/libmenu/Makefile.in
20076 --- gnome-menus-2.18.3/libmenu/Makefile.in 2007-07-02 19:17:22.000000000 +0200
20077 +++ gnome-menus-2.18.3.new/libmenu/Makefile.in 2007-07-03 19:57:11.000000000 +0200
2006020078 @@ -69,8 +69,8 @@
2006120079 entry-directories.h gmenu-tree.c gmenu-tree.h menu-layout.c \
2006220080 menu-layout.h menu-monitor.c menu-monitor.h \
2012320141 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/menu-monitor-inotify.Plo@am__quote@
2012420142 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/menu-monitor.Plo@am__quote@
2012520143 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/menu-util.Plo@am__quote@
20126 diff -Nur gnome-menus-2.18.2/ltmain.sh gnome-menus-2.18.2.new/ltmain.sh
20127 --- gnome-menus-2.18.2/ltmain.sh 2007-02-17 10:05:30.000000000 +0100
20128 +++ gnome-menus-2.18.2.new/ltmain.sh 2006-03-11 19:49:04.000000000 +0100
20144 diff -Nur gnome-menus-2.18.3/ltmain.sh gnome-menus-2.18.3.new/ltmain.sh
20145 --- gnome-menus-2.18.3/ltmain.sh 2007-02-17 10:05:30.000000000 +0100
20146 +++ gnome-menus-2.18.3.new/ltmain.sh 2006-03-11 19:49:04.000000000 +0100
2012920147 @@ -43,7 +43,7 @@
2013020148
2013120149 PROGRAM=ltmain.sh
2015920177 esac
2016020178 ;;
2016120179 no)
20162 diff -Nur gnome-menus-2.18.2/Makefile.in gnome-menus-2.18.2.new/Makefile.in
20163 --- gnome-menus-2.18.2/Makefile.in 2007-05-28 13:51:46.000000000 +0200
20164 +++ gnome-menus-2.18.2.new/Makefile.in 2007-05-28 15:39:58.000000000 +0200
20180 diff -Nur gnome-menus-2.18.3/Makefile.in gnome-menus-2.18.3.new/Makefile.in
20181 --- gnome-menus-2.18.3/Makefile.in 2007-07-02 19:17:23.000000000 +0200
20182 +++ gnome-menus-2.18.3.new/Makefile.in 2007-07-03 19:57:11.000000000 +0200
2016520183 @@ -109,13 +109,14 @@
2016620184 EGREP = @EGREP@
2016720185 EXEEXT = @EXEEXT@
2017820196 GREP = @GREP@
2017920197 HAVE_PYTHON_FALSE = @HAVE_PYTHON_FALSE@
2018020198 HAVE_PYTHON_TRUE = @HAVE_PYTHON_TRUE@
20181 diff -Nur gnome-menus-2.18.2/python/Makefile.in gnome-menus-2.18.2.new/python/Makefile.in
20182 --- gnome-menus-2.18.2/python/Makefile.in 2007-05-28 13:51:43.000000000 +0200
20183 +++ gnome-menus-2.18.2.new/python/Makefile.in 2007-05-28 15:39:57.000000000 +0200
20199 diff -Nur gnome-menus-2.18.3/python/Makefile.in gnome-menus-2.18.3.new/python/Makefile.in
20200 --- gnome-menus-2.18.3/python/Makefile.in 2007-07-02 19:17:22.000000000 +0200
20201 +++ gnome-menus-2.18.3.new/python/Makefile.in 2007-07-03 19:57:11.000000000 +0200
2018420202 @@ -113,13 +113,14 @@
2018520203 EGREP = @EGREP@
2018620204 EXEEXT = @EXEEXT@
2019720215 GREP = @GREP@
2019820216 HAVE_PYTHON_FALSE = @HAVE_PYTHON_FALSE@
2019920217 HAVE_PYTHON_TRUE = @HAVE_PYTHON_TRUE@
20200 diff -Nur gnome-menus-2.18.2/simple-editor/GMenuSimpleEditor/Makefile.in gnome-menus-2.18.2.new/simple-editor/GMenuSimpleEditor/Makefile.in
20201 --- gnome-menus-2.18.2/simple-editor/GMenuSimpleEditor/Makefile.in 2007-05-28 13:51:45.000000000 +0200
20202 +++ gnome-menus-2.18.2.new/simple-editor/GMenuSimpleEditor/Makefile.in 2007-05-28 15:39:58.000000000 +0200
20218 diff -Nur gnome-menus-2.18.3/simple-editor/GMenuSimpleEditor/Makefile.in gnome-menus-2.18.3.new/simple-editor/GMenuSimpleEditor/Makefile.in
20219 --- gnome-menus-2.18.3/simple-editor/GMenuSimpleEditor/Makefile.in 2007-07-02 19:17:22.000000000 +0200
20220 +++ gnome-menus-2.18.3.new/simple-editor/GMenuSimpleEditor/Makefile.in 2007-07-03 19:57:11.000000000 +0200
2020320221 @@ -96,13 +96,14 @@
2020420222 EGREP = @EGREP@
2020520223 EXEEXT = @EXEEXT@
2021620234 GREP = @GREP@
2021720235 HAVE_PYTHON_FALSE = @HAVE_PYTHON_FALSE@
2021820236 HAVE_PYTHON_TRUE = @HAVE_PYTHON_TRUE@
20219 diff -Nur gnome-menus-2.18.2/simple-editor/Makefile.in gnome-menus-2.18.2.new/simple-editor/Makefile.in
20220 --- gnome-menus-2.18.2/simple-editor/Makefile.in 2007-05-28 13:51:45.000000000 +0200
20221 +++ gnome-menus-2.18.2.new/simple-editor/Makefile.in 2007-05-28 15:39:58.000000000 +0200
20237 diff -Nur gnome-menus-2.18.3/simple-editor/Makefile.in gnome-menus-2.18.3.new/simple-editor/Makefile.in
20238 --- gnome-menus-2.18.3/simple-editor/Makefile.in 2007-07-02 19:17:22.000000000 +0200
20239 +++ gnome-menus-2.18.3.new/simple-editor/Makefile.in 2007-07-03 19:57:11.000000000 +0200
2022220240 @@ -109,13 +109,14 @@
2022320241 EGREP = @EGREP@
2022420242 EXEEXT = @EXEEXT@
2023520253 GREP = @GREP@
2023620254 HAVE_PYTHON_FALSE = @HAVE_PYTHON_FALSE@
2023720255 HAVE_PYTHON_TRUE = @HAVE_PYTHON_TRUE@
20238 diff -Nur gnome-menus-2.18.2/util/Makefile.in gnome-menus-2.18.2.new/util/Makefile.in
20239 --- gnome-menus-2.18.2/util/Makefile.in 2007-05-28 13:51:46.000000000 +0200
20240 +++ gnome-menus-2.18.2.new/util/Makefile.in 2007-05-28 15:39:58.000000000 +0200
20256 diff -Nur gnome-menus-2.18.3/util/Makefile.in gnome-menus-2.18.3.new/util/Makefile.in
20257 --- gnome-menus-2.18.3/util/Makefile.in 2007-07-02 19:17:23.000000000 +0200
20258 +++ gnome-menus-2.18.3.new/util/Makefile.in 2007-07-03 19:57:11.000000000 +0200
2024120259 @@ -111,13 +111,14 @@
2024220260 EGREP = @EGREP@
2024320261 EXEEXT = @EXEEXT@