xdg-user-dirs-0.17/0000755000175000000120000000000013252163536011133 500000000000000xdg-user-dirs-0.17/Makefile.am0000644000175000000120000000304613146502577013116 00000000000000NULL = SUBDIRS=po if BUILD_DOCUMENTATION SUBDIRS += man endif INCLUDES = \ -I$(top_srcdir) \ -I$(top_builddir) \ -DXDGCONFDIR=\"$(sysconfdir)/xdg\" \ -DLOCALEDIR=\"$(datadir)/locale\" \ -DSTANDALONE_XDG_USER_DIR_LOOKUP \ $(NULL) EXTRA_DIST= config.rpath translate.c autogen.sh \ user-dirs.conf user-dirs.defaults xdg-user-dir xdg-user-dirs.desktop xdgdir=$(sysconfdir)/xdg xdg_DATA=user-dirs.conf user-dirs.defaults xdgautostartdir=$(xdgdir)/autostart xdgautostart_DATA = xdg-user-dirs.desktop libraries = $(LIBINTL) bin_PROGRAMS = \ xdg-user-dirs-update \ $(NULL) bin_SCRIPTS = \ xdg-user-dir \ $(NULL) xdg_user_dirs_update_SOURCES = xdg-user-dirs-update.c xdg_user_dirs_update_LDADD = $(libraries) noinst_PROGRAMS= \ xdg-user-dir-lookup xdg_user_dir_lookup_SOURCES = \ xdg-user-dir-lookup.c dist-hook: check-translations @if test -d "$(srcdir)/.git"; \ then \ echo Creating ChangeLog && \ ( cd "$(top_srcdir)" && \ echo '# Generated by Makefile. Do not edit.'; echo; \ $(top_srcdir)/missing --run git log --stat ) > ChangeLog.tmp \ && mv -f ChangeLog.tmp $(top_distdir)/ChangeLog \ || ( rm -f ChangeLog.tmp ; \ echo Failed to generate ChangeLog >&2 ); \ else \ echo A git clone is required to generate a ChangeLog >&2; \ fi check-translations: @for i in $(top_srcdir)/po/*.po ; do \ if ! grep -q `basename $$i | sed 's,.po,,'` $(top_srcdir)/po/LINGUAS ; then \ echo '***' `basename $$i | sed 's,.po,,'` missing from po/LINGUAS '***' ; \ exit 1; \ fi; \ done; xdg-user-dirs-0.17/configure0000775000175000000120000104235713252163526012777 00000000000000#! /bin/sh # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.69. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. # # # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. ## -------------------- ## ## M4sh Initialization. ## ## -------------------- ## # Be more Bourne compatible DUALCASE=1; export DUALCASE # for MKS sh if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in #( *posix*) : set -o posix ;; #( *) : ;; esac fi as_nl=' ' export as_nl # Printing a long string crashes Solaris 7 /usr/bin/printf. as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo # Prefer a ksh shell builtin over an external printf program on Solaris, # but without wasting forks for bash or zsh. if test -z "$BASH_VERSION$ZSH_VERSION" \ && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='print -r --' as_echo_n='print -rn --' elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='printf %s\n' as_echo_n='printf %s' else if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' as_echo_n='/usr/ucb/echo -n' else as_echo_body='eval expr "X$1" : "X\\(.*\\)"' as_echo_n_body='eval arg=$1; case $arg in #( *"$as_nl"*) expr "X$arg" : "X\\(.*\\)$as_nl"; arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; esac; expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" ' export as_echo_n_body as_echo_n='sh -c $as_echo_n_body as_echo' fi export as_echo_body as_echo='sh -c $as_echo_body as_echo' fi # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || PATH_SEPARATOR=';' } fi # IFS # We need space, tab and new line, in precisely that order. Quoting is # there to prevent editors from complaining about space-tab. # (If _AS_PATH_WALK were called with IFS unset, it would disable word # splitting by setting IFS to empty value.) IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. as_myself= case $0 in #(( *[\\/]* ) as_myself=$0 ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break done IFS=$as_save_IFS ;; esac # We did not find ourselves, most probably we were run as `sh COMMAND' # in which case we are not to be found in the path. if test "x$as_myself" = x; then as_myself=$0 fi if test ! -f "$as_myself"; then $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 exit 1 fi # Unset variables that we do not need and which cause bugs (e.g. in # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" # suppresses any "Segmentation fault" message there. '((' could # trigger a bug in pdksh 5.2.14. for as_var in BASH_ENV ENV MAIL MAILPATH do eval test x\${$as_var+set} = xset \ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : done PS1='$ ' PS2='> ' PS4='+ ' # NLS nuisances. LC_ALL=C export LC_ALL LANGUAGE=C export LANGUAGE # CDPATH. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH # Use a proper internal environment variable to ensure we don't fall # into an infinite loop, continuously re-executing ourselves. if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then _as_can_reexec=no; export _as_can_reexec; # We cannot yet assume a decent shell, so we have to provide a # neutralization value for shells without unset; and this also # works around shells that cannot unset nonexistent variables. # Preserve -v and -x to the replacement shell. BASH_ENV=/dev/null ENV=/dev/null (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV case $- in # (((( *v*x* | *x*v* ) as_opts=-vx ;; *v* ) as_opts=-v ;; *x* ) as_opts=-x ;; * ) as_opts= ;; esac exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} # Admittedly, this is quite paranoid, since all the known shells bail # out after a failed `exec'. $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 as_fn_exit 255 fi # We don't want this to propagate to other subprocesses. { _as_can_reexec=; unset _as_can_reexec;} if test "x$CONFIG_SHELL" = x; then as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which # is contrary to our usage. Disable this feature. alias -g '\${1+\"\$@\"}'='\"\$@\"' setopt NO_GLOB_SUBST else case \`(set -o) 2>/dev/null\` in #( *posix*) : set -o posix ;; #( *) : ;; esac fi " as_required="as_fn_return () { (exit \$1); } as_fn_success () { as_fn_return 0; } as_fn_failure () { as_fn_return 1; } as_fn_ret_success () { return 0; } as_fn_ret_failure () { return 1; } exitcode=0 as_fn_success || { exitcode=1; echo as_fn_success failed.; } as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : else exitcode=1; echo positional parameters were not saved. fi test x\$exitcode = x0 || exit 1 test -x / || exit 1" as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 test \$(( 1 + 1 )) = 2 || exit 1" if (eval "$as_required") 2>/dev/null; then : as_have_required=yes else as_have_required=no fi if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR as_found=false for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. as_found=: case $as_dir in #( /*) for as_base in sh bash ksh sh5; do # Try only shells that exist, to save several forks. as_shell=$as_dir/$as_base if { test -f "$as_shell" || test -f "$as_shell.exe"; } && { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : CONFIG_SHELL=$as_shell as_have_required=yes if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : break 2 fi fi done;; esac as_found=false done $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : CONFIG_SHELL=$SHELL as_have_required=yes fi; } IFS=$as_save_IFS if test "x$CONFIG_SHELL" != x; then : export CONFIG_SHELL # We cannot yet assume a decent shell, so we have to provide a # neutralization value for shells without unset; and this also # works around shells that cannot unset nonexistent variables. # Preserve -v and -x to the replacement shell. BASH_ENV=/dev/null ENV=/dev/null (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV case $- in # (((( *v*x* | *x*v* ) as_opts=-vx ;; *v* ) as_opts=-v ;; *x* ) as_opts=-x ;; * ) as_opts= ;; esac exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} # Admittedly, this is quite paranoid, since all the known shells bail # out after a failed `exec'. $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 exit 255 fi if test x$as_have_required = xno; then : $as_echo "$0: This script requires a shell more modern than all" $as_echo "$0: the shells that I found on your system." if test x${ZSH_VERSION+set} = xset ; then $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" $as_echo "$0: be upgraded to zsh 4.3.4 or later." else $as_echo "$0: Please tell bug-autoconf@gnu.org about your system, $0: including any error possibly output before this $0: message. Then install a modern shell, or manually run $0: the script under such a shell if you do have one." fi exit 1 fi fi fi SHELL=${CONFIG_SHELL-/bin/sh} export SHELL # Unset more variables known to interfere with behavior of common tools. CLICOLOR_FORCE= GREP_OPTIONS= unset CLICOLOR_FORCE GREP_OPTIONS ## --------------------- ## ## M4sh Shell Functions. ## ## --------------------- ## # as_fn_unset VAR # --------------- # Portably unset VAR. as_fn_unset () { { eval $1=; unset $1;} } as_unset=as_fn_unset # as_fn_set_status STATUS # ----------------------- # Set $? to STATUS, without forking. as_fn_set_status () { return $1 } # as_fn_set_status # as_fn_exit STATUS # ----------------- # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. as_fn_exit () { set +e as_fn_set_status $1 exit $1 } # as_fn_exit # as_fn_mkdir_p # ------------- # Create "$as_dir" as a directory, including parents if necessary. as_fn_mkdir_p () { case $as_dir in #( -*) as_dir=./$as_dir;; esac test -d "$as_dir" || eval $as_mkdir_p || { as_dirs= while :; do case $as_dir in #( *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" as_dir=`$as_dirname -- "$as_dir" || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" } # as_fn_mkdir_p # as_fn_executable_p FILE # ----------------------- # Test if FILE is an executable regular file. as_fn_executable_p () { test -f "$1" && test -x "$1" } # as_fn_executable_p # as_fn_append VAR VALUE # ---------------------- # Append the text in VALUE to the end of the definition contained in VAR. Take # advantage of any shell optimizations that allow amortized linear growth over # repeated appends, instead of the typical quadratic growth present in naive # implementations. if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : eval 'as_fn_append () { eval $1+=\$2 }' else as_fn_append () { eval $1=\$$1\$2 } fi # as_fn_append # as_fn_arith ARG... # ------------------ # Perform arithmetic evaluation on the ARGs, and store the result in the # global $as_val. Take advantage of shells that can avoid forks. The arguments # must be portable across $(()) and expr. if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : eval 'as_fn_arith () { as_val=$(( $* )) }' else as_fn_arith () { as_val=`expr "$@" || test $? -eq 1` } fi # as_fn_arith # as_fn_error STATUS ERROR [LINENO LOG_FD] # ---------------------------------------- # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are # provided, also output the error to LOG_FD, referencing LINENO. Then exit the # script with STATUS, using 1 if that was 0. as_fn_error () { as_status=$1; test $as_status -eq 0 && as_status=1 if test "$4"; then as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 fi $as_echo "$as_me: error: $2" >&2 as_fn_exit $as_status } # as_fn_error if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then as_basename=basename else as_basename=false fi if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then as_dirname=dirname else as_dirname=false fi as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || $as_echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } /^X\/\(\/\/\)$/{ s//\1/ q } /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` # Avoid depending upon Character Ranges. as_cr_letters='abcdefghijklmnopqrstuvwxyz' as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' as_cr_Letters=$as_cr_letters$as_cr_LETTERS as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits as_lineno_1=$LINENO as_lineno_1a=$LINENO as_lineno_2=$LINENO as_lineno_2a=$LINENO eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) sed -n ' p /[$]LINENO/= ' <$as_myself | sed ' s/[$]LINENO.*/&-/ t lineno b :lineno N :loop s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ t loop s/-\n.*// ' >$as_me.lineno && chmod +x "$as_me.lineno" || { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } # If we had to re-execute with $CONFIG_SHELL, we're ensured to have # already done that, so ensure we don't try to do so again and fall # in an infinite loop. This has already happened in practice. _as_can_reexec=no; export _as_can_reexec # Don't try to exec as it changes $[0], causing all sort of problems # (the dirname of $[0] is not the place where we might find the # original and so on. Autoconf is especially sensitive to this). . "./$as_me.lineno" # Exit status is that of the last command. exit } ECHO_C= ECHO_N= ECHO_T= case `echo -n x` in #((((( -n*) case `echo 'xy\c'` in *c*) ECHO_T=' ';; # ECHO_T is single tab character. xy) ECHO_C='\c';; *) echo `echo ksh88 bug on AIX 6.1` > /dev/null ECHO_T=' ';; esac;; *) ECHO_N='-n';; esac rm -f conf$$ conf$$.exe conf$$.file if test -d conf$$.dir; then rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir mkdir conf$$.dir 2>/dev/null fi if (echo >conf$$.file) 2>/dev/null; then if ln -s conf$$.file conf$$ 2>/dev/null; then as_ln_s='ln -s' # ... but there are two gotchas: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. # In both cases, we have to default to `cp -pR'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || as_ln_s='cp -pR' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else as_ln_s='cp -pR' fi else as_ln_s='cp -pR' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null if mkdir -p . 2>/dev/null; then as_mkdir_p='mkdir -p "$as_dir"' else test -d ./-p && rmdir ./-p as_mkdir_p=false fi as_test_x='test -x' as_executable_p=as_fn_executable_p # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" # Sed expression to map a string onto a valid variable name. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" test -n "$DJDIR" || exec 7<&0 &1 # Name of the host. # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, # so uname gets run too. ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` # # Initializations. # ac_default_prefix=/usr/local ac_clean_files= ac_config_libobj_dir=. LIBOBJS= cross_compiling=no subdirs= MFLAGS= MAKEFLAGS= # Identity of this package. PACKAGE_NAME= PACKAGE_TARNAME= PACKAGE_VERSION= PACKAGE_STRING= PACKAGE_BUGREPORT= PACKAGE_URL= ac_unique_file="xdg-user-dirs-update.c" gt_needs= ac_subst_vars='am__EXEEXT_FALSE am__EXEEXT_TRUE LTLIBOBJS LIBOBJS BUILD_DOCUMENTATION_FALSE BUILD_DOCUMENTATION_TRUE XSLTPROC POSUB LTLIBINTL LIBINTL INTLLIBS INTL_MACOSX_LIBS XGETTEXT_EXTRA_OPTIONS MSGMERGE XGETTEXT_015 XGETTEXT GMSGFMT_015 MSGFMT_015 GMSGFMT MSGFMT GETTEXT_MACRO_VERSION USE_NLS SED GETTEXT_PACKAGE LTLIBICONV LIBICONV EGREP GREP host_os host_vendor host_cpu host build_os build_vendor build_cpu build LN_S CPP am__fastdepCC_FALSE am__fastdepCC_TRUE CCDEPMODE am__nodep AMDEPBACKSLASH AMDEP_FALSE AMDEP_TRUE am__quote am__include DEPDIR OBJEXT EXEEXT ac_ct_CC CPPFLAGS LDFLAGS CFLAGS CC MAINT MAINTAINER_MODE_FALSE MAINTAINER_MODE_TRUE AM_BACKSLASH AM_DEFAULT_VERBOSITY AM_DEFAULT_V AM_V am__untar am__tar AMTAR am__leading_dot SET_MAKE AWK mkdir_p MKDIR_P INSTALL_STRIP_PROGRAM STRIP install_sh MAKEINFO AUTOHEADER AUTOMAKE AUTOCONF ACLOCAL VERSION PACKAGE CYGPATH_W am__isrc INSTALL_DATA INSTALL_SCRIPT INSTALL_PROGRAM target_alias host_alias build_alias LIBS ECHO_T ECHO_N ECHO_C DEFS mandir localedir libdir psdir pdfdir dvidir htmldir infodir docdir oldincludedir includedir localstatedir sharedstatedir sysconfdir datadir datarootdir libexecdir sbindir bindir program_transform_name prefix exec_prefix PACKAGE_URL PACKAGE_BUGREPORT PACKAGE_STRING PACKAGE_VERSION PACKAGE_TARNAME PACKAGE_NAME PATH_SEPARATOR SHELL' ac_subst_files='' ac_user_opts=' enable_option_checking enable_silent_rules enable_maintainer_mode enable_dependency_tracking with_gnu_ld enable_rpath with_libiconv_prefix enable_nls with_libintl_prefix enable_more_warnings enable_documentation ' ac_precious_vars='build_alias host_alias target_alias CC CFLAGS LDFLAGS LIBS CPPFLAGS CPP' # Initialize some variables set by options. ac_init_help= ac_init_version=false ac_unrecognized_opts= ac_unrecognized_sep= # The variables have the same names as the options, with # dashes changed to underlines. cache_file=/dev/null exec_prefix=NONE no_create= no_recursion= prefix=NONE program_prefix=NONE program_suffix=NONE program_transform_name=s,x,x, silent= site= srcdir= verbose= x_includes=NONE x_libraries=NONE # Installation directory options. # These are left unexpanded so users can "make install exec_prefix=/foo" # and all the variables that are supposed to be based on exec_prefix # by default will actually change. # Use braces instead of parens because sh, perl, etc. also accept them. # (The list follows the same order as the GNU Coding Standards.) bindir='${exec_prefix}/bin' sbindir='${exec_prefix}/sbin' libexecdir='${exec_prefix}/libexec' datarootdir='${prefix}/share' datadir='${datarootdir}' sysconfdir='${prefix}/etc' sharedstatedir='${prefix}/com' localstatedir='${prefix}/var' includedir='${prefix}/include' oldincludedir='/usr/include' docdir='${datarootdir}/doc/${PACKAGE}' infodir='${datarootdir}/info' htmldir='${docdir}' dvidir='${docdir}' pdfdir='${docdir}' psdir='${docdir}' libdir='${exec_prefix}/lib' localedir='${datarootdir}/locale' mandir='${datarootdir}/man' ac_prev= ac_dashdash= for ac_option do # If the previous option needs an argument, assign it. if test -n "$ac_prev"; then eval $ac_prev=\$ac_option ac_prev= continue fi case $ac_option in *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; *=) ac_optarg= ;; *) ac_optarg=yes ;; esac # Accept the important Cygnus configure options, so we can diagnose typos. case $ac_dashdash$ac_option in --) ac_dashdash=yes ;; -bindir | --bindir | --bindi | --bind | --bin | --bi) ac_prev=bindir ;; -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) bindir=$ac_optarg ;; -build | --build | --buil | --bui | --bu) ac_prev=build_alias ;; -build=* | --build=* | --buil=* | --bui=* | --bu=*) build_alias=$ac_optarg ;; -cache-file | --cache-file | --cache-fil | --cache-fi \ | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) ac_prev=cache_file ;; -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) cache_file=$ac_optarg ;; --config-cache | -C) cache_file=config.cache ;; -datadir | --datadir | --datadi | --datad) ac_prev=datadir ;; -datadir=* | --datadir=* | --datadi=* | --datad=*) datadir=$ac_optarg ;; -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ | --dataroo | --dataro | --datar) ac_prev=datarootdir ;; -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) datarootdir=$ac_optarg ;; -disable-* | --disable-*) ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid feature name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "enable_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval enable_$ac_useropt=no ;; -docdir | --docdir | --docdi | --doc | --do) ac_prev=docdir ;; -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) docdir=$ac_optarg ;; -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) ac_prev=dvidir ;; -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) dvidir=$ac_optarg ;; -enable-* | --enable-*) ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid feature name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "enable_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval enable_$ac_useropt=\$ac_optarg ;; -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ | --exec | --exe | --ex) ac_prev=exec_prefix ;; -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ | --exec=* | --exe=* | --ex=*) exec_prefix=$ac_optarg ;; -gas | --gas | --ga | --g) # Obsolete; use --with-gas. with_gas=yes ;; -help | --help | --hel | --he | -h) ac_init_help=long ;; -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) ac_init_help=recursive ;; -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) ac_init_help=short ;; -host | --host | --hos | --ho) ac_prev=host_alias ;; -host=* | --host=* | --hos=* | --ho=*) host_alias=$ac_optarg ;; -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) ac_prev=htmldir ;; -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ | --ht=*) htmldir=$ac_optarg ;; -includedir | --includedir | --includedi | --included | --include \ | --includ | --inclu | --incl | --inc) ac_prev=includedir ;; -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ | --includ=* | --inclu=* | --incl=* | --inc=*) includedir=$ac_optarg ;; -infodir | --infodir | --infodi | --infod | --info | --inf) ac_prev=infodir ;; -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) infodir=$ac_optarg ;; -libdir | --libdir | --libdi | --libd) ac_prev=libdir ;; -libdir=* | --libdir=* | --libdi=* | --libd=*) libdir=$ac_optarg ;; -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ | --libexe | --libex | --libe) ac_prev=libexecdir ;; -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ | --libexe=* | --libex=* | --libe=*) libexecdir=$ac_optarg ;; -localedir | --localedir | --localedi | --localed | --locale) ac_prev=localedir ;; -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) localedir=$ac_optarg ;; -localstatedir | --localstatedir | --localstatedi | --localstated \ | --localstate | --localstat | --localsta | --localst | --locals) ac_prev=localstatedir ;; -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) localstatedir=$ac_optarg ;; -mandir | --mandir | --mandi | --mand | --man | --ma | --m) ac_prev=mandir ;; -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) mandir=$ac_optarg ;; -nfp | --nfp | --nf) # Obsolete; use --without-fp. with_fp=no ;; -no-create | --no-create | --no-creat | --no-crea | --no-cre \ | --no-cr | --no-c | -n) no_create=yes ;; -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) no_recursion=yes ;; -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ | --oldin | --oldi | --old | --ol | --o) ac_prev=oldincludedir ;; -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) oldincludedir=$ac_optarg ;; -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) ac_prev=prefix ;; -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) prefix=$ac_optarg ;; -program-prefix | --program-prefix | --program-prefi | --program-pref \ | --program-pre | --program-pr | --program-p) ac_prev=program_prefix ;; -program-prefix=* | --program-prefix=* | --program-prefi=* \ | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) program_prefix=$ac_optarg ;; -program-suffix | --program-suffix | --program-suffi | --program-suff \ | --program-suf | --program-su | --program-s) ac_prev=program_suffix ;; -program-suffix=* | --program-suffix=* | --program-suffi=* \ | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) program_suffix=$ac_optarg ;; -program-transform-name | --program-transform-name \ | --program-transform-nam | --program-transform-na \ | --program-transform-n | --program-transform- \ | --program-transform | --program-transfor \ | --program-transfo | --program-transf \ | --program-trans | --program-tran \ | --progr-tra | --program-tr | --program-t) ac_prev=program_transform_name ;; -program-transform-name=* | --program-transform-name=* \ | --program-transform-nam=* | --program-transform-na=* \ | --program-transform-n=* | --program-transform-=* \ | --program-transform=* | --program-transfor=* \ | --program-transfo=* | --program-transf=* \ | --program-trans=* | --program-tran=* \ | --progr-tra=* | --program-tr=* | --program-t=*) program_transform_name=$ac_optarg ;; -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) ac_prev=pdfdir ;; -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) pdfdir=$ac_optarg ;; -psdir | --psdir | --psdi | --psd | --ps) ac_prev=psdir ;; -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) psdir=$ac_optarg ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil) silent=yes ;; -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) ac_prev=sbindir ;; -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ | --sbi=* | --sb=*) sbindir=$ac_optarg ;; -sharedstatedir | --sharedstatedir | --sharedstatedi \ | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ | --sharedst | --shareds | --shared | --share | --shar \ | --sha | --sh) ac_prev=sharedstatedir ;; -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ | --sha=* | --sh=*) sharedstatedir=$ac_optarg ;; -site | --site | --sit) ac_prev=site ;; -site=* | --site=* | --sit=*) site=$ac_optarg ;; -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) ac_prev=srcdir ;; -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) srcdir=$ac_optarg ;; -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ | --syscon | --sysco | --sysc | --sys | --sy) ac_prev=sysconfdir ;; -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) sysconfdir=$ac_optarg ;; -target | --target | --targe | --targ | --tar | --ta | --t) ac_prev=target_alias ;; -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) target_alias=$ac_optarg ;; -v | -verbose | --verbose | --verbos | --verbo | --verb) verbose=yes ;; -version | --version | --versio | --versi | --vers | -V) ac_init_version=: ;; -with-* | --with-*) ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid package name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "with_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval with_$ac_useropt=\$ac_optarg ;; -without-* | --without-*) ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid package name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "with_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval with_$ac_useropt=no ;; --x) # Obsolete; use --with-x. with_x=yes ;; -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ | --x-incl | --x-inc | --x-in | --x-i) ac_prev=x_includes ;; -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) x_includes=$ac_optarg ;; -x-libraries | --x-libraries | --x-librarie | --x-librari \ | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) ac_prev=x_libraries ;; -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) x_libraries=$ac_optarg ;; -*) as_fn_error $? "unrecognized option: \`$ac_option' Try \`$0 --help' for more information" ;; *=*) ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` # Reject names that are not valid shell variable names. case $ac_envvar in #( '' | [0-9]* | *[!_$as_cr_alnum]* ) as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; esac eval $ac_envvar=\$ac_optarg export $ac_envvar ;; *) # FIXME: should be removed in autoconf 3.0. $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" ;; esac done if test -n "$ac_prev"; then ac_option=--`echo $ac_prev | sed 's/_/-/g'` as_fn_error $? "missing argument to $ac_option" fi if test -n "$ac_unrecognized_opts"; then case $enable_option_checking in no) ;; fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; esac fi # Check all directory arguments for consistency. for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ datadir sysconfdir sharedstatedir localstatedir includedir \ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ libdir localedir mandir do eval ac_val=\$$ac_var # Remove trailing slashes. case $ac_val in */ ) ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` eval $ac_var=\$ac_val;; esac # Be sure to have absolute directory names. case $ac_val in [\\/$]* | ?:[\\/]* ) continue;; NONE | '' ) case $ac_var in *prefix ) continue;; esac;; esac as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" done # There might be people who depend on the old broken behavior: `$host' # used to hold the argument of --host etc. # FIXME: To remove some day. build=$build_alias host=$host_alias target=$target_alias # FIXME: To remove some day. if test "x$host_alias" != x; then if test "x$build_alias" = x; then cross_compiling=maybe elif test "x$build_alias" != "x$host_alias"; then cross_compiling=yes fi fi ac_tool_prefix= test -n "$host_alias" && ac_tool_prefix=$host_alias- test "$silent" = yes && exec 6>/dev/null ac_pwd=`pwd` && test -n "$ac_pwd" && ac_ls_di=`ls -di .` && ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || as_fn_error $? "working directory cannot be determined" test "X$ac_ls_di" = "X$ac_pwd_ls_di" || as_fn_error $? "pwd does not report name of working directory" # Find the source files, if location was not specified. if test -z "$srcdir"; then ac_srcdir_defaulted=yes # Try the directory containing this script, then the parent directory. ac_confdir=`$as_dirname -- "$as_myself" || $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_myself" : 'X\(//\)[^/]' \| \ X"$as_myself" : 'X\(//\)$' \| \ X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$as_myself" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` srcdir=$ac_confdir if test ! -r "$srcdir/$ac_unique_file"; then srcdir=.. fi else ac_srcdir_defaulted=no fi if test ! -r "$srcdir/$ac_unique_file"; then test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" fi ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" ac_abs_confdir=`( cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" pwd)` # When building in place, set srcdir=. if test "$ac_abs_confdir" = "$ac_pwd"; then srcdir=. fi # Remove unnecessary trailing slashes from srcdir. # Double slashes in file names in object file debugging info # mess up M-x gdb in Emacs. case $srcdir in */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; esac for ac_var in $ac_precious_vars; do eval ac_env_${ac_var}_set=\${${ac_var}+set} eval ac_env_${ac_var}_value=\$${ac_var} eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} eval ac_cv_env_${ac_var}_value=\$${ac_var} done # # Report the --help message. # if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF \`configure' configures this package to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... To assign environment variables (e.g., CC, CFLAGS...), specify them as VAR=VALUE. See below for descriptions of some of the useful variables. Defaults for the options are specified in brackets. Configuration: -h, --help display this help and exit --help=short display options specific to this package --help=recursive display the short help of all the included packages -V, --version display version information and exit -q, --quiet, --silent do not print \`checking ...' messages --cache-file=FILE cache test results in FILE [disabled] -C, --config-cache alias for \`--cache-file=config.cache' -n, --no-create do not create output files --srcdir=DIR find the sources in DIR [configure dir or \`..'] Installation directories: --prefix=PREFIX install architecture-independent files in PREFIX [$ac_default_prefix] --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX [PREFIX] By default, \`make install' will install all the files in \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify an installation prefix other than \`$ac_default_prefix' using \`--prefix', for instance \`--prefix=\$HOME'. For better control, use the options below. Fine tuning of the installation directories: --bindir=DIR user executables [EPREFIX/bin] --sbindir=DIR system admin executables [EPREFIX/sbin] --libexecdir=DIR program executables [EPREFIX/libexec] --sysconfdir=DIR read-only single-machine data [PREFIX/etc] --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] --localstatedir=DIR modifiable single-machine data [PREFIX/var] --libdir=DIR object code libraries [EPREFIX/lib] --includedir=DIR C header files [PREFIX/include] --oldincludedir=DIR C header files for non-gcc [/usr/include] --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] --datadir=DIR read-only architecture-independent data [DATAROOTDIR] --infodir=DIR info documentation [DATAROOTDIR/info] --localedir=DIR locale-dependent data [DATAROOTDIR/locale] --mandir=DIR man documentation [DATAROOTDIR/man] --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE] --htmldir=DIR html documentation [DOCDIR] --dvidir=DIR dvi documentation [DOCDIR] --pdfdir=DIR pdf documentation [DOCDIR] --psdir=DIR ps documentation [DOCDIR] _ACEOF cat <<\_ACEOF Program names: --program-prefix=PREFIX prepend PREFIX to installed program names --program-suffix=SUFFIX append SUFFIX to installed program names --program-transform-name=PROGRAM run sed PROGRAM on installed program names System types: --build=BUILD configure for building on BUILD [guessed] --host=HOST cross-compile to build programs to run on HOST [BUILD] _ACEOF fi if test -n "$ac_init_help"; then cat <<\_ACEOF Optional Features: --disable-option-checking ignore unrecognized --enable/--with options --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] --enable-silent-rules less verbose build output (undo: "make V=1") --disable-silent-rules verbose build output (undo: "make V=0") --enable-maintainer-mode enable make rules and dependencies not useful (and sometimes confusing) to the casual installer --enable-dependency-tracking do not reject slow dependency extractors --disable-dependency-tracking speeds up one-time build --disable-rpath do not hardcode runtime library paths --disable-nls do not use Native Language Support --enable-more-warnings Maximum compiler warnings --enable-documentation build documentation Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --with-gnu-ld assume the C compiler uses GNU ld [default=no] --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib --without-libiconv-prefix don't search for libiconv in includedir and libdir --with-libintl-prefix[=DIR] search for libintl in DIR/include and DIR/lib --without-libintl-prefix don't search for libintl in includedir and libdir Some influential environment variables: CC C compiler command CFLAGS C compiler flags LDFLAGS linker flags, e.g. -L if you have libraries in a nonstandard directory LIBS libraries to pass to the linker, e.g. -l CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I if you have headers in a nonstandard directory CPP C preprocessor Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. Report bugs to the package provider. _ACEOF ac_status=$? fi if test "$ac_init_help" = "recursive"; then # If there are subdirs, report their specific --help. for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue test -d "$ac_dir" || { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || continue ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; esac ;; esac ac_abs_top_builddir=$ac_pwd ac_abs_builddir=$ac_pwd$ac_dir_suffix # for backward compatibility: ac_top_builddir=$ac_top_build_prefix case $srcdir in .) # We are building in place. ac_srcdir=. ac_top_srcdir=$ac_top_builddir_sub ac_abs_top_srcdir=$ac_pwd ;; [\\/]* | ?:[\\/]* ) # Absolute name. ac_srcdir=$srcdir$ac_dir_suffix; ac_top_srcdir=$srcdir ac_abs_top_srcdir=$srcdir ;; *) # Relative name. ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix ac_top_srcdir=$ac_top_build_prefix$srcdir ac_abs_top_srcdir=$ac_pwd/$srcdir ;; esac ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix cd "$ac_dir" || { ac_status=$?; continue; } # Check for guested configure. if test -f "$ac_srcdir/configure.gnu"; then echo && $SHELL "$ac_srcdir/configure.gnu" --help=recursive elif test -f "$ac_srcdir/configure"; then echo && $SHELL "$ac_srcdir/configure" --help=recursive else $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 fi || ac_status=$? cd "$ac_pwd" || { ac_status=$?; break; } done fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF configure generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. _ACEOF exit fi ## ------------------------ ## ## Autoconf initialization. ## ## ------------------------ ## # ac_fn_c_try_compile LINENO # -------------------------- # Try to compile conftest.$ac_ext, and return whether this succeeded. ac_fn_c_try_compile () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack rm -f conftest.$ac_objext if { { ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compile") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then : ac_retval=0 else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_compile # ac_fn_c_try_link LINENO # ----------------------- # Try to link conftest.$ac_ext, and return whether this succeeded. ac_fn_c_try_link () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack rm -f conftest.$ac_objext conftest$ac_exeext if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || test -x conftest$ac_exeext }; then : ac_retval=0 else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would # interfere with the next link command; also delete a directory that is # left behind by Apple's compiler. We do this before executing the actions. rm -rf conftest.dSYM conftest_ipa8_conftest.oo eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_link # ac_fn_c_try_cpp LINENO # ---------------------- # Try to preprocess conftest.$ac_ext, and return whether this succeeded. ac_fn_c_try_cpp () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if { { ac_try="$ac_cpp conftest.$ac_ext" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } > conftest.i && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then : ac_retval=0 else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_cpp # ac_fn_c_try_run LINENO # ---------------------- # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes # that executables *can* be run. ac_fn_c_try_run () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' { { case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_try") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; }; then : ac_retval=0 else $as_echo "$as_me: program exited with status $ac_status" >&5 $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=$ac_status fi rm -rf conftest.dSYM conftest_ipa8_conftest.oo eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_run cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by $as_me, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ _ACEOF exec 5>>config.log { cat <<_ASUNAME ## --------- ## ## Platform. ## ## --------- ## hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` uname -m = `(uname -m) 2>/dev/null || echo unknown` uname -r = `(uname -r) 2>/dev/null || echo unknown` uname -s = `(uname -s) 2>/dev/null || echo unknown` uname -v = `(uname -v) 2>/dev/null || echo unknown` /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` _ASUNAME as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. $as_echo "PATH: $as_dir" done IFS=$as_save_IFS } >&5 cat >&5 <<_ACEOF ## ----------- ## ## Core tests. ## ## ----------- ## _ACEOF # Keep a trace of the command line. # Strip out --no-create and --no-recursion so they do not pile up. # Strip out --silent because we don't want to record it for future runs. # Also quote any args containing shell meta-characters. # Make two passes to allow for proper duplicate-argument suppression. ac_configure_args= ac_configure_args0= ac_configure_args1= ac_must_keep_next=false for ac_pass in 1 2 do for ac_arg do case $ac_arg in -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil) continue ;; *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; esac case $ac_pass in 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; 2) as_fn_append ac_configure_args1 " '$ac_arg'" if test $ac_must_keep_next = true; then ac_must_keep_next=false # Got value, back to normal. else case $ac_arg in *=* | --config-cache | -C | -disable-* | --disable-* \ | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ | -with-* | --with-* | -without-* | --without-* | --x) case "$ac_configure_args0 " in "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; esac ;; -* ) ac_must_keep_next=true ;; esac fi as_fn_append ac_configure_args " '$ac_arg'" ;; esac done done { ac_configure_args0=; unset ac_configure_args0;} { ac_configure_args1=; unset ac_configure_args1;} # When interrupted or exit'd, cleanup temporary files, and complete # config.log. We remove comments because anyway the quotes in there # would cause problems or look ugly. # WARNING: Use '\'' to represent an apostrophe within the trap. # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. trap 'exit_status=$? # Save into config.log some information that might help in debugging. { echo $as_echo "## ---------------- ## ## Cache variables. ## ## ---------------- ##" echo # The following way of writing the cache mishandles newlines in values, ( for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do eval ac_val=\$$ac_var case $ac_val in #( *${as_nl}*) case $ac_var in #( *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( *) { eval $ac_var=; unset $ac_var;} ;; esac ;; esac done (set) 2>&1 | case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( *${as_nl}ac_space=\ *) sed -n \ "s/'\''/'\''\\\\'\'''\''/g; s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" ;; #( *) sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" ;; esac | sort ) echo $as_echo "## ----------------- ## ## Output variables. ## ## ----------------- ##" echo for ac_var in $ac_subst_vars do eval ac_val=\$$ac_var case $ac_val in *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac $as_echo "$ac_var='\''$ac_val'\''" done | sort echo if test -n "$ac_subst_files"; then $as_echo "## ------------------- ## ## File substitutions. ## ## ------------------- ##" echo for ac_var in $ac_subst_files do eval ac_val=\$$ac_var case $ac_val in *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac $as_echo "$ac_var='\''$ac_val'\''" done | sort echo fi if test -s confdefs.h; then $as_echo "## ----------- ## ## confdefs.h. ## ## ----------- ##" echo cat confdefs.h echo fi test "$ac_signal" != 0 && $as_echo "$as_me: caught signal $ac_signal" $as_echo "$as_me: exit $exit_status" } >&5 rm -f core *.core core.conftest.* && rm -f -r conftest* confdefs* conf$$* $ac_clean_files && exit $exit_status ' 0 for ac_signal in 1 2 13 15; do trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal done ac_signal=0 # confdefs.h avoids OS command line length limits that DEFS can exceed. rm -f -r conftest* confdefs.h $as_echo "/* confdefs.h */" > confdefs.h # Predefined preprocessor variables. cat >>confdefs.h <<_ACEOF #define PACKAGE_NAME "$PACKAGE_NAME" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_TARNAME "$PACKAGE_TARNAME" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_VERSION "$PACKAGE_VERSION" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_STRING "$PACKAGE_STRING" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_URL "$PACKAGE_URL" _ACEOF # Let the site file select an alternate cache file if it wants to. # Prefer an explicitly selected file to automatically selected ones. ac_site_file1=NONE ac_site_file2=NONE if test -n "$CONFIG_SITE"; then # We do not want a PATH search for config.site. case $CONFIG_SITE in #(( -*) ac_site_file1=./$CONFIG_SITE;; */*) ac_site_file1=$CONFIG_SITE;; *) ac_site_file1=./$CONFIG_SITE;; esac elif test "x$prefix" != xNONE; then ac_site_file1=$prefix/share/config.site ac_site_file2=$prefix/etc/config.site else ac_site_file1=$ac_default_prefix/share/config.site ac_site_file2=$ac_default_prefix/etc/config.site fi for ac_site_file in "$ac_site_file1" "$ac_site_file2" do test "x$ac_site_file" = xNONE && continue if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 $as_echo "$as_me: loading site script $ac_site_file" >&6;} sed 's/^/| /' "$ac_site_file" >&5 . "$ac_site_file" \ || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "failed to load site script $ac_site_file See \`config.log' for more details" "$LINENO" 5; } fi done if test -r "$cache_file"; then # Some versions of bash will fail to source /dev/null (special files # actually), so we avoid doing that. DJGPP emulates it as a regular file. if test /dev/null != "$cache_file" && test -f "$cache_file"; then { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 $as_echo "$as_me: loading cache $cache_file" >&6;} case $cache_file in [\\/]* | ?:[\\/]* ) . "$cache_file";; *) . "./$cache_file";; esac fi else { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 $as_echo "$as_me: creating cache $cache_file" >&6;} >$cache_file fi gt_needs="$gt_needs " # Check that the precious variables saved in the cache have kept the same # value. ac_cache_corrupted=false for ac_var in $ac_precious_vars; do eval ac_old_set=\$ac_cv_env_${ac_var}_set eval ac_new_set=\$ac_env_${ac_var}_set eval ac_old_val=\$ac_cv_env_${ac_var}_value eval ac_new_val=\$ac_env_${ac_var}_value case $ac_old_set,$ac_new_set in set,) { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} ac_cache_corrupted=: ;; ,set) { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} ac_cache_corrupted=: ;; ,);; *) if test "x$ac_old_val" != "x$ac_new_val"; then # differences in whitespace do not lead to failure. ac_old_val_w=`echo x $ac_old_val` ac_new_val_w=`echo x $ac_new_val` if test "$ac_old_val_w" != "$ac_new_val_w"; then { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} ac_cache_corrupted=: else { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} eval $ac_var=\$ac_old_val fi { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} fi;; esac # Pass precious variables to config.status. if test "$ac_new_set" = set; then case $ac_new_val in *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; *) ac_arg=$ac_var=$ac_new_val ;; esac case " $ac_configure_args " in *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. *) as_fn_append ac_configure_args " '$ac_arg'" ;; esac fi done if $ac_cache_corrupted; then { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 fi ## -------------------- ## ## Main body of script. ## ## -------------------- ## ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu am__api_version='1.15' ac_aux_dir= for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do if test -f "$ac_dir/install-sh"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/install-sh -c" break elif test -f "$ac_dir/install.sh"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/install.sh -c" break elif test -f "$ac_dir/shtool"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/shtool install -c" break fi done if test -z "$ac_aux_dir"; then as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 fi # These three variables are undocumented and unsupported, # and are intended to be withdrawn in a future Autoconf release. # They can cause serious problems if a builder's source tree is in a directory # whose full name contains unusual characters. ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or # incompatible versions: # SysV /etc/install, /usr/sbin/install # SunOS /usr/etc/install # IRIX /sbin/install # AIX /bin/install # AmigaOS /C/install, which installs bootblocks on floppy discs # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag # AFS /usr/afsws/bin/install, which mishandles nonexistent args # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" # OS/2's system install, which has a completely different semantic # ./install, which can be erroneously created by make from ./install.sh. # Reject install programs that cannot install multiple files. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 $as_echo_n "checking for a BSD-compatible install... " >&6; } if test -z "$INSTALL"; then if ${ac_cv_path_install+:} false; then : $as_echo_n "(cached) " >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. # Account for people who put trailing slashes in PATH elements. case $as_dir/ in #(( ./ | .// | /[cC]/* | \ /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ /usr/ucb/* ) ;; *) # OSF1 and SCO ODT 3.0 have their own names for install. # Don't use installbsd from OSF since it installs stuff as root # by default. for ac_prog in ginstall scoinst install; do for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then if test $ac_prog = install && grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then # AIX install. It has an incompatible calling convention. : elif test $ac_prog = install && grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then # program-specific install script used by HP pwplus--don't use. : else rm -rf conftest.one conftest.two conftest.dir echo one > conftest.one echo two > conftest.two mkdir conftest.dir if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && test -s conftest.one && test -s conftest.two && test -s conftest.dir/conftest.one && test -s conftest.dir/conftest.two then ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" break 3 fi fi fi done done ;; esac done IFS=$as_save_IFS rm -rf conftest.one conftest.two conftest.dir fi if test "${ac_cv_path_install+set}" = set; then INSTALL=$ac_cv_path_install else # As a last resort, use the slow shell script. Don't cache a # value for INSTALL within a source directory, because that will # break other packages using the cache if that directory is # removed, or if the value is a relative name. INSTALL=$ac_install_sh fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 $as_echo "$INSTALL" >&6; } # Use test -z because SunOS4 sh mishandles braces in ${var-val}. # It thinks the first close brace ends the variable substitution. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 $as_echo_n "checking whether build environment is sane... " >&6; } # Reject unsafe characters in $srcdir or the absolute working directory # name. Accept space and tab only in the latter. am_lf=' ' case `pwd` in *[\\\"\#\$\&\'\`$am_lf]*) as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; esac case $srcdir in *[\\\"\#\$\&\'\`$am_lf\ \ ]*) as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; esac # Do 'set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( am_has_slept=no for am_try in 1 2; do echo "timestamp, slept: $am_has_slept" > conftest.file set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` if test "$*" = "X"; then # -L didn't work. set X `ls -t "$srcdir/configure" conftest.file` fi if test "$*" != "X $srcdir/configure conftest.file" \ && test "$*" != "X conftest.file $srcdir/configure"; then # If neither matched, then we have a broken ls. This can happen # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". as_fn_error $? "ls -t appears to fail. Make sure there is not a broken alias in your environment" "$LINENO" 5 fi if test "$2" = conftest.file || test $am_try -eq 2; then break fi # Just in case. sleep 1 am_has_slept=yes done test "$2" = conftest.file ) then # Ok. : else as_fn_error $? "newly created file is older than distributed files! Check your system clock" "$LINENO" 5 fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } # If we didn't sleep, we still need to ensure time stamps of config.status and # generated files are strictly newer. am_sleep_pid= if grep 'slept: no' conftest.file >/dev/null 2>&1; then ( sleep 1 ) & am_sleep_pid=$! fi rm -f conftest.file test "$program_prefix" != NONE && program_transform_name="s&^&$program_prefix&;$program_transform_name" # Use a double $ so make ignores it. test "$program_suffix" != NONE && program_transform_name="s&\$&$program_suffix&;$program_transform_name" # Double any \ or $. # By default was `s,x,x', remove it if useless. ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` # Expand $ac_aux_dir to an absolute path. am_aux_dir=`cd "$ac_aux_dir" && pwd` if test x"${MISSING+set}" != xset; then case $am_aux_dir in *\ * | *\ *) MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; *) MISSING="\${SHELL} $am_aux_dir/missing" ;; esac fi # Use eval to expand $SHELL if eval "$MISSING --is-lightweight"; then am_missing_run="$MISSING " else am_missing_run= { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} fi if test x"${install_sh+set}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; *) install_sh="\${SHELL} $am_aux_dir/install-sh" esac fi # Installed binaries are usually stripped using 'strip' when the user # run "make install-strip". However 'strip' might not be the right # tool to use in cross-compilation environments, therefore Automake # will honor the 'STRIP' environment variable to overrule this program. if test "$cross_compiling" != no; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. set dummy ${ac_tool_prefix}strip; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_STRIP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$STRIP"; then ac_cv_prog_STRIP="$STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_STRIP="${ac_tool_prefix}strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi STRIP=$ac_cv_prog_STRIP if test -n "$STRIP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 $as_echo "$STRIP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_STRIP"; then ac_ct_STRIP=$STRIP # Extract the first word of "strip", so it can be a program name with args. set dummy strip; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_STRIP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_STRIP"; then ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_STRIP="strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP if test -n "$ac_ct_STRIP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 $as_echo "$ac_ct_STRIP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_STRIP" = x; then STRIP=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac STRIP=$ac_ct_STRIP fi else STRIP="$ac_cv_prog_STRIP" fi fi INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } if test -z "$MKDIR_P"; then if ${ac_cv_path_mkdir+:} false; then : $as_echo_n "(cached) " >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in mkdir gmkdir; do for ac_exec_ext in '' $ac_executable_extensions; do as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( 'mkdir (GNU coreutils) '* | \ 'mkdir (coreutils) '* | \ 'mkdir (fileutils) '4.1*) ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext break 3;; esac done done done IFS=$as_save_IFS fi test -d ./--version && rmdir ./--version if test "${ac_cv_path_mkdir+set}" = set; then MKDIR_P="$ac_cv_path_mkdir -p" else # As a last resort, use the slow shell script. Don't cache a # value for MKDIR_P within a source directory, because that will # break other packages using the cache if that directory is # removed, or if the value is a relative name. MKDIR_P="$ac_install_sh -d" fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 $as_echo "$MKDIR_P" >&6; } for ac_prog in gawk mawk nawk awk do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_AWK+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$AWK"; then ac_cv_prog_AWK="$AWK" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_AWK="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi AWK=$ac_cv_prog_AWK if test -n "$AWK"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 $as_echo "$AWK" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$AWK" && break done { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } set x ${MAKE-make} ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : $as_echo_n "(cached) " >&6 else cat >conftest.make <<\_ACEOF SHELL = /bin/sh all: @echo '@@@%%%=$(MAKE)=@@@%%%' _ACEOF # GNU make sometimes prints "make[1]: Entering ...", which would confuse us. case `${MAKE-make} -f conftest.make 2>/dev/null` in *@@@%%%=?*=@@@%%%*) eval ac_cv_prog_make_${ac_make}_set=yes;; *) eval ac_cv_prog_make_${ac_make}_set=no;; esac rm -f conftest.make fi if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } SET_MAKE= else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } SET_MAKE="MAKE=${MAKE-make}" fi rm -rf .tst 2>/dev/null mkdir .tst 2>/dev/null if test -d .tst; then am__leading_dot=. else am__leading_dot=_ fi rmdir .tst 2>/dev/null # Check whether --enable-silent-rules was given. if test "${enable_silent_rules+set}" = set; then : enableval=$enable_silent_rules; fi case $enable_silent_rules in # ((( yes) AM_DEFAULT_VERBOSITY=0;; no) AM_DEFAULT_VERBOSITY=1;; *) AM_DEFAULT_VERBOSITY=1;; esac am_make=${MAKE-make} { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 $as_echo_n "checking whether $am_make supports nested variables... " >&6; } if ${am_cv_make_support_nested_variables+:} false; then : $as_echo_n "(cached) " >&6 else if $as_echo 'TRUE=$(BAR$(V)) BAR0=false BAR1=true V=1 am__doit: @$(TRUE) .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then am_cv_make_support_nested_variables=yes else am_cv_make_support_nested_variables=no fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 $as_echo "$am_cv_make_support_nested_variables" >&6; } if test $am_cv_make_support_nested_variables = yes; then AM_V='$(V)' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' else AM_V=$AM_DEFAULT_VERBOSITY AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY fi AM_BACKSLASH='\' if test "`cd $srcdir && pwd`" != "`pwd`"; then # Use -I$(srcdir) only when $(srcdir) != ., so that make's output # is not polluted with repeated "-I." am__isrc=' -I$(srcdir)' # test to see if srcdir already configured if test -f $srcdir/config.status; then as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 fi fi # test whether we have cygpath if test -z "$CYGPATH_W"; then if (cygpath --version) >/dev/null 2>/dev/null; then CYGPATH_W='cygpath -w' else CYGPATH_W=echo fi fi # Define the identity of the package. PACKAGE=xdg-user-dirs VERSION=0.17 cat >>confdefs.h <<_ACEOF #define PACKAGE "$PACKAGE" _ACEOF cat >>confdefs.h <<_ACEOF #define VERSION "$VERSION" _ACEOF # Some tools Automake needs. ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} # For better backward compatibility. To be removed once Automake 1.9.x # dies out for good. For more background, see: # # mkdir_p='$(MKDIR_P)' # We need awk for the "check" target (and possibly the TAP driver). The # system "awk" is bad on some platforms. # Always define AMTAR for backward compatibility. Yes, it's still used # in the wild :-( We should find a proper way to deprecate it ... AMTAR='$${TAR-tar}' # We'll loop over all known methods to create a tar archive until one works. _am_tools='gnutar pax cpio none' am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' # POSIX will say in a future version that running "rm -f" with no argument # is OK; and we want to be able to make that assumption in our Makefile # recipes. So use an aggressive probe to check that the usage we want is # actually supported "in the wild" to an acceptable degree. # See automake bug#10828. # To make any issue more visible, cause the running configure to be aborted # by default if the 'rm' program in use doesn't match our expectations; the # user can still override this though. if rm -f && rm -fr && rm -rf; then : OK; else cat >&2 <<'END' Oops! Your 'rm' program seems unable to run without file operands specified on the command line, even when the '-f' option is present. This is contrary to the behaviour of most rm programs out there, and not conforming with the upcoming POSIX standard: Please tell bug-automake@gnu.org about your system, including the value of your $PATH and any error possibly output before this message. This can help us improve future automake versions. END if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then echo 'Configuration will proceed anyway, since you have set the' >&2 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 echo >&2 else cat >&2 <<'END' Aborting the configuration process, to ensure you take notice of the issue. You can download and install GNU coreutils to get an 'rm' implementation that behaves properly: . If you want to complete the configuration process using your problematic 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM to "yes", and re-run configure. END as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 fi fi ac_config_headers="$ac_config_headers config.h" { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 $as_echo_n "checking whether build environment is sane... " >&6; } # Reject unsafe characters in $srcdir or the absolute working directory # name. Accept space and tab only in the latter. am_lf=' ' case `pwd` in *[\\\"\#\$\&\'\`$am_lf]*) as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; esac case $srcdir in *[\\\"\#\$\&\'\`$am_lf\ \ ]*) as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; esac # Do 'set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( am_has_slept=no for am_try in 1 2; do echo "timestamp, slept: $am_has_slept" > conftest.file set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` if test "$*" = "X"; then # -L didn't work. set X `ls -t "$srcdir/configure" conftest.file` fi if test "$*" != "X $srcdir/configure conftest.file" \ && test "$*" != "X conftest.file $srcdir/configure"; then # If neither matched, then we have a broken ls. This can happen # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". as_fn_error $? "ls -t appears to fail. Make sure there is not a broken alias in your environment" "$LINENO" 5 fi if test "$2" = conftest.file || test $am_try -eq 2; then break fi # Just in case. sleep 1 am_has_slept=yes done test "$2" = conftest.file ) then # Ok. : else as_fn_error $? "newly created file is older than distributed files! Check your system clock" "$LINENO" 5 fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } # If we didn't sleep, we still need to ensure time stamps of config.status and # generated files are strictly newer. am_sleep_pid= if grep 'slept: no' conftest.file >/dev/null 2>&1; then ( sleep 1 ) & am_sleep_pid=$! fi rm -f conftest.file { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } # Check whether --enable-maintainer-mode was given. if test "${enable_maintainer_mode+set}" = set; then : enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval else USE_MAINTAINER_MODE=no fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5 $as_echo "$USE_MAINTAINER_MODE" >&6; } if test $USE_MAINTAINER_MODE = yes; then MAINTAINER_MODE_TRUE= MAINTAINER_MODE_FALSE='#' else MAINTAINER_MODE_TRUE='#' MAINTAINER_MODE_FALSE= fi MAINT=$MAINTAINER_MODE_TRUE DEPDIR="${am__leading_dot}deps" ac_config_commands="$ac_config_commands depfiles" am_make=${MAKE-make} cat > confinc << 'END' am__doit: @echo this is the am__doit target .PHONY: am__doit END # If we don't find an include directive, just comment out the code. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 $as_echo_n "checking for style of include used by $am_make... " >&6; } am__include="#" am__quote= _am_result=none # First try GNU make style include. echo "include confinc" > confmf # Ignore all kinds of additional output from 'make'. case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=include am__quote= _am_result=GNU ;; esac # Now try BSD make style include. if test "$am__include" = "#"; then echo '.include "confinc"' > confmf case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=.include am__quote="\"" _am_result=BSD ;; esac fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 $as_echo "$_am_result" >&6; } rm -f confinc confmf # Check whether --enable-dependency-tracking was given. if test "${enable_dependency_tracking+set}" = set; then : enableval=$enable_dependency_tracking; fi if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' am__nodep='_no' fi if test "x$enable_dependency_tracking" != xno; then AMDEP_TRUE= AMDEP_FALSE='#' else AMDEP_TRUE='#' AMDEP_FALSE= fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. set dummy ${ac_tool_prefix}gcc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC="${ac_tool_prefix}gcc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_CC"; then ac_ct_CC=$CC # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CC="gcc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 $as_echo "$ac_ct_CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi else CC="$ac_cv_prog_CC" fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. set dummy ${ac_tool_prefix}cc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC="${ac_tool_prefix}cc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi fi if test -z "$CC"; then # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else ac_prog_rejected=no as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then ac_prog_rejected=yes continue fi ac_cv_prog_CC="cc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS if test $ac_prog_rejected = yes; then # We found a bogon in the path, so make sure we never use it. set dummy $ac_cv_prog_CC shift if test $# != 0; then # We chose a different compiler from the bogus one. # However, it has the same basename, so the bogon will be chosen # first if we set CC to just the basename; use the full file name. shift ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" fi fi fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then for ac_prog in cl.exe do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$CC" && break done fi if test -z "$CC"; then ac_ct_CC=$CC for ac_prog in cl.exe do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CC="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 $as_echo "$ac_ct_CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$ac_ct_CC" && break done if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi fi fi test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "no acceptable C compiler found in \$PATH See \`config.log' for more details" "$LINENO" 5; } # Provide some information about the compiler. $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 set X $ac_compile ac_compiler=$2 for ac_option in --version -v -V -qversion; do { { ac_try="$ac_compiler $ac_option >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compiler $ac_option >&5") 2>conftest.err ac_status=$? if test -s conftest.err; then sed '10a\ ... rest of stderr output deleted ... 10q' conftest.err >conftest.er1 cat conftest.er1 >&5 fi rm -f conftest.er1 conftest.err $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } done cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" # Try to create an executable without -o first, disregard a.out. # It will help us diagnose broken compilers, and finding out an intuition # of exeext. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 $as_echo_n "checking whether the C compiler works... " >&6; } ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` # The possible output files: ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" ac_rmfiles= for ac_file in $ac_files do case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; * ) ac_rmfiles="$ac_rmfiles $ac_file";; esac done rm -f $ac_rmfiles if { { ac_try="$ac_link_default" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link_default") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then : # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' # in a Makefile. We should not override ac_cv_exeext if it was cached, # so that the user can short-circuit this test for compilers unknown to # Autoconf. for ac_file in $ac_files '' do test -f "$ac_file" || continue case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; [ab].out ) # We found the default executable, but exeext='' is most # certainly right. break;; *.* ) if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; then :; else ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` fi # We set ac_cv_exeext here because the later test for it is not # safe: cross compilers may not add the suffix if given an `-o' # argument, so we may need to know it at that point already. # Even if this section looks crufty: it has the advantage of # actually working. break;; * ) break;; esac done test "$ac_cv_exeext" = no && ac_cv_exeext= else ac_file='' fi if test -z "$ac_file"; then : { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error 77 "C compiler cannot create executables See \`config.log' for more details" "$LINENO" 5; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 $as_echo_n "checking for C compiler default output file name... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 $as_echo "$ac_file" >&6; } ac_exeext=$ac_cv_exeext rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out ac_clean_files=$ac_clean_files_save { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 $as_echo_n "checking for suffix of executables... " >&6; } if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then : # If both `conftest.exe' and `conftest' are `present' (well, observable) # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will # work properly (i.e., refer to `conftest.exe'), while it won't with # `rm'. for ac_file in conftest.exe conftest conftest.*; do test -f "$ac_file" || continue case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` break;; * ) break;; esac done else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot compute suffix of executables: cannot compile and link See \`config.log' for more details" "$LINENO" 5; } fi rm -f conftest conftest$ac_cv_exeext { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 $as_echo "$ac_cv_exeext" >&6; } rm -f conftest.$ac_ext EXEEXT=$ac_cv_exeext ac_exeext=$EXEEXT cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { FILE *f = fopen ("conftest.out", "w"); return ferror (f) || fclose (f) != 0; ; return 0; } _ACEOF ac_clean_files="$ac_clean_files conftest.out" # Check that the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 $as_echo_n "checking whether we are cross compiling... " >&6; } if test "$cross_compiling" != yes; then { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } if { ac_try='./conftest$ac_cv_exeext' { { case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_try") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; }; then cross_compiling=no else if test "$cross_compiling" = maybe; then cross_compiling=yes else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot run C compiled programs. If you meant to cross compile, use \`--host'. See \`config.log' for more details" "$LINENO" 5; } fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 $as_echo "$cross_compiling" >&6; } rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out ac_clean_files=$ac_clean_files_save { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 $as_echo_n "checking for suffix of object files... " >&6; } if ${ac_cv_objext+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.o conftest.obj if { { ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compile") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then : for ac_file in conftest.o conftest.obj conftest.*; do test -f "$ac_file" || continue; case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` break;; esac done else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot compute suffix of object files: cannot compile See \`config.log' for more details" "$LINENO" 5; } fi rm -f conftest.$ac_cv_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 $as_echo "$ac_cv_objext" >&6; } OBJEXT=$ac_cv_objext ac_objext=$OBJEXT { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } if ${ac_cv_c_compiler_gnu+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { #ifndef __GNUC__ choke me #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_compiler_gnu=yes else ac_compiler_gnu=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_cv_c_compiler_gnu=$ac_compiler_gnu fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 $as_echo "$ac_cv_c_compiler_gnu" >&6; } if test $ac_compiler_gnu = yes; then GCC=yes else GCC= fi ac_test_CFLAGS=${CFLAGS+set} ac_save_CFLAGS=$CFLAGS { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 $as_echo_n "checking whether $CC accepts -g... " >&6; } if ${ac_cv_prog_cc_g+:} false; then : $as_echo_n "(cached) " >&6 else ac_save_c_werror_flag=$ac_c_werror_flag ac_c_werror_flag=yes ac_cv_prog_cc_g=no CFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_g=yes else CFLAGS="" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : else ac_c_werror_flag=$ac_save_c_werror_flag CFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_g=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_c_werror_flag=$ac_save_c_werror_flag fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 $as_echo "$ac_cv_prog_cc_g" >&6; } if test "$ac_test_CFLAGS" = set; then CFLAGS=$ac_save_CFLAGS elif test $ac_cv_prog_cc_g = yes; then if test "$GCC" = yes; then CFLAGS="-g -O2" else CFLAGS="-g" fi else if test "$GCC" = yes; then CFLAGS="-O2" else CFLAGS= fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } if ${ac_cv_prog_cc_c89+:} false; then : $as_echo_n "(cached) " >&6 else ac_cv_prog_cc_c89=no ac_save_CC=$CC cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include struct stat; /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); static char *e (p, i) char **p; int i; { return p[i]; } static char *f (char * (*g) (char **, int), char **p, ...) { char *s; va_list v; va_start (v,p); s = g (p, va_arg (v,int)); va_end (v); return s; } /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has function prototypes and stuff, but not '\xHH' hex character constants. These don't provoke an error unfortunately, instead are silently treated as 'x'. The following induces an error, until -std is added to get proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an array size at least. It's necessary to write '\x00'==0 to get something that's true only with -std. */ int osf4_cc_array ['\x00' == 0 ? 1 : -1]; /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters inside strings and character constants. */ #define FOO(x) 'x' int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); int argc; char **argv; int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } _ACEOF for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" do CC="$ac_save_CC $ac_arg" if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_c89=$ac_arg fi rm -f core conftest.err conftest.$ac_objext test "x$ac_cv_prog_cc_c89" != "xno" && break done rm -f conftest.$ac_ext CC=$ac_save_CC fi # AC_CACHE_VAL case "x$ac_cv_prog_cc_c89" in x) { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 $as_echo "none needed" >&6; } ;; xno) { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 $as_echo "unsupported" >&6; } ;; *) CC="$CC $ac_cv_prog_cc_c89" { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; esac if test "x$ac_cv_prog_cc_c89" != xno; then : fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; } if ${am_cv_prog_cc_c_o+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF # Make sure it works both with $CC and with simple cc. # Following AC_PROG_CC_C_O, we do the test twice because some # compilers refuse to overwrite an existing .o file with -o, # though they will create one. am_cv_prog_cc_c_o=yes for am_i in 1 2; do if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } \ && test -f conftest2.$ac_objext; then : OK else am_cv_prog_cc_c_o=no break fi done rm -f core conftest* unset am_i fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 $as_echo "$am_cv_prog_cc_c_o" >&6; } if test "$am_cv_prog_cc_c_o" != yes; then # Losing compiler, so override with the script. # FIXME: It is wrong to rewrite CC. # But if we don't then we get into trouble of one sort or another. # A longer-term fix would be to have automake use am__CC in this case, # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" CC="$am_aux_dir/compile $CC" fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu depcc="$CC" am_compiler_list= { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 $as_echo_n "checking dependency style of $depcc... " >&6; } if ${am_cv_CC_dependencies_compiler_type+:} false; then : $as_echo_n "(cached) " >&6 else if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named 'D' -- because '-MD' means "put the output # in D". rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_CC_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` fi am__universal=false case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with # Solaris 10 /bin/sh. echo '/* dummy */' > sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf # We check with '-c' and '-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly # handle '-M -o', and we need to detect this. Also, some Intel # versions had trouble with output in subdirs. am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in gcc) # This depmode causes a compiler race in universal mode. test "$am__universal" = false || continue ;; nosideeffect) # After this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested. if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; msvc7 | msvc7msys | msvisualcpp | msvcmsys) # This compiler won't grok '-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} am__minus_obj= ;; none) break ;; esac if depmode=$depmode \ source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep $am__obj sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thusly: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_CC_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_CC_dependencies_compiler_type=none fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type if test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then am__fastdepCC_TRUE= am__fastdepCC_FALSE='#' else am__fastdepCC_TRUE='#' am__fastdepCC_FALSE= fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5 $as_echo_n "checking for an ANSI C-conforming const... " >&6; } if ${ac_cv_c_const+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { #ifndef __cplusplus /* Ultrix mips cc rejects this sort of thing. */ typedef int charset[2]; const charset cs = { 0, 0 }; /* SunOS 4.1.1 cc rejects this. */ char const *const *pcpcc; char **ppc; /* NEC SVR4.0.2 mips cc rejects this. */ struct point {int x, y;}; static struct point const zero = {0,0}; /* AIX XL C 1.02.0.0 rejects this. It does not let you subtract one const X* pointer from another in an arm of an if-expression whose if-part is not a constant expression */ const char *g = "string"; pcpcc = &g + (g ? g-g : 0); /* HPUX 7.0 cc rejects these. */ ++pcpcc; ppc = (char**) pcpcc; pcpcc = (char const *const *) ppc; { /* SCO 3.2v4 cc rejects this sort of thing. */ char tx; char *t = &tx; char const *s = 0 ? (char *) 0 : (char const *) 0; *t++ = 0; if (s) return 0; } { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ int x[] = {25, 17}; const int *foo = &x[0]; ++foo; } { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ typedef const int *iptr; iptr p = 0; ++p; } { /* AIX XL C 1.02.0.0 rejects this sort of thing, saying "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ struct s { int j; const int *ap[3]; } bx; struct s *b = &bx; b->j = 5; } { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ const int foo = 10; if (!foo) return 0; } return !cs[0] && !zero.x; #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_c_const=yes else ac_cv_c_const=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5 $as_echo "$ac_cv_c_const" >&6; } if test $ac_cv_c_const = no; then $as_echo "#define const /**/" >>confdefs.h fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5 $as_echo_n "checking for library containing strerror... " >&6; } if ${ac_cv_search_strerror+:} false; then : $as_echo_n "(cached) " >&6 else ac_func_search_save_LIBS=$LIBS cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char strerror (); int main () { return strerror (); ; return 0; } _ACEOF for ac_lib in '' cposix; do if test -z "$ac_lib"; then ac_res="none required" else ac_res=-l$ac_lib LIBS="-l$ac_lib $ac_func_search_save_LIBS" fi if ac_fn_c_try_link "$LINENO"; then : ac_cv_search_strerror=$ac_res fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext if ${ac_cv_search_strerror+:} false; then : break fi done if ${ac_cv_search_strerror+:} false; then : else ac_cv_search_strerror=no fi rm conftest.$ac_ext LIBS=$ac_func_search_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5 $as_echo "$ac_cv_search_strerror" >&6; } ac_res=$ac_cv_search_strerror if test "$ac_res" != no; then : test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. set dummy ${ac_tool_prefix}gcc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC="${ac_tool_prefix}gcc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_CC"; then ac_ct_CC=$CC # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CC="gcc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 $as_echo "$ac_ct_CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi else CC="$ac_cv_prog_CC" fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. set dummy ${ac_tool_prefix}cc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC="${ac_tool_prefix}cc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi fi if test -z "$CC"; then # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else ac_prog_rejected=no as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then ac_prog_rejected=yes continue fi ac_cv_prog_CC="cc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS if test $ac_prog_rejected = yes; then # We found a bogon in the path, so make sure we never use it. set dummy $ac_cv_prog_CC shift if test $# != 0; then # We chose a different compiler from the bogus one. # However, it has the same basename, so the bogon will be chosen # first if we set CC to just the basename; use the full file name. shift ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" fi fi fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then for ac_prog in cl.exe do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$CC" && break done fi if test -z "$CC"; then ac_ct_CC=$CC for ac_prog in cl.exe do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CC="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 $as_echo "$ac_ct_CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$ac_ct_CC" && break done if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi fi fi test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "no acceptable C compiler found in \$PATH See \`config.log' for more details" "$LINENO" 5; } # Provide some information about the compiler. $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 set X $ac_compile ac_compiler=$2 for ac_option in --version -v -V -qversion; do { { ac_try="$ac_compiler $ac_option >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compiler $ac_option >&5") 2>conftest.err ac_status=$? if test -s conftest.err; then sed '10a\ ... rest of stderr output deleted ... 10q' conftest.err >conftest.er1 cat conftest.er1 >&5 fi rm -f conftest.er1 conftest.err $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } done { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } if ${ac_cv_c_compiler_gnu+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { #ifndef __GNUC__ choke me #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_compiler_gnu=yes else ac_compiler_gnu=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_cv_c_compiler_gnu=$ac_compiler_gnu fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 $as_echo "$ac_cv_c_compiler_gnu" >&6; } if test $ac_compiler_gnu = yes; then GCC=yes else GCC= fi ac_test_CFLAGS=${CFLAGS+set} ac_save_CFLAGS=$CFLAGS { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 $as_echo_n "checking whether $CC accepts -g... " >&6; } if ${ac_cv_prog_cc_g+:} false; then : $as_echo_n "(cached) " >&6 else ac_save_c_werror_flag=$ac_c_werror_flag ac_c_werror_flag=yes ac_cv_prog_cc_g=no CFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_g=yes else CFLAGS="" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : else ac_c_werror_flag=$ac_save_c_werror_flag CFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_g=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_c_werror_flag=$ac_save_c_werror_flag fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 $as_echo "$ac_cv_prog_cc_g" >&6; } if test "$ac_test_CFLAGS" = set; then CFLAGS=$ac_save_CFLAGS elif test $ac_cv_prog_cc_g = yes; then if test "$GCC" = yes; then CFLAGS="-g -O2" else CFLAGS="-g" fi else if test "$GCC" = yes; then CFLAGS="-O2" else CFLAGS= fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } if ${ac_cv_prog_cc_c89+:} false; then : $as_echo_n "(cached) " >&6 else ac_cv_prog_cc_c89=no ac_save_CC=$CC cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include struct stat; /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); static char *e (p, i) char **p; int i; { return p[i]; } static char *f (char * (*g) (char **, int), char **p, ...) { char *s; va_list v; va_start (v,p); s = g (p, va_arg (v,int)); va_end (v); return s; } /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has function prototypes and stuff, but not '\xHH' hex character constants. These don't provoke an error unfortunately, instead are silently treated as 'x'. The following induces an error, until -std is added to get proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an array size at least. It's necessary to write '\x00'==0 to get something that's true only with -std. */ int osf4_cc_array ['\x00' == 0 ? 1 : -1]; /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters inside strings and character constants. */ #define FOO(x) 'x' int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); int argc; char **argv; int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } _ACEOF for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" do CC="$ac_save_CC $ac_arg" if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_c89=$ac_arg fi rm -f core conftest.err conftest.$ac_objext test "x$ac_cv_prog_cc_c89" != "xno" && break done rm -f conftest.$ac_ext CC=$ac_save_CC fi # AC_CACHE_VAL case "x$ac_cv_prog_cc_c89" in x) { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 $as_echo "none needed" >&6; } ;; xno) { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 $as_echo "unsupported" >&6; } ;; *) CC="$CC $ac_cv_prog_cc_c89" { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; esac if test "x$ac_cv_prog_cc_c89" != xno; then : fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; } if ${am_cv_prog_cc_c_o+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF # Make sure it works both with $CC and with simple cc. # Following AC_PROG_CC_C_O, we do the test twice because some # compilers refuse to overwrite an existing .o file with -o, # though they will create one. am_cv_prog_cc_c_o=yes for am_i in 1 2; do if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } \ && test -f conftest2.$ac_objext; then : OK else am_cv_prog_cc_c_o=no break fi done rm -f core conftest* unset am_i fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 $as_echo "$am_cv_prog_cc_c_o" >&6; } if test "$am_cv_prog_cc_c_o" != yes; then # Losing compiler, so override with the script. # FIXME: It is wrong to rewrite CC. # But if we don't then we get into trouble of one sort or another. # A longer-term fix would be to have automake use am__CC in this case, # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" CC="$am_aux_dir/compile $CC" fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu depcc="$CC" am_compiler_list= { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 $as_echo_n "checking dependency style of $depcc... " >&6; } if ${am_cv_CC_dependencies_compiler_type+:} false; then : $as_echo_n "(cached) " >&6 else if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named 'D' -- because '-MD' means "put the output # in D". rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_CC_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` fi am__universal=false case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with # Solaris 10 /bin/sh. echo '/* dummy */' > sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf # We check with '-c' and '-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly # handle '-M -o', and we need to detect this. Also, some Intel # versions had trouble with output in subdirs. am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in gcc) # This depmode causes a compiler race in universal mode. test "$am__universal" = false || continue ;; nosideeffect) # After this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested. if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; msvc7 | msvc7msys | msvisualcpp | msvcmsys) # This compiler won't grok '-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} am__minus_obj= ;; none) break ;; esac if depmode=$depmode \ source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep $am__obj sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thusly: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_CC_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_CC_dependencies_compiler_type=none fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type if test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then am__fastdepCC_TRUE= am__fastdepCC_FALSE='#' else am__fastdepCC_TRUE='#' am__fastdepCC_FALSE= fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 $as_echo_n "checking how to run the C preprocessor... " >&6; } # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then CPP= fi if test -z "$CPP"; then if ${ac_cv_prog_CPP+:} false; then : $as_echo_n "(cached) " >&6 else # Double quotes because CPP needs to be expanded for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" do ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : else # Broken: fails on valid input. continue fi rm -f conftest.err conftest.i conftest.$ac_ext # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : # Broken: success on invalid input. continue else # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.i conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.i conftest.err conftest.$ac_ext if $ac_preproc_ok; then : break fi done ac_cv_prog_CPP=$CPP fi CPP=$ac_cv_prog_CPP else ac_cv_prog_CPP=$CPP fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 $as_echo "$CPP" >&6; } ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : else # Broken: fails on valid input. continue fi rm -f conftest.err conftest.i conftest.$ac_ext # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : # Broken: success on invalid input. continue else # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.i conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.i conftest.err conftest.$ac_ext if $ac_preproc_ok; then : else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "C preprocessor \"$CPP\" fails sanity check See \`config.log' for more details" "$LINENO" 5; } fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5 $as_echo_n "checking whether ln -s works... " >&6; } LN_S=$as_ln_s if test "$LN_S" = "ln -s"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5 $as_echo "no, using $LN_S" >&6; } fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } set x ${MAKE-make} ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : $as_echo_n "(cached) " >&6 else cat >conftest.make <<\_ACEOF SHELL = /bin/sh all: @echo '@@@%%%=$(MAKE)=@@@%%%' _ACEOF # GNU make sometimes prints "make[1]: Entering ...", which would confuse us. case `${MAKE-make} -f conftest.make 2>/dev/null` in *@@@%%%=?*=@@@%%%*) eval ac_cv_prog_make_${ac_make}_set=yes;; *) eval ac_cv_prog_make_${ac_make}_set=no;; esac rm -f conftest.make fi if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } SET_MAKE= else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } SET_MAKE="MAKE=${MAKE-make}" fi mkdir_p="$MKDIR_P" case $mkdir_p in [\\/$]* | ?:[\\/]*) ;; */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; esac # Make sure we can run config.sub. $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 $as_echo_n "checking build system type... " >&6; } if ${ac_cv_build+:} false; then : $as_echo_n "(cached) " >&6 else ac_build_alias=$build_alias test "x$ac_build_alias" = x && ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` test "x$ac_build_alias" = x && as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 $as_echo "$ac_cv_build" >&6; } case $ac_cv_build in *-*-*) ;; *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; esac build=$ac_cv_build ac_save_IFS=$IFS; IFS='-' set x $ac_cv_build shift build_cpu=$1 build_vendor=$2 shift; shift # Remember, the first character of IFS is used to create $*, # except with old shells: build_os=$* IFS=$ac_save_IFS case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 $as_echo_n "checking host system type... " >&6; } if ${ac_cv_host+:} false; then : $as_echo_n "(cached) " >&6 else if test "x$host_alias" = x; then ac_cv_host=$ac_cv_build else ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 $as_echo "$ac_cv_host" >&6; } case $ac_cv_host in *-*-*) ;; *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; esac host=$ac_cv_host ac_save_IFS=$IFS; IFS='-' set x $ac_cv_host shift host_cpu=$1 host_vendor=$2 shift; shift # Remember, the first character of IFS is used to create $*, # except with old shells: host_os=$* IFS=$ac_save_IFS case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac if test "X$prefix" = "XNONE"; then acl_final_prefix="$ac_default_prefix" else acl_final_prefix="$prefix" fi if test "X$exec_prefix" = "XNONE"; then acl_final_exec_prefix='${prefix}' else acl_final_exec_prefix="$exec_prefix" fi acl_save_prefix="$prefix" prefix="$acl_final_prefix" eval acl_final_exec_prefix=\"$acl_final_exec_prefix\" prefix="$acl_save_prefix" # Check whether --with-gnu-ld was given. if test "${with_gnu_ld+set}" = set; then : withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes else with_gnu_ld=no fi # Prepare PATH_SEPARATOR. # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which # contains only /bin. Note that ksh looks also at the FPATH variable, # so we have to set that as well for the test. PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ || PATH_SEPARATOR=';' } fi ac_prog=ld if test "$GCC" = yes; then # Check if gcc -print-prog-name=ld gives a path. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5 $as_echo_n "checking for ld used by $CC... " >&6; } case $host in *-*-mingw*) # gcc leaves a trailing carriage return which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; esac case $ac_prog in # Accept absolute paths. [\\/]* | ?:[\\/]*) re_direlt='/[^/][^/]*/\.\./' # Canonicalize the pathname of ld ac_prog=`echo "$ac_prog"| sed 's%\\\\%/%g'` while echo "$ac_prog" | grep "$re_direlt" > /dev/null 2>&1; do ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"` done test -z "$LD" && LD="$ac_prog" ;; "") # If it fails, then pretend we aren't using GCC. ac_prog=ld ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac elif test "$with_gnu_ld" = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5 $as_echo_n "checking for GNU ld... " >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 $as_echo_n "checking for non-GNU ld... " >&6; } fi if ${acl_cv_path_LD+:} false; then : $as_echo_n "(cached) " >&6 else if test -z "$LD"; then acl_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS="$acl_save_ifs" test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then acl_cv_path_LD="$ac_dir/$ac_prog" # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some variants of GNU ld only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$acl_cv_path_LD" -v 2>&1 &5 $as_echo "$LD" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } if ${acl_cv_prog_gnu_ld+:} false; then : $as_echo_n "(cached) " >&6 else # I'd rather use --version here, but apparently some GNU lds only accept -v. case `$LD -v 2>&1 &5 $as_echo "$acl_cv_prog_gnu_ld" >&6; } with_gnu_ld=$acl_cv_prog_gnu_ld { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5 $as_echo_n "checking for shared library run path origin... " >&6; } if ${acl_cv_rpath+:} false; then : $as_echo_n "(cached) " >&6 else CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \ ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh . ./conftest.sh rm -f ./conftest.sh acl_cv_rpath=done fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5 $as_echo "$acl_cv_rpath" >&6; } wl="$acl_cv_wl" acl_libext="$acl_cv_libext" acl_shlibext="$acl_cv_shlibext" acl_libname_spec="$acl_cv_libname_spec" acl_library_names_spec="$acl_cv_library_names_spec" acl_hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec" acl_hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator" acl_hardcode_direct="$acl_cv_hardcode_direct" acl_hardcode_minus_L="$acl_cv_hardcode_minus_L" # Check whether --enable-rpath was given. if test "${enable_rpath+set}" = set; then : enableval=$enable_rpath; : else enable_rpath=yes fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } if ${ac_cv_path_GREP+:} false; then : $as_echo_n "(cached) " >&6 else if test -z "$GREP"; then ac_path_GREP_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in grep ggrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_GREP" || continue # Check for GNU ac_path_GREP and select it if it is found. # Check for GNU $ac_path_GREP case `"$ac_path_GREP" --version 2>&1` in *GNU*) ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo 'GREP' >> "conftest.nl" "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_GREP_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_GREP_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_GREP"; then as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 fi else ac_cv_path_GREP=$GREP fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 $as_echo "$ac_cv_path_GREP" >&6; } GREP="$ac_cv_path_GREP" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 $as_echo_n "checking for egrep... " >&6; } if ${ac_cv_path_EGREP+:} false; then : $as_echo_n "(cached) " >&6 else if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 then ac_cv_path_EGREP="$GREP -E" else if test -z "$EGREP"; then ac_path_EGREP_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in egrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_EGREP" || continue # Check for GNU ac_path_EGREP and select it if it is found. # Check for GNU $ac_path_EGREP case `"$ac_path_EGREP" --version 2>&1` in *GNU*) ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo 'EGREP' >> "conftest.nl" "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_EGREP_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_EGREP_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_EGREP"; then as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 fi else ac_cv_path_EGREP=$EGREP fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 $as_echo "$ac_cv_path_EGREP" >&6; } EGREP="$ac_cv_path_EGREP" acl_libdirstem=lib acl_libdirstem2= case "$host_os" in solaris*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 64-bit host" >&5 $as_echo_n "checking for 64-bit host... " >&6; } if ${gl_cv_solaris_64bit+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef _LP64 sixtyfour bits #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "sixtyfour bits" >/dev/null 2>&1; then : gl_cv_solaris_64bit=yes else gl_cv_solaris_64bit=no fi rm -f conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_solaris_64bit" >&5 $as_echo "$gl_cv_solaris_64bit" >&6; } if test $gl_cv_solaris_64bit = yes; then acl_libdirstem=lib/64 case "$host_cpu" in sparc*) acl_libdirstem2=lib/sparcv9 ;; i*86 | x86_64) acl_libdirstem2=lib/amd64 ;; esac fi ;; *) searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'` if test -n "$searchpath"; then acl_save_IFS="${IFS= }"; IFS=":" for searchdir in $searchpath; do if test -d "$searchdir"; then case "$searchdir" in */lib64/ | */lib64 ) acl_libdirstem=lib64 ;; */../ | */.. ) # Better ignore directories of this form. They are misleading. ;; *) searchdir=`cd "$searchdir" && pwd` case "$searchdir" in */lib64 ) acl_libdirstem=lib64 ;; esac ;; esac fi done IFS="$acl_save_IFS" fi ;; esac test -n "$acl_libdirstem2" || acl_libdirstem2="$acl_libdirstem" use_additional=yes acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" # Check whether --with-libiconv-prefix was given. if test "${with_libiconv_prefix+set}" = set; then : withval=$with_libiconv_prefix; if test "X$withval" = "Xno"; then use_additional=no else if test "X$withval" = "X"; then acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" else additional_includedir="$withval/include" additional_libdir="$withval/$acl_libdirstem" if test "$acl_libdirstem2" != "$acl_libdirstem" \ && ! test -d "$withval/$acl_libdirstem"; then additional_libdir="$withval/$acl_libdirstem2" fi fi fi fi LIBICONV= LTLIBICONV= INCICONV= LIBICONV_PREFIX= HAVE_LIBICONV= rpathdirs= ltrpathdirs= names_already_handled= names_next_round='iconv ' while test -n "$names_next_round"; do names_this_round="$names_next_round" names_next_round= for name in $names_this_round; do already_handled= for n in $names_already_handled; do if test "$n" = "$name"; then already_handled=yes break fi done if test -z "$already_handled"; then names_already_handled="$names_already_handled $name" uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'` eval value=\"\$HAVE_LIB$uppername\" if test -n "$value"; then if test "$value" = yes; then eval value=\"\$LIB$uppername\" test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value" eval value=\"\$LTLIB$uppername\" test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value" else : fi else found_dir= found_la= found_so= found_a= eval libname=\"$acl_libname_spec\" # typically: libname=lib$name if test -n "$acl_shlibext"; then shrext=".$acl_shlibext" # typically: shrext=.so else shrext= fi if test $use_additional = yes; then dir="$additional_libdir" if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi fi if test "X$found_dir" = "X"; then for x in $LDFLAGS $LTLIBICONV; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" case "$x" in -L*) dir=`echo "X$x" | sed -e 's/^X-L//'` if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi ;; esac if test "X$found_dir" != "X"; then break fi done fi if test "X$found_dir" != "X"; then LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name" if test "X$found_so" != "X"; then if test "$enable_rpath" = no \ || test "X$found_dir" = "X/usr/$acl_libdirstem" \ || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" else haveit= for x in $ltrpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $found_dir" fi if test "$acl_hardcode_direct" = yes; then LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" else if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" haveit= for x in $rpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $found_dir" fi else haveit= for x in $LDFLAGS $LIBICONV; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir" fi if test "$acl_hardcode_minus_L" != no; then LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" else LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name" fi fi fi fi else if test "X$found_a" != "X"; then LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a" else LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name" fi fi additional_includedir= case "$found_dir" in */$acl_libdirstem | */$acl_libdirstem/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` if test "$name" = 'iconv'; then LIBICONV_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; */$acl_libdirstem2 | */$acl_libdirstem2/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'` if test "$name" = 'iconv'; then LIBICONV_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; esac if test "X$additional_includedir" != "X"; then if test "X$additional_includedir" != "X/usr/include"; then haveit= if test "X$additional_includedir" = "X/usr/local/include"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then for x in $CPPFLAGS $INCICONV; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-I$additional_includedir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_includedir"; then INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir" fi fi fi fi fi if test -n "$found_la"; then save_libdir="$libdir" case "$found_la" in */* | *\\*) . "$found_la" ;; *) . "./$found_la" ;; esac libdir="$save_libdir" for dep in $dependency_libs; do case "$dep" in -L*) additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \ && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then haveit= if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \ || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then haveit= for x in $LDFLAGS $LIBICONV; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir" fi fi haveit= for x in $LDFLAGS $LTLIBICONV; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir" fi fi fi fi ;; -R*) dir=`echo "X$dep" | sed -e 's/^X-R//'` if test "$enable_rpath" != no; then haveit= for x in $rpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $dir" fi haveit= for x in $ltrpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $dir" fi fi ;; -l*) names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` ;; *.la) names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` ;; *) LIBICONV="${LIBICONV}${LIBICONV:+ }$dep" LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep" ;; esac done fi else LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name" LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name" fi fi fi done done if test "X$rpathdirs" != "X"; then if test -n "$acl_hardcode_libdir_separator"; then alldirs= for found_dir in $rpathdirs; do alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir" done acl_save_libdir="$libdir" libdir="$alldirs" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIBICONV="${LIBICONV}${LIBICONV:+ }$flag" else for found_dir in $rpathdirs; do acl_save_libdir="$libdir" libdir="$found_dir" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIBICONV="${LIBICONV}${LIBICONV:+ }$flag" done fi fi if test "X$ltrpathdirs" != "X"; then for found_dir in $ltrpathdirs; do LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir" done fi am_save_CPPFLAGS="$CPPFLAGS" for element in $INCICONV; do haveit= for x in $CPPFLAGS; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X$element"; then haveit=yes break fi done if test -z "$haveit"; then CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element" fi done { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5 $as_echo_n "checking for iconv... " >&6; } if ${am_cv_func_iconv+:} false; then : $as_echo_n "(cached) " >&6 else am_cv_func_iconv="no, consider installing GNU libiconv" am_cv_lib_iconv=no cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main () { iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : am_cv_func_iconv=yes fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext if test "$am_cv_func_iconv" != yes; then am_save_LIBS="$LIBS" LIBS="$LIBS $LIBICONV" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main () { iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : am_cv_lib_iconv=yes am_cv_func_iconv=yes fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS="$am_save_LIBS" fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5 $as_echo "$am_cv_func_iconv" >&6; } if test "$am_cv_func_iconv" = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working iconv" >&5 $as_echo_n "checking for working iconv... " >&6; } if ${am_cv_func_iconv_works+:} false; then : $as_echo_n "(cached) " >&6 else am_save_LIBS="$LIBS" if test $am_cv_lib_iconv = yes; then LIBS="$LIBS $LIBICONV" fi am_cv_func_iconv_works=no for ac_iconv_const in '' 'const'; do if test "$cross_compiling" = yes; then : case "$host_os" in aix* | hpux*) am_cv_func_iconv_works="guessing no" ;; *) am_cv_func_iconv_works="guessing yes" ;; esac else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #ifndef ICONV_CONST # define ICONV_CONST $ac_iconv_const #endif int main () { int result = 0; /* Test against AIX 5.1 bug: Failures are not distinguishable from successful returns. */ { iconv_t cd_utf8_to_88591 = iconv_open ("ISO8859-1", "UTF-8"); if (cd_utf8_to_88591 != (iconv_t)(-1)) { static ICONV_CONST char input[] = "\342\202\254"; /* EURO SIGN */ char buf[10]; ICONV_CONST char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_utf8_to_88591, &inptr, &inbytesleft, &outptr, &outbytesleft); if (res == 0) result |= 1; iconv_close (cd_utf8_to_88591); } } /* Test against Solaris 10 bug: Failures are not distinguishable from successful returns. */ { iconv_t cd_ascii_to_88591 = iconv_open ("ISO8859-1", "646"); if (cd_ascii_to_88591 != (iconv_t)(-1)) { static ICONV_CONST char input[] = "\263"; char buf[10]; ICONV_CONST char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_ascii_to_88591, &inptr, &inbytesleft, &outptr, &outbytesleft); if (res == 0) result |= 2; iconv_close (cd_ascii_to_88591); } } /* Test against AIX 6.1..7.1 bug: Buffer overrun. */ { iconv_t cd_88591_to_utf8 = iconv_open ("UTF-8", "ISO-8859-1"); if (cd_88591_to_utf8 != (iconv_t)(-1)) { static ICONV_CONST char input[] = "\304"; static char buf[2] = { (char)0xDE, (char)0xAD }; ICONV_CONST char *inptr = input; size_t inbytesleft = 1; char *outptr = buf; size_t outbytesleft = 1; size_t res = iconv (cd_88591_to_utf8, &inptr, &inbytesleft, &outptr, &outbytesleft); if (res != (size_t)(-1) || outptr - buf > 1 || buf[1] != (char)0xAD) result |= 4; iconv_close (cd_88591_to_utf8); } } #if 0 /* This bug could be worked around by the caller. */ /* Test against HP-UX 11.11 bug: Positive return value instead of 0. */ { iconv_t cd_88591_to_utf8 = iconv_open ("utf8", "iso88591"); if (cd_88591_to_utf8 != (iconv_t)(-1)) { static ICONV_CONST char input[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337"; char buf[50]; ICONV_CONST char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_88591_to_utf8, &inptr, &inbytesleft, &outptr, &outbytesleft); if ((int)res > 0) result |= 8; iconv_close (cd_88591_to_utf8); } } #endif /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is provided. */ if (/* Try standardized names. */ iconv_open ("UTF-8", "EUC-JP") == (iconv_t)(-1) /* Try IRIX, OSF/1 names. */ && iconv_open ("UTF-8", "eucJP") == (iconv_t)(-1) /* Try AIX names. */ && iconv_open ("UTF-8", "IBM-eucJP") == (iconv_t)(-1) /* Try HP-UX names. */ && iconv_open ("utf8", "eucJP") == (iconv_t)(-1)) result |= 16; return result; ; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : am_cv_func_iconv_works=yes fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi test "$am_cv_func_iconv_works" = no || break done LIBS="$am_save_LIBS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv_works" >&5 $as_echo "$am_cv_func_iconv_works" >&6; } case "$am_cv_func_iconv_works" in *no) am_func_iconv=no am_cv_lib_iconv=no ;; *) am_func_iconv=yes ;; esac else am_func_iconv=no am_cv_lib_iconv=no fi if test "$am_func_iconv" = yes; then $as_echo "#define HAVE_ICONV 1" >>confdefs.h fi if test "$am_cv_lib_iconv" = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5 $as_echo_n "checking how to link with libiconv... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5 $as_echo "$LIBICONV" >&6; } else CPPFLAGS="$am_save_CPPFLAGS" LIBICONV= LTLIBICONV= fi if test "$am_cv_func_iconv" = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5 $as_echo_n "checking for iconv declaration... " >&6; } if ${am_cv_proto_iconv+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include extern #ifdef __cplusplus "C" #endif #if defined(__STDC__) || defined(_MSC_VER) || defined(__cplusplus) size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); #else size_t iconv(); #endif int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : am_cv_proto_iconv_arg1="" else am_cv_proto_iconv_arg1="const" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);" fi am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'` { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_proto_iconv" >&5 $as_echo " $am_cv_proto_iconv" >&6; } cat >>confdefs.h <<_ACEOF #define ICONV_CONST $am_cv_proto_iconv_arg1 _ACEOF fi GETTEXT_PACKAGE=xdg-user-dirs cat >>confdefs.h <<_ACEOF #define GETTEXT_PACKAGE "$GETTEXT_PACKAGE" _ACEOF { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 $as_echo_n "checking for a sed that does not truncate output... " >&6; } if ${ac_cv_path_SED+:} false; then : $as_echo_n "(cached) " >&6 else ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ for ac_i in 1 2 3 4 5 6 7; do ac_script="$ac_script$as_nl$ac_script" done echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed { ac_script=; unset ac_script;} if test -z "$SED"; then ac_path_SED_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in sed gsed; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_SED" || continue # Check for GNU ac_path_SED and select it if it is found. # Check for GNU $ac_path_SED case `"$ac_path_SED" --version 2>&1` in *GNU*) ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo '' >> "conftest.nl" "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_SED_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_SED="$ac_path_SED" ac_path_SED_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_SED_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_SED"; then as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5 fi else ac_cv_path_SED=$SED fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5 $as_echo "$ac_cv_path_SED" >&6; } SED="$ac_cv_path_SED" rm -f conftest.sed { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5 $as_echo_n "checking whether NLS is requested... " >&6; } # Check whether --enable-nls was given. if test "${enable_nls+set}" = set; then : enableval=$enable_nls; USE_NLS=$enableval else USE_NLS=yes fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5 $as_echo "$USE_NLS" >&6; } GETTEXT_MACRO_VERSION=0.19 # Prepare PATH_SEPARATOR. # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which # contains only /bin. Note that ksh looks also at the FPATH variable, # so we have to set that as well for the test. PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ || PATH_SEPARATOR=';' } fi # Find out how to test for executable files. Don't use a zero-byte file, # as systems may use methods other than mode bits to determine executability. cat >conf$$.file <<_ASEOF #! /bin/sh exit 0 _ASEOF chmod +x conf$$.file if test -x conf$$.file >/dev/null 2>&1; then ac_executable_p="test -x" else ac_executable_p="test -f" fi rm -f conf$$.file # Extract the first word of "msgfmt", so it can be a program name with args. set dummy msgfmt; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_MSGFMT+:} false; then : $as_echo_n "(cached) " >&6 else case "$MSGFMT" in [\\/]* | ?:[\\/]*) ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path. ;; *) ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS="$ac_save_IFS" test -z "$ac_dir" && ac_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then echo "$as_me: trying $ac_dir/$ac_word..." >&5 if $ac_dir/$ac_word --statistics /dev/null >&5 2>&1 && (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext" break 2 fi fi done done IFS="$ac_save_IFS" test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":" ;; esac fi MSGFMT="$ac_cv_path_MSGFMT" if test "$MSGFMT" != ":"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5 $as_echo "$MSGFMT" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi # Extract the first word of "gmsgfmt", so it can be a program name with args. set dummy gmsgfmt; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_GMSGFMT+:} false; then : $as_echo_n "(cached) " >&6 else case $GMSGFMT in [\\/]* | ?:[\\/]*) ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT" ;; esac fi GMSGFMT=$ac_cv_path_GMSGFMT if test -n "$GMSGFMT"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5 $as_echo "$GMSGFMT" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;; *) MSGFMT_015=$MSGFMT ;; esac case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;; *) GMSGFMT_015=$GMSGFMT ;; esac # Prepare PATH_SEPARATOR. # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which # contains only /bin. Note that ksh looks also at the FPATH variable, # so we have to set that as well for the test. PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ || PATH_SEPARATOR=';' } fi # Find out how to test for executable files. Don't use a zero-byte file, # as systems may use methods other than mode bits to determine executability. cat >conf$$.file <<_ASEOF #! /bin/sh exit 0 _ASEOF chmod +x conf$$.file if test -x conf$$.file >/dev/null 2>&1; then ac_executable_p="test -x" else ac_executable_p="test -f" fi rm -f conf$$.file # Extract the first word of "xgettext", so it can be a program name with args. set dummy xgettext; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_XGETTEXT+:} false; then : $as_echo_n "(cached) " >&6 else case "$XGETTEXT" in [\\/]* | ?:[\\/]*) ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path. ;; *) ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS="$ac_save_IFS" test -z "$ac_dir" && ac_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then echo "$as_me: trying $ac_dir/$ac_word..." >&5 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >&5 2>&1 && (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext" break 2 fi fi done done IFS="$ac_save_IFS" test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":" ;; esac fi XGETTEXT="$ac_cv_path_XGETTEXT" if test "$XGETTEXT" != ":"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5 $as_echo "$XGETTEXT" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi rm -f messages.po case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;; *) XGETTEXT_015=$XGETTEXT ;; esac # Prepare PATH_SEPARATOR. # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which # contains only /bin. Note that ksh looks also at the FPATH variable, # so we have to set that as well for the test. PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ || PATH_SEPARATOR=';' } fi # Find out how to test for executable files. Don't use a zero-byte file, # as systems may use methods other than mode bits to determine executability. cat >conf$$.file <<_ASEOF #! /bin/sh exit 0 _ASEOF chmod +x conf$$.file if test -x conf$$.file >/dev/null 2>&1; then ac_executable_p="test -x" else ac_executable_p="test -f" fi rm -f conf$$.file # Extract the first word of "msgmerge", so it can be a program name with args. set dummy msgmerge; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_MSGMERGE+:} false; then : $as_echo_n "(cached) " >&6 else case "$MSGMERGE" in [\\/]* | ?:[\\/]*) ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path. ;; *) ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS="$ac_save_IFS" test -z "$ac_dir" && ac_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then echo "$as_me: trying $ac_dir/$ac_word..." >&5 if $ac_dir/$ac_word --update -q /dev/null /dev/null >&5 2>&1; then ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext" break 2 fi fi done done IFS="$ac_save_IFS" test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":" ;; esac fi MSGMERGE="$ac_cv_path_MSGMERGE" if test "$MSGMERGE" != ":"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5 $as_echo "$MSGMERGE" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$localedir" || localedir='${datadir}/locale' test -n "${XGETTEXT_EXTRA_OPTIONS+set}" || XGETTEXT_EXTRA_OPTIONS= ac_config_commands="$ac_config_commands po-directories" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CFPreferencesCopyAppValue" >&5 $as_echo_n "checking for CFPreferencesCopyAppValue... " >&6; } if ${gt_cv_func_CFPreferencesCopyAppValue+:} false; then : $as_echo_n "(cached) " >&6 else gt_save_LIBS="$LIBS" LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { CFPreferencesCopyAppValue(NULL, NULL) ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : gt_cv_func_CFPreferencesCopyAppValue=yes else gt_cv_func_CFPreferencesCopyAppValue=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS="$gt_save_LIBS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_CFPreferencesCopyAppValue" >&5 $as_echo "$gt_cv_func_CFPreferencesCopyAppValue" >&6; } if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then $as_echo "#define HAVE_CFPREFERENCESCOPYAPPVALUE 1" >>confdefs.h fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CFLocaleCopyCurrent" >&5 $as_echo_n "checking for CFLocaleCopyCurrent... " >&6; } if ${gt_cv_func_CFLocaleCopyCurrent+:} false; then : $as_echo_n "(cached) " >&6 else gt_save_LIBS="$LIBS" LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { CFLocaleCopyCurrent(); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : gt_cv_func_CFLocaleCopyCurrent=yes else gt_cv_func_CFLocaleCopyCurrent=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS="$gt_save_LIBS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_CFLocaleCopyCurrent" >&5 $as_echo "$gt_cv_func_CFLocaleCopyCurrent" >&6; } if test $gt_cv_func_CFLocaleCopyCurrent = yes; then $as_echo "#define HAVE_CFLOCALECOPYCURRENT 1" >>confdefs.h fi INTL_MACOSX_LIBS= if test $gt_cv_func_CFPreferencesCopyAppValue = yes || test $gt_cv_func_CFLocaleCopyCurrent = yes; then INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation" fi LIBINTL= LTLIBINTL= POSUB= case " $gt_needs " in *" need-formatstring-macros "*) gt_api_version=3 ;; *" need-ngettext "*) gt_api_version=2 ;; *) gt_api_version=1 ;; esac gt_func_gnugettext_libc="gt_cv_func_gnugettext${gt_api_version}_libc" gt_func_gnugettext_libintl="gt_cv_func_gnugettext${gt_api_version}_libintl" if test "$USE_NLS" = "yes"; then gt_use_preinstalled_gnugettext=no if test $gt_api_version -ge 3; then gt_revision_test_code=' #ifndef __GNU_GETTEXT_SUPPORTED_REVISION #define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1) #endif typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1]; ' else gt_revision_test_code= fi if test $gt_api_version -ge 2; then gt_expression_test_code=' + * ngettext ("", "", 0)' else gt_expression_test_code= fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libc" >&5 $as_echo_n "checking for GNU gettext in libc... " >&6; } if eval \${$gt_func_gnugettext_libc+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #ifndef __GNU_GETTEXT_SUPPORTED_REVISION extern int _nl_msg_cat_cntr; extern int *_nl_domain_bindings; #define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *_nl_domain_bindings) #else #define __GNU_GETTEXT_SYMBOL_EXPRESSION 0 #endif $gt_revision_test_code int main () { bindtextdomain ("", ""); return * gettext ("")$gt_expression_test_code + __GNU_GETTEXT_SYMBOL_EXPRESSION ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : eval "$gt_func_gnugettext_libc=yes" else eval "$gt_func_gnugettext_libc=no" fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi eval ac_res=\$$gt_func_gnugettext_libc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then am_save_CPPFLAGS="$CPPFLAGS" for element in $INCICONV; do haveit= for x in $CPPFLAGS; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X$element"; then haveit=yes break fi done if test -z "$haveit"; then CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element" fi done { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5 $as_echo_n "checking for iconv... " >&6; } if ${am_cv_func_iconv+:} false; then : $as_echo_n "(cached) " >&6 else am_cv_func_iconv="no, consider installing GNU libiconv" am_cv_lib_iconv=no cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main () { iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : am_cv_func_iconv=yes fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext if test "$am_cv_func_iconv" != yes; then am_save_LIBS="$LIBS" LIBS="$LIBS $LIBICONV" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main () { iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : am_cv_lib_iconv=yes am_cv_func_iconv=yes fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS="$am_save_LIBS" fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5 $as_echo "$am_cv_func_iconv" >&6; } if test "$am_cv_func_iconv" = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working iconv" >&5 $as_echo_n "checking for working iconv... " >&6; } if ${am_cv_func_iconv_works+:} false; then : $as_echo_n "(cached) " >&6 else am_save_LIBS="$LIBS" if test $am_cv_lib_iconv = yes; then LIBS="$LIBS $LIBICONV" fi am_cv_func_iconv_works=no for ac_iconv_const in '' 'const'; do if test "$cross_compiling" = yes; then : case "$host_os" in aix* | hpux*) am_cv_func_iconv_works="guessing no" ;; *) am_cv_func_iconv_works="guessing yes" ;; esac else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #ifndef ICONV_CONST # define ICONV_CONST $ac_iconv_const #endif int main () { int result = 0; /* Test against AIX 5.1 bug: Failures are not distinguishable from successful returns. */ { iconv_t cd_utf8_to_88591 = iconv_open ("ISO8859-1", "UTF-8"); if (cd_utf8_to_88591 != (iconv_t)(-1)) { static ICONV_CONST char input[] = "\342\202\254"; /* EURO SIGN */ char buf[10]; ICONV_CONST char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_utf8_to_88591, &inptr, &inbytesleft, &outptr, &outbytesleft); if (res == 0) result |= 1; iconv_close (cd_utf8_to_88591); } } /* Test against Solaris 10 bug: Failures are not distinguishable from successful returns. */ { iconv_t cd_ascii_to_88591 = iconv_open ("ISO8859-1", "646"); if (cd_ascii_to_88591 != (iconv_t)(-1)) { static ICONV_CONST char input[] = "\263"; char buf[10]; ICONV_CONST char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_ascii_to_88591, &inptr, &inbytesleft, &outptr, &outbytesleft); if (res == 0) result |= 2; iconv_close (cd_ascii_to_88591); } } /* Test against AIX 6.1..7.1 bug: Buffer overrun. */ { iconv_t cd_88591_to_utf8 = iconv_open ("UTF-8", "ISO-8859-1"); if (cd_88591_to_utf8 != (iconv_t)(-1)) { static ICONV_CONST char input[] = "\304"; static char buf[2] = { (char)0xDE, (char)0xAD }; ICONV_CONST char *inptr = input; size_t inbytesleft = 1; char *outptr = buf; size_t outbytesleft = 1; size_t res = iconv (cd_88591_to_utf8, &inptr, &inbytesleft, &outptr, &outbytesleft); if (res != (size_t)(-1) || outptr - buf > 1 || buf[1] != (char)0xAD) result |= 4; iconv_close (cd_88591_to_utf8); } } #if 0 /* This bug could be worked around by the caller. */ /* Test against HP-UX 11.11 bug: Positive return value instead of 0. */ { iconv_t cd_88591_to_utf8 = iconv_open ("utf8", "iso88591"); if (cd_88591_to_utf8 != (iconv_t)(-1)) { static ICONV_CONST char input[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337"; char buf[50]; ICONV_CONST char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_88591_to_utf8, &inptr, &inbytesleft, &outptr, &outbytesleft); if ((int)res > 0) result |= 8; iconv_close (cd_88591_to_utf8); } } #endif /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is provided. */ if (/* Try standardized names. */ iconv_open ("UTF-8", "EUC-JP") == (iconv_t)(-1) /* Try IRIX, OSF/1 names. */ && iconv_open ("UTF-8", "eucJP") == (iconv_t)(-1) /* Try AIX names. */ && iconv_open ("UTF-8", "IBM-eucJP") == (iconv_t)(-1) /* Try HP-UX names. */ && iconv_open ("utf8", "eucJP") == (iconv_t)(-1)) result |= 16; return result; ; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : am_cv_func_iconv_works=yes fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi test "$am_cv_func_iconv_works" = no || break done LIBS="$am_save_LIBS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv_works" >&5 $as_echo "$am_cv_func_iconv_works" >&6; } case "$am_cv_func_iconv_works" in *no) am_func_iconv=no am_cv_lib_iconv=no ;; *) am_func_iconv=yes ;; esac else am_func_iconv=no am_cv_lib_iconv=no fi if test "$am_func_iconv" = yes; then $as_echo "#define HAVE_ICONV 1" >>confdefs.h fi if test "$am_cv_lib_iconv" = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5 $as_echo_n "checking how to link with libiconv... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5 $as_echo "$LIBICONV" >&6; } else CPPFLAGS="$am_save_CPPFLAGS" LIBICONV= LTLIBICONV= fi use_additional=yes acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" # Check whether --with-libintl-prefix was given. if test "${with_libintl_prefix+set}" = set; then : withval=$with_libintl_prefix; if test "X$withval" = "Xno"; then use_additional=no else if test "X$withval" = "X"; then acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" else additional_includedir="$withval/include" additional_libdir="$withval/$acl_libdirstem" if test "$acl_libdirstem2" != "$acl_libdirstem" \ && ! test -d "$withval/$acl_libdirstem"; then additional_libdir="$withval/$acl_libdirstem2" fi fi fi fi LIBINTL= LTLIBINTL= INCINTL= LIBINTL_PREFIX= HAVE_LIBINTL= rpathdirs= ltrpathdirs= names_already_handled= names_next_round='intl ' while test -n "$names_next_round"; do names_this_round="$names_next_round" names_next_round= for name in $names_this_round; do already_handled= for n in $names_already_handled; do if test "$n" = "$name"; then already_handled=yes break fi done if test -z "$already_handled"; then names_already_handled="$names_already_handled $name" uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'` eval value=\"\$HAVE_LIB$uppername\" if test -n "$value"; then if test "$value" = yes; then eval value=\"\$LIB$uppername\" test -z "$value" || LIBINTL="${LIBINTL}${LIBINTL:+ }$value" eval value=\"\$LTLIB$uppername\" test -z "$value" || LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$value" else : fi else found_dir= found_la= found_so= found_a= eval libname=\"$acl_libname_spec\" # typically: libname=lib$name if test -n "$acl_shlibext"; then shrext=".$acl_shlibext" # typically: shrext=.so else shrext= fi if test $use_additional = yes; then dir="$additional_libdir" if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi fi if test "X$found_dir" = "X"; then for x in $LDFLAGS $LTLIBINTL; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" case "$x" in -L*) dir=`echo "X$x" | sed -e 's/^X-L//'` if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi ;; esac if test "X$found_dir" != "X"; then break fi done fi if test "X$found_dir" != "X"; then LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$found_dir -l$name" if test "X$found_so" != "X"; then if test "$enable_rpath" = no \ || test "X$found_dir" = "X/usr/$acl_libdirstem" \ || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so" else haveit= for x in $ltrpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $found_dir" fi if test "$acl_hardcode_direct" = yes; then LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so" else if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so" haveit= for x in $rpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $found_dir" fi else haveit= for x in $LDFLAGS $LIBINTL; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir" fi if test "$acl_hardcode_minus_L" != no; then LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so" else LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name" fi fi fi fi else if test "X$found_a" != "X"; then LIBINTL="${LIBINTL}${LIBINTL:+ }$found_a" else LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir -l$name" fi fi additional_includedir= case "$found_dir" in */$acl_libdirstem | */$acl_libdirstem/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` if test "$name" = 'intl'; then LIBINTL_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; */$acl_libdirstem2 | */$acl_libdirstem2/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'` if test "$name" = 'intl'; then LIBINTL_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; esac if test "X$additional_includedir" != "X"; then if test "X$additional_includedir" != "X/usr/include"; then haveit= if test "X$additional_includedir" = "X/usr/local/include"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then for x in $CPPFLAGS $INCINTL; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-I$additional_includedir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_includedir"; then INCINTL="${INCINTL}${INCINTL:+ }-I$additional_includedir" fi fi fi fi fi if test -n "$found_la"; then save_libdir="$libdir" case "$found_la" in */* | *\\*) . "$found_la" ;; *) . "./$found_la" ;; esac libdir="$save_libdir" for dep in $dependency_libs; do case "$dep" in -L*) additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \ && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then haveit= if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \ || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then haveit= for x in $LDFLAGS $LIBINTL; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then LIBINTL="${LIBINTL}${LIBINTL:+ }-L$additional_libdir" fi fi haveit= for x in $LDFLAGS $LTLIBINTL; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$additional_libdir" fi fi fi fi ;; -R*) dir=`echo "X$dep" | sed -e 's/^X-R//'` if test "$enable_rpath" != no; then haveit= for x in $rpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $dir" fi haveit= for x in $ltrpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $dir" fi fi ;; -l*) names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` ;; *.la) names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` ;; *) LIBINTL="${LIBINTL}${LIBINTL:+ }$dep" LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$dep" ;; esac done fi else LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name" LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-l$name" fi fi fi done done if test "X$rpathdirs" != "X"; then if test -n "$acl_hardcode_libdir_separator"; then alldirs= for found_dir in $rpathdirs; do alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir" done acl_save_libdir="$libdir" libdir="$alldirs" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIBINTL="${LIBINTL}${LIBINTL:+ }$flag" else for found_dir in $rpathdirs; do acl_save_libdir="$libdir" libdir="$found_dir" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIBINTL="${LIBINTL}${LIBINTL:+ }$flag" done fi fi if test "X$ltrpathdirs" != "X"; then for found_dir in $ltrpathdirs; do LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-R$found_dir" done fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libintl" >&5 $as_echo_n "checking for GNU gettext in libintl... " >&6; } if eval \${$gt_func_gnugettext_libintl+:} false; then : $as_echo_n "(cached) " >&6 else gt_save_CPPFLAGS="$CPPFLAGS" CPPFLAGS="$CPPFLAGS $INCINTL" gt_save_LIBS="$LIBS" LIBS="$LIBS $LIBINTL" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #ifndef __GNU_GETTEXT_SUPPORTED_REVISION extern int _nl_msg_cat_cntr; extern #ifdef __cplusplus "C" #endif const char *_nl_expand_alias (const char *); #define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *_nl_expand_alias ("")) #else #define __GNU_GETTEXT_SYMBOL_EXPRESSION 0 #endif $gt_revision_test_code int main () { bindtextdomain ("", ""); return * gettext ("")$gt_expression_test_code + __GNU_GETTEXT_SYMBOL_EXPRESSION ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : eval "$gt_func_gnugettext_libintl=yes" else eval "$gt_func_gnugettext_libintl=no" fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" != yes; } && test -n "$LIBICONV"; then LIBS="$LIBS $LIBICONV" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #ifndef __GNU_GETTEXT_SUPPORTED_REVISION extern int _nl_msg_cat_cntr; extern #ifdef __cplusplus "C" #endif const char *_nl_expand_alias (const char *); #define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *_nl_expand_alias ("")) #else #define __GNU_GETTEXT_SYMBOL_EXPRESSION 0 #endif $gt_revision_test_code int main () { bindtextdomain ("", ""); return * gettext ("")$gt_expression_test_code + __GNU_GETTEXT_SYMBOL_EXPRESSION ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : LIBINTL="$LIBINTL $LIBICONV" LTLIBINTL="$LTLIBINTL $LTLIBICONV" eval "$gt_func_gnugettext_libintl=yes" fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi CPPFLAGS="$gt_save_CPPFLAGS" LIBS="$gt_save_LIBS" fi eval ac_res=\$$gt_func_gnugettext_libintl { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } fi if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" = "yes"; } \ || { { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; } \ && test "$PACKAGE" != gettext-runtime \ && test "$PACKAGE" != gettext-tools; }; then gt_use_preinstalled_gnugettext=yes else LIBINTL= LTLIBINTL= INCINTL= fi if test -n "$INTL_MACOSX_LIBS"; then if test "$gt_use_preinstalled_gnugettext" = "yes" \ || test "$nls_cv_use_gnu_gettext" = "yes"; then LIBINTL="$LIBINTL $INTL_MACOSX_LIBS" LTLIBINTL="$LTLIBINTL $INTL_MACOSX_LIBS" fi fi if test "$gt_use_preinstalled_gnugettext" = "yes" \ || test "$nls_cv_use_gnu_gettext" = "yes"; then $as_echo "#define ENABLE_NLS 1" >>confdefs.h else USE_NLS=no fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use NLS" >&5 $as_echo_n "checking whether to use NLS... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5 $as_echo "$USE_NLS" >&6; } if test "$USE_NLS" = "yes"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking where the gettext function comes from" >&5 $as_echo_n "checking where the gettext function comes from... " >&6; } if test "$gt_use_preinstalled_gnugettext" = "yes"; then if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then gt_source="external libintl" else gt_source="libc" fi else gt_source="included intl directory" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_source" >&5 $as_echo "$gt_source" >&6; } fi if test "$USE_NLS" = "yes"; then if test "$gt_use_preinstalled_gnugettext" = "yes"; then if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libintl" >&5 $as_echo_n "checking how to link with libintl... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBINTL" >&5 $as_echo "$LIBINTL" >&6; } for element in $INCINTL; do haveit= for x in $CPPFLAGS; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X$element"; then haveit=yes break fi done if test -z "$haveit"; then CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element" fi done fi $as_echo "#define HAVE_GETTEXT 1" >>confdefs.h $as_echo "#define HAVE_DCGETTEXT 1" >>confdefs.h fi POSUB=po fi INTLLIBS="$LIBINTL" # Check whether --enable-more-warnings was given. if test "${enable_more_warnings+set}" = set; then : enableval=$enable_more_warnings; set_more_warnings="$enableval" else if test -f $srcdir/CVSVERSION; then is_cvs_version=true set_more_warnings=yes else set_more_warnings=no fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for more warnings" >&5 $as_echo_n "checking for more warnings... " >&6; } if test "$GCC" = "yes" -a "$set_more_warnings" != "no"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } CFLAGS="\ -Wall \ -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes \ -Wnested-externs -Wpointer-arith \ -Wcast-align -Wsign-compare \ -Werror \ $CFLAGS" for option in -Wno-strict-aliasing -Wno-sign-compare; do SAVE_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS $option" { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gcc understands $option" >&5 $as_echo_n "checking whether gcc understands $option... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : has_option=yes else has_option=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext if test $has_option = no; then CFLAGS="$SAVE_CFLAGS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $has_option" >&5 $as_echo "$has_option" >&6; } unset has_option unset SAVE_CFLAGS done unset option else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi # Check whether --enable-documentation was given. if test "${enable_documentation+set}" = set; then : enableval=$enable_documentation; else enable_documentation=yes fi if test x$enable_documentation = xyes; then # Extract the first word of "xsltproc", so it can be a program name with args. set dummy xsltproc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_XSLTPROC+:} false; then : $as_echo_n "(cached) " >&6 else case $XSLTPROC in [\\/]* | ?:[\\/]*) ac_cv_path_XSLTPROC="$XSLTPROC" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_XSLTPROC="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi XSLTPROC=$ac_cv_path_XSLTPROC if test -n "$XSLTPROC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XSLTPROC" >&5 $as_echo "$XSLTPROC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test x$XSLTPROC = x; then as_fn_error $? "xsltproc is required to build documentation" "$LINENO" 5 fi fi if test x$enable_documentation = xyes; then BUILD_DOCUMENTATION_TRUE= BUILD_DOCUMENTATION_FALSE='#' else BUILD_DOCUMENTATION_TRUE='#' BUILD_DOCUMENTATION_FALSE= fi ac_config_files="$ac_config_files po/Makefile.in Makefile man/Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure # scripts and configure runs, see configure's option --config-cache. # It is not useful on other systems. If it contains results you don't # want to keep, you may remove or edit it. # # config.status only pays attention to the cache file if you give it # the --recheck option to rerun configure. # # `ac_cv_env_foo' variables (set or unset) will be overridden when # loading this file, other *unset* `ac_cv_foo' will be assigned the # following values. _ACEOF # The following way of writing the cache mishandles newlines in values, # but we know of no workaround that is simple, portable, and efficient. # So, we kill variables containing newlines. # Ultrix sh set writes to stderr and can't be redirected directly, # and sets the high bit in the cache file unless we assign to the vars. ( for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do eval ac_val=\$$ac_var case $ac_val in #( *${as_nl}*) case $ac_var in #( *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( *) { eval $ac_var=; unset $ac_var;} ;; esac ;; esac done (set) 2>&1 | case $as_nl`(ac_space=' '; set) 2>&1` in #( *${as_nl}ac_space=\ *) # `set' does not quote correctly, so add quotes: double-quote # substitution turns \\\\ into \\, and sed turns \\ into \. sed -n \ "s/'/'\\\\''/g; s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" ;; #( *) # `set' quotes correctly as required by POSIX, so do not add quotes. sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" ;; esac | sort ) | sed ' /^ac_cv_env_/b end t clear :clear s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ t end s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ :end' >>confcache if diff "$cache_file" confcache >/dev/null 2>&1; then :; else if test -w "$cache_file"; then if test "x$cache_file" != "x/dev/null"; then { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 $as_echo "$as_me: updating cache $cache_file" >&6;} if test ! -f "$cache_file" || test -h "$cache_file"; then cat confcache >"$cache_file" else case $cache_file in #( */* | ?:*) mv -f confcache "$cache_file"$$ && mv -f "$cache_file"$$ "$cache_file" ;; #( *) mv -f confcache "$cache_file" ;; esac fi fi else { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} fi fi rm -f confcache test "x$prefix" = xNONE && prefix=$ac_default_prefix # Let make expand exec_prefix. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' DEFS=-DHAVE_CONFIG_H ac_libobjs= ac_ltlibobjs= for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue # 1. Remove the extension, and $U if already installed. ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' ac_i=`$as_echo "$ac_i" | sed "$ac_script"` # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR # will be set to the directory where LIBOBJS objects are built. as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' done LIBOBJS=$ac_libobjs LTLIBOBJS=$ac_ltlibobjs { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 $as_echo_n "checking that generated files are newer than configure... " >&6; } if test -n "$am_sleep_pid"; then # Hide warnings about reused PIDs. wait $am_sleep_pid 2>/dev/null fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5 $as_echo "done" >&6; } if test -n "$EXEEXT"; then am__EXEEXT_TRUE= am__EXEEXT_FALSE='#' else am__EXEEXT_TRUE='#' am__EXEEXT_FALSE= fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 $as_echo_n "checking that generated files are newer than configure... " >&6; } if test -n "$am_sleep_pid"; then # Hide warnings about reused PIDs. wait $am_sleep_pid 2>/dev/null fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5 $as_echo "done" >&6; } if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then as_fn_error $? "conditional \"AMDEP\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then as_fn_error $? "conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then as_fn_error $? "conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${BUILD_DOCUMENTATION_TRUE}" && test -z "${BUILD_DOCUMENTATION_FALSE}"; then as_fn_error $? "conditional \"BUILD_DOCUMENTATION\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi : "${CONFIG_STATUS=./config.status}" ac_write_fail=0 ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files $CONFIG_STATUS" { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} as_write_fail=0 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 #! $SHELL # Generated by $as_me. # Run this file to recreate the current configuration. # Compiler output produced by configure, useful for debugging # configure, is in config.log if it exists. debug=false ac_cs_recheck=false ac_cs_silent=false SHELL=\${CONFIG_SHELL-$SHELL} export SHELL _ASEOF cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 ## -------------------- ## ## M4sh Initialization. ## ## -------------------- ## # Be more Bourne compatible DUALCASE=1; export DUALCASE # for MKS sh if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in #( *posix*) : set -o posix ;; #( *) : ;; esac fi as_nl=' ' export as_nl # Printing a long string crashes Solaris 7 /usr/bin/printf. as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo # Prefer a ksh shell builtin over an external printf program on Solaris, # but without wasting forks for bash or zsh. if test -z "$BASH_VERSION$ZSH_VERSION" \ && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='print -r --' as_echo_n='print -rn --' elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='printf %s\n' as_echo_n='printf %s' else if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' as_echo_n='/usr/ucb/echo -n' else as_echo_body='eval expr "X$1" : "X\\(.*\\)"' as_echo_n_body='eval arg=$1; case $arg in #( *"$as_nl"*) expr "X$arg" : "X\\(.*\\)$as_nl"; arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; esac; expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" ' export as_echo_n_body as_echo_n='sh -c $as_echo_n_body as_echo' fi export as_echo_body as_echo='sh -c $as_echo_body as_echo' fi # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || PATH_SEPARATOR=';' } fi # IFS # We need space, tab and new line, in precisely that order. Quoting is # there to prevent editors from complaining about space-tab. # (If _AS_PATH_WALK were called with IFS unset, it would disable word # splitting by setting IFS to empty value.) IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. as_myself= case $0 in #(( *[\\/]* ) as_myself=$0 ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break done IFS=$as_save_IFS ;; esac # We did not find ourselves, most probably we were run as `sh COMMAND' # in which case we are not to be found in the path. if test "x$as_myself" = x; then as_myself=$0 fi if test ! -f "$as_myself"; then $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 exit 1 fi # Unset variables that we do not need and which cause bugs (e.g. in # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" # suppresses any "Segmentation fault" message there. '((' could # trigger a bug in pdksh 5.2.14. for as_var in BASH_ENV ENV MAIL MAILPATH do eval test x\${$as_var+set} = xset \ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : done PS1='$ ' PS2='> ' PS4='+ ' # NLS nuisances. LC_ALL=C export LC_ALL LANGUAGE=C export LANGUAGE # CDPATH. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH # as_fn_error STATUS ERROR [LINENO LOG_FD] # ---------------------------------------- # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are # provided, also output the error to LOG_FD, referencing LINENO. Then exit the # script with STATUS, using 1 if that was 0. as_fn_error () { as_status=$1; test $as_status -eq 0 && as_status=1 if test "$4"; then as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 fi $as_echo "$as_me: error: $2" >&2 as_fn_exit $as_status } # as_fn_error # as_fn_set_status STATUS # ----------------------- # Set $? to STATUS, without forking. as_fn_set_status () { return $1 } # as_fn_set_status # as_fn_exit STATUS # ----------------- # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. as_fn_exit () { set +e as_fn_set_status $1 exit $1 } # as_fn_exit # as_fn_unset VAR # --------------- # Portably unset VAR. as_fn_unset () { { eval $1=; unset $1;} } as_unset=as_fn_unset # as_fn_append VAR VALUE # ---------------------- # Append the text in VALUE to the end of the definition contained in VAR. Take # advantage of any shell optimizations that allow amortized linear growth over # repeated appends, instead of the typical quadratic growth present in naive # implementations. if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : eval 'as_fn_append () { eval $1+=\$2 }' else as_fn_append () { eval $1=\$$1\$2 } fi # as_fn_append # as_fn_arith ARG... # ------------------ # Perform arithmetic evaluation on the ARGs, and store the result in the # global $as_val. Take advantage of shells that can avoid forks. The arguments # must be portable across $(()) and expr. if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : eval 'as_fn_arith () { as_val=$(( $* )) }' else as_fn_arith () { as_val=`expr "$@" || test $? -eq 1` } fi # as_fn_arith if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then as_basename=basename else as_basename=false fi if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then as_dirname=dirname else as_dirname=false fi as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || $as_echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } /^X\/\(\/\/\)$/{ s//\1/ q } /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` # Avoid depending upon Character Ranges. as_cr_letters='abcdefghijklmnopqrstuvwxyz' as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' as_cr_Letters=$as_cr_letters$as_cr_LETTERS as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits ECHO_C= ECHO_N= ECHO_T= case `echo -n x` in #((((( -n*) case `echo 'xy\c'` in *c*) ECHO_T=' ';; # ECHO_T is single tab character. xy) ECHO_C='\c';; *) echo `echo ksh88 bug on AIX 6.1` > /dev/null ECHO_T=' ';; esac;; *) ECHO_N='-n';; esac rm -f conf$$ conf$$.exe conf$$.file if test -d conf$$.dir; then rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir mkdir conf$$.dir 2>/dev/null fi if (echo >conf$$.file) 2>/dev/null; then if ln -s conf$$.file conf$$ 2>/dev/null; then as_ln_s='ln -s' # ... but there are two gotchas: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. # In both cases, we have to default to `cp -pR'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || as_ln_s='cp -pR' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else as_ln_s='cp -pR' fi else as_ln_s='cp -pR' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null # as_fn_mkdir_p # ------------- # Create "$as_dir" as a directory, including parents if necessary. as_fn_mkdir_p () { case $as_dir in #( -*) as_dir=./$as_dir;; esac test -d "$as_dir" || eval $as_mkdir_p || { as_dirs= while :; do case $as_dir in #( *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" as_dir=`$as_dirname -- "$as_dir" || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" } # as_fn_mkdir_p if mkdir -p . 2>/dev/null; then as_mkdir_p='mkdir -p "$as_dir"' else test -d ./-p && rmdir ./-p as_mkdir_p=false fi # as_fn_executable_p FILE # ----------------------- # Test if FILE is an executable regular file. as_fn_executable_p () { test -f "$1" && test -x "$1" } # as_fn_executable_p as_test_x='test -x' as_executable_p=as_fn_executable_p # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" # Sed expression to map a string onto a valid variable name. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" exec 6>&1 ## ----------------------------------- ## ## Main body of $CONFIG_STATUS script. ## ## ----------------------------------- ## _ASEOF test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # Save the log message, to keep $0 and so on meaningful, and to # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" This file was extended by $as_me, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS CONFIG_LINKS = $CONFIG_LINKS CONFIG_COMMANDS = $CONFIG_COMMANDS $ $0 $@ on `(hostname || uname -n) 2>/dev/null | sed 1q` " _ACEOF case $ac_config_files in *" "*) set x $ac_config_files; shift; ac_config_files=$*;; esac case $ac_config_headers in *" "*) set x $ac_config_headers; shift; ac_config_headers=$*;; esac cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # Files that config.status was made for. config_files="$ac_config_files" config_headers="$ac_config_headers" config_commands="$ac_config_commands" _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 ac_cs_usage="\ \`$as_me' instantiates files and other configuration actions from templates according to the current configuration. Unless the files and actions are specified as TAGs, all are instantiated by default. Usage: $0 [OPTION]... [TAG]... -h, --help print this help, then exit -V, --version print version number and configuration settings, then exit --config print configuration, then exit -q, --quiet, --silent do not print progress messages -d, --debug don't remove temporary files --recheck update $as_me by reconfiguring in the same conditions --file=FILE[:TEMPLATE] instantiate the configuration file FILE --header=FILE[:TEMPLATE] instantiate the configuration header FILE Configuration files: $config_files Configuration headers: $config_headers Configuration commands: $config_commands Report bugs to the package provider." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ config.status configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" Copyright (C) 2012 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." ac_pwd='$ac_pwd' srcdir='$srcdir' INSTALL='$INSTALL' MKDIR_P='$MKDIR_P' AWK='$AWK' test -n "\$AWK" || AWK=awk _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # The default lists apply if the user does not specify any file. ac_need_defaults=: while test $# != 0 do case $1 in --*=?*) ac_option=`expr "X$1" : 'X\([^=]*\)='` ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` ac_shift=: ;; --*=) ac_option=`expr "X$1" : 'X\([^=]*\)='` ac_optarg= ac_shift=: ;; *) ac_option=$1 ac_optarg=$2 ac_shift=shift ;; esac case $ac_option in # Handling of the options. -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) ac_cs_recheck=: ;; --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) $as_echo "$ac_cs_version"; exit ;; --config | --confi | --conf | --con | --co | --c ) $as_echo "$ac_cs_config"; exit ;; --debug | --debu | --deb | --de | --d | -d ) debug=: ;; --file | --fil | --fi | --f ) $ac_shift case $ac_optarg in *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; '') as_fn_error $? "missing file argument" ;; esac as_fn_append CONFIG_FILES " '$ac_optarg'" ac_need_defaults=false;; --header | --heade | --head | --hea ) $ac_shift case $ac_optarg in *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; esac as_fn_append CONFIG_HEADERS " '$ac_optarg'" ac_need_defaults=false;; --he | --h) # Conflict between --help and --header as_fn_error $? "ambiguous option: \`$1' Try \`$0 --help' for more information.";; --help | --hel | -h ) $as_echo "$ac_cs_usage"; exit ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil | --si | --s) ac_cs_silent=: ;; # This is an error. -*) as_fn_error $? "unrecognized option: \`$1' Try \`$0 --help' for more information." ;; *) as_fn_append ac_config_targets " $1" ac_need_defaults=false ;; esac shift done ac_configure_extra_args= if $ac_cs_silent; then exec 6>/dev/null ac_configure_extra_args="$ac_configure_extra_args --silent" fi _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 if \$ac_cs_recheck; then set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion shift \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 CONFIG_SHELL='$SHELL' export CONFIG_SHELL exec "\$@" fi _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 exec 5>>config.log { echo sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX ## Running $as_me. ## _ASBOX $as_echo "$ac_log" } >&5 _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # # INIT-COMMANDS # AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" # Capture the value of obsolete ALL_LINGUAS because we need it to compute # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it # from automake < 1.5. eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"' # Capture the value of LINGUAS because we need it to compute CATALOGS. LINGUAS="${LINGUAS-%UNSET%}" _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # Handling of arguments. for ac_config_target in $ac_config_targets do case $ac_config_target in "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "po-directories") CONFIG_COMMANDS="$CONFIG_COMMANDS po-directories" ;; "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; "man/Makefile") CONFIG_FILES="$CONFIG_FILES man/Makefile" ;; *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; esac done # If the user did not use the arguments to specify the items to instantiate, # then the envvar interface is used. Set only those that are not. # We use the long form for the default assignment because of an extremely # bizarre bug on SunOS 4.1.3. if $ac_need_defaults; then test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands fi # Have a temporary directory for convenience. Make it in the build tree # simply because there is no reason against having it here, and in addition, # creating and moving files from /tmp can sometimes cause problems. # Hook for its removal unless debugging. # Note that there is a small window in which the directory will not be cleaned: # after its creation but before its name has been assigned to `$tmp'. $debug || { tmp= ac_tmp= trap 'exit_status=$? : "${ac_tmp:=$tmp}" { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status ' 0 trap 'as_fn_exit 1' 1 2 13 15 } # Create a (secure) tmp directory for tmp files. { tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && test -d "$tmp" } || { tmp=./conf$$-$RANDOM (umask 077 && mkdir "$tmp") } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 ac_tmp=$tmp # Set up the scripts for CONFIG_FILES section. # No need to generate them if there are no CONFIG_FILES. # This happens for instance with `./config.status config.h'. if test -n "$CONFIG_FILES"; then ac_cr=`echo X | tr X '\015'` # On cygwin, bash can eat \r inside `` if the user requested igncr. # But we know of no other shell where ac_cr would be empty at this # point, so we can use a bashism as a fallback. if test "x$ac_cr" = x; then eval ac_cr=\$\'\\r\' fi ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ac_cs_awk_cr='\\r' else ac_cs_awk_cr=$ac_cr fi echo 'BEGIN {' >"$ac_tmp/subs1.awk" && _ACEOF { echo "cat >conf$$subs.awk <<_ACEOF" && echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && echo "_ACEOF" } >conf$$subs.sh || as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` ac_delim='%!_!# ' for ac_last_try in false false false false false :; do . ./conf$$subs.sh || as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` if test $ac_delim_n = $ac_delim_num; then break elif $ac_last_try; then as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 else ac_delim="$ac_delim!$ac_delim _$ac_delim!! " fi done rm -f conf$$subs.sh cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && _ACEOF sed -n ' h s/^/S["/; s/!.*/"]=/ p g s/^[^!]*!// :repl t repl s/'"$ac_delim"'$// t delim :nl h s/\(.\{148\}\)..*/\1/ t more1 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ p n b repl :more1 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ p g s/.\{148\}// t nl :delim h s/\(.\{148\}\)..*/\1/ t more2 s/["\\]/\\&/g; s/^/"/; s/$/"/ p b :more2 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ p g s/.\{148\}// t delim ' >$CONFIG_STATUS || ac_write_fail=1 rm -f conf$$subs.awk cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 _ACAWK cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && for (key in S) S_is_set[key] = 1 FS = "" } { line = $ 0 nfields = split(line, field, "@") substed = 0 len = length(field[1]) for (i = 2; i < nfields; i++) { key = field[i] keylen = length(key) if (S_is_set[key]) { value = S[key] line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) len += length(value) + length(field[++i]) substed = 1 } else len += 1 + keylen } print line } _ACAWK _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" else cat fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 _ACEOF # VPATH may cause trouble with some makes, so we remove sole $(srcdir), # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and # trailing colons and then remove the whole line if VPATH becomes empty # (actually we leave an empty line to preserve line numbers). if test "x$srcdir" = x.; then ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ h s/// s/^/:/ s/[ ]*$/:/ s/:\$(srcdir):/:/g s/:\${srcdir}:/:/g s/:@srcdir@:/:/g s/^:*// s/:*$// x s/\(=[ ]*\).*/\1/ G s/\n// s/^[^=]*=[ ]*$// }' fi cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 fi # test -n "$CONFIG_FILES" # Set up the scripts for CONFIG_HEADERS section. # No need to generate them if there are no CONFIG_HEADERS. # This happens for instance with `./config.status Makefile'. if test -n "$CONFIG_HEADERS"; then cat >"$ac_tmp/defines.awk" <<\_ACAWK || BEGIN { _ACEOF # Transform confdefs.h into an awk script `defines.awk', embedded as # here-document in config.status, that substitutes the proper values into # config.h.in to produce config.h. # Create a delimiter string that does not exist in confdefs.h, to ease # handling of long lines. ac_delim='%!_!# ' for ac_last_try in false false :; do ac_tt=`sed -n "/$ac_delim/p" confdefs.h` if test -z "$ac_tt"; then break elif $ac_last_try; then as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 else ac_delim="$ac_delim!$ac_delim _$ac_delim!! " fi done # For the awk script, D is an array of macro values keyed by name, # likewise P contains macro parameters if any. Preserve backslash # newline sequences. ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* sed -n ' s/.\{148\}/&'"$ac_delim"'/g t rset :rset s/^[ ]*#[ ]*define[ ][ ]*/ / t def d :def s/\\$// t bsnl s/["\\]/\\&/g s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ D["\1"]=" \3"/p s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p d :bsnl s/["\\]/\\&/g s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ D["\1"]=" \3\\\\\\n"\\/p t cont s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p t cont d :cont n s/.\{148\}/&'"$ac_delim"'/g t clear :clear s/\\$// t bsnlc s/["\\]/\\&/g; s/^/"/; s/$/"/p d :bsnlc s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p b cont ' >$CONFIG_STATUS || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 for (key in D) D_is_set[key] = 1 FS = "" } /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { line = \$ 0 split(line, arg, " ") if (arg[1] == "#") { defundef = arg[2] mac1 = arg[3] } else { defundef = substr(arg[1], 2) mac1 = arg[2] } split(mac1, mac2, "(") #) macro = mac2[1] prefix = substr(line, 1, index(line, defundef) - 1) if (D_is_set[macro]) { # Preserve the white space surrounding the "#". print prefix "define", macro P[macro] D[macro] next } else { # Replace #undef with comments. This is necessary, for example, # in the case of _POSIX_SOURCE, which is predefined and required # on some systems where configure will not decide to define it. if (defundef == "undef") { print "/*", prefix defundef, macro, "*/" next } } } { print } _ACAWK _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 fi # test -n "$CONFIG_HEADERS" eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" shift for ac_tag do case $ac_tag in :[FHLC]) ac_mode=$ac_tag; continue;; esac case $ac_mode$ac_tag in :[FHL]*:*);; :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; :[FH]-) ac_tag=-:-;; :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; esac ac_save_IFS=$IFS IFS=: set x $ac_tag IFS=$ac_save_IFS shift ac_file=$1 shift case $ac_mode in :L) ac_source=$1;; :[FH]) ac_file_inputs= for ac_f do case $ac_f in -) ac_f="$ac_tmp/stdin";; *) # Look for the file first in the build tree, then in the source tree # (if the path is not absolute). The absolute path cannot be DOS-style, # because $ac_f cannot contain `:'. test -f "$ac_f" || case $ac_f in [\\/$]*) false;; *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; esac || as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; esac case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac as_fn_append ac_file_inputs " '$ac_f'" done # Let's still pretend it is `configure' which instantiates (i.e., don't # use $as_me), people would be surprised to read: # /* config.h. Generated by config.status. */ configure_input='Generated from '` $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' `' by configure.' if test x"$ac_file" != x-; then configure_input="$ac_file. $configure_input" { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 $as_echo "$as_me: creating $ac_file" >&6;} fi # Neutralize special characters interpreted by sed in replacement strings. case $configure_input in #( *\&* | *\|* | *\\* ) ac_sed_conf_input=`$as_echo "$configure_input" | sed 's/[\\\\&|]/\\\\&/g'`;; #( *) ac_sed_conf_input=$configure_input;; esac case $ac_tag in *:-:* | *:-) cat >"$ac_tmp/stdin" \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; esac ;; esac ac_dir=`$as_dirname -- "$ac_file" || $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$ac_file" : 'X\(//\)[^/]' \| \ X"$ac_file" : 'X\(//\)$' \| \ X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$ac_file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` as_dir="$ac_dir"; as_fn_mkdir_p ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; esac ;; esac ac_abs_top_builddir=$ac_pwd ac_abs_builddir=$ac_pwd$ac_dir_suffix # for backward compatibility: ac_top_builddir=$ac_top_build_prefix case $srcdir in .) # We are building in place. ac_srcdir=. ac_top_srcdir=$ac_top_builddir_sub ac_abs_top_srcdir=$ac_pwd ;; [\\/]* | ?:[\\/]* ) # Absolute name. ac_srcdir=$srcdir$ac_dir_suffix; ac_top_srcdir=$srcdir ac_abs_top_srcdir=$srcdir ;; *) # Relative name. ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix ac_top_srcdir=$ac_top_build_prefix$srcdir ac_abs_top_srcdir=$ac_pwd/$srcdir ;; esac ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix case $ac_mode in :F) # # CONFIG_FILE # case $INSTALL in [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; esac ac_MKDIR_P=$MKDIR_P case $MKDIR_P in [\\/$]* | ?:[\\/]* ) ;; */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; esac _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # If the template does not know about datarootdir, expand it. # FIXME: This hack should be removed a few years after 2.60. ac_datarootdir_hack=; ac_datarootdir_seen= ac_sed_dataroot=' /datarootdir/ { p q } /@datadir@/p /@docdir@/p /@infodir@/p /@localedir@/p /@mandir@/p' case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in *datarootdir*) ac_datarootdir_seen=yes;; *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_datarootdir_hack=' s&@datadir@&$datadir&g s&@docdir@&$docdir&g s&@infodir@&$infodir&g s&@localedir@&$localedir&g s&@mandir@&$mandir&g s&\\\${datarootdir}&$datarootdir&g' ;; esac _ACEOF # Neutralize VPATH when `$srcdir' = `.'. # Shell code in configure.ac might set extrasub. # FIXME: do we really want to maintain this feature? cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_sed_extra="$ac_vpsub $extrasub _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 :t /@[a-zA-Z_][a-zA-Z_0-9]*@/!b s|@configure_input@|$ac_sed_conf_input|;t t s&@top_builddir@&$ac_top_builddir_sub&;t t s&@top_build_prefix@&$ac_top_build_prefix&;t t s&@srcdir@&$ac_srcdir&;t t s&@abs_srcdir@&$ac_abs_srcdir&;t t s&@top_srcdir@&$ac_top_srcdir&;t t s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t s&@builddir@&$ac_builddir&;t t s&@abs_builddir@&$ac_abs_builddir&;t t s&@abs_top_builddir@&$ac_abs_top_builddir&;t t s&@INSTALL@&$ac_INSTALL&;t t s&@MKDIR_P@&$ac_MKDIR_P&;t t $ac_datarootdir_hack " eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ "$ac_tmp/out"`; test -z "$ac_out"; } && { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined" >&5 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined" >&2;} rm -f "$ac_tmp/stdin" case $ac_file in -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; esac \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; :H) # # CONFIG_HEADER # if test x"$ac_file" != x-; then { $as_echo "/* $configure_input */" \ && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" } >"$ac_tmp/config.h" \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 $as_echo "$as_me: $ac_file is unchanged" >&6;} else rm -f "$ac_file" mv "$ac_tmp/config.h" "$ac_file" \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 fi else $as_echo "/* $configure_input */" \ && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ || as_fn_error $? "could not create -" "$LINENO" 5 fi # Compute "$ac_file"'s index in $config_headers. _am_arg="$ac_file" _am_stamp_count=1 for _am_header in $config_headers :; do case $_am_header in $_am_arg | $_am_arg:* ) break ;; * ) _am_stamp_count=`expr $_am_stamp_count + 1` ;; esac done echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$_am_arg" : 'X\(//\)[^/]' \| \ X"$_am_arg" : 'X\(//\)$' \| \ X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$_am_arg" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'`/stamp-h$_am_stamp_count ;; :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 $as_echo "$as_me: executing $ac_file commands" >&6;} ;; esac case $ac_file$ac_mode in "depfiles":C) test x"$AMDEP_TRUE" != x"" || { # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. case $CONFIG_FILES in *\'*) eval set x "$CONFIG_FILES" ;; *) set x $CONFIG_FILES ;; esac shift for mf do # Strip MF so we end up with the name of the file. mf=`echo "$mf" | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile or not. # We used to match only the files named 'Makefile.in', but # some people rename them; so instead we look at the file content. # Grep'ing the first line is not enough: some people post-process # each Makefile.in and add a new line on top of each file to say so. # Grep'ing the whole file is not good either: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then dirpart=`$as_dirname -- "$mf" || $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$mf" : 'X\(//\)[^/]' \| \ X"$mf" : 'X\(//\)$' \| \ X"$mf" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$mf" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` else continue fi # Extract the definition of DEPDIR, am__include, and am__quote # from the Makefile without running 'make'. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue am__include=`sed -n 's/^am__include = //p' < "$mf"` test -z "$am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. We invoke sed twice because it is the # simplest approach to changing $(DEPDIR) to its actual value in the # expansion. for file in `sed -n " s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do # Make sure the directory exists. test -f "$dirpart/$file" && continue fdir=`$as_dirname -- "$file" || $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$file" : 'X\(//\)[^/]' \| \ X"$file" : 'X\(//\)$' \| \ X"$file" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` as_dir=$dirpart/$fdir; as_fn_mkdir_p # echo "creating $dirpart/$file" echo '# dummy' > "$dirpart/$file" done done } ;; "po-directories":C) for ac_file in $CONFIG_FILES; do # Support "outfile[:infile[:infile...]]" case "$ac_file" in *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; esac # PO directories have a Makefile.in generated from Makefile.in.in. case "$ac_file" in */Makefile.in) # Adjust a relative srcdir. ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'` ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` # In autoconf-2.13 it is called $ac_given_srcdir. # In autoconf-2.50 it is called $srcdir. test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir" case "$ac_given_srcdir" in .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; /*) top_srcdir="$ac_given_srcdir" ;; *) top_srcdir="$ac_dots$ac_given_srcdir" ;; esac # Treat a directory as a PO directory if and only if it has a # POTFILES.in file. This allows packages to have multiple PO # directories under different names or in different locations. if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then rm -f "$ac_dir/POTFILES" test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES" gt_tab=`printf '\t'` cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ${gt_tab}]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES" POMAKEFILEDEPS="POTFILES.in" # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend # on $ac_dir but don't depend on user-specified configuration # parameters. if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then # The LINGUAS file contains the set of available languages. if test -n "$OBSOLETE_ALL_LINGUAS"; then test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete" fi ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"` # Hide the ALL_LINGUAS assignment from automake < 1.5. eval 'ALL_LINGUAS''=$ALL_LINGUAS_' POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS" else # The set of available languages was given in configure.in. # Hide the ALL_LINGUAS assignment from automake < 1.5. eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS' fi # Compute POFILES # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po) # Compute UPDATEPOFILES # as $(foreach lang, $(ALL_LINGUAS), $(lang).po-update) # Compute DUMMYPOFILES # as $(foreach lang, $(ALL_LINGUAS), $(lang).nop) # Compute GMOFILES # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo) case "$ac_given_srcdir" in .) srcdirpre= ;; *) srcdirpre='$(srcdir)/' ;; esac POFILES= UPDATEPOFILES= DUMMYPOFILES= GMOFILES= for lang in $ALL_LINGUAS; do POFILES="$POFILES $srcdirpre$lang.po" UPDATEPOFILES="$UPDATEPOFILES $lang.po-update" DUMMYPOFILES="$DUMMYPOFILES $lang.nop" GMOFILES="$GMOFILES $srcdirpre$lang.gmo" done # CATALOGS depends on both $ac_dir and the user's LINGUAS # environment variable. INST_LINGUAS= if test -n "$ALL_LINGUAS"; then for presentlang in $ALL_LINGUAS; do useit=no if test "%UNSET%" != "$LINGUAS"; then desiredlanguages="$LINGUAS" else desiredlanguages="$ALL_LINGUAS" fi for desiredlang in $desiredlanguages; do # Use the presentlang catalog if desiredlang is # a. equal to presentlang, or # b. a variant of presentlang (because in this case, # presentlang can be used as a fallback for messages # which are not translated in the desiredlang catalog). case "$desiredlang" in "$presentlang"*) useit=yes;; esac done if test $useit = yes; then INST_LINGUAS="$INST_LINGUAS $presentlang" fi done fi CATALOGS= if test -n "$INST_LINGUAS"; then for lang in $INST_LINGUAS; do CATALOGS="$CATALOGS $lang.gmo" done fi test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile" sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile" for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do if test -f "$f"; then case "$f" in *.orig | *.bak | *~) ;; *) cat "$f" >> "$ac_dir/Makefile" ;; esac fi done fi ;; esac done ;; esac done # for ac_tag as_fn_exit 0 _ACEOF ac_clean_files=$ac_clean_files_save test $ac_write_fail = 0 || as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 # configure is writing to config.log, and then calls config.status. # config.status does its own redirection, appending to config.log. # Unfortunately, on DOS this fails, as config.log is still kept open # by configure, so config.status won't be able to write to it; its # output is simply discarded. So we exec the FD to /dev/null, # effectively closing config.log, so it can be properly (re)opened and # appended to by config.status. When coming back to configure, we # need to make the FD available again. if test "$no_create" != yes; then ac_cs_success=: ac_config_status_args= test "$silent" = yes && ac_config_status_args="$ac_config_status_args --quiet" exec 5>/dev/null $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false exec 5>>config.log # Use ||, not &&, to avoid exiting from the if with $? = 1, which # would make configure fail if this is the last instruction. $ac_cs_success || as_fn_exit 1 fi if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} fi xdg-user-dirs-0.17/configure.ac0000664000175000000120000000376513252163054013351 00000000000000AC_INIT(xdg-user-dirs-update.c) AM_INIT_AUTOMAKE(xdg-user-dirs, 0.17) AM_CONFIG_HEADER(config.h) AM_SANITY_CHECK AM_MAINTAINER_MODE AC_C_CONST AC_ISC_POSIX AC_PROG_CC AC_PROG_CPP AC_PROG_INSTALL AC_PROG_LN_S AC_PROG_MAKE_SET AM_PROG_MKDIR_P AM_ICONV GETTEXT_PACKAGE=xdg-user-dirs AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [The gettext domain name]) AC_SUBST(GETTEXT_PACKAGE) AM_GNU_GETTEXT([external]) dnl ========================================================================== dnl Turn on the additional warnings last, so -Werror doesn't affect other tests. AC_ARG_ENABLE(more-warnings, AS_HELP_STRING([--enable-more-warnings],[Maximum compiler warnings]), set_more_warnings="$enableval",[ if test -f $srcdir/CVSVERSION; then is_cvs_version=true set_more_warnings=yes else set_more_warnings=no fi ]) AC_MSG_CHECKING(for more warnings, including -Werror) if test "$GCC" = "yes" -a "$set_more_warnings" != "no"; then AC_MSG_RESULT(yes) CFLAGS="\ -Wall \ -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes \ -Wnested-externs -Wpointer-arith \ -Wcast-align -Wsign-compare \ -Werror \ $CFLAGS" for option in -Wno-strict-aliasing -Wno-sign-compare; do SAVE_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS $option" AC_MSG_CHECKING([whether gcc understands $option]) AC_TRY_COMPILE([], [], has_option=yes, has_option=no,) if test $has_option = no; then CFLAGS="$SAVE_CFLAGS" fi AC_MSG_RESULT($has_option) unset has_option unset SAVE_CFLAGS done unset option else AC_MSG_RESULT(no) fi AC_ARG_ENABLE(documentation, AC_HELP_STRING([--enable-documentation], [build documentation]),, enable_documentation=yes) if test x$enable_documentation = xyes; then AC_PATH_PROG([XSLTPROC], [xsltproc]) if test x$XSLTPROC = x; then AC_MSG_ERROR([xsltproc is required to build documentation]) fi fi AM_CONDITIONAL(BUILD_DOCUMENTATION, test x$enable_documentation = xyes) AC_OUTPUT([ po/Makefile.in Makefile man/Makefile ]) xdg-user-dirs-0.17/aclocal.m40000644000175000000120000042564713252163525012733 00000000000000# generated automatically by aclocal 1.15 -*- Autoconf -*- # Copyright (C) 1996-2014 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])]) m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],, [m4_warning([this file was generated for autoconf 2.69. You have another version of autoconf. It may work, but is not guaranteed to. If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically 'autoreconf'.])]) # gettext.m4 serial 68 (gettext-0.19.8) dnl Copyright (C) 1995-2014, 2016 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl dnl This file can be used in projects which are not available under dnl the GNU General Public License or the GNU Library General Public dnl License but which still want to provide support for the GNU gettext dnl functionality. dnl Please note that the actual code of the GNU gettext library is covered dnl by the GNU Library General Public License, and the rest of the GNU dnl gettext package is covered by the GNU General Public License. dnl They are *not* in the public domain. dnl Authors: dnl Ulrich Drepper , 1995-2000. dnl Bruno Haible , 2000-2006, 2008-2010. dnl Macro to add for using GNU gettext. dnl Usage: AM_GNU_GETTEXT([INTLSYMBOL], [NEEDSYMBOL], [INTLDIR]). dnl INTLSYMBOL can be one of 'external', 'no-libtool', 'use-libtool'. The dnl default (if it is not specified or empty) is 'no-libtool'. dnl INTLSYMBOL should be 'external' for packages with no intl directory, dnl and 'no-libtool' or 'use-libtool' for packages with an intl directory. dnl If INTLSYMBOL is 'use-libtool', then a libtool library dnl $(top_builddir)/intl/libintl.la will be created (shared and/or static, dnl depending on --{enable,disable}-{shared,static} and on the presence of dnl AM-DISABLE-SHARED). If INTLSYMBOL is 'no-libtool', a static library dnl $(top_builddir)/intl/libintl.a will be created. dnl If NEEDSYMBOL is specified and is 'need-ngettext', then GNU gettext dnl implementations (in libc or libintl) without the ngettext() function dnl will be ignored. If NEEDSYMBOL is specified and is dnl 'need-formatstring-macros', then GNU gettext implementations that don't dnl support the ISO C 99 formatstring macros will be ignored. dnl INTLDIR is used to find the intl libraries. If empty, dnl the value '$(top_builddir)/intl/' is used. dnl dnl The result of the configuration is one of three cases: dnl 1) GNU gettext, as included in the intl subdirectory, will be compiled dnl and used. dnl Catalog format: GNU --> install in $(datadir) dnl Catalog extension: .mo after installation, .gmo in source tree dnl 2) GNU gettext has been found in the system's C library. dnl Catalog format: GNU --> install in $(datadir) dnl Catalog extension: .mo after installation, .gmo in source tree dnl 3) No internationalization, always use English msgid. dnl Catalog format: none dnl Catalog extension: none dnl If INTLSYMBOL is 'external', only cases 2 and 3 can occur. dnl The use of .gmo is historical (it was needed to avoid overwriting the dnl GNU format catalogs when building on a platform with an X/Open gettext), dnl but we keep it in order not to force irrelevant filename changes on the dnl maintainers. dnl AC_DEFUN([AM_GNU_GETTEXT], [ dnl Argument checking. ifelse([$1], [], , [ifelse([$1], [external], , [ifelse([$1], [no-libtool], , [ifelse([$1], [use-libtool], , [errprint([ERROR: invalid first argument to AM_GNU_GETTEXT ])])])])]) ifelse(ifelse([$1], [], [old])[]ifelse([$1], [no-libtool], [old]), [old], [AC_DIAGNOSE([obsolete], [Use of AM_GNU_GETTEXT without [external] argument is deprecated.])]) ifelse([$2], [], , [ifelse([$2], [need-ngettext], , [ifelse([$2], [need-formatstring-macros], , [errprint([ERROR: invalid second argument to AM_GNU_GETTEXT ])])])]) define([gt_included_intl], ifelse([$1], [external], ifdef([AM_GNU_GETTEXT_][INTL_SUBDIR], [yes], [no]), [yes])) define([gt_libtool_suffix_prefix], ifelse([$1], [use-libtool], [l], [])) gt_NEEDS_INIT AM_GNU_GETTEXT_NEED([$2]) AC_REQUIRE([AM_PO_SUBDIRS])dnl ifelse(gt_included_intl, yes, [ AC_REQUIRE([AM_INTL_SUBDIR])dnl ]) dnl Prerequisites of AC_LIB_LINKFLAGS_BODY. AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) AC_REQUIRE([AC_LIB_RPATH]) dnl Sometimes libintl requires libiconv, so first search for libiconv. dnl Ideally we would do this search only after the dnl if test "$USE_NLS" = "yes"; then dnl if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then dnl tests. But if configure.in invokes AM_ICONV after AM_GNU_GETTEXT dnl the configure script would need to contain the same shell code dnl again, outside any 'if'. There are two solutions: dnl - Invoke AM_ICONV_LINKFLAGS_BODY here, outside any 'if'. dnl - Control the expansions in more detail using AC_PROVIDE_IFELSE. dnl Since AC_PROVIDE_IFELSE is only in autoconf >= 2.52 and not dnl documented, we avoid it. ifelse(gt_included_intl, yes, , [ AC_REQUIRE([AM_ICONV_LINKFLAGS_BODY]) ]) dnl Sometimes, on Mac OS X, libintl requires linking with CoreFoundation. gt_INTL_MACOSX dnl Set USE_NLS. AC_REQUIRE([AM_NLS]) ifelse(gt_included_intl, yes, [ BUILD_INCLUDED_LIBINTL=no USE_INCLUDED_LIBINTL=no ]) LIBINTL= LTLIBINTL= POSUB= dnl Add a version number to the cache macros. case " $gt_needs " in *" need-formatstring-macros "*) gt_api_version=3 ;; *" need-ngettext "*) gt_api_version=2 ;; *) gt_api_version=1 ;; esac gt_func_gnugettext_libc="gt_cv_func_gnugettext${gt_api_version}_libc" gt_func_gnugettext_libintl="gt_cv_func_gnugettext${gt_api_version}_libintl" dnl If we use NLS figure out what method if test "$USE_NLS" = "yes"; then gt_use_preinstalled_gnugettext=no ifelse(gt_included_intl, yes, [ AC_MSG_CHECKING([whether included gettext is requested]) AC_ARG_WITH([included-gettext], [ --with-included-gettext use the GNU gettext library included here], nls_cv_force_use_gnu_gettext=$withval, nls_cv_force_use_gnu_gettext=no) AC_MSG_RESULT([$nls_cv_force_use_gnu_gettext]) nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext" if test "$nls_cv_force_use_gnu_gettext" != "yes"; then ]) dnl User does not insist on using GNU NLS library. Figure out what dnl to use. If GNU gettext is available we use this. Else we have dnl to fall back to GNU NLS library. if test $gt_api_version -ge 3; then gt_revision_test_code=' #ifndef __GNU_GETTEXT_SUPPORTED_REVISION #define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1) #endif changequote(,)dnl typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1]; changequote([,])dnl ' else gt_revision_test_code= fi if test $gt_api_version -ge 2; then gt_expression_test_code=' + * ngettext ("", "", 0)' else gt_expression_test_code= fi AC_CACHE_CHECK([for GNU gettext in libc], [$gt_func_gnugettext_libc], [AC_LINK_IFELSE( [AC_LANG_PROGRAM( [[ #include #ifndef __GNU_GETTEXT_SUPPORTED_REVISION extern int _nl_msg_cat_cntr; extern int *_nl_domain_bindings; #define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *_nl_domain_bindings) #else #define __GNU_GETTEXT_SYMBOL_EXPRESSION 0 #endif $gt_revision_test_code ]], [[ bindtextdomain ("", ""); return * gettext ("")$gt_expression_test_code + __GNU_GETTEXT_SYMBOL_EXPRESSION ]])], [eval "$gt_func_gnugettext_libc=yes"], [eval "$gt_func_gnugettext_libc=no"])]) if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then dnl Sometimes libintl requires libiconv, so first search for libiconv. ifelse(gt_included_intl, yes, , [ AM_ICONV_LINK ]) dnl Search for libintl and define LIBINTL, LTLIBINTL and INCINTL dnl accordingly. Don't use AC_LIB_LINKFLAGS_BODY([intl],[iconv]) dnl because that would add "-liconv" to LIBINTL and LTLIBINTL dnl even if libiconv doesn't exist. AC_LIB_LINKFLAGS_BODY([intl]) AC_CACHE_CHECK([for GNU gettext in libintl], [$gt_func_gnugettext_libintl], [gt_save_CPPFLAGS="$CPPFLAGS" CPPFLAGS="$CPPFLAGS $INCINTL" gt_save_LIBS="$LIBS" LIBS="$LIBS $LIBINTL" dnl Now see whether libintl exists and does not depend on libiconv. AC_LINK_IFELSE( [AC_LANG_PROGRAM( [[ #include #ifndef __GNU_GETTEXT_SUPPORTED_REVISION extern int _nl_msg_cat_cntr; extern #ifdef __cplusplus "C" #endif const char *_nl_expand_alias (const char *); #define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *_nl_expand_alias ("")) #else #define __GNU_GETTEXT_SYMBOL_EXPRESSION 0 #endif $gt_revision_test_code ]], [[ bindtextdomain ("", ""); return * gettext ("")$gt_expression_test_code + __GNU_GETTEXT_SYMBOL_EXPRESSION ]])], [eval "$gt_func_gnugettext_libintl=yes"], [eval "$gt_func_gnugettext_libintl=no"]) dnl Now see whether libintl exists and depends on libiconv. if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" != yes; } && test -n "$LIBICONV"; then LIBS="$LIBS $LIBICONV" AC_LINK_IFELSE( [AC_LANG_PROGRAM( [[ #include #ifndef __GNU_GETTEXT_SUPPORTED_REVISION extern int _nl_msg_cat_cntr; extern #ifdef __cplusplus "C" #endif const char *_nl_expand_alias (const char *); #define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *_nl_expand_alias ("")) #else #define __GNU_GETTEXT_SYMBOL_EXPRESSION 0 #endif $gt_revision_test_code ]], [[ bindtextdomain ("", ""); return * gettext ("")$gt_expression_test_code + __GNU_GETTEXT_SYMBOL_EXPRESSION ]])], [LIBINTL="$LIBINTL $LIBICONV" LTLIBINTL="$LTLIBINTL $LTLIBICONV" eval "$gt_func_gnugettext_libintl=yes" ]) fi CPPFLAGS="$gt_save_CPPFLAGS" LIBS="$gt_save_LIBS"]) fi dnl If an already present or preinstalled GNU gettext() is found, dnl use it. But if this macro is used in GNU gettext, and GNU dnl gettext is already preinstalled in libintl, we update this dnl libintl. (Cf. the install rule in intl/Makefile.in.) if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" = "yes"; } \ || { { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; } \ && test "$PACKAGE" != gettext-runtime \ && test "$PACKAGE" != gettext-tools; }; then gt_use_preinstalled_gnugettext=yes else dnl Reset the values set by searching for libintl. LIBINTL= LTLIBINTL= INCINTL= fi ifelse(gt_included_intl, yes, [ if test "$gt_use_preinstalled_gnugettext" != "yes"; then dnl GNU gettext is not found in the C library. dnl Fall back on included GNU gettext library. nls_cv_use_gnu_gettext=yes fi fi if test "$nls_cv_use_gnu_gettext" = "yes"; then dnl Mark actions used to generate GNU NLS library. BUILD_INCLUDED_LIBINTL=yes USE_INCLUDED_LIBINTL=yes LIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LIBICONV $LIBTHREAD" LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV $LTLIBTHREAD" LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'` fi CATOBJEXT= if test "$gt_use_preinstalled_gnugettext" = "yes" \ || test "$nls_cv_use_gnu_gettext" = "yes"; then dnl Mark actions to use GNU gettext tools. CATOBJEXT=.gmo fi ]) if test -n "$INTL_MACOSX_LIBS"; then if test "$gt_use_preinstalled_gnugettext" = "yes" \ || test "$nls_cv_use_gnu_gettext" = "yes"; then dnl Some extra flags are needed during linking. LIBINTL="$LIBINTL $INTL_MACOSX_LIBS" LTLIBINTL="$LTLIBINTL $INTL_MACOSX_LIBS" fi fi if test "$gt_use_preinstalled_gnugettext" = "yes" \ || test "$nls_cv_use_gnu_gettext" = "yes"; then AC_DEFINE([ENABLE_NLS], [1], [Define to 1 if translation of program messages to the user's native language is requested.]) else USE_NLS=no fi fi AC_MSG_CHECKING([whether to use NLS]) AC_MSG_RESULT([$USE_NLS]) if test "$USE_NLS" = "yes"; then AC_MSG_CHECKING([where the gettext function comes from]) if test "$gt_use_preinstalled_gnugettext" = "yes"; then if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then gt_source="external libintl" else gt_source="libc" fi else gt_source="included intl directory" fi AC_MSG_RESULT([$gt_source]) fi if test "$USE_NLS" = "yes"; then if test "$gt_use_preinstalled_gnugettext" = "yes"; then if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then AC_MSG_CHECKING([how to link with libintl]) AC_MSG_RESULT([$LIBINTL]) AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCINTL]) fi dnl For backward compatibility. Some packages may be using this. AC_DEFINE([HAVE_GETTEXT], [1], [Define if the GNU gettext() function is already present or preinstalled.]) AC_DEFINE([HAVE_DCGETTEXT], [1], [Define if the GNU dcgettext() function is already present or preinstalled.]) fi dnl We need to process the po/ directory. POSUB=po fi ifelse(gt_included_intl, yes, [ dnl If this is used in GNU gettext we have to set BUILD_INCLUDED_LIBINTL dnl to 'yes' because some of the testsuite requires it. if test "$PACKAGE" = gettext-runtime || test "$PACKAGE" = gettext-tools; then BUILD_INCLUDED_LIBINTL=yes fi dnl Make all variables we use known to autoconf. AC_SUBST([BUILD_INCLUDED_LIBINTL]) AC_SUBST([USE_INCLUDED_LIBINTL]) AC_SUBST([CATOBJEXT]) dnl For backward compatibility. Some configure.ins may be using this. nls_cv_header_intl= nls_cv_header_libgt= dnl For backward compatibility. Some Makefiles may be using this. DATADIRNAME=share AC_SUBST([DATADIRNAME]) dnl For backward compatibility. Some Makefiles may be using this. INSTOBJEXT=.mo AC_SUBST([INSTOBJEXT]) dnl For backward compatibility. Some Makefiles may be using this. GENCAT=gencat AC_SUBST([GENCAT]) dnl For backward compatibility. Some Makefiles may be using this. INTLOBJS= if test "$USE_INCLUDED_LIBINTL" = yes; then INTLOBJS="\$(GETTOBJS)" fi AC_SUBST([INTLOBJS]) dnl Enable libtool support if the surrounding package wishes it. INTL_LIBTOOL_SUFFIX_PREFIX=gt_libtool_suffix_prefix AC_SUBST([INTL_LIBTOOL_SUFFIX_PREFIX]) ]) dnl For backward compatibility. Some Makefiles may be using this. INTLLIBS="$LIBINTL" AC_SUBST([INTLLIBS]) dnl Make all documented variables known to autoconf. AC_SUBST([LIBINTL]) AC_SUBST([LTLIBINTL]) AC_SUBST([POSUB]) ]) dnl gt_NEEDS_INIT ensures that the gt_needs variable is initialized. m4_define([gt_NEEDS_INIT], [ m4_divert_text([DEFAULTS], [gt_needs=]) m4_define([gt_NEEDS_INIT], []) ]) dnl Usage: AM_GNU_GETTEXT_NEED([NEEDSYMBOL]) AC_DEFUN([AM_GNU_GETTEXT_NEED], [ m4_divert_text([INIT_PREPARE], [gt_needs="$gt_needs $1"]) ]) dnl Usage: AM_GNU_GETTEXT_VERSION([gettext-version]) AC_DEFUN([AM_GNU_GETTEXT_VERSION], []) dnl Usage: AM_GNU_GETTEXT_REQUIRE_VERSION([gettext-version]) AC_DEFUN([AM_GNU_GETTEXT_REQUIRE_VERSION], []) # iconv.m4 serial 19 (gettext-0.18.2) dnl Copyright (C) 2000-2002, 2007-2014, 2016 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Bruno Haible. AC_DEFUN([AM_ICONV_LINKFLAGS_BODY], [ dnl Prerequisites of AC_LIB_LINKFLAGS_BODY. AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) AC_REQUIRE([AC_LIB_RPATH]) dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV dnl accordingly. AC_LIB_LINKFLAGS_BODY([iconv]) ]) AC_DEFUN([AM_ICONV_LINK], [ dnl Some systems have iconv in libc, some have it in libiconv (OSF/1 and dnl those with the standalone portable GNU libiconv installed). AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV dnl accordingly. AC_REQUIRE([AM_ICONV_LINKFLAGS_BODY]) dnl Add $INCICONV to CPPFLAGS before performing the following checks, dnl because if the user has installed libiconv and not disabled its use dnl via --without-libiconv-prefix, he wants to use it. The first dnl AC_LINK_IFELSE will then fail, the second AC_LINK_IFELSE will succeed. am_save_CPPFLAGS="$CPPFLAGS" AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCICONV]) AC_CACHE_CHECK([for iconv], [am_cv_func_iconv], [ am_cv_func_iconv="no, consider installing GNU libiconv" am_cv_lib_iconv=no AC_LINK_IFELSE( [AC_LANG_PROGRAM( [[ #include #include ]], [[iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd);]])], [am_cv_func_iconv=yes]) if test "$am_cv_func_iconv" != yes; then am_save_LIBS="$LIBS" LIBS="$LIBS $LIBICONV" AC_LINK_IFELSE( [AC_LANG_PROGRAM( [[ #include #include ]], [[iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd);]])], [am_cv_lib_iconv=yes] [am_cv_func_iconv=yes]) LIBS="$am_save_LIBS" fi ]) if test "$am_cv_func_iconv" = yes; then AC_CACHE_CHECK([for working iconv], [am_cv_func_iconv_works], [ dnl This tests against bugs in AIX 5.1, AIX 6.1..7.1, HP-UX 11.11, dnl Solaris 10. am_save_LIBS="$LIBS" if test $am_cv_lib_iconv = yes; then LIBS="$LIBS $LIBICONV" fi am_cv_func_iconv_works=no for ac_iconv_const in '' 'const'; do AC_RUN_IFELSE( [AC_LANG_PROGRAM( [[ #include #include #ifndef ICONV_CONST # define ICONV_CONST $ac_iconv_const #endif ]], [[int result = 0; /* Test against AIX 5.1 bug: Failures are not distinguishable from successful returns. */ { iconv_t cd_utf8_to_88591 = iconv_open ("ISO8859-1", "UTF-8"); if (cd_utf8_to_88591 != (iconv_t)(-1)) { static ICONV_CONST char input[] = "\342\202\254"; /* EURO SIGN */ char buf[10]; ICONV_CONST char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_utf8_to_88591, &inptr, &inbytesleft, &outptr, &outbytesleft); if (res == 0) result |= 1; iconv_close (cd_utf8_to_88591); } } /* Test against Solaris 10 bug: Failures are not distinguishable from successful returns. */ { iconv_t cd_ascii_to_88591 = iconv_open ("ISO8859-1", "646"); if (cd_ascii_to_88591 != (iconv_t)(-1)) { static ICONV_CONST char input[] = "\263"; char buf[10]; ICONV_CONST char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_ascii_to_88591, &inptr, &inbytesleft, &outptr, &outbytesleft); if (res == 0) result |= 2; iconv_close (cd_ascii_to_88591); } } /* Test against AIX 6.1..7.1 bug: Buffer overrun. */ { iconv_t cd_88591_to_utf8 = iconv_open ("UTF-8", "ISO-8859-1"); if (cd_88591_to_utf8 != (iconv_t)(-1)) { static ICONV_CONST char input[] = "\304"; static char buf[2] = { (char)0xDE, (char)0xAD }; ICONV_CONST char *inptr = input; size_t inbytesleft = 1; char *outptr = buf; size_t outbytesleft = 1; size_t res = iconv (cd_88591_to_utf8, &inptr, &inbytesleft, &outptr, &outbytesleft); if (res != (size_t)(-1) || outptr - buf > 1 || buf[1] != (char)0xAD) result |= 4; iconv_close (cd_88591_to_utf8); } } #if 0 /* This bug could be worked around by the caller. */ /* Test against HP-UX 11.11 bug: Positive return value instead of 0. */ { iconv_t cd_88591_to_utf8 = iconv_open ("utf8", "iso88591"); if (cd_88591_to_utf8 != (iconv_t)(-1)) { static ICONV_CONST char input[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337"; char buf[50]; ICONV_CONST char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_88591_to_utf8, &inptr, &inbytesleft, &outptr, &outbytesleft); if ((int)res > 0) result |= 8; iconv_close (cd_88591_to_utf8); } } #endif /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is provided. */ if (/* Try standardized names. */ iconv_open ("UTF-8", "EUC-JP") == (iconv_t)(-1) /* Try IRIX, OSF/1 names. */ && iconv_open ("UTF-8", "eucJP") == (iconv_t)(-1) /* Try AIX names. */ && iconv_open ("UTF-8", "IBM-eucJP") == (iconv_t)(-1) /* Try HP-UX names. */ && iconv_open ("utf8", "eucJP") == (iconv_t)(-1)) result |= 16; return result; ]])], [am_cv_func_iconv_works=yes], , [case "$host_os" in aix* | hpux*) am_cv_func_iconv_works="guessing no" ;; *) am_cv_func_iconv_works="guessing yes" ;; esac]) test "$am_cv_func_iconv_works" = no || break done LIBS="$am_save_LIBS" ]) case "$am_cv_func_iconv_works" in *no) am_func_iconv=no am_cv_lib_iconv=no ;; *) am_func_iconv=yes ;; esac else am_func_iconv=no am_cv_lib_iconv=no fi if test "$am_func_iconv" = yes; then AC_DEFINE([HAVE_ICONV], [1], [Define if you have the iconv() function and it works.]) fi if test "$am_cv_lib_iconv" = yes; then AC_MSG_CHECKING([how to link with libiconv]) AC_MSG_RESULT([$LIBICONV]) else dnl If $LIBICONV didn't lead to a usable library, we don't need $INCICONV dnl either. CPPFLAGS="$am_save_CPPFLAGS" LIBICONV= LTLIBICONV= fi AC_SUBST([LIBICONV]) AC_SUBST([LTLIBICONV]) ]) dnl Define AM_ICONV using AC_DEFUN_ONCE for Autoconf >= 2.64, in order to dnl avoid warnings like dnl "warning: AC_REQUIRE: `AM_ICONV' was expanded before it was required". dnl This is tricky because of the way 'aclocal' is implemented: dnl - It requires defining an auxiliary macro whose name ends in AC_DEFUN. dnl Otherwise aclocal's initial scan pass would miss the macro definition. dnl - It requires a line break inside the AC_DEFUN_ONCE and AC_DEFUN expansions. dnl Otherwise aclocal would emit many "Use of uninitialized value $1" dnl warnings. m4_define([gl_iconv_AC_DEFUN], m4_version_prereq([2.64], [[AC_DEFUN_ONCE( [$1], [$2])]], [m4_ifdef([gl_00GNULIB], [[AC_DEFUN_ONCE( [$1], [$2])]], [[AC_DEFUN( [$1], [$2])]])])) gl_iconv_AC_DEFUN([AM_ICONV], [ AM_ICONV_LINK if test "$am_cv_func_iconv" = yes; then AC_MSG_CHECKING([for iconv declaration]) AC_CACHE_VAL([am_cv_proto_iconv], [ AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[ #include #include extern #ifdef __cplusplus "C" #endif #if defined(__STDC__) || defined(_MSC_VER) || defined(__cplusplus) size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); #else size_t iconv(); #endif ]], [[]])], [am_cv_proto_iconv_arg1=""], [am_cv_proto_iconv_arg1="const"]) am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"]) am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'` AC_MSG_RESULT([ $am_cv_proto_iconv]) AC_DEFINE_UNQUOTED([ICONV_CONST], [$am_cv_proto_iconv_arg1], [Define as const if the declaration of iconv() needs const.]) dnl Also substitute ICONV_CONST in the gnulib generated . m4_ifdef([gl_ICONV_H_DEFAULTS], [AC_REQUIRE([gl_ICONV_H_DEFAULTS]) if test -n "$am_cv_proto_iconv_arg1"; then ICONV_CONST="const" fi ]) fi ]) # intlmacosx.m4 serial 5 (gettext-0.18.2) dnl Copyright (C) 2004-2014, 2016 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl dnl This file can be used in projects which are not available under dnl the GNU General Public License or the GNU Library General Public dnl License but which still want to provide support for the GNU gettext dnl functionality. dnl Please note that the actual code of the GNU gettext library is covered dnl by the GNU Library General Public License, and the rest of the GNU dnl gettext package is covered by the GNU General Public License. dnl They are *not* in the public domain. dnl Checks for special options needed on Mac OS X. dnl Defines INTL_MACOSX_LIBS. AC_DEFUN([gt_INTL_MACOSX], [ dnl Check for API introduced in Mac OS X 10.2. AC_CACHE_CHECK([for CFPreferencesCopyAppValue], [gt_cv_func_CFPreferencesCopyAppValue], [gt_save_LIBS="$LIBS" LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" AC_LINK_IFELSE( [AC_LANG_PROGRAM( [[#include ]], [[CFPreferencesCopyAppValue(NULL, NULL)]])], [gt_cv_func_CFPreferencesCopyAppValue=yes], [gt_cv_func_CFPreferencesCopyAppValue=no]) LIBS="$gt_save_LIBS"]) if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then AC_DEFINE([HAVE_CFPREFERENCESCOPYAPPVALUE], [1], [Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in the CoreFoundation framework.]) fi dnl Check for API introduced in Mac OS X 10.3. AC_CACHE_CHECK([for CFLocaleCopyCurrent], [gt_cv_func_CFLocaleCopyCurrent], [gt_save_LIBS="$LIBS" LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" AC_LINK_IFELSE( [AC_LANG_PROGRAM( [[#include ]], [[CFLocaleCopyCurrent();]])], [gt_cv_func_CFLocaleCopyCurrent=yes], [gt_cv_func_CFLocaleCopyCurrent=no]) LIBS="$gt_save_LIBS"]) if test $gt_cv_func_CFLocaleCopyCurrent = yes; then AC_DEFINE([HAVE_CFLOCALECOPYCURRENT], [1], [Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the CoreFoundation framework.]) fi INTL_MACOSX_LIBS= if test $gt_cv_func_CFPreferencesCopyAppValue = yes || test $gt_cv_func_CFLocaleCopyCurrent = yes; then INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation" fi AC_SUBST([INTL_MACOSX_LIBS]) ]) # lib-ld.m4 serial 6 dnl Copyright (C) 1996-2003, 2009-2016 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl Subroutines of libtool.m4, dnl with replacements s/_*LT_PATH/AC_LIB_PROG/ and s/lt_/acl_/ to avoid dnl collision with libtool.m4. dnl From libtool-2.4. Sets the variable with_gnu_ld to yes or no. AC_DEFUN([AC_LIB_PROG_LD_GNU], [AC_CACHE_CHECK([if the linker ($LD) is GNU ld], [acl_cv_prog_gnu_ld], [# I'd rather use --version here, but apparently some GNU lds only accept -v. case `$LD -v 2>&1 /dev/null 2>&1 \ && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ || PATH_SEPARATOR=';' } fi ac_prog=ld if test "$GCC" = yes; then # Check if gcc -print-prog-name=ld gives a path. AC_MSG_CHECKING([for ld used by $CC]) case $host in *-*-mingw*) # gcc leaves a trailing carriage return which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; esac case $ac_prog in # Accept absolute paths. [[\\/]]* | ?:[[\\/]]*) re_direlt='/[[^/]][[^/]]*/\.\./' # Canonicalize the pathname of ld ac_prog=`echo "$ac_prog"| sed 's%\\\\%/%g'` while echo "$ac_prog" | grep "$re_direlt" > /dev/null 2>&1; do ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"` done test -z "$LD" && LD="$ac_prog" ;; "") # If it fails, then pretend we aren't using GCC. ac_prog=ld ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac elif test "$with_gnu_ld" = yes; then AC_MSG_CHECKING([for GNU ld]) else AC_MSG_CHECKING([for non-GNU ld]) fi AC_CACHE_VAL([acl_cv_path_LD], [if test -z "$LD"; then acl_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS="$acl_save_ifs" test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then acl_cv_path_LD="$ac_dir/$ac_prog" # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some variants of GNU ld only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$acl_cv_path_LD" -v 2>&1 = 1.10 to complain if config.rpath is missing. m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([config.rpath])]) AC_REQUIRE([AC_PROG_CC]) dnl we use $CC, $GCC, $LDFLAGS AC_REQUIRE([AC_LIB_PROG_LD]) dnl we use $LD, $with_gnu_ld AC_REQUIRE([AC_CANONICAL_HOST]) dnl we use $host AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT]) dnl we use $ac_aux_dir AC_CACHE_CHECK([for shared library run path origin], [acl_cv_rpath], [ CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \ ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh . ./conftest.sh rm -f ./conftest.sh acl_cv_rpath=done ]) wl="$acl_cv_wl" acl_libext="$acl_cv_libext" acl_shlibext="$acl_cv_shlibext" acl_libname_spec="$acl_cv_libname_spec" acl_library_names_spec="$acl_cv_library_names_spec" acl_hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec" acl_hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator" acl_hardcode_direct="$acl_cv_hardcode_direct" acl_hardcode_minus_L="$acl_cv_hardcode_minus_L" dnl Determine whether the user wants rpath handling at all. AC_ARG_ENABLE([rpath], [ --disable-rpath do not hardcode runtime library paths], :, enable_rpath=yes) ]) dnl AC_LIB_FROMPACKAGE(name, package) dnl declares that libname comes from the given package. The configure file dnl will then not have a --with-libname-prefix option but a dnl --with-package-prefix option. Several libraries can come from the same dnl package. This declaration must occur before an AC_LIB_LINKFLAGS or similar dnl macro call that searches for libname. AC_DEFUN([AC_LIB_FROMPACKAGE], [ pushdef([NAME],[m4_translit([$1],[abcdefghijklmnopqrstuvwxyz./+-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ____])]) define([acl_frompackage_]NAME, [$2]) popdef([NAME]) pushdef([PACK],[$2]) pushdef([PACKUP],[m4_translit(PACK,[abcdefghijklmnopqrstuvwxyz./+-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ____])]) define([acl_libsinpackage_]PACKUP, m4_ifdef([acl_libsinpackage_]PACKUP, [m4_defn([acl_libsinpackage_]PACKUP)[, ]],)[lib$1]) popdef([PACKUP]) popdef([PACK]) ]) dnl AC_LIB_LINKFLAGS_BODY(name [, dependencies]) searches for libname and dnl the libraries corresponding to explicit and implicit dependencies. dnl Sets the LIB${NAME}, LTLIB${NAME} and INC${NAME} variables. dnl Also, sets the LIB${NAME}_PREFIX variable to nonempty if libname was found dnl in ${LIB${NAME}_PREFIX}/$acl_libdirstem. AC_DEFUN([AC_LIB_LINKFLAGS_BODY], [ AC_REQUIRE([AC_LIB_PREPARE_MULTILIB]) pushdef([NAME],[m4_translit([$1],[abcdefghijklmnopqrstuvwxyz./+-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ____])]) pushdef([PACK],[m4_ifdef([acl_frompackage_]NAME, [acl_frompackage_]NAME, lib[$1])]) pushdef([PACKUP],[m4_translit(PACK,[abcdefghijklmnopqrstuvwxyz./+-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ____])]) pushdef([PACKLIBS],[m4_ifdef([acl_frompackage_]NAME, [acl_libsinpackage_]PACKUP, lib[$1])]) dnl Autoconf >= 2.61 supports dots in --with options. pushdef([P_A_C_K],[m4_if(m4_version_compare(m4_defn([m4_PACKAGE_VERSION]),[2.61]),[-1],[m4_translit(PACK,[.],[_])],PACK)]) dnl By default, look in $includedir and $libdir. use_additional=yes AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) AC_ARG_WITH(P_A_C_K[-prefix], [[ --with-]]P_A_C_K[[-prefix[=DIR] search for ]PACKLIBS[ in DIR/include and DIR/lib --without-]]P_A_C_K[[-prefix don't search for ]PACKLIBS[ in includedir and libdir]], [ if test "X$withval" = "Xno"; then use_additional=no else if test "X$withval" = "X"; then AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) else additional_includedir="$withval/include" additional_libdir="$withval/$acl_libdirstem" if test "$acl_libdirstem2" != "$acl_libdirstem" \ && ! test -d "$withval/$acl_libdirstem"; then additional_libdir="$withval/$acl_libdirstem2" fi fi fi ]) dnl Search the library and its dependencies in $additional_libdir and dnl $LDFLAGS. Using breadth-first-seach. LIB[]NAME= LTLIB[]NAME= INC[]NAME= LIB[]NAME[]_PREFIX= dnl HAVE_LIB${NAME} is an indicator that LIB${NAME}, LTLIB${NAME} have been dnl computed. So it has to be reset here. HAVE_LIB[]NAME= rpathdirs= ltrpathdirs= names_already_handled= names_next_round='$1 $2' while test -n "$names_next_round"; do names_this_round="$names_next_round" names_next_round= for name in $names_this_round; do already_handled= for n in $names_already_handled; do if test "$n" = "$name"; then already_handled=yes break fi done if test -z "$already_handled"; then names_already_handled="$names_already_handled $name" dnl See if it was already located by an earlier AC_LIB_LINKFLAGS dnl or AC_LIB_HAVE_LINKFLAGS call. uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'` eval value=\"\$HAVE_LIB$uppername\" if test -n "$value"; then if test "$value" = yes; then eval value=\"\$LIB$uppername\" test -z "$value" || LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$value" eval value=\"\$LTLIB$uppername\" test -z "$value" || LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$value" else dnl An earlier call to AC_LIB_HAVE_LINKFLAGS has determined dnl that this library doesn't exist. So just drop it. : fi else dnl Search the library lib$name in $additional_libdir and $LDFLAGS dnl and the already constructed $LIBNAME/$LTLIBNAME. found_dir= found_la= found_so= found_a= eval libname=\"$acl_libname_spec\" # typically: libname=lib$name if test -n "$acl_shlibext"; then shrext=".$acl_shlibext" # typically: shrext=.so else shrext= fi if test $use_additional = yes; then dir="$additional_libdir" dnl The same code as in the loop below: dnl First look for a shared library. if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi dnl Then look for a static library. if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi fi if test "X$found_dir" = "X"; then for x in $LDFLAGS $LTLIB[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) case "$x" in -L*) dir=`echo "X$x" | sed -e 's/^X-L//'` dnl First look for a shared library. if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi dnl Then look for a static library. if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi ;; esac if test "X$found_dir" != "X"; then break fi done fi if test "X$found_dir" != "X"; then dnl Found the library. LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$found_dir -l$name" if test "X$found_so" != "X"; then dnl Linking with a shared library. We attempt to hardcode its dnl directory into the executable's runpath, unless it's the dnl standard /usr/lib. if test "$enable_rpath" = no \ || test "X$found_dir" = "X/usr/$acl_libdirstem" \ || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then dnl No hardcoding is needed. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" else dnl Use an explicit option to hardcode DIR into the resulting dnl binary. dnl Potentially add DIR to ltrpathdirs. dnl The ltrpathdirs will be appended to $LTLIBNAME at the end. haveit= for x in $ltrpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $found_dir" fi dnl The hardcoding into $LIBNAME is system dependent. if test "$acl_hardcode_direct" = yes; then dnl Using DIR/libNAME.so during linking hardcodes DIR into the dnl resulting binary. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" else if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then dnl Use an explicit option to hardcode DIR into the resulting dnl binary. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" dnl Potentially add DIR to rpathdirs. dnl The rpathdirs will be appended to $LIBNAME at the end. haveit= for x in $rpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $found_dir" fi else dnl Rely on "-L$found_dir". dnl But don't add it if it's already contained in the LDFLAGS dnl or the already constructed $LIBNAME haveit= for x in $LDFLAGS $LIB[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-L$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir" fi if test "$acl_hardcode_minus_L" != no; then dnl FIXME: Not sure whether we should use dnl "-L$found_dir -l$name" or "-L$found_dir $found_so" dnl here. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" else dnl We cannot use $acl_hardcode_runpath_var and LD_RUN_PATH dnl here, because this doesn't fit in flags passed to the dnl compiler. So give up. No hardcoding. This affects only dnl very old systems. dnl FIXME: Not sure whether we should use dnl "-L$found_dir -l$name" or "-L$found_dir $found_so" dnl here. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name" fi fi fi fi else if test "X$found_a" != "X"; then dnl Linking with a static library. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_a" else dnl We shouldn't come here, but anyway it's good to have a dnl fallback. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir -l$name" fi fi dnl Assume the include files are nearby. additional_includedir= case "$found_dir" in */$acl_libdirstem | */$acl_libdirstem/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` if test "$name" = '$1'; then LIB[]NAME[]_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; */$acl_libdirstem2 | */$acl_libdirstem2/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'` if test "$name" = '$1'; then LIB[]NAME[]_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; esac if test "X$additional_includedir" != "X"; then dnl Potentially add $additional_includedir to $INCNAME. dnl But don't add it dnl 1. if it's the standard /usr/include, dnl 2. if it's /usr/local/include and we are using GCC on Linux, dnl 3. if it's already present in $CPPFLAGS or the already dnl constructed $INCNAME, dnl 4. if it doesn't exist as a directory. if test "X$additional_includedir" != "X/usr/include"; then haveit= if test "X$additional_includedir" = "X/usr/local/include"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then for x in $CPPFLAGS $INC[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-I$additional_includedir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_includedir"; then dnl Really add $additional_includedir to $INCNAME. INC[]NAME="${INC[]NAME}${INC[]NAME:+ }-I$additional_includedir" fi fi fi fi fi dnl Look for dependencies. if test -n "$found_la"; then dnl Read the .la file. It defines the variables dnl dlname, library_names, old_library, dependency_libs, current, dnl age, revision, installed, dlopen, dlpreopen, libdir. save_libdir="$libdir" case "$found_la" in */* | *\\*) . "$found_la" ;; *) . "./$found_la" ;; esac libdir="$save_libdir" dnl We use only dependency_libs. for dep in $dependency_libs; do case "$dep" in -L*) additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME. dnl But don't add it dnl 1. if it's the standard /usr/lib, dnl 2. if it's /usr/local/lib and we are using GCC on Linux, dnl 3. if it's already present in $LDFLAGS or the already dnl constructed $LIBNAME, dnl 4. if it doesn't exist as a directory. if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \ && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then haveit= if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \ || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then haveit= for x in $LDFLAGS $LIB[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then dnl Really add $additional_libdir to $LIBNAME. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$additional_libdir" fi fi haveit= for x in $LDFLAGS $LTLIB[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then dnl Really add $additional_libdir to $LTLIBNAME. LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$additional_libdir" fi fi fi fi ;; -R*) dir=`echo "X$dep" | sed -e 's/^X-R//'` if test "$enable_rpath" != no; then dnl Potentially add DIR to rpathdirs. dnl The rpathdirs will be appended to $LIBNAME at the end. haveit= for x in $rpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $dir" fi dnl Potentially add DIR to ltrpathdirs. dnl The ltrpathdirs will be appended to $LTLIBNAME at the end. haveit= for x in $ltrpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $dir" fi fi ;; -l*) dnl Handle this in the next round. names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` ;; *.la) dnl Handle this in the next round. Throw away the .la's dnl directory; it is already contained in a preceding -L dnl option. names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` ;; *) dnl Most likely an immediate library name. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$dep" LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$dep" ;; esac done fi else dnl Didn't find the library; assume it is in the system directories dnl known to the linker and runtime loader. (All the system dnl directories known to the linker should also be known to the dnl runtime loader, otherwise the system is severely misconfigured.) LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name" LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-l$name" fi fi fi done done if test "X$rpathdirs" != "X"; then if test -n "$acl_hardcode_libdir_separator"; then dnl Weird platform: only the last -rpath option counts, the user must dnl pass all path elements in one option. We can arrange that for a dnl single library, but not when more than one $LIBNAMEs are used. alldirs= for found_dir in $rpathdirs; do alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir" done dnl Note: acl_hardcode_libdir_flag_spec uses $libdir and $wl. acl_save_libdir="$libdir" libdir="$alldirs" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag" else dnl The -rpath options are cumulative. for found_dir in $rpathdirs; do acl_save_libdir="$libdir" libdir="$found_dir" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag" done fi fi if test "X$ltrpathdirs" != "X"; then dnl When using libtool, the option that works for both libraries and dnl executables is -R. The -R options are cumulative. for found_dir in $ltrpathdirs; do LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-R$found_dir" done fi popdef([P_A_C_K]) popdef([PACKLIBS]) popdef([PACKUP]) popdef([PACK]) popdef([NAME]) ]) dnl AC_LIB_APPENDTOVAR(VAR, CONTENTS) appends the elements of CONTENTS to VAR, dnl unless already present in VAR. dnl Works only for CPPFLAGS, not for LIB* variables because that sometimes dnl contains two or three consecutive elements that belong together. AC_DEFUN([AC_LIB_APPENDTOVAR], [ for element in [$2]; do haveit= for x in $[$1]; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X$element"; then haveit=yes break fi done if test -z "$haveit"; then [$1]="${[$1]}${[$1]:+ }$element" fi done ]) dnl For those cases where a variable contains several -L and -l options dnl referring to unknown libraries and directories, this macro determines the dnl necessary additional linker options for the runtime path. dnl AC_LIB_LINKFLAGS_FROM_LIBS([LDADDVAR], [LIBSVALUE], [USE-LIBTOOL]) dnl sets LDADDVAR to linker options needed together with LIBSVALUE. dnl If USE-LIBTOOL evaluates to non-empty, linking with libtool is assumed, dnl otherwise linking without libtool is assumed. AC_DEFUN([AC_LIB_LINKFLAGS_FROM_LIBS], [ AC_REQUIRE([AC_LIB_RPATH]) AC_REQUIRE([AC_LIB_PREPARE_MULTILIB]) $1= if test "$enable_rpath" != no; then if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then dnl Use an explicit option to hardcode directories into the resulting dnl binary. rpathdirs= next= for opt in $2; do if test -n "$next"; then dir="$next" dnl No need to hardcode the standard /usr/lib. if test "X$dir" != "X/usr/$acl_libdirstem" \ && test "X$dir" != "X/usr/$acl_libdirstem2"; then rpathdirs="$rpathdirs $dir" fi next= else case $opt in -L) next=yes ;; -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'` dnl No need to hardcode the standard /usr/lib. if test "X$dir" != "X/usr/$acl_libdirstem" \ && test "X$dir" != "X/usr/$acl_libdirstem2"; then rpathdirs="$rpathdirs $dir" fi next= ;; *) next= ;; esac fi done if test "X$rpathdirs" != "X"; then if test -n ""$3""; then dnl libtool is used for linking. Use -R options. for dir in $rpathdirs; do $1="${$1}${$1:+ }-R$dir" done else dnl The linker is used for linking directly. if test -n "$acl_hardcode_libdir_separator"; then dnl Weird platform: only the last -rpath option counts, the user dnl must pass all path elements in one option. alldirs= for dir in $rpathdirs; do alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$dir" done acl_save_libdir="$libdir" libdir="$alldirs" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" $1="$flag" else dnl The -rpath options are cumulative. for dir in $rpathdirs; do acl_save_libdir="$libdir" libdir="$dir" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" $1="${$1}${$1:+ }$flag" done fi fi fi fi fi AC_SUBST([$1]) ]) # lib-prefix.m4 serial 7 (gettext-0.18) dnl Copyright (C) 2001-2005, 2008-2016 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Bruno Haible. dnl AC_LIB_ARG_WITH is synonymous to AC_ARG_WITH in autoconf-2.13, and dnl similar to AC_ARG_WITH in autoconf 2.52...2.57 except that is doesn't dnl require excessive bracketing. ifdef([AC_HELP_STRING], [AC_DEFUN([AC_LIB_ARG_WITH], [AC_ARG_WITH([$1],[[$2]],[$3],[$4])])], [AC_DEFUN([AC_][LIB_ARG_WITH], [AC_ARG_WITH([$1],[$2],[$3],[$4])])]) dnl AC_LIB_PREFIX adds to the CPPFLAGS and LDFLAGS the flags that are needed dnl to access previously installed libraries. The basic assumption is that dnl a user will want packages to use other packages he previously installed dnl with the same --prefix option. dnl This macro is not needed if only AC_LIB_LINKFLAGS is used to locate dnl libraries, but is otherwise very convenient. AC_DEFUN([AC_LIB_PREFIX], [ AC_BEFORE([$0], [AC_LIB_LINKFLAGS]) AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([AC_CANONICAL_HOST]) AC_REQUIRE([AC_LIB_PREPARE_MULTILIB]) AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) dnl By default, look in $includedir and $libdir. use_additional=yes AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) AC_LIB_ARG_WITH([lib-prefix], [ --with-lib-prefix[=DIR] search for libraries in DIR/include and DIR/lib --without-lib-prefix don't search for libraries in includedir and libdir], [ if test "X$withval" = "Xno"; then use_additional=no else if test "X$withval" = "X"; then AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) else additional_includedir="$withval/include" additional_libdir="$withval/$acl_libdirstem" fi fi ]) if test $use_additional = yes; then dnl Potentially add $additional_includedir to $CPPFLAGS. dnl But don't add it dnl 1. if it's the standard /usr/include, dnl 2. if it's already present in $CPPFLAGS, dnl 3. if it's /usr/local/include and we are using GCC on Linux, dnl 4. if it doesn't exist as a directory. if test "X$additional_includedir" != "X/usr/include"; then haveit= for x in $CPPFLAGS; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-I$additional_includedir"; then haveit=yes break fi done if test -z "$haveit"; then if test "X$additional_includedir" = "X/usr/local/include"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then if test -d "$additional_includedir"; then dnl Really add $additional_includedir to $CPPFLAGS. CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }-I$additional_includedir" fi fi fi fi dnl Potentially add $additional_libdir to $LDFLAGS. dnl But don't add it dnl 1. if it's the standard /usr/lib, dnl 2. if it's already present in $LDFLAGS, dnl 3. if it's /usr/local/lib and we are using GCC on Linux, dnl 4. if it doesn't exist as a directory. if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then haveit= for x in $LDFLAGS; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem"; then if test -n "$GCC"; then case $host_os in linux*) haveit=yes;; esac fi fi if test -z "$haveit"; then if test -d "$additional_libdir"; then dnl Really add $additional_libdir to $LDFLAGS. LDFLAGS="${LDFLAGS}${LDFLAGS:+ }-L$additional_libdir" fi fi fi fi fi ]) dnl AC_LIB_PREPARE_PREFIX creates variables acl_final_prefix, dnl acl_final_exec_prefix, containing the values to which $prefix and dnl $exec_prefix will expand at the end of the configure script. AC_DEFUN([AC_LIB_PREPARE_PREFIX], [ dnl Unfortunately, prefix and exec_prefix get only finally determined dnl at the end of configure. if test "X$prefix" = "XNONE"; then acl_final_prefix="$ac_default_prefix" else acl_final_prefix="$prefix" fi if test "X$exec_prefix" = "XNONE"; then acl_final_exec_prefix='${prefix}' else acl_final_exec_prefix="$exec_prefix" fi acl_save_prefix="$prefix" prefix="$acl_final_prefix" eval acl_final_exec_prefix=\"$acl_final_exec_prefix\" prefix="$acl_save_prefix" ]) dnl AC_LIB_WITH_FINAL_PREFIX([statement]) evaluates statement, with the dnl variables prefix and exec_prefix bound to the values they will have dnl at the end of the configure script. AC_DEFUN([AC_LIB_WITH_FINAL_PREFIX], [ acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" $1 exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" ]) dnl AC_LIB_PREPARE_MULTILIB creates dnl - a variable acl_libdirstem, containing the basename of the libdir, either dnl "lib" or "lib64" or "lib/64", dnl - a variable acl_libdirstem2, as a secondary possible value for dnl acl_libdirstem, either the same as acl_libdirstem or "lib/sparcv9" or dnl "lib/amd64". AC_DEFUN([AC_LIB_PREPARE_MULTILIB], [ dnl There is no formal standard regarding lib and lib64. dnl On glibc systems, the current practice is that on a system supporting dnl 32-bit and 64-bit instruction sets or ABIs, 64-bit libraries go under dnl $prefix/lib64 and 32-bit libraries go under $prefix/lib. We determine dnl the compiler's default mode by looking at the compiler's library search dnl path. If at least one of its elements ends in /lib64 or points to a dnl directory whose absolute pathname ends in /lib64, we assume a 64-bit ABI. dnl Otherwise we use the default, namely "lib". dnl On Solaris systems, the current practice is that on a system supporting dnl 32-bit and 64-bit instruction sets or ABIs, 64-bit libraries go under dnl $prefix/lib/64 (which is a symlink to either $prefix/lib/sparcv9 or dnl $prefix/lib/amd64) and 32-bit libraries go under $prefix/lib. AC_REQUIRE([AC_CANONICAL_HOST]) acl_libdirstem=lib acl_libdirstem2= case "$host_os" in solaris*) dnl See Solaris 10 Software Developer Collection > Solaris 64-bit Developer's Guide > The Development Environment dnl . dnl "Portable Makefiles should refer to any library directories using the 64 symbolic link." dnl But we want to recognize the sparcv9 or amd64 subdirectory also if the dnl symlink is missing, so we set acl_libdirstem2 too. AC_CACHE_CHECK([for 64-bit host], [gl_cv_solaris_64bit], [AC_EGREP_CPP([sixtyfour bits], [ #ifdef _LP64 sixtyfour bits #endif ], [gl_cv_solaris_64bit=yes], [gl_cv_solaris_64bit=no]) ]) if test $gl_cv_solaris_64bit = yes; then acl_libdirstem=lib/64 case "$host_cpu" in sparc*) acl_libdirstem2=lib/sparcv9 ;; i*86 | x86_64) acl_libdirstem2=lib/amd64 ;; esac fi ;; *) searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'` if test -n "$searchpath"; then acl_save_IFS="${IFS= }"; IFS=":" for searchdir in $searchpath; do if test -d "$searchdir"; then case "$searchdir" in */lib64/ | */lib64 ) acl_libdirstem=lib64 ;; */../ | */.. ) # Better ignore directories of this form. They are misleading. ;; *) searchdir=`cd "$searchdir" && pwd` case "$searchdir" in */lib64 ) acl_libdirstem=lib64 ;; esac ;; esac fi done IFS="$acl_save_IFS" fi ;; esac test -n "$acl_libdirstem2" || acl_libdirstem2="$acl_libdirstem" ]) # nls.m4 serial 5 (gettext-0.18) dnl Copyright (C) 1995-2003, 2005-2006, 2008-2014, 2016 Free Software dnl Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl dnl This file can be used in projects which are not available under dnl the GNU General Public License or the GNU Library General Public dnl License but which still want to provide support for the GNU gettext dnl functionality. dnl Please note that the actual code of the GNU gettext library is covered dnl by the GNU Library General Public License, and the rest of the GNU dnl gettext package is covered by the GNU General Public License. dnl They are *not* in the public domain. dnl Authors: dnl Ulrich Drepper , 1995-2000. dnl Bruno Haible , 2000-2003. AC_PREREQ([2.50]) AC_DEFUN([AM_NLS], [ AC_MSG_CHECKING([whether NLS is requested]) dnl Default is enabled NLS AC_ARG_ENABLE([nls], [ --disable-nls do not use Native Language Support], USE_NLS=$enableval, USE_NLS=yes) AC_MSG_RESULT([$USE_NLS]) AC_SUBST([USE_NLS]) ]) # po.m4 serial 24 (gettext-0.19) dnl Copyright (C) 1995-2014, 2016 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl dnl This file can be used in projects which are not available under dnl the GNU General Public License or the GNU Library General Public dnl License but which still want to provide support for the GNU gettext dnl functionality. dnl Please note that the actual code of the GNU gettext library is covered dnl by the GNU Library General Public License, and the rest of the GNU dnl gettext package is covered by the GNU General Public License. dnl They are *not* in the public domain. dnl Authors: dnl Ulrich Drepper , 1995-2000. dnl Bruno Haible , 2000-2003. AC_PREREQ([2.60]) dnl Checks for all prerequisites of the po subdirectory. AC_DEFUN([AM_PO_SUBDIRS], [ AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AC_PROG_INSTALL])dnl AC_REQUIRE([AC_PROG_MKDIR_P])dnl AC_REQUIRE([AC_PROG_SED])dnl AC_REQUIRE([AM_NLS])dnl dnl Release version of the gettext macros. This is used to ensure that dnl the gettext macros and po/Makefile.in.in are in sync. AC_SUBST([GETTEXT_MACRO_VERSION], [0.19]) dnl Perform the following tests also if --disable-nls has been given, dnl because they are needed for "make dist" to work. dnl Search for GNU msgfmt in the PATH. dnl The first test excludes Solaris msgfmt and early GNU msgfmt versions. dnl The second test excludes FreeBSD msgfmt. AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt, [$ac_dir/$ac_word --statistics /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1 && (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)], :) AC_PATH_PROG([GMSGFMT], [gmsgfmt], [$MSGFMT]) dnl Test whether it is GNU msgfmt >= 0.15. changequote(,)dnl case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;; *) MSGFMT_015=$MSGFMT ;; esac changequote([,])dnl AC_SUBST([MSGFMT_015]) changequote(,)dnl case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;; *) GMSGFMT_015=$GMSGFMT ;; esac changequote([,])dnl AC_SUBST([GMSGFMT_015]) dnl Search for GNU xgettext 0.12 or newer in the PATH. dnl The first test excludes Solaris xgettext and early GNU xgettext versions. dnl The second test excludes FreeBSD xgettext. AM_PATH_PROG_WITH_TEST(XGETTEXT, xgettext, [$ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1 && (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)], :) dnl Remove leftover from FreeBSD xgettext call. rm -f messages.po dnl Test whether it is GNU xgettext >= 0.15. changequote(,)dnl case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;; *) XGETTEXT_015=$XGETTEXT ;; esac changequote([,])dnl AC_SUBST([XGETTEXT_015]) dnl Search for GNU msgmerge 0.11 or newer in the PATH. AM_PATH_PROG_WITH_TEST(MSGMERGE, msgmerge, [$ac_dir/$ac_word --update -q /dev/null /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1], :) dnl Installation directories. dnl Autoconf >= 2.60 defines localedir. For older versions of autoconf, we dnl have to define it here, so that it can be used in po/Makefile. test -n "$localedir" || localedir='${datadir}/locale' AC_SUBST([localedir]) dnl Support for AM_XGETTEXT_OPTION. test -n "${XGETTEXT_EXTRA_OPTIONS+set}" || XGETTEXT_EXTRA_OPTIONS= AC_SUBST([XGETTEXT_EXTRA_OPTIONS]) AC_CONFIG_COMMANDS([po-directories], [[ for ac_file in $CONFIG_FILES; do # Support "outfile[:infile[:infile...]]" case "$ac_file" in *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; esac # PO directories have a Makefile.in generated from Makefile.in.in. case "$ac_file" in */Makefile.in) # Adjust a relative srcdir. ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'` ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` # In autoconf-2.13 it is called $ac_given_srcdir. # In autoconf-2.50 it is called $srcdir. test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir" case "$ac_given_srcdir" in .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; /*) top_srcdir="$ac_given_srcdir" ;; *) top_srcdir="$ac_dots$ac_given_srcdir" ;; esac # Treat a directory as a PO directory if and only if it has a # POTFILES.in file. This allows packages to have multiple PO # directories under different names or in different locations. if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then rm -f "$ac_dir/POTFILES" test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES" gt_tab=`printf '\t'` cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ${gt_tab}]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES" POMAKEFILEDEPS="POTFILES.in" # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend # on $ac_dir but don't depend on user-specified configuration # parameters. if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then # The LINGUAS file contains the set of available languages. if test -n "$OBSOLETE_ALL_LINGUAS"; then test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete" fi ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"` # Hide the ALL_LINGUAS assignment from automake < 1.5. eval 'ALL_LINGUAS''=$ALL_LINGUAS_' POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS" else # The set of available languages was given in configure.in. # Hide the ALL_LINGUAS assignment from automake < 1.5. eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS' fi # Compute POFILES # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po) # Compute UPDATEPOFILES # as $(foreach lang, $(ALL_LINGUAS), $(lang).po-update) # Compute DUMMYPOFILES # as $(foreach lang, $(ALL_LINGUAS), $(lang).nop) # Compute GMOFILES # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo) case "$ac_given_srcdir" in .) srcdirpre= ;; *) srcdirpre='$(srcdir)/' ;; esac POFILES= UPDATEPOFILES= DUMMYPOFILES= GMOFILES= for lang in $ALL_LINGUAS; do POFILES="$POFILES $srcdirpre$lang.po" UPDATEPOFILES="$UPDATEPOFILES $lang.po-update" DUMMYPOFILES="$DUMMYPOFILES $lang.nop" GMOFILES="$GMOFILES $srcdirpre$lang.gmo" done # CATALOGS depends on both $ac_dir and the user's LINGUAS # environment variable. INST_LINGUAS= if test -n "$ALL_LINGUAS"; then for presentlang in $ALL_LINGUAS; do useit=no if test "%UNSET%" != "$LINGUAS"; then desiredlanguages="$LINGUAS" else desiredlanguages="$ALL_LINGUAS" fi for desiredlang in $desiredlanguages; do # Use the presentlang catalog if desiredlang is # a. equal to presentlang, or # b. a variant of presentlang (because in this case, # presentlang can be used as a fallback for messages # which are not translated in the desiredlang catalog). case "$desiredlang" in "$presentlang"*) useit=yes;; esac done if test $useit = yes; then INST_LINGUAS="$INST_LINGUAS $presentlang" fi done fi CATALOGS= if test -n "$INST_LINGUAS"; then for lang in $INST_LINGUAS; do CATALOGS="$CATALOGS $lang.gmo" done fi test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile" sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile" for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do if test -f "$f"; then case "$f" in *.orig | *.bak | *~) ;; *) cat "$f" >> "$ac_dir/Makefile" ;; esac fi done fi ;; esac done]], [# Capture the value of obsolete ALL_LINGUAS because we need it to compute # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it # from automake < 1.5. eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"' # Capture the value of LINGUAS because we need it to compute CATALOGS. LINGUAS="${LINGUAS-%UNSET%}" ]) ]) dnl Postprocesses a Makefile in a directory containing PO files. AC_DEFUN([AM_POSTPROCESS_PO_MAKEFILE], [ # When this code is run, in config.status, two variables have already been # set: # - OBSOLETE_ALL_LINGUAS is the value of LINGUAS set in configure.in, # - LINGUAS is the value of the environment variable LINGUAS at configure # time. changequote(,)dnl # Adjust a relative srcdir. ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'` ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` # In autoconf-2.13 it is called $ac_given_srcdir. # In autoconf-2.50 it is called $srcdir. test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir" case "$ac_given_srcdir" in .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; /*) top_srcdir="$ac_given_srcdir" ;; *) top_srcdir="$ac_dots$ac_given_srcdir" ;; esac # Find a way to echo strings without interpreting backslash. if test "X`(echo '\t') 2>/dev/null`" = 'X\t'; then gt_echo='echo' else if test "X`(printf '%s\n' '\t') 2>/dev/null`" = 'X\t'; then gt_echo='printf %s\n' else echo_func () { cat < "$ac_file.tmp" tab=`printf '\t'` if grep -l '@TCLCATALOGS@' "$ac_file" > /dev/null; then # Add dependencies that cannot be formulated as a simple suffix rule. for lang in $ALL_LINGUAS; do frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'` cat >> "$ac_file.tmp" < /dev/null; then # Add dependencies that cannot be formulated as a simple suffix rule. for lang in $ALL_LINGUAS; do frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'` cat >> "$ac_file.tmp" <> "$ac_file.tmp" <, 1996. AC_PREREQ([2.50]) # Search path for a program which passes the given test. dnl AM_PATH_PROG_WITH_TEST(VARIABLE, PROG-TO-CHECK-FOR, dnl TEST-PERFORMED-ON-FOUND_PROGRAM [, VALUE-IF-NOT-FOUND [, PATH]]) AC_DEFUN([AM_PATH_PROG_WITH_TEST], [ # Prepare PATH_SEPARATOR. # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which # contains only /bin. Note that ksh looks also at the FPATH variable, # so we have to set that as well for the test. PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ || PATH_SEPARATOR=';' } fi # Find out how to test for executable files. Don't use a zero-byte file, # as systems may use methods other than mode bits to determine executability. cat >conf$$.file <<_ASEOF #! /bin/sh exit 0 _ASEOF chmod +x conf$$.file if test -x conf$$.file >/dev/null 2>&1; then ac_executable_p="test -x" else ac_executable_p="test -f" fi rm -f conf$$.file # Extract the first word of "$2", so it can be a program name with args. set dummy $2; ac_word=[$]2 AC_MSG_CHECKING([for $ac_word]) AC_CACHE_VAL([ac_cv_path_$1], [case "[$]$1" in [[\\/]]* | ?:[[\\/]]*) ac_cv_path_$1="[$]$1" # Let the user override the test with a path. ;; *) ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in ifelse([$5], , $PATH, [$5]); do IFS="$ac_save_IFS" test -z "$ac_dir" && ac_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then echo "$as_me: trying $ac_dir/$ac_word..." >&AS_MESSAGE_LOG_FD if [$3]; then ac_cv_path_$1="$ac_dir/$ac_word$ac_exec_ext" break 2 fi fi done done IFS="$ac_save_IFS" dnl If no 4th arg is given, leave the cache variable unset, dnl so AC_PATH_PROGS will keep looking. ifelse([$4], , , [ test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4" ])dnl ;; esac])dnl $1="$ac_cv_path_$1" if test ifelse([$4], , [-n "[$]$1"], ["[$]$1" != "$4"]); then AC_MSG_RESULT([$][$1]) else AC_MSG_RESULT([no]) fi AC_SUBST([$1])dnl ]) # Copyright (C) 2002-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_AUTOMAKE_VERSION(VERSION) # ---------------------------- # Automake X.Y traces this macro to ensure aclocal.m4 has been # generated from the m4 files accompanying Automake X.Y. # (This private macro should not be called outside this file.) AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.15' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. m4_if([$1], [1.15], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) # _AM_AUTOCONF_VERSION(VERSION) # ----------------------------- # aclocal traces this macro to find the Autoconf version. # This is a private macro too. Using m4_define simplifies # the logic in aclocal, which can simply ignore this definition. m4_define([_AM_AUTOCONF_VERSION], []) # AM_SET_CURRENT_AUTOMAKE_VERSION # ------------------------------- # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.15])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- # Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets # $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to # '$srcdir', '$srcdir/..', or '$srcdir/../..'. # # Of course, Automake must honor this variable whenever it calls a # tool from the auxiliary directory. The problem is that $srcdir (and # therefore $ac_aux_dir as well) can be either absolute or relative, # depending on how configure is run. This is pretty annoying, since # it makes $ac_aux_dir quite unusable in subdirectories: in the top # source directory, any form will work fine, but in subdirectories a # relative path needs to be adjusted first. # # $ac_aux_dir/missing # fails when called from a subdirectory if $ac_aux_dir is relative # $top_srcdir/$ac_aux_dir/missing # fails if $ac_aux_dir is absolute, # fails when called from a subdirectory in a VPATH build with # a relative $ac_aux_dir # # The reason of the latter failure is that $top_srcdir and $ac_aux_dir # are both prefixed by $srcdir. In an in-source build this is usually # harmless because $srcdir is '.', but things will broke when you # start a VPATH build or use an absolute $srcdir. # # So we could use something similar to $top_srcdir/$ac_aux_dir/missing, # iff we strip the leading $srcdir from $ac_aux_dir. That would be: # am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` # and then we would define $MISSING as # MISSING="\${SHELL} $am_aux_dir/missing" # This will work as long as MISSING is not called from configure, because # unfortunately $(top_srcdir) has no meaning in configure. # However there are other variables, like CC, which are often used in # configure, and could therefore not use this "fixed" $ac_aux_dir. # # Another solution, used here, is to always expand $ac_aux_dir to an # absolute PATH. The drawback is that using absolute paths prevent a # configured tree to be moved without reconfiguration. AC_DEFUN([AM_AUX_DIR_EXPAND], [AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl # Expand $ac_aux_dir to an absolute path. am_aux_dir=`cd "$ac_aux_dir" && pwd` ]) # AM_CONDITIONAL -*- Autoconf -*- # Copyright (C) 1997-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_CONDITIONAL(NAME, SHELL-CONDITION) # ------------------------------------- # Define a conditional. AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ([2.52])dnl m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl AC_SUBST([$1_TRUE])dnl AC_SUBST([$1_FALSE])dnl _AM_SUBST_NOTMAKE([$1_TRUE])dnl _AM_SUBST_NOTMAKE([$1_FALSE])dnl m4_define([_AM_COND_VALUE_$1], [$2])dnl if $2; then $1_TRUE= $1_FALSE='#' else $1_TRUE='#' $1_FALSE= fi AC_CONFIG_COMMANDS_PRE( [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then AC_MSG_ERROR([[conditional "$1" was never defined. Usually this means the macro was only invoked conditionally.]]) fi])]) # Copyright (C) 1999-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be # written in clear, in which case automake, when reading aclocal.m4, # will think it sees a *use*, and therefore will trigger all it's # C support machinery. Also note that it means that autoscan, seeing # CC etc. in the Makefile, will ask for an AC_PROG_CC use... # _AM_DEPENDENCIES(NAME) # ---------------------- # See how the compiler implements dependency checking. # NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC". # We try a few techniques and use that to set a single cache variable. # # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was # modified to invoke _AM_DEPENDENCIES(CC); we would have a circular # dependency, and given that the user is not expected to run this macro, # just rely on AC_PROG_CC. AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl AC_REQUIRE([AM_MAKE_INCLUDE])dnl AC_REQUIRE([AM_DEP_TRACK])dnl m4_if([$1], [CC], [depcc="$CC" am_compiler_list=], [$1], [CXX], [depcc="$CXX" am_compiler_list=], [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'], [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'], [$1], [UPC], [depcc="$UPC" am_compiler_list=], [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'], [depcc="$$1" am_compiler_list=]) AC_CACHE_CHECK([dependency style of $depcc], [am_cv_$1_dependencies_compiler_type], [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named 'D' -- because '-MD' means "put the output # in D". rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_$1_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` fi am__universal=false m4_case([$1], [CC], [case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac], [CXX], [case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac]) for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with # Solaris 10 /bin/sh. echo '/* dummy */' > sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf # We check with '-c' and '-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly # handle '-M -o', and we need to detect this. Also, some Intel # versions had trouble with output in subdirs. am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in gcc) # This depmode causes a compiler race in universal mode. test "$am__universal" = false || continue ;; nosideeffect) # After this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested. if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; msvc7 | msvc7msys | msvisualcpp | msvcmsys) # This compiler won't grok '-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} am__minus_obj= ;; none) break ;; esac if depmode=$depmode \ source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep $am__obj sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thusly: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_$1_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_$1_dependencies_compiler_type=none fi ]) AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) AM_CONDITIONAL([am__fastdep$1], [ test "x$enable_dependency_tracking" != xno \ && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) ]) # AM_SET_DEPDIR # ------------- # Choose a directory name for dependency files. # This macro is AC_REQUIREd in _AM_DEPENDENCIES. AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl ]) # AM_DEP_TRACK # ------------ AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE([dependency-tracking], [dnl AS_HELP_STRING( [--enable-dependency-tracking], [do not reject slow dependency extractors]) AS_HELP_STRING( [--disable-dependency-tracking], [speeds up one-time build])]) if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' am__nodep='_no' fi AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) AC_SUBST([AMDEPBACKSLASH])dnl _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl AC_SUBST([am__nodep])dnl _AM_SUBST_NOTMAKE([am__nodep])dnl ]) # Generate code to set up dependency tracking. -*- Autoconf -*- # Copyright (C) 1999-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_OUTPUT_DEPENDENCY_COMMANDS # ------------------------------ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{ # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. case $CONFIG_FILES in *\'*) eval set x "$CONFIG_FILES" ;; *) set x $CONFIG_FILES ;; esac shift for mf do # Strip MF so we end up with the name of the file. mf=`echo "$mf" | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile or not. # We used to match only the files named 'Makefile.in', but # some people rename them; so instead we look at the file content. # Grep'ing the first line is not enough: some people post-process # each Makefile.in and add a new line on top of each file to say so. # Grep'ing the whole file is not good either: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then dirpart=`AS_DIRNAME("$mf")` else continue fi # Extract the definition of DEPDIR, am__include, and am__quote # from the Makefile without running 'make'. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue am__include=`sed -n 's/^am__include = //p' < "$mf"` test -z "$am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. We invoke sed twice because it is the # simplest approach to changing $(DEPDIR) to its actual value in the # expansion. for file in `sed -n " s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do # Make sure the directory exists. test -f "$dirpart/$file" && continue fdir=`AS_DIRNAME(["$file"])` AS_MKDIR_P([$dirpart/$fdir]) # echo "creating $dirpart/$file" echo '# dummy' > "$dirpart/$file" done done } ])# _AM_OUTPUT_DEPENDENCY_COMMANDS # AM_OUTPUT_DEPENDENCY_COMMANDS # ----------------------------- # This macro should only be invoked once -- use via AC_REQUIRE. # # This code is only required when automatic dependency tracking # is enabled. FIXME. This creates each '.P' file that we will # need in order to bootstrap the dependency handling code. AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles], [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) ]) # Do all the work for Automake. -*- Autoconf -*- # Copyright (C) 1996-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This macro actually does too much. Some checks are only needed if # your package does certain things. But this isn't really a big deal. dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O. m4_define([AC_PROG_CC], m4_defn([AC_PROG_CC]) [_AM_PROG_CC_C_O ]) # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) # AM_INIT_AUTOMAKE([OPTIONS]) # ----------------------------------------------- # The call with PACKAGE and VERSION arguments is the old style # call (pre autoconf-2.50), which is being phased out. PACKAGE # and VERSION should now be passed to AC_INIT and removed from # the call to AM_INIT_AUTOMAKE. # We support both call styles for the transition. After # the next Automake release, Autoconf can make the AC_INIT # arguments mandatory, and then we can depend on a new Autoconf # release and drop the old call support. AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.65])dnl dnl Autoconf wants to disallow AM_ names. We explicitly allow dnl the ones we care about. m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl AC_REQUIRE([AC_PROG_INSTALL])dnl if test "`cd $srcdir && pwd`" != "`pwd`"; then # Use -I$(srcdir) only when $(srcdir) != ., so that make's output # is not polluted with repeated "-I." AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl # test to see if srcdir already configured if test -f $srcdir/config.status; then AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) fi fi # test whether we have cygpath if test -z "$CYGPATH_W"; then if (cygpath --version) >/dev/null 2>/dev/null; then CYGPATH_W='cygpath -w' else CYGPATH_W=echo fi fi AC_SUBST([CYGPATH_W]) # Define the identity of the package. dnl Distinguish between old-style and new-style calls. m4_ifval([$2], [AC_DIAGNOSE([obsolete], [$0: two- and three-arguments forms are deprecated.]) m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl AC_SUBST([PACKAGE], [$1])dnl AC_SUBST([VERSION], [$2])], [_AM_SET_OPTIONS([$1])dnl dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. m4_if( m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]), [ok:ok],, [m4_fatal([AC_INIT should be called with package and version arguments])])dnl AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl _AM_IF_OPTION([no-define],, [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package]) AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl # Some tools Automake needs. AC_REQUIRE([AM_SANITY_CHECK])dnl AC_REQUIRE([AC_ARG_PROGRAM])dnl AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}]) AM_MISSING_PROG([AUTOCONF], [autoconf]) AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}]) AM_MISSING_PROG([AUTOHEADER], [autoheader]) AM_MISSING_PROG([MAKEINFO], [makeinfo]) AC_REQUIRE([AM_PROG_INSTALL_SH])dnl AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl AC_REQUIRE([AC_PROG_MKDIR_P])dnl # For better backward compatibility. To be removed once Automake 1.9.x # dies out for good. For more background, see: # # AC_SUBST([mkdir_p], ['$(MKDIR_P)']) # We need awk for the "check" target (and possibly the TAP driver). The # system "awk" is bad on some platforms. AC_REQUIRE([AC_PROG_AWK])dnl AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AM_SET_LEADING_DOT])dnl _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])]) _AM_IF_OPTION([no-dependencies],, [AC_PROVIDE_IFELSE([AC_PROG_CC], [_AM_DEPENDENCIES([CC])], [m4_define([AC_PROG_CC], m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl AC_PROVIDE_IFELSE([AC_PROG_CXX], [_AM_DEPENDENCIES([CXX])], [m4_define([AC_PROG_CXX], m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl AC_PROVIDE_IFELSE([AC_PROG_OBJC], [_AM_DEPENDENCIES([OBJC])], [m4_define([AC_PROG_OBJC], m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], [_AM_DEPENDENCIES([OBJCXX])], [m4_define([AC_PROG_OBJCXX], m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl ]) AC_REQUIRE([AM_SILENT_RULES])dnl dnl The testsuite driver may need to know about EXEEXT, so add the dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below. AC_CONFIG_COMMANDS_PRE(dnl [m4_provide_if([_AM_COMPILER_EXEEXT], [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl # POSIX will say in a future version that running "rm -f" with no argument # is OK; and we want to be able to make that assumption in our Makefile # recipes. So use an aggressive probe to check that the usage we want is # actually supported "in the wild" to an acceptable degree. # See automake bug#10828. # To make any issue more visible, cause the running configure to be aborted # by default if the 'rm' program in use doesn't match our expectations; the # user can still override this though. if rm -f && rm -fr && rm -rf; then : OK; else cat >&2 <<'END' Oops! Your 'rm' program seems unable to run without file operands specified on the command line, even when the '-f' option is present. This is contrary to the behaviour of most rm programs out there, and not conforming with the upcoming POSIX standard: Please tell bug-automake@gnu.org about your system, including the value of your $PATH and any error possibly output before this message. This can help us improve future automake versions. END if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then echo 'Configuration will proceed anyway, since you have set the' >&2 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 echo >&2 else cat >&2 <<'END' Aborting the configuration process, to ensure you take notice of the issue. You can download and install GNU coreutils to get an 'rm' implementation that behaves properly: . If you want to complete the configuration process using your problematic 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM to "yes", and re-run configure. END AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) fi fi dnl The trailing newline in this macro's definition is deliberate, for dnl backward compatibility and to allow trailing 'dnl'-style comments dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841. ]) dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further dnl mangled by Autoconf and run in a shell conditional statement. m4_define([_AC_COMPILER_EXEEXT], m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) # When config.status generates a header, we must update the stamp-h file. # This file resides in the same directory as the config header # that is generated. The stamp files are numbered to have different names. # Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the # loop where config.status creates the headers, so we can generate # our stamp files there. AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers. _am_arg=$1 _am_stamp_count=1 for _am_header in $config_headers :; do case $_am_header in $_am_arg | $_am_arg:* ) break ;; * ) _am_stamp_count=`expr $_am_stamp_count + 1` ;; esac done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) # Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_PROG_INSTALL_SH # ------------------ # Define $install_sh. AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl if test x"${install_sh+set}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; *) install_sh="\${SHELL} $am_aux_dir/install-sh" esac fi AC_SUBST([install_sh])]) # Copyright (C) 2003-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # Check whether the underlying file-system supports filenames # with a leading dot. For instance MS-DOS doesn't. AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null mkdir .tst 2>/dev/null if test -d .tst; then am__leading_dot=. else am__leading_dot=_ fi rmdir .tst 2>/dev/null AC_SUBST([am__leading_dot])]) # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- # From Jim Meyering # Copyright (C) 1996-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_MAINTAINER_MODE([DEFAULT-MODE]) # ---------------------------------- # Control maintainer-specific portions of Makefiles. # Default is to disable them, unless 'enable' is passed literally. # For symmetry, 'disable' may be passed as well. Anyway, the user # can override the default with the --enable/--disable switch. AC_DEFUN([AM_MAINTAINER_MODE], [m4_case(m4_default([$1], [disable]), [enable], [m4_define([am_maintainer_other], [disable])], [disable], [m4_define([am_maintainer_other], [enable])], [m4_define([am_maintainer_other], [enable]) m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])]) AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles]) dnl maintainer-mode's default is 'disable' unless 'enable' is passed AC_ARG_ENABLE([maintainer-mode], [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode], am_maintainer_other[ make rules and dependencies not useful (and sometimes confusing) to the casual installer])], [USE_MAINTAINER_MODE=$enableval], [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes])) AC_MSG_RESULT([$USE_MAINTAINER_MODE]) AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes]) MAINT=$MAINTAINER_MODE_TRUE AC_SUBST([MAINT])dnl ] ) # Check to see how 'make' treats includes. -*- Autoconf -*- # Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_MAKE_INCLUDE() # ----------------- # Check to see how make treats includes. AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make} cat > confinc << 'END' am__doit: @echo this is the am__doit target .PHONY: am__doit END # If we don't find an include directive, just comment out the code. AC_MSG_CHECKING([for style of include used by $am_make]) am__include="#" am__quote= _am_result=none # First try GNU make style include. echo "include confinc" > confmf # Ignore all kinds of additional output from 'make'. case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=include am__quote= _am_result=GNU ;; esac # Now try BSD make style include. if test "$am__include" = "#"; then echo '.include "confinc"' > confmf case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=.include am__quote="\"" _am_result=BSD ;; esac fi AC_SUBST([am__include]) AC_SUBST([am__quote]) AC_MSG_RESULT([$_am_result]) rm -f confinc confmf ]) # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- # Copyright (C) 1997-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_MISSING_PROG(NAME, PROGRAM) # ------------------------------ AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN]) $1=${$1-"${am_missing_run}$2"} AC_SUBST($1)]) # AM_MISSING_HAS_RUN # ------------------ # Define MISSING if not defined so far and test if it is modern enough. # If it is, set am_missing_run to use it, otherwise, to nothing. AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl AC_REQUIRE_AUX_FILE([missing])dnl if test x"${MISSING+set}" != xset; then case $am_aux_dir in *\ * | *\ *) MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; *) MISSING="\${SHELL} $am_aux_dir/missing" ;; esac fi # Use eval to expand $SHELL if eval "$MISSING --is-lightweight"; then am_missing_run="$MISSING " else am_missing_run= AC_MSG_WARN(['missing' script is too old or missing]) fi ]) # Copyright (C) 2003-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_PROG_MKDIR_P # --------------- # Check for 'mkdir -p'. AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl AC_REQUIRE([AC_PROG_MKDIR_P])dnl dnl FIXME we are no longer going to remove this! adjust warning dnl FIXME message accordingly. AC_DIAGNOSE([obsolete], [$0: this macro is deprecated, and will soon be removed. You should use the Autoconf-provided 'AC][_PROG_MKDIR_P' macro instead, and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files.]) dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P, dnl while keeping a definition of mkdir_p for backward compatibility. dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile. dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of dnl Makefile.ins that do not define MKDIR_P, so we do our own dnl adjustment using top_builddir (which is defined more often than dnl MKDIR_P). AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl case $mkdir_p in [[\\/$]]* | ?:[[\\/]]*) ;; */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; esac ]) # -*- Autoconf -*- # Obsolete and "removed" macros, that must however still report explicit # error messages when used, to smooth transition. # # Copyright (C) 1996-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. AC_DEFUN([AM_CONFIG_HEADER], [AC_DIAGNOSE([obsolete], ['$0': this macro is obsolete. You should use the 'AC][_CONFIG_HEADERS' macro instead.])dnl AC_CONFIG_HEADERS($@)]) AC_DEFUN([AM_PROG_CC_STDC], [AC_PROG_CC am_cv_prog_cc_stdc=$ac_cv_prog_cc_stdc AC_DIAGNOSE([obsolete], ['$0': this macro is obsolete. You should simply use the 'AC][_PROG_CC' macro instead. Also, your code should no longer depend upon 'am_cv_prog_cc_stdc', but upon 'ac_cv_prog_cc_stdc'.])]) AC_DEFUN([AM_C_PROTOTYPES], [AC_FATAL([automatic de-ANSI-fication support has been removed])]) AU_DEFUN([fp_C_PROTOTYPES], [AM_C_PROTOTYPES]) # Helper functions for option handling. -*- Autoconf -*- # Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_MANGLE_OPTION(NAME) # ----------------------- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) # _AM_SET_OPTION(NAME) # -------------------- # Set option NAME. Presently that only means defining a flag for this option. AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), [1])]) # _AM_SET_OPTIONS(OPTIONS) # ------------------------ # OPTIONS is a space-separated list of Automake options. AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) # ------------------------------------------- # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) # Copyright (C) 1999-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_PROG_CC_C_O # --------------- # Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC # to automatically call this. AC_DEFUN([_AM_PROG_CC_C_O], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl AC_REQUIRE_AUX_FILE([compile])dnl AC_LANG_PUSH([C])dnl AC_CACHE_CHECK( [whether $CC understands -c and -o together], [am_cv_prog_cc_c_o], [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])]) # Make sure it works both with $CC and with simple cc. # Following AC_PROG_CC_C_O, we do the test twice because some # compilers refuse to overwrite an existing .o file with -o, # though they will create one. am_cv_prog_cc_c_o=yes for am_i in 1 2; do if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \ && test -f conftest2.$ac_objext; then : OK else am_cv_prog_cc_c_o=no break fi done rm -f core conftest* unset am_i]) if test "$am_cv_prog_cc_c_o" != yes; then # Losing compiler, so override with the script. # FIXME: It is wrong to rewrite CC. # But if we don't then we get into trouble of one sort or another. # A longer-term fix would be to have automake use am__CC in this case, # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" CC="$am_aux_dir/compile $CC" fi AC_LANG_POP([C])]) # For backward compatibility. AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) # Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_RUN_LOG(COMMAND) # ------------------- # Run COMMAND, save the exit status in ac_status, and log it. # (This has been adapted from Autoconf's _AC_RUN_LOG macro.) AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD (exit $ac_status); }]) # Check to make sure that the build environment is sane. -*- Autoconf -*- # Copyright (C) 1996-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_SANITY_CHECK # --------------- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane]) # Reject unsafe characters in $srcdir or the absolute working directory # name. Accept space and tab only in the latter. am_lf=' ' case `pwd` in *[[\\\"\#\$\&\'\`$am_lf]]*) AC_MSG_ERROR([unsafe absolute working directory name]);; esac case $srcdir in *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);; esac # Do 'set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( am_has_slept=no for am_try in 1 2; do echo "timestamp, slept: $am_has_slept" > conftest.file set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` if test "$[*]" = "X"; then # -L didn't work. set X `ls -t "$srcdir/configure" conftest.file` fi if test "$[*]" != "X $srcdir/configure conftest.file" \ && test "$[*]" != "X conftest.file $srcdir/configure"; then # If neither matched, then we have a broken ls. This can happen # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken alias in your environment]) fi if test "$[2]" = conftest.file || test $am_try -eq 2; then break fi # Just in case. sleep 1 am_has_slept=yes done test "$[2]" = conftest.file ) then # Ok. : else AC_MSG_ERROR([newly created file is older than distributed files! Check your system clock]) fi AC_MSG_RESULT([yes]) # If we didn't sleep, we still need to ensure time stamps of config.status and # generated files are strictly newer. am_sleep_pid= if grep 'slept: no' conftest.file >/dev/null 2>&1; then ( sleep 1 ) & am_sleep_pid=$! fi AC_CONFIG_COMMANDS_PRE( [AC_MSG_CHECKING([that generated files are newer than configure]) if test -n "$am_sleep_pid"; then # Hide warnings about reused PIDs. wait $am_sleep_pid 2>/dev/null fi AC_MSG_RESULT([done])]) rm -f conftest.file ]) # Copyright (C) 2009-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_SILENT_RULES([DEFAULT]) # -------------------------- # Enable less verbose build rules; with the default set to DEFAULT # ("yes" being less verbose, "no" or empty being verbose). AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules], [dnl AS_HELP_STRING( [--enable-silent-rules], [less verbose build output (undo: "make V=1")]) AS_HELP_STRING( [--disable-silent-rules], [verbose build output (undo: "make V=0")])dnl ]) case $enable_silent_rules in @%:@ ((( yes) AM_DEFAULT_VERBOSITY=0;; no) AM_DEFAULT_VERBOSITY=1;; *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; esac dnl dnl A few 'make' implementations (e.g., NonStop OS and NextStep) dnl do not support nested variable expansions. dnl See automake bug#9928 and bug#10237. am_make=${MAKE-make} AC_CACHE_CHECK([whether $am_make supports nested variables], [am_cv_make_support_nested_variables], [if AS_ECHO([['TRUE=$(BAR$(V)) BAR0=false BAR1=true V=1 am__doit: @$(TRUE) .PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then am_cv_make_support_nested_variables=yes else am_cv_make_support_nested_variables=no fi]) if test $am_cv_make_support_nested_variables = yes; then dnl Using '$V' instead of '$(V)' breaks IRIX make. AM_V='$(V)' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' else AM_V=$AM_DEFAULT_VERBOSITY AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY fi AC_SUBST([AM_V])dnl AM_SUBST_NOTMAKE([AM_V])dnl AC_SUBST([AM_DEFAULT_V])dnl AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl AC_SUBST([AM_DEFAULT_VERBOSITY])dnl AM_BACKSLASH='\' AC_SUBST([AM_BACKSLASH])dnl _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl ]) # Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_PROG_INSTALL_STRIP # --------------------- # One issue with vendor 'install' (even GNU) is that you can't # specify the program used to strip binaries. This is especially # annoying in cross-compiling environments, where the build's strip # is unlikely to handle the host's binaries. # Fortunately install-sh will honor a STRIPPROG variable, so we # always use install-sh in "make install-strip", and initialize # STRIPPROG with the value of the STRIP variable (set by the user). AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl # Installed binaries are usually stripped using 'strip' when the user # run "make install-strip". However 'strip' might not be the right # tool to use in cross-compilation environments, therefore Automake # will honor the 'STRIP' environment variable to overrule this program. dnl Don't test for $cross_compiling = yes, because it might be 'maybe'. if test "$cross_compiling" != no; then AC_CHECK_TOOL([STRIP], [strip], :) fi INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) # Copyright (C) 2006-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_SUBST_NOTMAKE(VARIABLE) # --------------------------- # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. # This macro is traced by Automake. AC_DEFUN([_AM_SUBST_NOTMAKE]) # AM_SUBST_NOTMAKE(VARIABLE) # -------------------------- # Public sister of _AM_SUBST_NOTMAKE. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) # Check how to create a tarball. -*- Autoconf -*- # Copyright (C) 2004-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_PROG_TAR(FORMAT) # -------------------- # Check how to create a tarball in format FORMAT. # FORMAT should be one of 'v7', 'ustar', or 'pax'. # # Substitute a variable $(am__tar) that is a command # writing to stdout a FORMAT-tarball containing the directory # $tardir. # tardir=directory && $(am__tar) > result.tar # # Substitute a variable $(am__untar) that extract such # a tarball read from stdin. # $(am__untar) < result.tar # AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility. Yes, it's still used # in the wild :-( We should find a proper way to deprecate it ... AC_SUBST([AMTAR], ['$${TAR-tar}']) # We'll loop over all known methods to create a tar archive until one works. _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' m4_if([$1], [v7], [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], [m4_case([$1], [ustar], [# The POSIX 1988 'ustar' format is defined with fixed-size fields. # There is notably a 21 bits limit for the UID and the GID. In fact, # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 # and bug#13588). am_max_uid=2097151 # 2^21 - 1 am_max_gid=$am_max_uid # The $UID and $GID variables are not portable, so we need to resort # to the POSIX-mandated id(1) utility. Errors in the 'id' calls # below are definitely unexpected, so allow the users to see them # (that is, avoid stderr redirection). am_uid=`id -u || echo unknown` am_gid=`id -g || echo unknown` AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format]) if test $am_uid -le $am_max_uid; then AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) _am_tools=none fi AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format]) if test $am_gid -le $am_max_gid; then AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) _am_tools=none fi], [pax], [], [m4_fatal([Unknown tar format])]) AC_MSG_CHECKING([how to create a $1 tar archive]) # Go ahead even if we have the value already cached. We do so because we # need to set the values for the 'am__tar' and 'am__untar' variables. _am_tools=${am_cv_prog_tar_$1-$_am_tools} for _am_tool in $_am_tools; do case $_am_tool in gnutar) for _am_tar in tar gnutar gtar; do AM_RUN_LOG([$_am_tar --version]) && break done am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' am__untar="$_am_tar -xf -" ;; plaintar) # Must skip GNU tar: if it does not support --format= it doesn't create # ustar tarball either. (tar --version) >/dev/null 2>&1 && continue am__tar='tar chf - "$$tardir"' am__tar_='tar chf - "$tardir"' am__untar='tar xf -' ;; pax) am__tar='pax -L -x $1 -w "$$tardir"' am__tar_='pax -L -x $1 -w "$tardir"' am__untar='pax -r' ;; cpio) am__tar='find "$$tardir" -print | cpio -o -H $1 -L' am__tar_='find "$tardir" -print | cpio -o -H $1 -L' am__untar='cpio -i -H $1 -d' ;; none) am__tar=false am__tar_=false am__untar=false ;; esac # If the value was cached, stop now. We just wanted to have am__tar # and am__untar set. test -n "${am_cv_prog_tar_$1}" && break # tar/untar a dummy directory, and stop if the command works. rm -rf conftest.dir mkdir conftest.dir echo GrepMe > conftest.dir/file AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) rm -rf conftest.dir if test -s conftest.tar; then AM_RUN_LOG([$am__untar /dev/null 2>&1 && break fi done rm -rf conftest.dir AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) AC_MSG_RESULT([$am_cv_prog_tar_$1])]) AC_SUBST([am__tar]) AC_SUBST([am__untar]) ]) # _AM_PROG_TAR xdg-user-dirs-0.17/Makefile.in0000644000175000000120000010735213252163526013127 00000000000000# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ @BUILD_DOCUMENTATION_TRUE@am__append_1 = man bin_PROGRAMS = xdg-user-dirs-update$(EXEEXT) $(am__EXEEXT_1) noinst_PROGRAMS = xdg-user-dir-lookup$(EXEEXT) subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ $(am__configure_deps) $(am__DIST_COMMON) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno config.status.lineno mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__EXEEXT_1 = am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" \ "$(DESTDIR)$(xdgdir)" "$(DESTDIR)$(xdgautostartdir)" PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) am_xdg_user_dir_lookup_OBJECTS = xdg-user-dir-lookup.$(OBJEXT) xdg_user_dir_lookup_OBJECTS = $(am_xdg_user_dir_lookup_OBJECTS) xdg_user_dir_lookup_LDADD = $(LDADD) am_xdg_user_dirs_update_OBJECTS = xdg-user-dirs-update.$(OBJEXT) xdg_user_dirs_update_OBJECTS = $(am_xdg_user_dirs_update_OBJECTS) am__DEPENDENCIES_1 = am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) xdg_user_dirs_update_DEPENDENCIES = $(am__DEPENDENCIES_2) am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } SCRIPTS = $(bin_SCRIPTS) AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; am__v_CC_1 = CCLD = $(CC) LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; am__v_CCLD_1 = SOURCES = $(xdg_user_dir_lookup_SOURCES) \ $(xdg_user_dirs_update_SOURCES) DIST_SOURCES = $(xdg_user_dir_lookup_SOURCES) \ $(xdg_user_dirs_update_SOURCES) RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ ctags-recursive dvi-recursive html-recursive info-recursive \ install-data-recursive install-dvi-recursive \ install-exec-recursive install-html-recursive \ install-info-recursive install-pdf-recursive \ install-ps-recursive install-recursive installcheck-recursive \ installdirs-recursive pdf-recursive ps-recursive \ tags-recursive uninstall-recursive am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac DATA = $(xdg_DATA) $(xdgautostart_DATA) RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive am__recursive_targets = \ $(RECURSIVE_TARGETS) \ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ cscope distdir dist dist-all distcheck am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ $(LISP)config.h.in # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags CSCOPE = cscope DIST_SUBDIRS = po man am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \ ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README TODO \ compile config.guess config.rpath config.sub depcomp \ install-sh missing mkinstalldirs DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) am__remove_distdir = \ if test -d "$(distdir)"; then \ find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ && rm -rf "$(distdir)" \ || { sleep 5 && rm -rf "$(distdir)"; }; \ else :; fi am__post_remove_distdir = $(am__remove_distdir) am__relativize = \ dir0=`pwd`; \ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ sed_rest='s,^[^/]*/*,,'; \ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ sed_butlast='s,/*[^/]*$$,,'; \ while test -n "$$dir1"; do \ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ if test "$$first" != "."; then \ if test "$$first" = ".."; then \ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ else \ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ if test "$$first2" = "$$first"; then \ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ else \ dir2="../$$dir2"; \ fi; \ dir0="$$dir0"/"$$first"; \ fi; \ fi; \ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ done; \ reldir="$$dir2" DIST_ARCHIVES = $(distdir).tar.gz GZIP_ENV = --best DIST_TARGETS = dist-gzip distuninstallcheck_listfiles = find . -type f -print am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' distcleancheck_listfiles = find . -type f -print ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GREP = @GREP@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INTLLIBS = @INTLLIBS@ INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LDFLAGS = @LDFLAGS@ LIBICONV = @LIBICONV@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LN_S = @LN_S@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ OBJEXT = @OBJEXT@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ POSUB = @POSUB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ XSLTPROC = @XSLTPROC@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ NULL = SUBDIRS = po $(am__append_1) INCLUDES = \ -I$(top_srcdir) \ -I$(top_builddir) \ -DXDGCONFDIR=\"$(sysconfdir)/xdg\" \ -DLOCALEDIR=\"$(datadir)/locale\" \ -DSTANDALONE_XDG_USER_DIR_LOOKUP \ $(NULL) EXTRA_DIST = config.rpath translate.c autogen.sh \ user-dirs.conf user-dirs.defaults xdg-user-dir xdg-user-dirs.desktop xdgdir = $(sysconfdir)/xdg xdg_DATA = user-dirs.conf user-dirs.defaults xdgautostartdir = $(xdgdir)/autostart xdgautostart_DATA = xdg-user-dirs.desktop libraries = $(LIBINTL) bin_SCRIPTS = \ xdg-user-dir \ $(NULL) xdg_user_dirs_update_SOURCES = xdg-user-dirs-update.c xdg_user_dirs_update_LDADD = $(libraries) xdg_user_dir_lookup_SOURCES = \ xdg-user-dir-lookup.c all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive .SUFFIXES: .SUFFIXES: .c .o .obj am--refresh: Makefile @: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ && exit 0; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ echo ' $(SHELL) ./config.status'; \ $(SHELL) ./config.status;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) $(am__cd) $(srcdir) && $(AUTOCONF) $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) $(am__aclocal_m4_deps): config.h: stamp-h1 @test -f $@ || rm -f stamp-h1 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status @rm -f stamp-h1 cd $(top_builddir) && $(SHELL) ./config.status config.h $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) rm -f stamp-h1 touch $@ distclean-hdr: -rm -f config.h stamp-h1 install-binPROGRAMS: $(bin_PROGRAMS) @$(NORMAL_INSTALL) @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ fi; \ for p in $$list; do echo "$$p $$p"; done | \ sed 's/$(EXEEXT)$$//' | \ while read p p1; do if test -f $$p \ ; then echo "$$p"; echo "$$p"; else :; fi; \ done | \ sed -e 'p;s,.*/,,;n;h' \ -e 's|.*|.|' \ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ sed 'N;N;N;s,\n, ,g' | \ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ if ($$2 == $$4) files[d] = files[d] " " $$1; \ else { print "f", $$3 "/" $$4, $$1; } } \ END { for (d in files) print "f", d, files[d] }' | \ while read type dir files; do \ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ test -z "$$files" || { \ echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ } \ ; done uninstall-binPROGRAMS: @$(NORMAL_UNINSTALL) @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ files=`for p in $$list; do echo "$$p"; done | \ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ -e 's/$$/$(EXEEXT)/' \ `; \ test -n "$$list" || exit 0; \ echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(bindir)" && rm -f $$files clean-binPROGRAMS: -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) clean-noinstPROGRAMS: -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS) xdg-user-dir-lookup$(EXEEXT): $(xdg_user_dir_lookup_OBJECTS) $(xdg_user_dir_lookup_DEPENDENCIES) $(EXTRA_xdg_user_dir_lookup_DEPENDENCIES) @rm -f xdg-user-dir-lookup$(EXEEXT) $(AM_V_CCLD)$(LINK) $(xdg_user_dir_lookup_OBJECTS) $(xdg_user_dir_lookup_LDADD) $(LIBS) xdg-user-dirs-update$(EXEEXT): $(xdg_user_dirs_update_OBJECTS) $(xdg_user_dirs_update_DEPENDENCIES) $(EXTRA_xdg_user_dirs_update_DEPENDENCIES) @rm -f xdg-user-dirs-update$(EXEEXT) $(AM_V_CCLD)$(LINK) $(xdg_user_dirs_update_OBJECTS) $(xdg_user_dirs_update_LDADD) $(LIBS) install-binSCRIPTS: $(bin_SCRIPTS) @$(NORMAL_INSTALL) @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ fi; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \ done | \ sed -e 'p;s,.*/,,;n' \ -e 'h;s|.*|.|' \ -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ if ($$2 == $$4) { files[d] = files[d] " " $$1; \ if (++n[d] == $(am__install_max)) { \ print "f", d, files[d]; n[d] = 0; files[d] = "" } } \ else { print "f", d "/" $$4, $$1 } } \ END { for (d in files) print "f", d, files[d] }' | \ while read type dir files; do \ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ test -z "$$files" || { \ echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \ $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ } \ ; done uninstall-binSCRIPTS: @$(NORMAL_UNINSTALL) @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \ files=`for p in $$list; do echo "$$p"; done | \ sed -e 's,.*/,,;$(transform)'`; \ dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xdg-user-dir-lookup.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xdg-user-dirs-update.Po@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` install-xdgDATA: $(xdg_DATA) @$(NORMAL_INSTALL) @list='$(xdg_DATA)'; test -n "$(xdgdir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(xdgdir)'"; \ $(MKDIR_P) "$(DESTDIR)$(xdgdir)" || exit 1; \ fi; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(xdgdir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(xdgdir)" || exit $$?; \ done uninstall-xdgDATA: @$(NORMAL_UNINSTALL) @list='$(xdg_DATA)'; test -n "$(xdgdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(xdgdir)'; $(am__uninstall_files_from_dir) install-xdgautostartDATA: $(xdgautostart_DATA) @$(NORMAL_INSTALL) @list='$(xdgautostart_DATA)'; test -n "$(xdgautostartdir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(xdgautostartdir)'"; \ $(MKDIR_P) "$(DESTDIR)$(xdgautostartdir)" || exit 1; \ fi; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(xdgautostartdir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(xdgautostartdir)" || exit $$?; \ done uninstall-xdgautostartDATA: @$(NORMAL_UNINSTALL) @list='$(xdgautostart_DATA)'; test -n "$(xdgautostartdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(xdgautostartdir)'; $(am__uninstall_files_from_dir) # This directory's subdirectories are mostly independent; you can cd # into them and run 'make' without going through this Makefile. # To change the values of 'make' variables: instead of editing Makefiles, # (1) if the variable is set in 'config.status', edit 'config.status' # (which will cause the Makefiles to be regenerated when you run 'make'); # (2) otherwise, pass the desired values on the 'make' command line. $(am__recursive_targets): @fail=; \ if $(am__make_keepgoing); then \ failcom='fail=yes'; \ else \ failcom='exit 1'; \ fi; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ *) list='$(SUBDIRS)' ;; \ esac; \ for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-recursive TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ empty_fix=.; \ else \ include_option=--include; \ empty_fix=; \ fi; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-recursive CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscope: cscope.files test ! -s cscope.files \ || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) clean-cscope: -rm -f cscope.files cscope.files: clean-cscope cscopelist cscopelist: cscopelist-recursive cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -rm -f cscope.out cscope.in.out cscope.po.out cscope.files distdir: $(DISTFILES) $(am__remove_distdir) test -d "$(distdir)" || mkdir "$(distdir)" @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ $(am__make_dryrun) \ || test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ $(am__relativize); \ new_distdir=$$reldir; \ dir1=$$subdir; dir2="$(top_distdir)"; \ $(am__relativize); \ new_top_distdir=$$reldir; \ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ ($(am__cd) $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$new_top_distdir" \ distdir="$$new_distdir" \ am__remove_distdir=: \ am__skip_length_check=: \ am__skip_mode_fix=: \ distdir) \ || exit 1; \ fi; \ done $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$(top_distdir)" distdir="$(distdir)" \ dist-hook -test -n "$(am__skip_mode_fix)" \ || find "$(distdir)" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ || chmod -R a+r "$(distdir)" dist-gzip: distdir tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz $(am__post_remove_distdir) dist-bzip2: distdir tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 $(am__post_remove_distdir) dist-lzip: distdir tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz $(am__post_remove_distdir) dist-xz: distdir tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz $(am__post_remove_distdir) dist-tarZ: distdir @echo WARNING: "Support for distribution archives compressed with" \ "legacy program 'compress' is deprecated." >&2 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z $(am__post_remove_distdir) dist-shar: distdir @echo WARNING: "Support for shar distribution archives is" \ "deprecated." >&2 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz $(am__post_remove_distdir) dist-zip: distdir -rm -f $(distdir).zip zip -rq $(distdir).zip $(distdir) $(am__post_remove_distdir) dist dist-all: $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' $(am__post_remove_distdir) # This target untars the dist file and tries a VPATH configuration. Then # it guarantees that the distribution is self-contained by making another # tarfile. distcheck: dist case '$(DIST_ARCHIVES)' in \ *.tar.gz*) \ eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ *.tar.bz2*) \ bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ *.tar.lz*) \ lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ *.tar.xz*) \ xz -dc $(distdir).tar.xz | $(am__untar) ;;\ *.tar.Z*) \ uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ *.shar.gz*) \ eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ *.zip*) \ unzip $(distdir).zip ;;\ esac chmod -R a-w $(distdir) chmod u+w $(distdir) mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst chmod a-w $(distdir) test -d $(distdir)/_build || exit 0; \ dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ && am__cwd=`pwd` \ && $(am__cd) $(distdir)/_build/sub \ && ../../configure \ $(AM_DISTCHECK_CONFIGURE_FLAGS) \ $(DISTCHECK_CONFIGURE_FLAGS) \ --srcdir=../.. --prefix="$$dc_install_base" \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ && $(MAKE) $(AM_MAKEFLAGS) check \ && $(MAKE) $(AM_MAKEFLAGS) install \ && $(MAKE) $(AM_MAKEFLAGS) installcheck \ && $(MAKE) $(AM_MAKEFLAGS) uninstall \ && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ distuninstallcheck \ && chmod -R a-w "$$dc_install_base" \ && ({ \ (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ } || { rm -rf "$$dc_destdir"; exit 1; }) \ && rm -rf "$$dc_destdir" \ && $(MAKE) $(AM_MAKEFLAGS) dist \ && rm -rf $(DIST_ARCHIVES) \ && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ && cd "$$am__cwd" \ || exit 1 $(am__post_remove_distdir) @(echo "$(distdir) archives ready for distribution: "; \ list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' distuninstallcheck: @test -n '$(distuninstallcheck_dir)' || { \ echo 'ERROR: trying to run $@ with an empty' \ '$$(distuninstallcheck_dir)' >&2; \ exit 1; \ }; \ $(am__cd) '$(distuninstallcheck_dir)' || { \ echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ exit 1; \ }; \ test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ || { echo "ERROR: files left after uninstall:" ; \ if test -n "$(DESTDIR)"; then \ echo " (check DESTDIR support)"; \ fi ; \ $(distuninstallcheck_listfiles) ; \ exit 1; } >&2 distcleancheck: distclean @if test '$(srcdir)' = . ; then \ echo "ERROR: distcleancheck can only run from a VPATH build" ; \ exit 1 ; \ fi @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ || { echo "ERROR: files left in build directory after distclean:" ; \ $(distcleancheck_listfiles) ; \ exit 1; } >&2 check-am: all-am check: check-recursive all-am: Makefile $(PROGRAMS) $(SCRIPTS) $(DATA) config.h installdirs: installdirs-recursive installdirs-am: for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(xdgdir)" "$(DESTDIR)$(xdgautostartdir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-recursive install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-recursive clean-am: clean-binPROGRAMS clean-generic clean-noinstPROGRAMS \ mostlyclean-am distclean: distclean-recursive -rm -f $(am__CONFIG_DISTCLEAN_FILES) -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-hdr distclean-tags dvi: dvi-recursive dvi-am: html: html-recursive html-am: info: info-recursive info-am: install-data-am: install-xdgDATA install-xdgautostartDATA install-dvi: install-dvi-recursive install-dvi-am: install-exec-am: install-binPROGRAMS install-binSCRIPTS install-html: install-html-recursive install-html-am: install-info: install-info-recursive install-info-am: install-man: install-pdf: install-pdf-recursive install-pdf-am: install-ps: install-ps-recursive install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -f $(am__CONFIG_DISTCLEAN_FILES) -rm -rf $(top_srcdir)/autom4te.cache -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-compile mostlyclean-generic pdf: pdf-recursive pdf-am: ps: ps-recursive ps-am: uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS \ uninstall-xdgDATA uninstall-xdgautostartDATA .MAKE: $(am__recursive_targets) all install-am install-strip .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ am--refresh check check-am clean clean-binPROGRAMS \ clean-cscope clean-generic clean-noinstPROGRAMS cscope \ cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \ dist-zip distcheck distclean distclean-compile \ distclean-generic distclean-hdr distclean-tags distcleancheck \ distdir distuninstallcheck dvi dvi-am html html-am info \ info-am install install-am install-binPROGRAMS \ install-binSCRIPTS install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip install-xdgDATA install-xdgautostartDATA \ installcheck installcheck-am installdirs installdirs-am \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \ tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \ uninstall-binSCRIPTS uninstall-xdgDATA \ uninstall-xdgautostartDATA .PRECIOUS: Makefile dist-hook: check-translations @if test -d "$(srcdir)/.git"; \ then \ echo Creating ChangeLog && \ ( cd "$(top_srcdir)" && \ echo '# Generated by Makefile. Do not edit.'; echo; \ $(top_srcdir)/missing --run git log --stat ) > ChangeLog.tmp \ && mv -f ChangeLog.tmp $(top_distdir)/ChangeLog \ || ( rm -f ChangeLog.tmp ; \ echo Failed to generate ChangeLog >&2 ); \ else \ echo A git clone is required to generate a ChangeLog >&2; \ fi check-translations: @for i in $(top_srcdir)/po/*.po ; do \ if ! grep -q `basename $$i | sed 's,.po,,'` $(top_srcdir)/po/LINGUAS ; then \ echo '***' `basename $$i | sed 's,.po,,'` missing from po/LINGUAS '***' ; \ exit 1; \ fi; \ done; # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: xdg-user-dirs-0.17/config.h.in0000644000175000000120000000300213146502174013066 00000000000000/* config.h.in. Generated from configure.ac by autoheader. */ /* Define to 1 if translation of program messages to the user's native language is requested. */ #undef ENABLE_NLS /* The gettext domain name */ #undef GETTEXT_PACKAGE /* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the CoreFoundation framework. */ #undef HAVE_CFLOCALECOPYCURRENT /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in the CoreFoundation framework. */ #undef HAVE_CFPREFERENCESCOPYAPPVALUE /* Define if the GNU dcgettext() function is already present or preinstalled. */ #undef HAVE_DCGETTEXT /* Define if the GNU gettext() function is already present or preinstalled. */ #undef HAVE_GETTEXT /* Define if you have the iconv() function and it works. */ #undef HAVE_ICONV /* Define as const if the declaration of iconv() needs const. */ #undef ICONV_CONST /* Name of package */ #undef PACKAGE /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT /* Define to the full name of this package. */ #undef PACKAGE_NAME /* Define to the full name and version of this package. */ #undef PACKAGE_STRING /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME /* Define to the home page for this package. */ #undef PACKAGE_URL /* Define to the version of this package. */ #undef PACKAGE_VERSION /* Version number of package */ #undef VERSION /* Define to empty if `const' does not conform to ANSI C. */ #undef const xdg-user-dirs-0.17/ABOUT-NLS0000664000175000000120000023523412162605406012311 000000000000001 Notes on the Free Translation Project *************************************** Free software is going international! The Free Translation Project is a way to get maintainers of free software, translators, and users all together, so that free software will gradually become able to speak many languages. A few packages already provide translations for their messages. If you found this `ABOUT-NLS' file inside a distribution, you may assume that the distributed package does use GNU `gettext' internally, itself available at your nearest GNU archive site. But you do _not_ need to install GNU `gettext' prior to configuring, installing or using this package with messages translated. Installers will find here some useful hints. These notes also explain how users should proceed for getting the programs to use the available translations. They tell how people wanting to contribute and work on translations can contact the appropriate team. When reporting bugs in the `intl/' directory or bugs which may be related to internationalization, you should tell about the version of `gettext' which is used. The information can be found in the `intl/VERSION' file, in internationalized packages. 1.1 Quick configuration advice ============================== If you want to exploit the full power of internationalization, you should configure it using ./configure --with-included-gettext to force usage of internationalizing routines provided within this package, despite the existence of internationalizing capabilities in the operating system where this package is being installed. So far, only the `gettext' implementation in the GNU C library version 2 provides as many features (such as locale alias, message inheritance, automatic charset conversion or plural form handling) as the implementation here. It is also not possible to offer this additional functionality on top of a `catgets' implementation. Future versions of GNU `gettext' will very likely convey even more functionality. So it might be a good idea to change to GNU `gettext' as soon as possible. So you need _not_ provide this option if you are using GNU libc 2 or you have installed a recent copy of the GNU gettext package with the included `libintl'. 1.2 INSTALL Matters =================== Some packages are "localizable" when properly installed; the programs they contain can be made to speak your own native language. Most such packages use GNU `gettext'. Other packages have their own ways to internationalization, predating GNU `gettext'. By default, this package will be installed to allow translation of messages. It will automatically detect whether the system already provides the GNU `gettext' functions. If not, the included GNU `gettext' library will be used. This library is wholly contained within this package, usually in the `intl/' subdirectory, so prior installation of the GNU `gettext' package is _not_ required. Installers may use special options at configuration time for changing the default behaviour. The commands: ./configure --with-included-gettext ./configure --disable-nls will, respectively, bypass any pre-existing `gettext' to use the internationalizing routines provided within this package, or else, _totally_ disable translation of messages. When you already have GNU `gettext' installed on your system and run configure without an option for your new package, `configure' will probably detect the previously built and installed `libintl.a' file and will decide to use this. This might not be desirable. You should use the more recent version of the GNU `gettext' library. I.e. if the file `intl/VERSION' shows that the library which comes with this package is more recent, you should use ./configure --with-included-gettext to prevent auto-detection. The configuration process will not test for the `catgets' function and therefore it will not be used. The reason is that even an emulation of `gettext' on top of `catgets' could not provide all the extensions of the GNU `gettext' library. Internationalized packages usually have many `po/LL.po' files, where LL gives an ISO 639 two-letter code identifying the language. Unless translations have been forbidden at `configure' time by using the `--disable-nls' switch, all available translations are installed together with the package. However, the environment variable `LINGUAS' may be set, prior to configuration, to limit the installed set. `LINGUAS' should then contain a space separated list of two-letter codes, stating which languages are allowed. 1.3 Using This Package ====================== As a user, if your language has been installed for this package, you only have to set the `LANG' environment variable to the appropriate `LL_CC' combination. Here `LL' is an ISO 639 two-letter language code, and `CC' is an ISO 3166 two-letter country code. For example, let's suppose that you speak German and live in Germany. At the shell prompt, merely execute `setenv LANG de_DE' (in `csh'), `export LANG; LANG=de_DE' (in `sh') or `export LANG=de_DE' (in `bash'). This can be done from your `.login' or `.profile' file, once and for all. You might think that the country code specification is redundant. But in fact, some languages have dialects in different countries. For example, `de_AT' is used for Austria, and `pt_BR' for Brazil. The country code serves to distinguish the dialects. The locale naming convention of `LL_CC', with `LL' denoting the language and `CC' denoting the country, is the one use on systems based on GNU libc. On other systems, some variations of this scheme are used, such as `LL' or `LL_CC.ENCODING'. You can get the list of locales supported by your system for your country by running the command `locale -a | grep '^LL''. Not all programs have translations for all languages. By default, an English message is shown in place of a nonexistent translation. If you understand other languages, you can set up a priority list of languages. This is done through a different environment variable, called `LANGUAGE'. GNU `gettext' gives preference to `LANGUAGE' over `LANG' for the purpose of message handling, but you still need to have `LANG' set to the primary language; this is required by other parts of the system libraries. For example, some Swedish users who would rather read translations in German than English for when Swedish is not available, set `LANGUAGE' to `sv:de' while leaving `LANG' to `sv_SE'. Special advice for Norwegian users: The language code for Norwegian bokma*l changed from `no' to `nb' recently (in 2003). During the transition period, while some message catalogs for this language are installed under `nb' and some older ones under `no', it's recommended for Norwegian users to set `LANGUAGE' to `nb:no' so that both newer and older translations are used. In the `LANGUAGE' environment variable, but not in the `LANG' environment variable, `LL_CC' combinations can be abbreviated as `LL' to denote the language's main dialect. For example, `de' is equivalent to `de_DE' (German as spoken in Germany), and `pt' to `pt_PT' (Portuguese as spoken in Portugal) in this context. 1.4 Translating Teams ===================== For the Free Translation Project to be a success, we need interested people who like their own language and write it well, and who are also able to synergize with other translators speaking the same language. Each translation team has its own mailing list. The up-to-date list of teams can be found at the Free Translation Project's homepage, `http://www.iro.umontreal.ca/contrib/po/HTML/', in the "National teams" area. If you'd like to volunteer to _work_ at translating messages, you should become a member of the translating team for your own language. The subscribing address is _not_ the same as the list itself, it has `-request' appended. For example, speakers of Swedish can send a message to `sv-request@li.org', having this message body: subscribe Keep in mind that team members are expected to participate _actively_ in translations, or at solving translational difficulties, rather than merely lurking around. If your team does not exist yet and you want to start one, or if you are unsure about what to do or how to get started, please write to `translation@iro.umontreal.ca' to reach the coordinator for all translator teams. The English team is special. It works at improving and uniformizing the terminology in use. Proven linguistic skill are praised more than programming skill, here. 1.5 Available Packages ====================== Languages are not equally supported in all packages. The following matrix shows the current state of internationalization, as of June 2006. The matrix shows, in regard of each package, for which languages PO files have been submitted to translation coordination, with a translation percentage of at least 50%. Ready PO files af am ar az be bg bs ca cs cy da de el en en_GB eo +----------------------------------------------------+ GNUnet | [] | a2ps | [] [] [] [] [] | aegis | () | ant-phone | () | anubis | [] | ap-utils | | aspell | [] [] [] [] | bash | [] [] [] | batchelor | [] | bfd | | bibshelf | [] | binutils | [] | bison | [] [] | bison-runtime | | bluez-pin | [] [] [] [] [] | cflow | [] | clisp | [] [] | console-tools | [] [] | coreutils | [] [] [] [] | cpio | | cpplib | [] [] [] | cryptonit | [] | darkstat | [] () [] | dialog | [] [] [] [] [] [] | diffutils | [] [] [] [] [] [] | doodle | [] | e2fsprogs | [] [] | enscript | [] [] [] [] | error | [] [] [] [] | fetchmail | [] [] () [] | fileutils | [] [] | findutils | [] [] [] | flex | [] [] [] | fslint | [] | gas | | gawk | [] [] [] | gbiff | [] | gcal | [] | gcc | [] | gettext-examples | [] [] [] [] | gettext-runtime | [] [] [] [] | gettext-tools | [] [] | gimp-print | [] [] [] [] | gip | [] | gliv | [] | glunarclock | [] | gmult | [] [] | gnubiff | () | gnucash | () () [] | gnucash-glossary | [] () | gnuedu | | gnulib | [] [] [] [] [] [] | gnunet-gtk | | gnutls | | gpe-aerial | [] [] | gpe-beam | [] [] | gpe-calendar | [] [] | gpe-clock | [] [] | gpe-conf | [] [] | gpe-contacts | | gpe-edit | [] | gpe-filemanager | | gpe-go | [] | gpe-login | [] [] | gpe-ownerinfo | [] [] | gpe-package | | gpe-sketchbook | [] [] | gpe-su | [] [] | gpe-taskmanager | [] [] | gpe-timesheet | [] | gpe-today | [] [] | gpe-todo | | gphoto2 | [] [] [] [] | gprof | [] [] | gpsdrive | () () | gramadoir | [] [] | grep | [] [] [] [] [] [] | gretl | | gsasl | | gss | | gst-plugins | [] [] [] [] | gst-plugins-base | [] [] [] | gst-plugins-good | [] [] [] [] [] [] [] | gstreamer | [] [] [] [] [] [] [] | gtick | [] () | gtkam | [] [] [] | gtkorphan | [] [] | gtkspell | [] [] [] [] | gutenprint | [] | hello | [] [] [] [] [] | id-utils | [] [] | impost | | indent | [] [] [] | iso_3166 | [] [] | iso_3166_1 | [] [] [] [] [] | iso_3166_2 | | iso_3166_3 | [] | iso_4217 | [] | iso_639 | [] [] | jpilot | [] | jtag | | jwhois | | kbd | [] [] [] [] | keytouch | | keytouch-editor | | keytouch-keyboa... | | latrine | () | ld | [] | leafpad | [] [] [] [] [] | libc | [] [] [] [] [] | libexif | [] | libextractor | [] | libgpewidget | [] [] [] | libgpg-error | [] | libgphoto2 | [] [] | libgphoto2_port | [] [] | libgsasl | | libiconv | | libidn | [] [] | lifelines | [] () | lilypond | [] | lingoteach | | lynx | [] [] [] [] | m4 | [] [] [] [] | mailutils | [] | make | [] [] | man-db | [] () [] [] | minicom | [] [] [] | mysecretdiary | [] [] | nano | [] [] () [] | nano_1_0 | [] () [] [] | opcodes | [] | parted | | pilot-qof | [] | psmisc | [] | pwdutils | | python | | qof | | radius | [] | recode | [] [] [] [] [] [] | rpm | [] [] | screem | | scrollkeeper | [] [] [] [] [] [] [] [] | sed | [] [] [] | sh-utils | [] [] | shared-mime-info | [] [] [] | sharutils | [] [] [] [] [] [] | shishi | | silky | | skencil | [] () | sketch | [] () | solfege | | soundtracker | [] [] | sp | [] | stardict | [] | system-tools-ba... | [] [] [] [] [] [] [] [] [] | tar | | texinfo | [] [] [] | textutils | [] [] [] | tin | () () | tp-robot | [] | tuxpaint | [] [] [] [] [] | unicode-han-tra... | | unicode-transla... | | util-linux | [] [] [] [] | vorbis-tools | [] [] [] [] | wastesedge | () | wdiff | [] [] [] [] | wget | [] [] | xchat | [] [] [] [] [] | xkeyboard-config | | xpad | [] [] | +----------------------------------------------------+ af am ar az be bg bs ca cs cy da de el en en_GB eo 11 0 1 2 8 20 1 42 43 2 62 97 18 1 16 13 es et eu fa fi fr ga gl gu he hi hr hu id is it +--------------------------------------------------+ GNUnet | | a2ps | [] [] [] () | aegis | | ant-phone | [] | anubis | [] | ap-utils | [] [] | aspell | [] [] [] | bash | [] [] [] | batchelor | [] [] | bfd | [] | bibshelf | [] [] [] | binutils | [] [] [] | bison | [] [] [] [] [] [] | bison-runtime | [] [] [] [] [] | bluez-pin | [] [] [] [] [] | cflow | | clisp | [] [] | console-tools | | coreutils | [] [] [] [] [] [] | cpio | [] [] [] | cpplib | [] [] | cryptonit | [] | darkstat | [] () [] [] [] | dialog | [] [] [] [] [] [] [] [] | diffutils | [] [] [] [] [] [] [] [] [] | doodle | [] [] | e2fsprogs | [] [] [] | enscript | [] [] [] | error | [] [] [] [] [] | fetchmail | [] | fileutils | [] [] [] [] [] [] | findutils | [] [] [] [] | flex | [] [] [] | fslint | [] | gas | [] [] | gawk | [] [] [] [] | gbiff | [] | gcal | [] [] | gcc | [] | gettext-examples | [] [] [] [] [] | gettext-runtime | [] [] [] [] [] [] | gettext-tools | [] [] [] | gimp-print | [] [] | gip | [] [] [] | gliv | () | glunarclock | [] [] [] | gmult | [] [] [] | gnubiff | () () | gnucash | () () () | gnucash-glossary | [] [] | gnuedu | [] | gnulib | [] [] [] [] [] [] [] [] | gnunet-gtk | | gnutls | | gpe-aerial | [] [] | gpe-beam | [] [] | gpe-calendar | [] [] [] [] | gpe-clock | [] [] [] [] | gpe-conf | [] | gpe-contacts | [] [] | gpe-edit | [] [] [] [] | gpe-filemanager | [] | gpe-go | [] [] [] | gpe-login | [] [] [] | gpe-ownerinfo | [] [] [] [] [] | gpe-package | [] | gpe-sketchbook | [] [] | gpe-su | [] [] [] [] | gpe-taskmanager | [] [] [] | gpe-timesheet | [] [] [] [] | gpe-today | [] [] [] [] | gpe-todo | [] | gphoto2 | [] [] [] [] [] | gprof | [] [] [] [] | gpsdrive | () () [] () | gramadoir | [] [] | grep | [] [] [] [] [] [] [] [] [] [] [] [] | gretl | [] [] [] | gsasl | [] | gss | [] | gst-plugins | [] [] [] | gst-plugins-base | [] [] | gst-plugins-good | [] [] [] | gstreamer | [] [] [] | gtick | [] [] [] [] [] | gtkam | [] [] [] [] | gtkorphan | [] [] | gtkspell | [] [] [] [] [] [] | gutenprint | [] | hello | [] [] [] [] [] [] [] [] [] [] [] [] [] | id-utils | [] [] [] [] [] | impost | [] [] | indent | [] [] [] [] [] [] [] [] [] [] | iso_3166 | [] [] [] | iso_3166_1 | [] [] [] [] [] [] [] | iso_3166_2 | [] | iso_3166_3 | [] | iso_4217 | [] [] [] [] | iso_639 | [] [] [] [] [] | jpilot | [] [] | jtag | [] | jwhois | [] [] [] [] [] | kbd | [] [] | keytouch | [] | keytouch-editor | [] | keytouch-keyboa... | [] | latrine | [] [] [] | ld | [] [] | leafpad | [] [] [] [] [] [] | libc | [] [] [] [] [] | libexif | [] | libextractor | [] | libgpewidget | [] [] [] [] [] | libgpg-error | | libgphoto2 | [] [] | libgphoto2_port | [] [] | libgsasl | [] [] | libiconv | | libidn | [] [] | lifelines | () | lilypond | [] | lingoteach | [] [] [] | lynx | [] [] [] | m4 | [] [] [] [] | mailutils | [] [] | make | [] [] [] [] [] [] [] [] | man-db | () | minicom | [] [] [] [] | mysecretdiary | [] [] [] | nano | [] () [] [] [] [] | nano_1_0 | [] [] [] [] [] | opcodes | [] [] [] [] | parted | [] [] [] | pilot-qof | | psmisc | [] [] [] | pwdutils | | python | | qof | | radius | [] [] | recode | [] [] [] [] [] [] [] [] | rpm | [] [] | screem | | scrollkeeper | [] [] [] | sed | [] [] [] [] [] | sh-utils | [] [] [] [] [] [] [] | shared-mime-info | [] [] [] [] [] [] | sharutils | [] [] [] [] [] [] [] [] | shishi | | silky | [] | skencil | [] [] | sketch | [] [] | solfege | [] | soundtracker | [] [] [] | sp | [] | stardict | [] | system-tools-ba... | [] [] [] [] [] [] [] [] | tar | [] [] [] [] [] | texinfo | [] [] | textutils | [] [] [] [] [] | tin | [] () | tp-robot | [] [] [] | tuxpaint | [] [] | unicode-han-tra... | | unicode-transla... | [] [] | util-linux | [] [] [] [] [] [] [] | vorbis-tools | [] [] | wastesedge | () | wdiff | [] [] [] [] [] [] [] [] | wget | [] [] [] [] [] [] [] [] | xchat | [] [] [] [] [] [] [] [] | xkeyboard-config | [] [] [] [] | xpad | [] [] [] | +--------------------------------------------------+ es et eu fa fi fr ga gl gu he hi hr hu id is it 89 21 16 2 41 118 59 14 1 8 1 6 60 30 0 52 ja ko ku ky lg lt lv mk mn ms mt nb ne nl nn no +--------------------------------------------------+ GNUnet | | a2ps | () [] [] () | aegis | () | ant-phone | [] | anubis | [] [] [] | ap-utils | [] | aspell | [] [] | bash | [] | batchelor | [] [] | bfd | | bibshelf | [] | binutils | | bison | [] [] [] | bison-runtime | [] [] [] | bluez-pin | [] [] [] | cflow | | clisp | [] | console-tools | | coreutils | [] | cpio | | cpplib | [] | cryptonit | [] | darkstat | [] [] | dialog | [] [] | diffutils | [] [] [] | doodle | | e2fsprogs | [] | enscript | [] | error | [] | fetchmail | [] [] | fileutils | [] [] | findutils | [] | flex | [] [] | fslint | [] [] | gas | | gawk | [] [] | gbiff | [] | gcal | | gcc | | gettext-examples | [] [] | gettext-runtime | [] [] [] | gettext-tools | [] [] | gimp-print | [] [] | gip | [] [] | gliv | [] | glunarclock | [] [] | gmult | [] [] | gnubiff | | gnucash | () () | gnucash-glossary | [] | gnuedu | | gnulib | [] [] [] [] | gnunet-gtk | | gnutls | | gpe-aerial | [] | gpe-beam | [] | gpe-calendar | [] | gpe-clock | [] [] | gpe-conf | [] [] | gpe-contacts | [] | gpe-edit | [] [] | gpe-filemanager | [] | gpe-go | [] [] | gpe-login | [] [] | gpe-ownerinfo | [] | gpe-package | [] | gpe-sketchbook | [] [] | gpe-su | [] [] | gpe-taskmanager | [] [] [] | gpe-timesheet | [] | gpe-today | [] | gpe-todo | | gphoto2 | [] [] | gprof | | gpsdrive | () () () | gramadoir | () | grep | [] [] [] | gretl | | gsasl | [] | gss | | gst-plugins | [] | gst-plugins-base | | gst-plugins-good | [] | gstreamer | [] | gtick | [] | gtkam | [] | gtkorphan | [] | gtkspell | [] [] | gutenprint | | hello | [] [] [] [] [] [] [] [] | id-utils | [] | impost | | indent | [] [] | iso_3166 | [] | iso_3166_1 | [] [] | iso_3166_2 | [] | iso_3166_3 | [] | iso_4217 | [] [] [] | iso_639 | [] [] [] | jpilot | () () () | jtag | | jwhois | [] | kbd | [] | keytouch | [] | keytouch-editor | | keytouch-keyboa... | [] | latrine | [] | ld | | leafpad | [] [] | libc | [] [] [] [] [] | libexif | | libextractor | | libgpewidget | [] | libgpg-error | | libgphoto2 | [] | libgphoto2_port | [] | libgsasl | [] | libiconv | | libidn | [] [] | lifelines | [] | lilypond | | lingoteach | [] | lynx | [] [] | m4 | [] [] | mailutils | | make | [] [] [] | man-db | () | minicom | [] | mysecretdiary | [] | nano | [] [] [] | nano_1_0 | [] [] [] | opcodes | [] | parted | [] [] | pilot-qof | | psmisc | [] [] [] | pwdutils | | python | | qof | | radius | | recode | [] | rpm | [] [] | screem | [] | scrollkeeper | [] [] [] [] | sed | [] [] | sh-utils | [] [] | shared-mime-info | [] [] [] [] [] | sharutils | [] [] | shishi | | silky | [] | skencil | | sketch | | solfege | | soundtracker | | sp | () | stardict | [] [] | system-tools-ba... | [] [] [] [] | tar | [] [] [] | texinfo | [] [] [] | textutils | [] [] [] | tin | | tp-robot | [] | tuxpaint | [] | unicode-han-tra... | | unicode-transla... | | util-linux | [] [] | vorbis-tools | [] | wastesedge | [] | wdiff | [] [] | wget | [] [] | xchat | [] [] [] [] | xkeyboard-config | [] | xpad | [] [] [] | +--------------------------------------------------+ ja ko ku ky lg lt lv mk mn ms mt nb ne nl nn no 40 24 2 1 1 3 1 2 3 21 0 15 1 102 6 3 nso or pa pl pt pt_BR rm ro ru rw sk sl sq sr sv ta +------------------------------------------------------+ GNUnet | | a2ps | () [] [] [] [] [] [] | aegis | () () | ant-phone | [] [] | anubis | [] [] [] | ap-utils | () | aspell | [] [] | bash | [] [] [] | batchelor | [] [] | bfd | | bibshelf | [] | binutils | [] [] | bison | [] [] [] [] [] | bison-runtime | [] [] [] [] | bluez-pin | [] [] [] [] [] [] [] [] [] | cflow | [] | clisp | [] | console-tools | [] | coreutils | [] [] [] [] | cpio | [] [] [] | cpplib | [] | cryptonit | [] [] | darkstat | [] [] [] [] [] [] | dialog | [] [] [] [] [] [] [] [] [] | diffutils | [] [] [] [] [] [] | doodle | [] [] | e2fsprogs | [] [] | enscript | [] [] [] [] [] | error | [] [] [] [] | fetchmail | [] [] [] | fileutils | [] [] [] [] [] | findutils | [] [] [] [] [] [] | flex | [] [] [] [] [] | fslint | [] [] [] [] | gas | | gawk | [] [] [] [] | gbiff | [] | gcal | [] | gcc | | gettext-examples | [] [] [] [] [] [] [] [] | gettext-runtime | [] [] [] [] [] [] [] [] | gettext-tools | [] [] [] [] [] [] [] | gimp-print | [] [] | gip | [] [] [] [] | gliv | [] [] [] [] | glunarclock | [] [] [] [] [] [] | gmult | [] [] [] [] | gnubiff | () | gnucash | () [] | gnucash-glossary | [] [] [] | gnuedu | | gnulib | [] [] [] [] [] | gnunet-gtk | [] | gnutls | [] [] | gpe-aerial | [] [] [] [] [] [] [] | gpe-beam | [] [] [] [] [] [] [] | gpe-calendar | [] [] [] [] [] [] [] [] | gpe-clock | [] [] [] [] [] [] [] [] | gpe-conf | [] [] [] [] [] [] [] | gpe-contacts | [] [] [] [] [] | gpe-edit | [] [] [] [] [] [] [] [] | gpe-filemanager | [] [] | gpe-go | [] [] [] [] [] [] | gpe-login | [] [] [] [] [] [] [] [] | gpe-ownerinfo | [] [] [] [] [] [] [] [] | gpe-package | [] [] | gpe-sketchbook | [] [] [] [] [] [] [] [] | gpe-su | [] [] [] [] [] [] [] [] | gpe-taskmanager | [] [] [] [] [] [] [] [] | gpe-timesheet | [] [] [] [] [] [] [] [] | gpe-today | [] [] [] [] [] [] [] [] | gpe-todo | [] [] [] [] | gphoto2 | [] [] [] [] [] | gprof | [] [] [] | gpsdrive | [] [] [] | gramadoir | [] [] | grep | [] [] [] [] [] [] [] [] | gretl | [] | gsasl | [] [] | gss | [] [] [] | gst-plugins | [] [] [] [] | gst-plugins-base | [] | gst-plugins-good | [] [] [] [] | gstreamer | [] [] [] | gtick | [] [] [] | gtkam | [] [] [] [] | gtkorphan | [] | gtkspell | [] [] [] [] [] [] [] [] | gutenprint | [] | hello | [] [] [] [] [] [] [] [] | id-utils | [] [] [] [] | impost | [] | indent | [] [] [] [] [] [] | iso_3166 | [] [] [] [] [] [] | iso_3166_1 | [] [] [] [] | iso_3166_2 | | iso_3166_3 | [] [] [] [] | iso_4217 | [] [] [] [] | iso_639 | [] [] [] [] | jpilot | | jtag | [] | jwhois | [] [] [] [] | kbd | [] [] [] | keytouch | [] | keytouch-editor | [] | keytouch-keyboa... | [] | latrine | [] [] | ld | [] | leafpad | [] [] [] [] [] [] | libc | [] [] [] [] [] | libexif | [] | libextractor | [] [] | libgpewidget | [] [] [] [] [] [] [] | libgpg-error | [] [] | libgphoto2 | [] | libgphoto2_port | [] [] | libgsasl | [] [] [] [] | libiconv | | libidn | [] [] () | lifelines | [] [] | lilypond | | lingoteach | [] | lynx | [] [] [] | m4 | [] [] [] [] [] | mailutils | [] [] [] [] | make | [] [] [] [] | man-db | [] [] | minicom | [] [] [] [] [] | mysecretdiary | [] [] [] [] | nano | [] [] | nano_1_0 | [] [] [] [] | opcodes | [] [] | parted | [] | pilot-qof | [] | psmisc | [] [] | pwdutils | [] [] | python | | qof | [] | radius | [] [] | recode | [] [] [] [] [] [] [] | rpm | [] [] [] [] | screem | | scrollkeeper | [] [] [] [] [] [] [] | sed | [] [] [] [] [] [] [] [] [] | sh-utils | [] [] [] | shared-mime-info | [] [] [] [] [] | sharutils | [] [] [] [] | shishi | [] | silky | [] | skencil | [] [] [] | sketch | [] [] [] | solfege | [] | soundtracker | [] [] | sp | | stardict | [] [] [] | system-tools-ba... | [] [] [] [] [] [] [] [] [] | tar | [] [] [] [] [] | texinfo | [] [] [] [] | textutils | [] [] [] | tin | () | tp-robot | [] | tuxpaint | [] [] [] [] [] | unicode-han-tra... | | unicode-transla... | | util-linux | [] [] [] [] | vorbis-tools | [] [] | wastesedge | | wdiff | [] [] [] [] [] [] | wget | [] [] [] [] | xchat | [] [] [] [] [] [] [] | xkeyboard-config | [] [] | xpad | [] [] [] | +------------------------------------------------------+ nso or pa pl pt pt_BR rm ro ru rw sk sl sq sr sv ta 0 2 3 58 31 53 5 76 72 5 42 48 12 51 128 2 tg th tk tr uk ven vi wa xh zh_CN zh_HK zh_TW zu +---------------------------------------------------+ GNUnet | [] | 2 a2ps | [] [] [] | 19 aegis | | 0 ant-phone | [] [] | 6 anubis | [] [] [] | 11 ap-utils | () [] | 4 aspell | [] [] [] | 14 bash | [] | 11 batchelor | [] [] | 9 bfd | | 1 bibshelf | [] | 7 binutils | [] [] [] | 9 bison | [] [] [] | 19 bison-runtime | [] [] [] | 15 bluez-pin | [] [] [] [] [] [] | 28 cflow | [] [] | 4 clisp | | 6 console-tools | [] [] | 5 coreutils | [] [] | 17 cpio | [] [] [] | 9 cpplib | [] [] [] [] | 11 cryptonit | | 5 darkstat | [] () () | 15 dialog | [] [] [] [] [] | 30 diffutils | [] [] [] [] | 28 doodle | [] | 6 e2fsprogs | [] [] | 10 enscript | [] [] [] | 16 error | [] [] [] [] | 18 fetchmail | [] [] | 12 fileutils | [] [] [] | 18 findutils | [] [] [] | 17 flex | [] [] | 15 fslint | [] | 9 gas | [] | 3 gawk | [] [] | 15 gbiff | [] | 5 gcal | [] | 5 gcc | [] [] [] | 5 gettext-examples | [] [] [] [] [] | 24 gettext-runtime | [] [] [] [] [] | 26 gettext-tools | [] [] [] [] [] | 19 gimp-print | [] [] | 12 gip | [] [] | 12 gliv | [] [] | 8 glunarclock | [] [] [] | 15 gmult | [] [] [] [] | 15 gnubiff | [] | 1 gnucash | () | 2 gnucash-glossary | [] [] | 9 gnuedu | [] | 2 gnulib | [] [] [] [] [] | 28 gnunet-gtk | | 1 gnutls | | 2 gpe-aerial | [] [] | 14 gpe-beam | [] [] | 14 gpe-calendar | [] [] [] [] | 19 gpe-clock | [] [] [] [] | 20 gpe-conf | [] [] | 14 gpe-contacts | [] [] | 10 gpe-edit | [] [] [] [] | 19 gpe-filemanager | [] | 5 gpe-go | [] [] | 14 gpe-login | [] [] [] [] [] | 20 gpe-ownerinfo | [] [] [] [] | 20 gpe-package | [] | 5 gpe-sketchbook | [] [] | 16 gpe-su | [] [] [] | 19 gpe-taskmanager | [] [] [] | 19 gpe-timesheet | [] [] [] [] | 18 gpe-today | [] [] [] [] [] | 20 gpe-todo | [] | 6 gphoto2 | [] [] [] [] | 20 gprof | [] [] | 11 gpsdrive | | 4 gramadoir | [] | 7 grep | [] [] [] [] | 33 gretl | | 4 gsasl | [] [] | 6 gss | [] | 5 gst-plugins | [] [] [] | 15 gst-plugins-base | [] [] [] | 9 gst-plugins-good | [] [] [] | 18 gstreamer | [] [] [] | 17 gtick | [] | 11 gtkam | [] | 13 gtkorphan | [] | 7 gtkspell | [] [] [] [] [] [] | 26 gutenprint | | 3 hello | [] [] [] [] [] | 39 id-utils | [] [] | 14 impost | [] | 4 indent | [] [] [] [] | 25 iso_3166 | [] [] [] | 15 iso_3166_1 | [] [] | 20 iso_3166_2 | | 2 iso_3166_3 | [] [] | 9 iso_4217 | [] [] | 14 iso_639 | [] [] | 16 jpilot | [] [] [] [] | 7 jtag | [] | 3 jwhois | [] [] [] | 13 kbd | [] [] | 12 keytouch | [] | 4 keytouch-editor | | 2 keytouch-keyboa... | [] | 4 latrine | [] [] | 8 ld | [] [] [] | 7 leafpad | [] [] [] [] | 23 libc | [] [] [] | 23 libexif | [] | 4 libextractor | [] | 5 libgpewidget | [] [] [] | 19 libgpg-error | [] | 4 libgphoto2 | [] | 7 libgphoto2_port | [] [] [] | 10 libgsasl | [] | 8 libiconv | | 0 libidn | [] [] | 10 lifelines | | 4 lilypond | | 2 lingoteach | [] | 6 lynx | [] [] [] | 15 m4 | [] [] [] | 18 mailutils | [] | 8 make | [] [] [] | 20 man-db | [] | 6 minicom | [] | 14 mysecretdiary | [] [] | 12 nano | [] [] | 15 nano_1_0 | [] [] [] | 18 opcodes | [] [] | 10 parted | [] [] [] | 9 pilot-qof | [] | 3 psmisc | [] | 10 pwdutils | [] | 3 python | | 0 qof | [] | 2 radius | [] | 6 recode | [] [] [] | 25 rpm | [] [] [] | 13 screem | [] | 2 scrollkeeper | [] [] [] [] | 26 sed | [] [] [] | 22 sh-utils | [] | 15 shared-mime-info | [] [] [] [] | 23 sharutils | [] [] [] | 23 shishi | | 1 silky | [] | 4 skencil | [] | 7 sketch | | 6 solfege | | 2 soundtracker | [] [] | 9 sp | [] | 3 stardict | [] [] [] [] | 11 system-tools-ba... | [] [] [] [] [] [] [] | 37 tar | [] [] [] [] | 17 texinfo | [] [] [] | 15 textutils | [] [] [] | 17 tin | | 1 tp-robot | [] [] [] | 9 tuxpaint | [] [] [] | 16 unicode-han-tra... | | 0 unicode-transla... | | 2 util-linux | [] [] [] | 20 vorbis-tools | [] [] | 11 wastesedge | | 1 wdiff | [] [] | 22 wget | [] [] [] | 19 xchat | [] [] [] [] | 28 xkeyboard-config | [] [] [] [] | 11 xpad | [] [] [] | 14 +---------------------------------------------------+ 77 teams tg th tk tr uk ven vi wa xh zh_CN zh_HK zh_TW zu 172 domains 0 1 1 78 39 0 135 14 1 50 1 52 0 2040 Some counters in the preceding matrix are higher than the number of visible blocks let us expect. This is because a few extra PO files are used for implementing regional variants of languages, or language dialects. For a PO file in the matrix above to be effective, the package to which it applies should also have been internationalized and distributed as such by its maintainer. There might be an observable lag between the mere existence a PO file and its wide availability in a distribution. If June 2006 seems to be old, you may fetch a more recent copy of this `ABOUT-NLS' file on most GNU archive sites. The most up-to-date matrix with full percentage details can be found at `http://www.iro.umontreal.ca/contrib/po/HTML/matrix.html'. 1.6 Using `gettext' in new packages =================================== If you are writing a freely available program and want to internationalize it you are welcome to use GNU `gettext' in your package. Of course you have to respect the GNU Library General Public License which covers the use of the GNU `gettext' library. This means in particular that even non-free programs can use `libintl' as a shared library, whereas only free software can use `libintl' as a static library or use modified versions of `libintl'. Once the sources are changed appropriately and the setup can handle the use of `gettext' the only thing missing are the translations. The Free Translation Project is also available for packages which are not developed inside the GNU project. Therefore the information given above applies also for every other Free Software Project. Contact `translation@iro.umontreal.ca' to make the `.pot' files available to the translation teams. xdg-user-dirs-0.17/AUTHORS0000664000175000000120000000004512162605406012120 00000000000000Alexander Larsson - alexl@redhat.com xdg-user-dirs-0.17/COPYING0000664000175000000120000004311012162605406012103 00000000000000 GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Library General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker. , 1 April 1989 Ty Coon, President of Vice This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Library General Public License instead of this License. xdg-user-dirs-0.17/ChangeLog0000644000175000000120000022346413252163536012640 00000000000000# Generated by Makefile. Do not edit. commit 5822064c804bbc017c34d296fea9a547dbda5d26 Author: Alexander Larsson Date: Wed Mar 14 10:10:47 2018 +0100 LINGUAS: Add fur po/LINGUAS | 1 + 1 file changed, 1 insertion(+) commit 06e68a38c9fb2efc8e1b89b343a44f0362717e50 Author: Alexander Larsson Date: Wed Mar 14 10:08:29 2018 +0100 Release 0.17 NEWS | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) commit b25e875648d9d838ddaedb0bacd56d4be20df401 Author: gogo Date: Wed Mar 14 09:57:26 2018 +0100 po: update hr.po (from translationproject.org) po/hr.po | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) commit d4b963fe4aab1176a96604131129fcf1a47c1823 Author: Fabio Tomat Date: Wed Mar 14 09:57:24 2018 +0100 po: add fur.po (from translationproject.org) po/fur.po | 131 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 131 insertions(+) commit a3ced895ea430509929af7d3044aab56b1b7083e Author: Joe Hansen Date: Wed Mar 14 09:57:21 2018 +0100 po: update da.po (from translationproject.org) po/da.po | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) commit 364841536ef9711145781084be64d3034c4c028f Author: Alexander Larsson Date: Wed Mar 14 09:50:51 2018 +0100 Add git-tp-sync script git-tp-sync | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) commit 8dc121ffa40250cfab463d3cb53ef4455421e88e Author: Marco Trevisan (Treviño) Date: Thu Mar 8 14:52:14 2018 +0100 xdg-user-dirs-update: give priority to $HOME https://bugs.freedesktop.org/show_bug.cgi?id=105398 xdg-user-dirs-update.c | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) commit bb254b40b724dce327ecb832adc0029e995231c7 Author: René Genz Date: Tue Nov 14 23:30:31 2017 +0100 Fix minor spelling mistakes autogen.sh | 2 +- man/user-dirs.conf.xml | 2 +- man/xdg-user-dirs-update.xml | 4 ++-- xdg-user-dirs-update.c | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) commit 6fb1741bd9a2ccc66507daea2c76da83e1e19222 Author: Alexander Larsson Date: Mon Aug 21 09:03:39 2017 +0200 Update pofiles po/gd.po | 5 +++-- po/he.po | 2 +- po/kn.po | 2 +- po/ky.po | 2 +- po/nn.po | 2 +- po/sr.po | 5 +++-- 6 files changed, 10 insertions(+), 8 deletions(-) commit 8d2f7596296b4a6ad7097cb6fb10d1055461b2d2 Author: Alexander Larsson Date: Mon Aug 21 09:03:12 2017 +0200 Dist xdg-user-dirs.desktop Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 3c5b4fd8199df26a631a6ca8287cd116bb1bca64 Author: Alexander Larsson Date: Mon Aug 21 09:01:08 2017 +0200 Bump version to 0.16 NEWS | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) commit eff699165095bdc150d58e8dfca98af11c9ee2af Author: Matthias Klumpp Date: Thu Aug 17 04:05:46 2017 +0200 Add autostart .desktop file for user-dirs-update The user-dirs update was traditionally done by an Xsession.d snippet, which does not work in a Wayland session. To avoid duplicating the .desktop file in every distribution, we ship it upstream. https://bugs.freedesktop.org/show_bug.cgi?id=102303 Makefile.am | 3 +++ xdg-user-dirs.desktop | 10 ++++++++++ 2 files changed, 13 insertions(+) commit 1cf7d3fd7ac6514bce9af8c8114f38c51d3de441 Author: Mikel Olasagasti Uranga Date: Wed Aug 6 20:24:30 2014 +0200 Update Norwegian Nynorsk po/nn.po | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) commit 6963b11ad9f48e2529ad5b879187f7eb39823b21 Author: Mikel Olasagasti Uranga Date: Sat Feb 8 09:58:20 2014 +0100 Update po files po/he.po | 17 ++++++++--------- po/kn.po | 10 +++++----- po/ky.po | 18 +++++++++--------- po/sr.po | 21 +++++++++------------ 4 files changed, 31 insertions(+), 35 deletions(-) commit f79ab575eb4810e93dbe0febc1d4626577cb0994 Author: Mikel Olasagasti Uranga Date: Sat Feb 8 09:57:52 2014 +0100 Add Scottish Gaelic po/LINGUAS | 1 + po/gd.po | 129 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 130 insertions(+) commit 87f743389cd287d68212ecd660ffff93c2740ab9 Author: Colin Walters Date: Thu Jun 27 10:40:13 2013 -0400 build: Honor --disable-documentation Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) commit 846a99f88ab28aee0de5a95437089c97d78d4a4e Author: Colin Walters Date: Thu Jun 27 16:30:57 2013 +0200 autogen.sh: Just use autoreconf We really don't need to hardcode looking for Automake 1.11, and all of this stuff is basically unnecessary. Replace it all with the "standard" autogen.sh from X.org. autogen.sh | 65 ++++---------------------------------------------------------- 1 file changed, 4 insertions(+), 61 deletions(-) commit 73a90e610fee3cb423ac09f686c7d3053b4d7938 Author: Alexander Larsson Date: Thu Jun 27 10:50:11 2013 +0200 Run update-po po/af.po | 2 +- po/an.po | 2 +- po/ar.po | 2 +- po/as.po | 2 +- po/ast.po | 2 +- po/be.po | 2 +- po/be@latin.po | 2 +- po/bg.po | 2 +- po/bn_IN.po | 2 +- po/br.po | 2 +- po/ca.po | 2 +- po/crh.po | 2 +- po/cs.po | 2 +- po/da.po | 2 +- po/de.po | 2 +- po/el.po | 2 +- po/eo.po | 2 +- po/es.po | 2 +- po/et.po | 2 +- po/eu.po | 2 +- po/fa.po | 2 +- po/fi.po | 2 +- po/fr.po | 2 +- po/ga.po | 2 +- po/gl.po | 2 +- po/gu.po | 2 +- po/he.po | 2 +- po/hi.po | 2 +- po/hr.po | 5 +++-- po/hu.po | 2 +- po/ia.po | 2 +- po/id.po | 2 +- po/is.po | 2 +- po/it.po | 2 +- po/ja.po | 2 +- po/kk.po | 2 +- po/ko.po | 2 +- po/ku.po | 2 +- po/ky.po | 2 +- po/lt.po | 2 +- po/lv.po | 2 +- po/mk.po | 2 +- po/ml.po | 2 +- po/mr.po | 2 +- po/nb.po | 2 +- po/nds.po | 2 +- po/nl.po | 2 +- po/nn.po | 2 +- po/or.po | 2 +- po/pa.po | 2 +- po/pl.po | 2 +- po/ps.po | 2 +- po/pt.po | 2 +- po/pt_BR.po | 2 +- po/ro.po | 2 +- po/ru.po | 2 +- po/sk.po | 2 +- po/sl.po | 2 +- po/sq.po | 2 +- po/sr.po | 2 +- po/sr@Latn.po | 2 +- po/sv.po | 2 +- po/ta.po | 2 +- po/te.po | 2 +- po/th.po | 2 +- po/tr.po | 2 +- po/uk.po | 5 +++-- po/vi.po | 2 +- po/zh_CN.po | 2 +- po/zh_HK.po | 2 +- po/zh_TW.po | 2 +- 71 files changed, 75 insertions(+), 73 deletions(-) commit 61b6c7ceec67ff754fcedd08e05c9d655f1ee8f0 Author: Alexander Larsson Date: Thu Jun 27 10:49:57 2013 +0200 Fix disting of manpages man/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 8b2cb309dd96e69774cd5d99621ccca28d882017 Author: Alexander Larsson Date: Thu Jun 27 10:22:02 2013 +0200 NEWS: update for release NEWS | 4 ++++ 1 file changed, 4 insertions(+) commit 01ec7af6768d21eaed1e2eff5a281754e268b8fd Author: Alexander Larsson Date: Thu Jun 27 10:21:54 2013 +0200 Bump version to 0.15 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 9a2cc91593939c66792467c622d0ecc6f759ef3e Author: Alexander Larsson Date: Thu Jun 27 10:18:34 2013 +0200 autogen: Update to automake 1.12 autogen.sh | 6 +++--- po/kn.po | 50 ++++++++++++++++++++++++++------------------------ 2 files changed, 29 insertions(+), 27 deletions(-) commit f251bd409e7f055dbc476c54a05da58b0caefbca Author: Matthias Clasen Date: Thu Jun 27 10:16:49 2013 +0200 Add manpages for all files and commands Makefile.am | 2 +- configure.ac | 15 +++++- man/Makefile.am | 26 +++++++++ man/user-dirs.conf.xml | 77 +++++++++++++++++++++++++++ man/user-dirs.defaults.xml | 72 +++++++++++++++++++++++++ man/user-dirs.dirs.xml | 74 ++++++++++++++++++++++++++ man/xdg-user-dir.xml | 70 ++++++++++++++++++++++++ man/xdg-user-dirs-update.xml | 123 +++++++++++++++++++++++++++++++++++++++++++ 8 files changed, 457 insertions(+), 2 deletions(-) commit 4595b819e4498a6d98ac1fb1f38662956fb31107 Author: Mikel Olasagasti Uranga Date: Sun Feb 24 20:21:58 2013 +0100 Add Interlingua and Kirghiz languages po/LINGUAS | 2 + po/ia.po | 130 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/ky.po | 133 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 265 insertions(+) commit c7d8ffbdf34dfb7becbe073064d830103442b0be Author: Mikel Olasagasti Uranga Date: Sun Feb 24 20:18:26 2013 +0100 Update to latest po files from translationproject.org po/de.po | 14 ++++++------- po/kn.po | 69 ++++++++++++++++++++++++++++++++-------------------------------- po/uk.po | 29 +++++++++++++-------------- 3 files changed, 55 insertions(+), 57 deletions(-) commit 31a1d61217cc752d56be27793a4bb1dae045d0f2 Author: Mikel Olasagasti Uranga Date: Sat Nov 3 20:40:24 2012 +0100 Add Croatian and Malayalam languages po/LINGUAS | 2 ++ 1 file changed, 2 insertions(+) commit 7b5be8e997b41dc7a2ea0467064ce3d50027d6b5 Author: Mikel Olasagasti Uranga Date: Sat Nov 3 20:07:48 2012 +0100 Update to latest po files from translationproject.org po/an.po | 2 +- po/ar.po | 2 +- po/as.po | 2 +- po/ast.po | 10 ++--- po/be.po | 47 ++++++++++----------- po/be@latin.po | 2 +- po/bg.po | 2 +- po/bn_IN.po | 2 +- po/br.po | 2 +- po/ca.po | 2 +- po/crh.po | 2 +- po/cs.po | 2 +- po/da.po | 2 +- po/de.po | 2 +- po/el.po | 11 +++-- po/eo.po | 2 +- po/es.po | 2 +- po/et.po | 2 +- po/eu.po | 2 +- po/fa.po | 2 +- po/fi.po | 2 +- po/fr.po | 2 +- po/ga.po | 2 +- po/gl.po | 2 +- po/gu.po | 2 +- po/he.po | 2 +- po/hi.po | 2 +- po/hr.po | 130 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/hu.po | 2 +- po/id.po | 2 +- po/is.po | 20 ++++----- po/it.po | 2 +- po/ja.po | 2 +- po/kk.po | 2 +- po/kn.po | 2 +- po/ko.po | 2 +- po/ku.po | 2 +- po/lt.po | 12 +++--- po/lv.po | 2 +- po/mk.po | 2 +- po/ml.po | 131 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/mr.po | 2 +- po/nb.po | 19 +++++---- po/nds.po | 2 +- po/nl.po | 2 +- po/nn.po | 2 +- po/or.po | 2 +- po/pa.po | 2 +- po/pl.po | 2 +- po/ps.po | 2 +- po/pt.po | 20 ++++----- po/pt_BR.po | 2 +- po/ro.po | 2 +- po/ru.po | 2 +- po/sk.po | 2 +- po/sl.po | 26 +++++------- po/sq.po | 2 +- po/sr.po | 2 +- po/sr@Latn.po | 2 +- po/sv.po | 2 +- po/ta.po | 2 +- po/te.po | 2 +- po/th.po | 14 +++--- po/tr.po | 2 +- po/uk.po | 2 +- po/vi.po | 2 +- po/zh_CN.po | 2 +- po/zh_HK.po | 2 +- po/zh_TW.po | 2 +- 69 files changed, 407 insertions(+), 149 deletions(-) commit 61312de9fd33d2be57a83339f32ad36cf8d9f918 Author: Alexander Larsson Date: Tue May 3 10:38:13 2011 +0200 make update-po po/af.po | 61 +++++++++++++++++++++++++++++------------------------------ po/ca.po | 3 ++- po/lt.po | 6 ++++-- po/nb.po | 63 ++++++++++++++++++++++++++++++------------------------------- po/pt_BR.po | 2 +- po/sk.po | 3 ++- po/uk.po | 3 ++- po/vi.po | 3 ++- po/zh_CN.po | 3 ++- po/zh_TW.po | 4 ++-- 10 files changed, 78 insertions(+), 73 deletions(-) commit b21c37909f3358ec4784c08e653c59be19af6a47 Author: Alexander Larsson Date: Tue May 3 10:33:03 2011 +0200 Bump version to 0.14 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit c3b10cfe688a9d5cd3479a3f5ec7040f5e683aec Author: Alexander Larsson Date: Tue May 3 10:32:46 2011 +0200 Update NEWS NEWS | 4 ++++ 1 file changed, 4 insertions(+) commit 08fe551db01a6fcc18332d870aeef024a68a2f60 Author: Alexander Larsson Date: Tue May 3 10:24:50 2011 +0200 Update some newer pofiles from translationproject.org po/lt.po | 16 ++++++---------- po/sk.po | 14 ++++++-------- po/uk.po | 14 ++++++++------ po/vi.po | 19 +++++++++---------- po/zh_CN.po | 15 +++++++-------- po/zh_TW.po | 23 ++++++++++++----------- 6 files changed, 48 insertions(+), 53 deletions(-) commit 356fa8e2b58c22fba5fc628e09d3a78771ebd7ce Author: Vincent Untz Date: Mon May 2 16:31:28 2011 +0200 Create XDG_CONFIG_HOME with 0700 permissions The spec clearly says "If, when attempting to write a file, the destination directory is non-existant an attempt should be made to create it with permission 0700." https://bugs.freedesktop.org/show_bug.cgi?id=36773 xdg-user-dirs-update.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 6c36b5ce99b432c27c56f56b33bffa0a8d66437e Author: Alexander Larsson Date: Tue May 3 10:01:29 2011 +0200 Fix to the norwegian translation Patch from Torstein Adolf Winterseth. po/nb.po | 77 ++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 38 insertions(+), 39 deletions(-) commit b1d189d2639d0c6cc30429086861c46134c01b93 Author: Mikel Olasagasti Uranga Date: Sat Apr 9 22:30:36 2011 +0200 Update German po/de.po | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) commit 666d407f0460658076c1b5afeda074a0e75f6f49 Author: Mikel Olasagasti Uranga Date: Sun Apr 3 19:17:55 2011 +0200 Afrikaans updates po/af.po | 75 ++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 38 insertions(+), 37 deletions(-) commit 7bac9056fdbc18a42ff0acd0da50bf26d322177b Author: Mikel Olasagasti Uranga Date: Sun Apr 3 19:15:37 2011 +0200 Brazilian Portuguese update po/pt_BR.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit e82e3a2abdcbacaabb2b832c0631f737081fb607 Author: Josep Puigdemont Date: Wed Mar 30 14:42:29 2011 +0200 Updated catalan translation from tp.org po/ca.po | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) commit 7b93a32080905404c9df354621bd3533d5e43fc6 Author: Alexander Larsson Date: Wed Mar 30 14:38:19 2011 +0200 Vietnamese updates Patch from pclouds@gmail.com. See https://bugs.freedesktop.org/show_bug.cgi?id=35770 po/vi.po | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) commit 5269bc2ae2160214f5846c1bc3cbe5469ba35af4 Author: Alexander Larsson Date: Mon Sep 13 09:21:20 2010 +0200 Bump version to 0.13 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b09a91919dcd1dff463a05001e0924485a878782 Author: Alexander Larsson Date: Mon Sep 13 09:19:59 2010 +0200 Update from make dist po/af.po | 47 ++++++++++++++++++++++++---------------- po/an.po | 3 ++- po/ar.po | 3 ++- po/as.po | 3 ++- po/ast.po | 3 ++- po/be.po | 47 ++++++++++++++++++++++++---------------- po/be@latin.po | 50 ++++++++++++++++++++++++++---------------- po/bg.po | 3 ++- po/bn_IN.po | 3 ++- po/br.po | 68 +++++++++++++++++++++++++++++++++------------------------- po/ca.po | 47 ++++++++++++++++++++++++---------------- po/crh.po | 6 ++++-- po/cs.po | 3 ++- po/da.po | 3 ++- po/de.po | 3 ++- po/el.po | 47 ++++++++++++++++++++++++---------------- po/eo.po | 3 ++- po/es.po | 3 ++- po/et.po | 3 ++- po/eu.po | 3 ++- po/fa.po | 3 ++- po/fi.po | 3 ++- po/fr.po | 3 ++- po/ga.po | 50 ++++++++++++++++++++++++++---------------- po/gl.po | 3 ++- po/gu.po | 3 ++- po/he.po | 47 ++++++++++++++++++++++++---------------- po/hi.po | 3 ++- po/hu.po | 3 ++- po/id.po | 3 ++- po/is.po | 47 ++++++++++++++++++++++++---------------- po/it.po | 3 ++- po/ja.po | 3 ++- po/kk.po | 3 ++- po/kn.po | 51 ++++++++++++++++++++++++++----------------- po/ko.po | 3 ++- po/ku.po | 47 ++++++++++++++++++++++++---------------- po/lt.po | 50 ++++++++++++++++++++++++++---------------- po/lv.po | 6 ++++-- po/mk.po | 47 ++++++++++++++++++++++++---------------- po/mr.po | 3 ++- po/nb.po | 47 ++++++++++++++++++++++++---------------- po/nds.po | 47 ++++++++++++++++++++++++---------------- po/nl.po | 3 ++- po/nn.po | 47 ++++++++++++++++++++++++---------------- po/or.po | 3 ++- po/pa.po | 47 ++++++++++++++++++++++++---------------- po/pl.po | 3 ++- po/ps.po | 47 ++++++++++++++++++++++++---------------- po/pt.po | 47 ++++++++++++++++++++++++---------------- po/pt_BR.po | 3 ++- po/ro.po | 3 ++- po/ru.po | 6 ++++-- po/sk.po | 47 ++++++++++++++++++++++++---------------- po/sl.po | 6 ++++-- po/sq.po | 47 ++++++++++++++++++++++++---------------- po/sr.po | 50 ++++++++++++++++++++++++++---------------- po/sr@Latn.po | 3 ++- po/sv.po | 3 ++- po/ta.po | 3 ++- po/te.po | 3 ++- po/th.po | 62 ++++++++++++++++++++++++++-------------------------- po/tr.po | 49 ++++++++++++++++++++++++++---------------- po/uk.po | 47 ++++++++++++++++++++++++---------------- po/vi.po | 3 ++- po/zh_CN.po | 3 ++- po/zh_HK.po | 47 ++++++++++++++++++++++++---------------- po/zh_TW.po | 47 ++++++++++++++++++++++++---------------- 68 files changed, 896 insertions(+), 562 deletions(-) commit a94c8c2cdc2cf57a6ea977efaa1c0b31374c11d3 Author: Mikel Olasagasti Uranga Date: Thu Sep 2 23:56:35 2010 +0200 Update NEWS for release NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) commit 431617434969456ae7bf6f63d4713c84fa37e83d Author: Mikel Olasagasti Uranga Date: Thu Sep 2 23:32:05 2010 +0200 Add dummy ChangeLog ChangeLog | 313 +------------------------------------------------------------- 1 file changed, 3 insertions(+), 310 deletions(-) commit d60b9e828ee6ac3b35769cb3278681a655bac848 Author: Mikel Olasagasti Uranga Date: Thu Sep 2 23:31:21 2010 +0200 Auto generate ChangeLog using http://live.gnome.org/Git/ChangeLog example Check that all languages are in LINGUAS on make dist Makefile.am | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) commit bfeda8c3d8ab3eddf58bf9d6de49c1547f102c9c Author: Mikel Olasagasti Uranga Date: Thu Sep 2 23:30:02 2010 +0200 Use AS_HELP_STRING for AC_ARG_ENABLE configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 152ba110e2cb52df580629ea9a20c0cb0cb13f8d Author: Mikel Olasagasti Uranga Date: Thu Sep 2 23:29:06 2010 +0200 Add files to ignore .gitignore | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) commit 384247c40212ca293e43041b18567a9f5cc39197 Author: Mikel Olasagasti Uranga Date: Thu Sep 2 20:44:04 2010 +0200 Add Breton translation. #23476 po/LINGUAS | 1 + po/br.po | 124 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 125 insertions(+) commit bedc8621674ad05cb3920fde1ebb7f5680536f06 Author: Mikel Olasagasti Uranga Date: Thu Sep 2 20:39:41 2010 +0200 Update Thai trasnlation. #28504 po/th.po | 73 ++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 36 insertions(+), 37 deletions(-) commit baa0a30841bab8a3e3773ac9b361918c8359dfc3 Author: Mikel Olasagasti Uranga Date: Thu Sep 2 20:32:37 2010 +0200 Update to latest po files from translationproject.org po/LINGUAS | 1 + po/an.po | 14 +++---- po/et.po | 62 +++++++++++++++++------------- po/fa.po | 128 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/gl.po | 65 ++++++++++++++++++------------- po/gu.po | 23 +++++------ po/ru.po | 12 +++--- 7 files changed, 227 insertions(+), 78 deletions(-) commit cbe293343c09b590c897cf305977b7512a89982e Author: Mikel Olasagasti Uranga Date: Sat Jul 17 18:45:49 2010 +0200 Add more languages to LINGUAS po/LINGUAS | 4 ++++ 1 file changed, 4 insertions(+) commit c5d1b25537e08c107b5d1457aa472604ee3ac655 Author: Mikel Olasagasti Uranga Date: Sat Jul 17 18:28:39 2010 +0200 Add new languages to LINGUAS po/LINGUAS | 8 ++++++++ 1 file changed, 8 insertions(+) commit 9f8acc8313cf6ad53a568d52b6e96cd805ac9a6e Author: Mikel Olasagasti Uranga Date: Sat Jul 17 18:28:03 2010 +0200 Update to latest po files from translationproject.org po/af.po | 46 ++++++++------------ po/an.po | 128 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/as.po | 131 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/ast.po | 23 +++++----- po/be.po | 46 ++++++++------------ po/be@latin.po | 49 +++++++++------------ po/bg.po | 2 +- po/bn_IN.po | 130 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/ca.po | 46 ++++++++------------ po/crh.po | 5 +-- po/cs.po | 2 +- po/da.po | 15 +++---- po/de.po | 17 ++++---- po/el.po | 46 ++++++++------------ po/eo.po | 2 +- po/es.po | 19 ++++----- po/et.po | 46 ++++++++------------ po/eu.po | 11 +++-- po/fi.po | 19 ++++----- po/fr.po | 2 +- po/ga.po | 49 +++++++++------------ po/gl.po | 46 ++++++++------------ po/gu.po | 133 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/he.po | 46 ++++++++------------ po/hi.po | 132 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/hu.po | 2 +- po/id.po | 2 +- po/is.po | 46 ++++++++------------ po/it.po | 2 +- po/ja.po | 11 +++-- po/kk.po | 131 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/kn.po | 50 +++++++++------------- po/ko.po | 14 +++--- po/ku.po | 46 ++++++++------------ po/lt.po | 49 +++++++++------------ po/lv.po | 28 ++++++------ po/mk.po | 46 ++++++++------------ po/mr.po | 130 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/nb.po | 46 ++++++++------------ po/nds.po | 120 +++++++++++++++++++++++++++++++++++++++++++++++++++ po/nl.po | 2 +- po/nn.po | 46 ++++++++------------ po/or.po | 131 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/pa.po | 46 ++++++++------------ po/pl.po | 2 +- po/ps.po | 46 ++++++++------------ po/pt.po | 46 ++++++++------------ po/pt_BR.po | 19 ++++----- po/ro.po | 128 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/ru.po | 18 ++++---- po/sk.po | 46 ++++++++------------ po/sl.po | 41 +++++++++--------- po/sq.po | 46 ++++++++------------ po/sr.po | 49 +++++++++------------ po/sv.po | 2 +- po/ta.po | 129 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/te.po | 133 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/th.po | 23 +++++----- po/tr.po | 48 +++++++++------------ po/uk.po | 46 ++++++++------------ po/vi.po | 2 +- po/zh_CN.po | 5 +-- po/zh_HK.po | 46 ++++++++------------ po/zh_TW.po | 46 ++++++++------------ 64 files changed, 2172 insertions(+), 888 deletions(-) commit d8eebde4dcfb01f69457f0a27072f791a13b8ecb Author: Alexander Larsson Date: Mon Jan 11 13:17:06 2010 +0100 Fix free of NULL and memleak Pointed out by Francisco DOS SANTOS xdg-user-dirs-update.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 7c4eda810d5242e8f1ad80a649c4f635dcc164b7 Author: Alexander Larsson Date: Fri Nov 6 11:22:29 2009 +0100 Fix URL typo README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit c4376d9ade0f4ed2c096b3e60996b1dbf8111adc Author: Alexander Larsson Date: Fri Nov 6 11:11:34 2009 +0100 Bump version configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 821e783d99728a85f8aaf768b944a4a8b056c61b Author: Alexander Larsson Date: Fri Nov 6 11:10:57 2009 +0100 Update to latest pofiles from translationproject. po/af.po | 2 +- po/ar.po | 2 +- po/ast.po | 2 +- po/be.po | 2 +- po/be@latin.po | 2 +- po/bg.po | 2 +- po/ca.po | 2 +- po/crh.po | 12 +++++------- po/cs.po | 2 +- po/da.po | 2 +- po/de.po | 2 +- po/el.po | 2 +- po/eo.po | 2 +- po/es.po | 2 +- po/et.po | 2 +- po/eu.po | 2 +- po/fi.po | 2 +- po/fr.po | 15 +++++++-------- po/ga.po | 2 +- po/gl.po | 2 +- po/he.po | 2 +- po/hu.po | 2 +- po/id.po | 2 +- po/is.po | 2 +- po/it.po | 2 +- po/ja.po | 2 +- po/kn.po | 2 +- po/ko.po | 2 +- po/ku.po | 2 +- po/lt.po | 2 +- po/lv.po | 2 +- po/mk.po | 2 +- po/nb.po | 2 +- po/nl.po | 2 +- po/nn.po | 2 +- po/pa.po | 2 +- po/pl.po | 2 +- po/ps.po | 2 +- po/pt.po | 2 +- po/pt_BR.po | 2 +- po/ru.po | 2 +- po/sk.po | 2 +- po/sl.po | 10 +++++----- po/sq.po | 2 +- po/sr.po | 2 +- po/sr@Latn.po | 2 +- po/sv.po | 2 +- po/th.po | 2 +- po/tr.po | 2 +- po/uk.po | 2 +- po/vi.po | 2 +- po/zh_CN.po | 14 +++++++------- po/zh_HK.po | 2 +- po/zh_TW.po | 2 +- 54 files changed, 74 insertions(+), 77 deletions(-) commit 44d44dcd5f4df5cc7d78129f892d122e98ee2ca8 Author: Alexander Larsson Date: Fri Sep 25 12:36:08 2009 +0000 Update NEWS for release NEWS | 6 ++++++ po/af.po | 46 ++++++++++++++++++++++++++++------------------ po/ar.po | 46 ++++++++++++++++++++++++++++------------------ po/ast.po | 49 ++++++++++++++++++++++++++++++------------------- po/be.po | 46 ++++++++++++++++++++++++++++------------------ po/be@latin.po | 49 ++++++++++++++++++++++++++++++------------------- po/ca.po | 46 ++++++++++++++++++++++++++++------------------ po/crh.po | 49 ++++++++++++++++++++++++++++++------------------- po/da.po | 46 ++++++++++++++++++++++++++++------------------ po/de.po | 48 +++++++++++++++++++++++++++++------------------- po/el.po | 46 ++++++++++++++++++++++++++++------------------ po/es.po | 46 ++++++++++++++++++++++++++++------------------ po/et.po | 46 ++++++++++++++++++++++++++++------------------ po/eu.po | 46 ++++++++++++++++++++++++++++------------------ po/fi.po | 46 ++++++++++++++++++++++++++++------------------ po/fr.po | 46 ++++++++++++++++++++++++++++------------------ po/ga.po | 49 ++++++++++++++++++++++++++++++------------------- po/gl.po | 46 ++++++++++++++++++++++++++++------------------ po/he.po | 46 ++++++++++++++++++++++++++++------------------ po/is.po | 46 ++++++++++++++++++++++++++++------------------ po/ja.po | 46 ++++++++++++++++++++++++++++------------------ po/kn.po | 50 ++++++++++++++++++++++++++++++-------------------- po/ko.po | 46 ++++++++++++++++++++++++++++------------------ po/ku.po | 46 ++++++++++++++++++++++++++++------------------ po/lt.po | 49 ++++++++++++++++++++++++++++++------------------- po/lv.po | 49 ++++++++++++++++++++++++++++++------------------- po/mk.po | 46 ++++++++++++++++++++++++++++------------------ po/nb.po | 46 ++++++++++++++++++++++++++++------------------ po/nn.po | 46 ++++++++++++++++++++++++++++------------------ po/pa.po | 46 ++++++++++++++++++++++++++++------------------ po/ps.po | 46 ++++++++++++++++++++++++++++------------------ po/pt.po | 46 ++++++++++++++++++++++++++++------------------ po/pt_BR.po | 46 ++++++++++++++++++++++++++++------------------ po/ru.po | 46 ++++++++++++++++++++++++++++------------------ po/sk.po | 46 ++++++++++++++++++++++++++++------------------ po/sl.po | 50 ++++++++++++++++++++++++++++++-------------------- po/sq.po | 46 ++++++++++++++++++++++++++++------------------ po/sr.po | 49 ++++++++++++++++++++++++++++++------------------- po/sr@Latn.po | 46 ++++++++++++++++++++++++++++------------------ po/th.po | 46 ++++++++++++++++++++++++++++------------------ po/tr.po | 48 +++++++++++++++++++++++++++++------------------- po/uk.po | 46 ++++++++++++++++++++++++++++------------------ po/zh_CN.po | 49 ++++++++++++++++++++++++++++++------------------- po/zh_HK.po | 46 ++++++++++++++++++++++++++++------------------ po/zh_TW.po | 46 ++++++++++++++++++++++++++++------------------ 45 files changed, 1260 insertions(+), 806 deletions(-) commit 2ee241922d5a714ddf14bc3f6f8908a4142ca20d Author: Alexander Larsson Date: Fri Sep 25 12:21:17 2009 +0000 Import latest translations po/bg.po | 52 ++++++++++++++++++++++++++++++---------------------- po/cs.po | 58 +++++++++++++++++++++++++++++++++------------------------- po/eo.po | 50 +++++++++++++++++++++++++++++--------------------- po/hu.po | 53 ++++++++++++++++++++++++++++++----------------------- po/id.po | 48 ++++++++++++++++++++++++++++-------------------- po/it.po | 54 +++++++++++++++++++++++++++++++----------------------- po/nl.po | 57 +++++++++++++++++++++++++++++++++------------------------ po/pl.po | 55 ++++++++++++++++++++++++++++++++----------------------- po/sv.po | 52 ++++++++++++++++++++++++++++++---------------------- po/vi.po | 56 ++++++++++++++++++++++++++++++++------------------------ 10 files changed, 308 insertions(+), 227 deletions(-) commit 5c9b4f311a8a2a38f57ecf51e422d76db14d1570 Author: Alexander Larsson Date: Fri Sep 18 12:14:58 2009 +0000 2009-09-18 Alexander Larsson * po/*: Sync to latest versions from the translation project ChangeLog | 5 +++ po/LINGUAS | 11 +++++ po/ast.po | 122 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/be.po | 120 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/be@latin.po | 2 +- po/ca.po | 2 +- po/crh.po | 124 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/cs.po | 17 ++++---- po/da.po | 11 +++-- po/de.po | 4 +- po/el.po | 26 ++++++------ po/eo.po | 119 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/es.po | 9 ++--- po/et.po | 2 +- po/eu.po | 60 ++++++++++++++-------------- po/fi.po | 2 +- po/fr.po | 3 +- po/ga.po | 3 +- po/gl.po | 120 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/he.po | 61 ++++++++++++++-------------- po/hu.po | 26 ++++++------ po/id.po | 120 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/is.po | 121 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/it.po | 1 - po/ja.po | 2 +- po/kn.po | 74 +++++++++++++++++----------------- po/ko.po | 2 +- po/ku.po | 5 +-- po/lt.po | 11 ++--- po/lv.po | 121 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/mk.po | 2 +- po/nl.po | 2 +- po/pa.po | 6 +-- po/pl.po | 21 +++++----- po/ps.po | 121 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/pt.po | 7 ++-- po/pt_BR.po | 9 ++--- po/ru.po | 4 +- po/sk.po | 6 +-- po/sl.po | 121 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/sq.po | 58 +++++++++++++-------------- po/sr.po | 12 ++---- po/th.po | 3 +- po/tr.po | 2 +- po/uk.po | 4 +- po/vi.po | 122 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/zh_CN.po | 7 ++-- po/zh_HK.po | 2 +- po/zh_TW.po | 4 +- 49 files changed, 1575 insertions(+), 244 deletions(-) commit 23d1b6370e44a49713389a588be9817885431549 Author: Alexander Larsson Date: Fri Sep 18 12:08:01 2009 +0000 2009-09-18 Alexander Larsson * autogen.sh: * configure.ac: Switch to automake 1.11 ChangeLog | 6 ++++++ autogen.sh | 8 ++++---- configure.ac | 1 - 3 files changed, 10 insertions(+), 5 deletions(-) commit 2a5792acc2810caa6a70c3c3bf153f7713789d45 Author: Alexander Larsson Date: Fri Sep 18 12:06:54 2009 +0000 2009-09-18 Alexander Larsson * translate.c: Add "Downloads" and "downloads" * user-dirs.defaults: Switch DOWNLOAD to "Downloads" by default to match the other names being in plural. (#23796) ChangeLog | 9 +++++++++ translate.c | 1 + user-dirs.defaults | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) commit 2f28f353ec3cf9288da70bab3ca963f2144808f0 Author: Alexander Larsson Date: Fri Oct 24 08:27:18 2008 +0000 2008-10-24 Alexander Larsson * xdg-user-dir: Fix bashisms. Patch from Lei Zhang ChangeLog | 6 ++++++ xdg-user-dir | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) commit 2180394e6f45b0905399ebc2be07b79b68e9239f Author: Alexander Larsson Date: Fri Mar 14 12:09:24 2008 +0000 2008-03-14 Alexander Larsson * LINGUAS: * sq.po: Added albanian translation from Laurent Dhima po/ChangeLog | 6 +++ po/LINGUAS | 1 + po/sq.po | 124 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 131 insertions(+) commit 597708123e564aaf34c0eeaabdcc951366fa5ca4 Author: Adam Jacksson Date: Thu Mar 13 20:27:06 2008 +0000 Fix copyright spelling. xdg-user-dir-lookup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 743d91eaaeecfadd4c794c3c02ca83ff4aec96e8 Author: Alexander Larsson Date: Thu Mar 6 09:04:35 2008 +0000 2008-03-06 Alexander Larsson * eu.po: Updated translation from Mikel Olasagasti po/ChangeLog | 5 ++ po/eu.po | 152 +++++++++++++++++++++++++---------------------------------- 2 files changed, 68 insertions(+), 89 deletions(-) commit bcdda11158367e5acc0e6111c6caef2b82058a38 Author: Alexander Larsson Date: Tue Feb 19 14:28:37 2008 +0000 2008-02-19 Alexander Larsson * LINGUAS: * he.po: * kn.po: Added he (#14553) and kn (#14565) po/ChangeLog | 7 ++++ po/LINGUAS | 2 + po/he.po | 120 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/kn.po | 122 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 251 insertions(+) commit 56d7239d9d9d87852ea99ae216cd0f7f2ce90eaa Author: Alexander Larsson Date: Tue Feb 12 13:42:31 2008 +0000 2008-02-12 Alexander Larsson * configure.ac: Post release version bump === xdg-user-dirs 0.10 === ChangeLog | 7 +++++++ configure.ac | 2 +- po/ChangeLog | 2 ++ 3 files changed, 10 insertions(+), 1 deletion(-) commit c5fd5852751a20ced25536730f17a616eaa31dd5 Author: Alexander Larsson Date: Tue Feb 12 13:19:30 2008 +0000 2008-02-12 Alexander Larsson * NEWS: Update for release ChangeLog | 5 +++++ NEWS | 5 +++++ po/af.po | 2 +- po/ar.po | 2 +- po/be@latin.po | 54 +++++++++++++++++++++++++++--------------------------- po/bg.po | 54 +++++++++++++++++++++++++++--------------------------- po/ca.po | 2 +- po/cs.po | 2 +- po/da.po | 2 +- po/de.po | 2 +- po/el.po | 54 +++++++++++++++++++++++++++--------------------------- po/es.po | 2 +- po/et.po | 55 +++++++++++++++++++++++++++---------------------------- po/eu.po | 2 +- po/fi.po | 2 +- po/fr.po | 2 +- po/ga.po | 54 +++++++++++++++++++++++++++--------------------------- po/hu.po | 2 +- po/it.po | 2 +- po/ja.po | 2 +- po/ko.po | 2 +- po/ku.po | 5 ++--- po/lt.po | 2 +- po/mk.po | 2 +- po/nb.po | 2 +- po/nl.po | 2 +- po/nn.po | 2 +- po/pa.po | 2 +- po/pl.po | 2 +- po/pt.po | 2 +- po/pt_BR.po | 2 +- po/ru.po | 2 +- po/sk.po | 2 +- po/sr.po | 2 +- po/sr@Latn.po | 2 +- po/sv.po | 2 +- po/th.po | 2 +- po/tr.po | 2 +- po/uk.po | 54 +++++++++++++++++++++++++++--------------------------- po/zh_CN.po | 2 +- po/zh_HK.po | 2 +- po/zh_TW.po | 2 +- 42 files changed, 207 insertions(+), 199 deletions(-) commit 7427e7ba3229a159332495b0e5a0653e70a23760 Author: Alexander Larsson Date: Tue Jan 29 08:25:12 2008 +0000 2008-01-29 Alexander Larsson * th.po: Update thai translation po/ChangeLog | 5 +++++ po/th.po | 44 ++++++++++++++++++++++---------------------- 2 files changed, 27 insertions(+), 22 deletions(-) commit 767fe5cc23eda36ac7ee838961134680ef6ae4d8 Author: Alexander Larsson Date: Wed Jan 23 10:10:07 2008 +0000 2008-01-23 Alexander Larsson * ga.po: Fix irish translation (#14191) po/ChangeLog | 5 +++++ po/ga.po | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) commit 87beda983bf99b5d161be8a95bd757b7b4c8b0bd Author: Alexander Larsson Date: Wed Jan 16 15:17:21 2008 +0000 2008-01-16 Alexander Larsson * tr.po: Fix "Templates" translation po/ChangeLog | 5 +++++ po/tr.po | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) commit 4ccc7595eaa064a3da334bed56c886b3d0aca84c Author: Alexander Larsson Date: Thu Jan 3 10:30:16 2008 +0000 2008-01-03 Alexander Larsson * LINGUAS: * ga.po: Added gaelic translations. po/ChangeLog | 6 +++ po/LINGUAS | 1 + po/ga.po | 122 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 129 insertions(+) commit 9d4a1bb9c480d8638b04fcac8b5999104386c713 Author: Alexander Larsson Date: Mon Nov 12 09:20:25 2007 +0000 2007-11-12 Alexander Larsson * sk.po: Fix translation. Patch from palo.simo@post.sk po/ChangeLog | 6 ++++++ po/sk.po | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) commit c0fbc56cf3eb4a3b1629651ef8f24476adbb8f89 Author: Alexander Larsson Date: Mon Nov 12 09:10:07 2007 +0000 2007-11-12 Alexander Larsson * et.po: Fix translation (#13062) Patch from Priit Laes po/ChangeLog | 6 ++++++ po/et.po | 64 +++++++++++++++++++++++++++++++----------------------------- 2 files changed, 39 insertions(+), 31 deletions(-) commit 5bfbef39c02045dfc5d2fcf77784be802a62decf Author: Alexander Larsson Date: Mon Oct 22 07:59:36 2007 +0000 2007-10-22 Alexander Larsson * LINGUAS: * be@latin.po: * cs.po: Add Belarusian and Czech translations po/ChangeLog | 7 ++++ po/LINGUAS | 2 + po/be@latin.po | 120 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/cs.po | 120 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 249 insertions(+) commit c567c1efcf1b44d6666d67a68213a8a9ba1e202b Author: Alexander Larsson Date: Tue Oct 16 07:39:11 2007 +0000 2007-10-16 Alexander Larsson * xdg-user-dir-lookup.c: Handle out of memory and compile with C++ compiler. (#12738) Patch from Christian Persch ChangeLog | 6 ++++++ xdg-user-dir-lookup.c | 34 ++++++++++++++++++++++++++-------- 2 files changed, 32 insertions(+), 8 deletions(-) commit d3dafaef278dcfccff58efb760c3aec147d468e2 Author: Alexander Larsson Date: Mon Oct 15 08:18:24 2007 +0000 2007-10-15 Alexander Larsson * LINGUAS: * ku.po: Add kurdish translations po/ChangeLog | 6 +++ po/LINGUAS | 1 + po/ku.po | 125 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 132 insertions(+) commit 9e5756602c46f0dfa2c79d72d411c3ee7cee0309 Author: Alexander Larsson Date: Mon Sep 17 06:50:42 2007 +0000 2007-09-17 Alexander Larsson * LINGUAS: * bg.po: Add bulgarian translation po/ChangeLog | 6 +++ po/LINGUAS | 1 + po/bg.po | 121 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 128 insertions(+) commit 1d0bcdc3a8c54a30ed6e500cb045ce568ea49f1e Author: Alexander Larsson Date: Tue Aug 28 06:53:48 2007 +0000 Added ukraininan translation. po/ChangeLog | 6 +++ po/LINGUAS | 1 + po/uk.po | 120 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 127 insertions(+) commit 79153ba458275071562dec24b728fe868183c950 Author: Alexander Larsson Date: Mon Aug 27 06:58:17 2007 +0000 Updae greek translation po/ChangeLog | 4 ++++ po/el.po | 66 ++++++++++++++++++++++++++++++------------------------------ 2 files changed, 37 insertions(+), 33 deletions(-) commit c788a964f8a417373a1b157c85131ddd7b36bc8b Author: Alexander Larsson Date: Tue Aug 21 11:32:09 2007 +0000 2007-08-21 Alexander Larsson * configure.ac: Post release version bump === xdg-user-dirs 0.9 === ChangeLog | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) commit 9ded2f7602f3f41511c561b74aad4532d9bea156 Author: Alexander Larsson Date: Tue Aug 21 11:30:49 2007 +0000 2007-08-21 Alexander Larsson * NEWS: * configure.ac: Bump version to 0.9 ChangeLog | 6 +++ NEWS | 5 ++ configure.ac | 2 +- po/ar.po | 58 +++++++++++------------ po/eu.po | 149 +++++++++++++++++++++++++++++++++++++++++++++++++---------- po/fr.po | 54 +++++++++++----------- po/ja.po | 3 +- po/ko.po | 3 +- po/mk.po | 1 - po/nb.po | 3 +- po/nn.po | 3 +- po/pl.po | 1 - po/pt_BR.po | 54 +++++++++++----------- po/ru.po | 3 +- po/sv.po | 54 +++++++++++----------- po/th.po | 3 +- po/zh_CN.po | 1 + 17 files changed, 257 insertions(+), 146 deletions(-) commit 9f3c9d9b5c60135ad770b61f7e7257acd82652c9 Author: Alexander Larsson Date: Tue Aug 21 11:30:20 2007 +0000 Update to automake 1.10 autogen.sh | 8 ++++---- po/Makefile.in.in | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) commit cb260263aa99b5a8a03db825ef7ac4878db7b81f Author: Alexander Larsson Date: Mon Aug 20 08:15:35 2007 +0000 New and updated translations po/ChangeLog | 15 ++++++++ po/LINGUAS | 8 ++++ po/es.po | 13 +++---- po/ja.po | 118 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/ko.po | 118 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/nb.po | 123 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/nl.po | 14 +++---- po/nn.po | 123 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/pt_BR.po | 121 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/ru.po | 118 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/th.po | 118 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/zh_CN.po | 119 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 12 files changed, 994 insertions(+), 14 deletions(-) commit 3ea9256da0928bd03ec13a043c5860ccef18e609 Author: Alexander Larsson Date: Mon Aug 20 08:12:20 2007 +0000 2007-08-20 Alexander Larsson * xdg-user-dirs-update.c (get_config_files): Don't free getenv data ChangeLog | 5 +++++ xdg-user-dirs-update.c | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) commit fd6f9607330305449bac36cc34a643a70c27db73 Author: Alexander Larsson Date: Thu Jul 26 08:47:23 2007 +0000 2007-07-26 Alexander Larsson * xdg-user-dirs-update.c: Look for translations in XDG_DATA_DIRS if localedir doesn't exist. This is useful for relocatable builds. Patch from Lei Zhang ChangeLog | 7 +++ xdg-user-dirs-update.c | 114 ++++++++++++++++++++++++++++++++++++++----------- 2 files changed, 97 insertions(+), 24 deletions(-) commit 71e568c12d2d828185c29b71f1c778c4df454c29 Author: Alexander Larsson Date: Fri Jul 13 07:23:06 2007 +0000 Updated pl.po po/ChangeLog | 5 +++++ po/pl.po | 19 ++++++++++--------- 2 files changed, 15 insertions(+), 9 deletions(-) commit 61be3ab30e6d4f3658f247eca438a438203472d0 Author: Alexander Larsson Date: Wed Jun 27 07:38:13 2007 +0000 2007-06-27 Alexander Larsson * LINGUAS: * eu.po: * sk.po: Added eu and sk * sv.po: Updated (bug #11371) po/ChangeLog | 10 +++++ po/LINGUAS | 2 + po/eu.po | 50 +++++++++++++++++++++++++ po/sk.po | 120 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/sv.po | 79 ++++++++++++++++++++------------------- 5 files changed, 222 insertions(+), 39 deletions(-) commit 068e3b836c422861458cc70890b79807a959fbd4 Author: Alexander Larsson Date: Mon Jun 11 09:57:53 2007 +0000 2007-06-11 Alexander Larsson * xdg-user-dirs-update.c: (save_user_dirs), (create_dirs): More fixed for NULL dirs ChangeLog | 5 +++++ xdg-user-dirs-update.c | 22 ++++++++++++---------- 2 files changed, 17 insertions(+), 10 deletions(-) commit 6fca772f58bb6a9f8879ce9623bf57273254493a Author: Alexander Larsson Date: Mon Jun 11 09:45:26 2007 +0000 2007-06-11 Alexander Larsson * xdg-user-dirs-update.c: (find_dir): Handle dir being NULL. Reported by Daniel Macks ChangeLog | 6 ++++++ xdg-user-dirs-update.c | 3 +++ 2 files changed, 9 insertions(+) commit 79dc404301769d332b97327238f7d0fe02bce0f8 Author: Alexander Larsson Date: Mon Jun 11 09:33:00 2007 +0000 2007-06-11 Alexander Larsson * mk.po: Update po/ChangeLog | 5 +++++ po/mk.po | 56 ++++++++++++++++++++++++++------------------------------ 2 files changed, 31 insertions(+), 30 deletions(-) commit c9a7967a2653b9c5e09ee10714cdb15fa3c89213 Author: Alexander Larsson Date: Mon Jun 11 09:30:47 2007 +0000 2007-06-11 Alexander Larsson * fr.po: Fix Public translation (#11155) po/ChangeLog | 5 +++++ po/fr.po | 64 ++++++++++++++++++++++++++++++------------------------------ 2 files changed, 37 insertions(+), 32 deletions(-) commit 35077e59e63dfeca6135dcaa256d0f82b8e7e46b Author: Alexander Larsson Date: Mon Jun 11 09:26:04 2007 +0000 2007-06-11 Alexander Larsson * LINGUAS: * af.po: New translation po/ChangeLog | 6 +++ po/LINGUAS | 1 + po/af.po | 120 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 127 insertions(+) commit e067f679ac06fcf630c660aa6d3829bc789c894b Author: Alexander Larsson Date: Mon May 21 08:14:37 2007 +0000 Updated arabic translation po/ar.po | 89 +++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 46 insertions(+), 43 deletions(-) commit 00c63eed20c1082538f90b0317250b2038baaf9d Author: Alexander Larsson Date: Wed May 16 08:15:28 2007 +0000 2007-05-16 Alexander Larsson * xdg-user-dirs-update.c (load_user_dirs): Remove debug spew * configure.ac: * NEWS: Update for 0.8 ChangeLog | 11 +++++++++++ NEWS | 3 +++ configure.ac | 2 +- xdg-user-dirs-update.c | 1 - 4 files changed, 15 insertions(+), 2 deletions(-) commit 4d414b4d61c9eec06e799862531ea3d66133317d Author: Alexander Larsson Date: Wed May 16 07:51:48 2007 +0000 pofile update po/ar.po | 2 +- po/ca.po | 2 +- po/da.po | 2 +- po/de.po | 2 +- po/el.po | 2 +- po/es.po | 2 +- po/et.po | 2 +- po/fi.po | 2 +- po/fr.po | 2 +- po/hu.po | 2 +- po/it.po | 2 +- po/lt.po | 2 +- po/mk.po | 2 +- po/nl.po | 2 +- po/pa.po | 2 +- po/pl.po | 2 +- po/pt.po | 2 +- po/sr.po | 2 +- po/sr@Latn.po | 2 +- po/sv.po | 2 +- po/tr.po | 2 +- po/zh_HK.po | 2 +- po/zh_TW.po | 2 +- 23 files changed, 23 insertions(+), 23 deletions(-) commit 3ad8f93412d141f29b3b855fddaee82b357e89f1 Author: Alexander Larsson Date: Wed May 16 07:50:27 2007 +0000 2007-05-16 Alexander Larsson * NEWS: * configure.ac: Update for 0.7 ChangeLog | 6 ++++++ NEWS | 3 +++ configure.ac | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) commit bd907d54f08e6687492bf8d0f871fcb0b4479ec9 Author: Alexander Larsson Date: Wed May 16 07:49:08 2007 +0000 2007-05-16 Alexander Larsson * xdg-user-dirs-update.c: Handle keys set to $HOME without recreating the original dir. ChangeLog | 5 +++++ xdg-user-dirs-update.c | 13 ++++++++++--- 2 files changed, 15 insertions(+), 3 deletions(-) commit 66717d8c831b3cee9a3b11c74361a2be5686069d Author: Alexander Larsson Date: Wed Apr 11 13:15:54 2007 +0000 Add version markers ChangeLog | 2 ++ po/ChangeLog | 2 ++ 2 files changed, 4 insertions(+) commit 7ceb3de7031badcf89cb9196e90a01700d265916 Author: Alexander Larsson Date: Wed Apr 11 13:04:55 2007 +0000 2007-04-11 Alexander Larsson * NEWS: Update for release * configure.ac: Bump version to 0.6 ChangeLog | 8 ++++++++ NEWS | 7 +++++++ configure.ac | 2 +- 3 files changed, 16 insertions(+), 1 deletion(-) commit a003b50e2e60cf6cc193732f7b3a53e8504658ac Author: Alexander Larsson Date: Wed Apr 11 12:57:46 2007 +0000 2007-04-11 Alexander Larsson * xdg-user-dir-lookup.c: Add xdg_user_dir_lookup_with_fallback Add doc strings ChangeLog | 6 ++++++ xdg-user-dir-lookup.c | 59 ++++++++++++++++++++++++++++++++++++++++++++++----- 2 files changed, 60 insertions(+), 5 deletions(-) commit 6831a3109cd15ca20a7d4084e9df6b7b291c8800 Author: Alexander Larsson Date: Wed Apr 11 12:40:08 2007 +0000 2007-04-11 Alexander Larsson * Makefile.am (INCLUDES): * xdg-user-dir-lookup.c: Allow xdg-user-dir-lookup.c to be included without modifications Define STANDALONE_XDG_USER_DIR_LOOKUP to include main ChangeLog | 7 +++++++ Makefile.am | 3 ++- xdg-user-dir-lookup.c | 2 ++ 3 files changed, 11 insertions(+), 1 deletion(-) commit bf8f9d3b9049702cf479112d7fb1df885dfeca8c Author: Alexander Larsson Date: Wed Apr 11 12:37:35 2007 +0000 2007-04-11 Alexander Larsson * xdg-user-dirs-update.c (create_dirs): Print out correct directory on --force ChangeLog | 5 +++++ xdg-user-dirs-update.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) commit 448fbad29ab8fbd917fb550c47caea7b73058997 Author: Alexander Larsson Date: Wed Mar 28 13:16:20 2007 +0000 2007-03-28 Alexander Larsson * LINGUAS: * tr.po: New translation po/ChangeLog | 6 +++ po/LINGUAS | 1 + po/tr.po | 120 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 127 insertions(+) commit 7a86978fe99e4219d30b3ccff43d300a2b71f618 Author: Alexander Larsson Date: Mon Mar 26 07:30:30 2007 +0000 Add version markers ChangeLog | 2 ++ po/ChangeLog | 2 ++ 2 files changed, 4 insertions(+) commit aa0579c364aee16278deb7fb14d382fd1aebfc2e Author: Alexander Larsson Date: Mon Mar 26 07:20:40 2007 +0000 2007-03-26 Alexander Larsson * NEWS: * configure.ac: Release 0.5 (new translations) ChangeLog | 6 ++++++ NEWS | 3 +++ configure.ac | 2 +- po/el.po | 3 +-- po/es.po | 1 - po/et.po | 3 +-- po/fi.po | 1 - po/lt.po | 4 ++-- 8 files changed, 14 insertions(+), 9 deletions(-) commit 5c345407821ad7aae67c317d940f5b924e9c1d68 Author: Alexander Larsson Date: Mon Mar 26 07:02:32 2007 +0000 2007-03-26 Alexander Larsson * LINGUAS: * et.po: New translation po/ChangeLog | 6 +++ po/LINGUAS | 1 + po/et.po | 121 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 128 insertions(+) commit fed6f0138a8a5da15bc21295458952758d94bf55 Author: Alexander Larsson Date: Fri Mar 23 07:59:19 2007 +0000 2007-03-23 Alexander Larsson * LINGUAS: * lt.po: New translation po/ChangeLog | 6 +++ po/LINGUAS | 1 + po/lt.po | 124 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 131 insertions(+) commit f9acf250292d4c20c6d65a4df2d28671ddf57062 Author: Alexander Larsson Date: Wed Mar 14 10:58:24 2007 +0000 2007-03-14 Alexander Larsson * fi.po: Updated po/ChangeLog | 5 +++++ po/fi.po | 24 ++++++++++++------------ 2 files changed, 17 insertions(+), 12 deletions(-) commit ae901b2251c1b8bc35aa5a53944018ab118299d5 Author: Alexander Larsson Date: Tue Mar 13 12:59:12 2007 +0000 2007-03-13 Alexander Larsson * LINGUAS: * es.po: New translation po/ChangeLog | 6 +++ po/LINGUAS | 1 + po/es.po | 124 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 131 insertions(+) commit 2d40f765eaca58bb9f0606e99e3896963ce4e0ae Author: Alexander Larsson Date: Tue Mar 13 08:10:24 2007 +0000 2007-03-13 Alexander Larsson * LINGUAS: * fi.po: * pl.po: New translations po/ChangeLog | 7 ++++ po/LINGUAS | 2 + po/fi.po | 123 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/pl.po | 118 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 250 insertions(+) commit d61d459b39f45b2ba53dbb903294527f9ead371b Author: Alexander Larsson Date: Mon Mar 12 16:19:52 2007 +0000 2007-03-12 Alexander Larsson * LINGUAS: * el.po: New translation po/ChangeLog | 6 +++ po/LINGUAS | 1 + po/el.po | 122 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 129 insertions(+) commit 99e533f625528726549bd501ae29a43151cca9a9 Author: Alexander Larsson Date: Thu Mar 8 07:35:39 2007 +0000 2007-03-08 Alexander Larsson * configure.ac: * xdg-user-dirs-update.c: Get the right declaration of iconv to avoid warnings. ChangeLog | 6 ++++++ configure.ac | 1 + xdg-user-dirs-update.c | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) commit 95795e16fa4f62c3767e2763bc64bb3ee8508ba4 Author: Alexander Larsson Date: Wed Mar 7 09:05:58 2007 +0000 Added version markers ChangeLog | 2 ++ po/ChangeLog | 2 ++ 2 files changed, 4 insertions(+) commit aae7acaff2f078a07652cec11896e0ab0d4df345 Author: Alexander Larsson Date: Wed Mar 7 09:00:40 2007 +0000 2007-03-07 Alexander Larsson * configure.ac: Bump version to 0.4 * NEWS: Update for release. ChangeLog | 8 ++++++++ NEWS | 4 ++++ configure.ac | 2 +- po/ca.po | 54 +++++++++++++++++++++++++++--------------------------- po/da.po | 55 +++++++++++++++++++++++++++---------------------------- po/it.po | 54 +++++++++++++++++++++++++++--------------------------- po/pt.po | 55 +++++++++++++++++++++++++++---------------------------- 7 files changed, 121 insertions(+), 111 deletions(-) commit 7a326b06885beca1052289ab402f06f7103b74f2 Author: Alexander Larsson Date: Wed Mar 7 08:57:04 2007 +0000 2007-03-07 Alexander Larsson * LINGUAS: * pt.po: New translation po/ChangeLog | 6 +++ po/LINGUAS | 1 + po/pt.po | 121 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 128 insertions(+) commit 945f4892060ece09d970b4cc31efc15565c05caf Author: Alexander Larsson Date: Wed Mar 7 08:51:49 2007 +0000 2007-03-07 Alexander Larsson * Makefile.am (libraries): Add LIBINTL to libraries (reported by Daniel Macks) === xdg-user-dirs 0.3 === ChangeLog | 7 +++++++ Makefile.am | 2 +- po/ChangeLog | 1 + 3 files changed, 9 insertions(+), 1 deletion(-) commit 3049144e39db458195d1587ee9f6c7ed2d4bd383 Author: Alexander Larsson Date: Tue Mar 6 08:31:50 2007 +0000 Actually add ca.po po/ca.po | 121 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 121 insertions(+) commit 1139a82ed36739d91bd4e5f585505f61dfba7c6c Author: Alexander Larsson Date: Tue Mar 6 08:26:46 2007 +0000 2007-03-06 Alexander Larsson * LINGUAS: * it.po: New translation po/ChangeLog | 6 +++ po/LINGUAS | 1 + po/it.po | 122 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 129 insertions(+) commit 74f3971bc7e0a3db0e4e60c31ec5c3253fb571c2 Author: Alexander Larsson Date: Mon Mar 5 07:48:05 2007 +0000 2007-03-05 Alexander Larsson * ca.po: New translation * LINGUAS: Added da.po and ca.po po/ChangeLog | 8 ++++++++ po/LINGUAS | 2 ++ 2 files changed, 10 insertions(+) commit 428f1e9a8553648fff3fd36538fd73204b9760e7 Author: Alexander Larsson Date: Fri Mar 2 15:45:11 2007 +0000 2007-03-02 Alexander Larsson * da.po: Added danish translation. po/ChangeLog | 5 +++ po/da.po | 122 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 127 insertions(+) commit 5b9e7e63ee91c509c0b07877f07f4d521af42dc9 Author: Alexander Larsson Date: Thu Mar 1 16:53:04 2007 +0000 2007-03-01 Alexander Larsson * configure.ac: Bump version to 0.3 * NEWS: Update for release * xdg-user-dirs-update.c: mkdir ~/.config if needed ChangeLog | 11 +++++++++++ NEWS | 3 +++ configure.ac | 2 +- po/ar.po | 2 +- po/de.po | 2 +- po/fr.po | 2 +- po/hu.po | 2 +- po/mk.po | 2 +- po/nl.po | 2 +- po/pa.po | 2 +- po/sr.po | 2 +- po/sr@Latn.po | 2 +- po/sv.po | 2 +- po/zh_HK.po | 2 +- po/zh_TW.po | 2 +- xdg-user-dirs-update.c | 23 ++++++++++++++++++++++- 16 files changed, 49 insertions(+), 14 deletions(-) commit 4d890f0d416ec6b55a3d24671c083c9720f6f108 Author: Alexander Larsson Date: Thu Mar 1 16:14:55 2007 +0000 re-add mkinstalldirs mkinstalldirs | 150 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 150 insertions(+) commit 20b5c6ec496f982d208e2b8f3499ef43249f18a2 Author: Alexander Larsson Date: Thu Mar 1 16:13:11 2007 +0000 Re-adding config.rpath config.rpath | 571 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 571 insertions(+) commit 5492dcca593ca497da204e5b4f577b58e0a4f22c Author: Alexander Larsson Date: Thu Mar 1 16:11:12 2007 +0000 Added back ABOUT-NLS file ABOUT-NLS | 1111 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1111 insertions(+) commit 4c59de9c11c7edc0b44b819e80adf04b54035fe1 Author: Alexander Larsson Date: Thu Mar 1 16:08:26 2007 +0000 Add gettext file po/remove-potcdate.sed | 11 +++++++++++ 1 file changed, 11 insertions(+) commit 678bba88cbc693517caac7601d82bb15d3e0cd02 Author: Alexander Larsson Date: Thu Mar 1 14:37:00 2007 +0000 2007-03-01 Alexander Larsson * configure.ac: Add AM_PROG_MKDIR_P ChangeLog | 5 +++++ configure.ac | 1 + 2 files changed, 6 insertions(+) commit 6208a76395e55dba2deb7319f26c0c9758ea3556 Author: Alexander Larsson Date: Thu Mar 1 14:36:22 2007 +0000 2007-03-01 Alexander Larsson * AUTHORS: Add myself AUTHORS | 1 + ChangeLog | 5 +++++ 2 files changed, 6 insertions(+) commit 7e331ab441d6af24c942270f2857cd0bb3824098 Author: Alexander Larsson Date: Thu Mar 1 14:35:22 2007 +0000 Remove autogenerated files ABOUT-NLS | 1111 ------------------------------------- config.guess | 1411 ----------------------------------------------- config.rpath | 571 ------------------- config.sub | 1500 -------------------------------------------------- depcomp | 479 ---------------- install-sh | 294 ---------- missing | 336 ----------- mkinstalldirs | 150 ----- po/xdg-user-dirs.pot | 121 ---- 9 files changed, 5973 deletions(-) commit 52829b630d191dad3f8b611d549a77f2293bdcc9 Author: Alexander Larsson Date: Thu Mar 1 14:33:21 2007 +0000 2007-03-01 Alexander Larsson * autogen.sh: Require automake 1.9 ChangeLog | 5 +++++ autogen.sh | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) commit a94647669558ebb08c91efb12d3dd15a33bbe7a7 Author: Alexander Larsson Date: Thu Mar 1 11:19:52 2007 +0000 Version markers ChangeLog | 2 ++ po/ChangeLog | 1 + 2 files changed, 3 insertions(+) commit 25ace97de580482891939d9a7494dfa6907eb475 Author: Alexander Larsson Date: Thu Mar 1 11:16:14 2007 +0000 2007-03-01 Alexander Larsson * Makefile.am: Add xdg-user-dir to EXTRA_DIST ChangeLog | 3 +++ Makefile.am | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) commit 36c23324d64c85077dd13dc4dfab88a777ff9f65 Author: Alexander Larsson Date: Thu Mar 1 11:14:17 2007 +0000 2007-03-01 Alexander Larsson * configure.ac: Bump to 0.2 * NEWS: Update for release ChangeLog | 8 ++++++++ NEWS | 4 ++++ configure.ac | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) commit 30ea422a852bacbe835329afefe2089b891afe36 Author: Alexander Larsson Date: Thu Mar 1 09:34:00 2007 +0000 2007-03-01 Alexander Larsson * xdg-user-dirs-update.c (save_user_dirs): Use atomic rename-over-target when saving user-dirs.dirs. ChangeLog | 6 ++++++ xdg-user-dirs-update.c | 36 ++++++++++++++++++++++++++++++++---- 2 files changed, 38 insertions(+), 4 deletions(-) commit 6b97dbb6074d35345e983417f86d186fd90fd1ca Author: Alexander Larsson Date: Wed Feb 28 13:27:03 2007 +0000 2007-02-28 Alexander Larsson * Makefile.am: Handle xdg-user-dir as script, not program. * xdg-user-dirs-update.c: Fix warnings ChangeLog | 8 ++++++++ Makefile.am | 4 +++- xdg-user-dirs-update.c | 3 +-- 3 files changed, 12 insertions(+), 3 deletions(-) commit e34316133594ed0bf0a1938cb77bf6ee6420366f Author: Alexander Larsson Date: Wed Feb 28 13:20:44 2007 +0000 Add release markers ChangeLog | 2 ++ po/ChangeLog | 2 ++ 2 files changed, 4 insertions(+) commit c33ea04de5475fea59537b01b1cb67a09723b07b Author: Alexander Larsson Date: Wed Feb 28 13:19:16 2007 +0000 Added CVSVERSION CVSVERSION | 0 1 file changed, 0 insertions(+), 0 deletions(-) commit 587147087f2c412589c7f4faab3c3e3d10f15f8d Author: Alexander Larsson Date: Wed Feb 28 13:11:12 2007 +0000 2007-02-28 Alexander Larsson * NEWS: Update for release * configure.ac: Update version to 0.1 ChangeLog | 8 ++++++++ NEWS | 6 ++++++ configure.ac | 2 +- 3 files changed, 15 insertions(+), 1 deletion(-) commit 7572f40fc37f7c4f532b6f53ab4ef5de68c0e627 Author: Alexander Larsson Date: Wed Feb 28 13:06:23 2007 +0000 2007-02-28 Alexander Larsson * README: Add reference to web page ChangeLog | 5 +++++ README | 2 ++ 2 files changed, 7 insertions(+) commit 6814b1875e8ab7ea787957c91836960d68ac43ca Author: Alexander Larsson Date: Wed Feb 28 13:05:30 2007 +0000 Remove autogenerated files from cvs config.h.in | 50 -------------------------------------------------- po/stamp-po | 1 - 2 files changed, 51 deletions(-) commit 28cedb23139c3a8e9e552f4ba0324dc25535da0b Author: Alexander Larsson Date: Wed Feb 28 13:04:20 2007 +0000 Remove generated files from cvs aclocal.m4 | 9985 ------------------------------------------------------------ configure | 7835 ----------------------------------------------- 2 files changed, 17820 deletions(-) commit fcbcb0949e808c89ea0f28bb747c9a6ea055f171 Author: Alexander Larsson Date: Wed Feb 28 13:02:43 2007 +0000 2007-02-28 Alexander Larsson * xdg-user-dirs-update.c: Add support for setting a directory (--set) ChangeLog | 5 ++ xdg-user-dirs-update.c | 132 +++++++++++++++++++++++++++++++++++-------------- 2 files changed, 101 insertions(+), 36 deletions(-) commit a768cf0c5802dcbea97f860ff2de15fe8d686601 Author: Alexander Larsson Date: Wed Feb 28 09:03:40 2007 +0000 2007-02-28 Alexander Larsson * .cvsignore: Ignore stuff * de.po * nl.po * sr.po * sr@Latn.po * zh_HK.po * zh_TW.po New translations po/.cvsignore | 14 +++++++ po/ChangeLog | 13 ++++++ po/LINGUAS | 6 +++ po/de.po | 120 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/nl.po | 122 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/sr.po | 124 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/sr@Latn.po | 124 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/zh_HK.po | 119 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/zh_TW.po | 119 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 9 files changed, 761 insertions(+) commit 88b1ae69b11025ad76abe01f9f1d8c87b03a2741 Author: Alexander Larsson Date: Wed Feb 28 08:57:21 2007 +0000 2007-02-28 Alexander Larsson * xdg-user-dirs-update.c: Add support for --dummy-output. Save used locale on initial write or forced write. * Makefile.in: Remove from cvs ChangeLog | 9 + Makefile.in | 703 ------------------------------------------------- xdg-user-dirs-update.c | 66 ++++- 3 files changed, 70 insertions(+), 708 deletions(-) commit 36fc97155f3923db11ab9bef70ac8e302de21b9b Author: Alexander Larsson Date: Tue Feb 27 13:31:30 2007 +0000 Fix typo autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 07f50a3bf1aec1f343d7f8f1acc043e81941a766 Author: Alexander Larsson Date: Tue Feb 27 13:29:42 2007 +0000 2007-02-27 Alexander Larsson * Makefile.am: Remove ACLOCAL_AMFLAGS ChangeLog | 5 +++++ Makefile.am | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) commit 7011fbb120c3454cf6c99a3d14f3107f6f32186e Author: Alexander Larsson Date: Tue Feb 27 09:39:31 2007 +0000 2007-02-26 Alexander Larsson * translate.c: Add Applications to translate.c 2007-02-27 Alexander Larsson * LINGUAS: * ar.po: * fr.po: * hu.po: * mk.po: * pa.po: * sv.po: * xdg-user-dirs.pot: Added some new translations ChangeLog | 5 ++ po/ChangeLog | 22 +++++---- po/LINGUAS | 5 ++ po/ar.po | 120 ++++++++++++++++++++++++++++++++++++++++++++++++ po/fr.po | 121 ++++++++++++++++++++++++++++++++++++++++++++++++ po/hu.po | 122 +++++++++++++++++++++++++++++++++++++++++++++++++ po/mk.po | 127 +++++++++++++++++++++++++++++++++++++++++++++++++++ po/pa.po | 122 +++++++++++++++++++++++++++++++++++++++++++++++++ po/sv.gmo | Bin 1257 -> 0 bytes po/sv.po | 56 +++++++++++++---------- po/xdg-user-dirs.pot | 56 +++++++++++++---------- translate.c | 1 + 12 files changed, 699 insertions(+), 58 deletions(-) commit 85558b8afbaf404b7d14a5a9d45a94cfdfc863f8 Author: Adam Jacksson Date: Mon Feb 26 15:51:16 2007 +0000 Initial revision ABOUT-NLS | 1111 ++++++ AUTHORS | 0 COPYING | 340 ++ ChangeLog | 58 + INSTALL | 0 Makefile.am | 36 + Makefile.in | 703 ++++ NEWS | 0 README | 0 TODO | 0 aclocal.m4 | 9985 ++++++++++++++++++++++++++++++++++++++++++++++++ autogen.sh | 71 + config.guess | 1411 +++++++ config.h.in | 50 + config.rpath | 571 +++ config.sub | 1500 ++++++++ configure | 7835 +++++++++++++++++++++++++++++++++++++ configure.ac | 69 + depcomp | 479 +++ install-sh | 294 ++ missing | 336 ++ mkinstalldirs | 150 + po/ChangeLog | 12 + po/LINGUAS | 3 + po/Makefile.in.in | 384 ++ po/Makevars | 41 + po/POTFILES.in | 3 + po/Rules-quot | 47 + po/boldquot.sed | 10 + po/en@boldquot.header | 25 + po/en@quot.header | 22 + po/insert-header.sin | 23 + po/quot.sed | 6 + po/remove-potcdate.sin | 19 + po/stamp-po | 1 + po/sv.gmo | Bin 0 -> 1257 bytes po/sv.po | 112 + po/xdg-user-dirs.pot | 113 + translate.c | 14 + user-dirs.conf | 11 + user-dirs.defaults | 16 + xdg-user-dir | 8 + xdg-user-dir-lookup.c | 163 + xdg-user-dirs-update.c | 904 +++++ 44 files changed, 26936 insertions(+) xdg-user-dirs-0.17/INSTALL0000664000175000000120000000000012162772503012073 00000000000000xdg-user-dirs-0.17/NEWS0000664000175000000120000000355013252163152011551 00000000000000Major changes in 0.17 are: * Respect $HOME in favour of getpwuid() * Updated translations * Documentation spelling fixes Major changes in 0.16 are: * Added autostart file Major changes in 0.15 are: * Updated translations * Added manpages Major changes in 0.14 are: * Updated translations * Fix permissions of ~/.config if created (should be 0700) Major changes in 0.13 are: * Fix a memleak * Updated translations * ChangeLog is now autogenerated by git Major changes in 0.12 are: * Updated translations Major changes in 0.11 are: * Switch DOWNLOAD default to "Downloads" instead of "Download" to to match the other names * Fix bashisms in xdg-user-dirs * Updated translations Major changes in 0.10 are: * Made xdg-user-dir-lookup.c handle out of memory * Made xdg-user-dir-lookup.c work with a c++ compiler * Updated translations Major changes in 0.9 are: * More translations * Fix some crashes * Look for translations in XDG_DATA_DIRS for relocatable builds Major changes in 0.8 are: * Remove accidental debug spew leftovers Major changes in 0.7 are: * Don't recreate directories if removes/set to $HOME Major changes in 0.6 are: * More translations * Fixed buggy printouts on --force * Make xdg-user-dir-lookup.c #include:able * Add xdg_user_dir_lookup_with_fallback to xdg-user-dir-lookup.c * Add docs to xdg-user-dir-lookup.c Major changes in 0.5 are: * More translations Major changes in 0.4 are: * More translations * Build fix when using external libintl Major changes in 0.3 are: * create ~/.config dir if needed Major changes in 0.2 are: * Build fixes * Update user-dirs.dirs atomically Major changes in 0.1 are: * Add "Applications" to translations * Support --dummy-output to write config file elsewhere on update * Support --set to set a directory for the user * Save the locale used on initial run and forced update This can be used to track changes in locale xdg-user-dirs-0.17/README0000664000175000000120000000010012162772503011723 00000000000000See info at: http://freedesktop.org/wiki/Software/xdg-user-dirs xdg-user-dirs-0.17/TODO0000664000175000000120000000000012162605406011527 00000000000000xdg-user-dirs-0.17/compile0000755000175000000120000001624513146502175012437 00000000000000#! /bin/sh # Wrapper for compilers which do not understand '-c -o'. scriptversion=2012-10-14.11; # UTC # Copyright (C) 1999-2014 Free Software Foundation, Inc. # Written by Tom Tromey . # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # This file is maintained in Automake, please report # bugs to or send patches to # . nl=' ' # We need space, tab and new line, in precisely that order. Quoting is # there to prevent tools from complaining about whitespace usage. IFS=" "" $nl" file_conv= # func_file_conv build_file lazy # Convert a $build file to $host form and store it in $file # Currently only supports Windows hosts. If the determined conversion # type is listed in (the comma separated) LAZY, no conversion will # take place. func_file_conv () { file=$1 case $file in / | /[!/]*) # absolute file, and not a UNC file if test -z "$file_conv"; then # lazily determine how to convert abs files case `uname -s` in MINGW*) file_conv=mingw ;; CYGWIN*) file_conv=cygwin ;; *) file_conv=wine ;; esac fi case $file_conv/,$2, in *,$file_conv,*) ;; mingw/*) file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` ;; cygwin/*) file=`cygpath -m "$file" || echo "$file"` ;; wine/*) file=`winepath -w "$file" || echo "$file"` ;; esac ;; esac } # func_cl_dashL linkdir # Make cl look for libraries in LINKDIR func_cl_dashL () { func_file_conv "$1" if test -z "$lib_path"; then lib_path=$file else lib_path="$lib_path;$file" fi linker_opts="$linker_opts -LIBPATH:$file" } # func_cl_dashl library # Do a library search-path lookup for cl func_cl_dashl () { lib=$1 found=no save_IFS=$IFS IFS=';' for dir in $lib_path $LIB do IFS=$save_IFS if $shared && test -f "$dir/$lib.dll.lib"; then found=yes lib=$dir/$lib.dll.lib break fi if test -f "$dir/$lib.lib"; then found=yes lib=$dir/$lib.lib break fi if test -f "$dir/lib$lib.a"; then found=yes lib=$dir/lib$lib.a break fi done IFS=$save_IFS if test "$found" != yes; then lib=$lib.lib fi } # func_cl_wrapper cl arg... # Adjust compile command to suit cl func_cl_wrapper () { # Assume a capable shell lib_path= shared=: linker_opts= for arg do if test -n "$eat"; then eat= else case $1 in -o) # configure might choose to run compile as 'compile cc -o foo foo.c'. eat=1 case $2 in *.o | *.[oO][bB][jJ]) func_file_conv "$2" set x "$@" -Fo"$file" shift ;; *) func_file_conv "$2" set x "$@" -Fe"$file" shift ;; esac ;; -I) eat=1 func_file_conv "$2" mingw set x "$@" -I"$file" shift ;; -I*) func_file_conv "${1#-I}" mingw set x "$@" -I"$file" shift ;; -l) eat=1 func_cl_dashl "$2" set x "$@" "$lib" shift ;; -l*) func_cl_dashl "${1#-l}" set x "$@" "$lib" shift ;; -L) eat=1 func_cl_dashL "$2" ;; -L*) func_cl_dashL "${1#-L}" ;; -static) shared=false ;; -Wl,*) arg=${1#-Wl,} save_ifs="$IFS"; IFS=',' for flag in $arg; do IFS="$save_ifs" linker_opts="$linker_opts $flag" done IFS="$save_ifs" ;; -Xlinker) eat=1 linker_opts="$linker_opts $2" ;; -*) set x "$@" "$1" shift ;; *.cc | *.CC | *.cxx | *.CXX | *.[cC]++) func_file_conv "$1" set x "$@" -Tp"$file" shift ;; *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO]) func_file_conv "$1" mingw set x "$@" "$file" shift ;; *) set x "$@" "$1" shift ;; esac fi shift done if test -n "$linker_opts"; then linker_opts="-link$linker_opts" fi exec "$@" $linker_opts exit 1 } eat= case $1 in '') echo "$0: No command. Try '$0 --help' for more information." 1>&2 exit 1; ;; -h | --h*) cat <<\EOF Usage: compile [--help] [--version] PROGRAM [ARGS] Wrapper for compilers which do not understand '-c -o'. Remove '-o dest.o' from ARGS, run PROGRAM with the remaining arguments, and rename the output as expected. If you are trying to build a whole package this is not the right script to run: please start by reading the file 'INSTALL'. Report bugs to . EOF exit $? ;; -v | --v*) echo "compile $scriptversion" exit $? ;; cl | *[/\\]cl | cl.exe | *[/\\]cl.exe ) func_cl_wrapper "$@" # Doesn't return... ;; esac ofile= cfile= for arg do if test -n "$eat"; then eat= else case $1 in -o) # configure might choose to run compile as 'compile cc -o foo foo.c'. # So we strip '-o arg' only if arg is an object. eat=1 case $2 in *.o | *.obj) ofile=$2 ;; *) set x "$@" -o "$2" shift ;; esac ;; *.c) cfile=$1 set x "$@" "$1" shift ;; *) set x "$@" "$1" shift ;; esac fi shift done if test -z "$ofile" || test -z "$cfile"; then # If no '-o' option was seen then we might have been invoked from a # pattern rule where we don't need one. That is ok -- this is a # normal compilation that the losing compiler can handle. If no # '.c' file was seen then we are probably linking. That is also # ok. exec "$@" fi # Name of file we expect compiler to create. cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'` # Create the lock directory. # Note: use '[/\\:.-]' here to ensure that we don't use the same name # that we are using for the .o file. Also, base the name on the expected # object file name, since that is what matters with a parallel build. lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d while true; do if mkdir "$lockdir" >/dev/null 2>&1; then break fi sleep 1 done # FIXME: race condition here if user kills between mkdir and trap. trap "rmdir '$lockdir'; exit 1" 1 2 15 # Run the compile. "$@" ret=$? if test -f "$cofile"; then test "$cofile" = "$ofile" || mv "$cofile" "$ofile" elif test -f "${cofile}bj"; then test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile" fi rmdir "$lockdir" exit $ret # Local Variables: # mode: shell-script # sh-indentation: 2 # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC" # time-stamp-end: "; # UTC" # End: xdg-user-dirs-0.17/config.guess0000755000175000000120000012564413146502175013405 00000000000000#! /bin/sh # Attempt to guess a canonical system name. # Copyright 1992-2016 Free Software Foundation, Inc. timestamp='2016-10-02' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, see . # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that # program. This Exception is an additional permission under section 7 # of the GNU General Public License, version 3 ("GPLv3"). # # Originally written by Per Bothner; maintained since 2000 by Ben Elliston. # # You can get the latest version of this script from: # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess # # Please send patches to . me=`echo "$0" | sed -e 's,.*/,,'` usage="\ Usage: $0 [OPTION] Output the configuration name of the system \`$me' is run on. Operation modes: -h, --help print this help, then exit -t, --time-stamp print date of last modification, then exit -v, --version print version number, then exit Report bugs and patches to ." version="\ GNU config.guess ($timestamp) Originally written by Per Bothner. Copyright 1992-2016 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." help=" Try \`$me --help' for more information." # Parse command line while test $# -gt 0 ; do case $1 in --time-stamp | --time* | -t ) echo "$timestamp" ; exit ;; --version | -v ) echo "$version" ; exit ;; --help | --h* | -h ) echo "$usage"; exit ;; -- ) # Stop option processing shift; break ;; - ) # Use stdin as input. break ;; -* ) echo "$me: invalid option $1$help" >&2 exit 1 ;; * ) break ;; esac done if test $# != 0; then echo "$me: too many arguments$help" >&2 exit 1 fi trap 'exit 1' 1 2 15 # CC_FOR_BUILD -- compiler used by this script. Note that the use of a # compiler to aid in system detection is discouraged as it requires # temporary files to be created and, as you can see below, it is a # headache to deal with in a portable fashion. # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still # use `HOST_CC' if defined, but it is deprecated. # Portable tmp directory creation inspired by the Autoconf team. set_cc_for_build=' trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; : ${TMPDIR=/tmp} ; { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; dummy=$tmp/dummy ; tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ; case $CC_FOR_BUILD,$HOST_CC,$CC in ,,) echo "int x;" > $dummy.c ; for c in cc gcc c89 c99 ; do if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then CC_FOR_BUILD="$c"; break ; fi ; done ; if test x"$CC_FOR_BUILD" = x ; then CC_FOR_BUILD=no_compiler_found ; fi ;; ,,*) CC_FOR_BUILD=$CC ;; ,*,*) CC_FOR_BUILD=$HOST_CC ;; esac ; set_cc_for_build= ;' # This is needed to find uname on a Pyramid OSx when run in the BSD universe. # (ghazi@noc.rutgers.edu 1994-08-24) if (test -f /.attbin/uname) >/dev/null 2>&1 ; then PATH=$PATH:/.attbin ; export PATH fi UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown case "${UNAME_SYSTEM}" in Linux|GNU|GNU/*) # If the system lacks a compiler, then just pick glibc. # We could probably try harder. LIBC=gnu eval $set_cc_for_build cat <<-EOF > $dummy.c #include #if defined(__UCLIBC__) LIBC=uclibc #elif defined(__dietlibc__) LIBC=dietlibc #else LIBC=gnu #endif EOF eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'` ;; esac # Note: order is significant - the case branches are not exclusive. case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in *:NetBSD:*:*) # NetBSD (nbsd) targets should (where applicable) match one or # more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*, # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently # switched to ELF, *-*-netbsd* would select the old # object file format. This provides both forward # compatibility and a consistent mechanism for selecting the # object file format. # # Note: NetBSD doesn't particularly care about the vendor # portion of the name. We always set it to "unknown". sysctl="sysctl -n hw.machine_arch" UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \ /sbin/$sysctl 2>/dev/null || \ /usr/sbin/$sysctl 2>/dev/null || \ echo unknown)` case "${UNAME_MACHINE_ARCH}" in armeb) machine=armeb-unknown ;; arm*) machine=arm-unknown ;; sh3el) machine=shl-unknown ;; sh3eb) machine=sh-unknown ;; sh5el) machine=sh5le-unknown ;; earmv*) arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'` endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'` machine=${arch}${endian}-unknown ;; *) machine=${UNAME_MACHINE_ARCH}-unknown ;; esac # The Operating System including object format, if it has switched # to ELF recently (or will in the future) and ABI. case "${UNAME_MACHINE_ARCH}" in earm*) os=netbsdelf ;; arm*|i386|m68k|ns32k|sh3*|sparc|vax) eval $set_cc_for_build if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ELF__ then # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout). # Return netbsd for either. FIX? os=netbsd else os=netbsdelf fi ;; *) os=netbsd ;; esac # Determine ABI tags. case "${UNAME_MACHINE_ARCH}" in earm*) expr='s/^earmv[0-9]/-eabi/;s/eb$//' abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"` ;; esac # The OS release # Debian GNU/NetBSD machines have a different userland, and # thus, need a distinct triplet. However, they do not need # kernel version information, so it can be replaced with a # suitable tag, in the style of linux-gnu. case "${UNAME_VERSION}" in Debian*) release='-gnu' ;; *) release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2` ;; esac # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: # contains redundant information, the shorter form: # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. echo "${machine}-${os}${release}${abi}" exit ;; *:Bitrig:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'` echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE} exit ;; *:OpenBSD:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} exit ;; *:LibertyBSD:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/^.*BSD\.//'` echo ${UNAME_MACHINE_ARCH}-unknown-libertybsd${UNAME_RELEASE} exit ;; *:ekkoBSD:*:*) echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} exit ;; *:SolidBSD:*:*) echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE} exit ;; macppc:MirBSD:*:*) echo powerpc-unknown-mirbsd${UNAME_RELEASE} exit ;; *:MirBSD:*:*) echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} exit ;; *:Sortix:*:*) echo ${UNAME_MACHINE}-unknown-sortix exit ;; alpha:OSF1:*:*) case $UNAME_RELEASE in *4.0) UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` ;; *5.*) UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` ;; esac # According to Compaq, /usr/sbin/psrinfo has been available on # OSF/1 and Tru64 systems produced since 1995. I hope that # covers most systems running today. This code pipes the CPU # types through head -n 1, so we only detect the type of CPU 0. ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` case "$ALPHA_CPU_TYPE" in "EV4 (21064)") UNAME_MACHINE=alpha ;; "EV4.5 (21064)") UNAME_MACHINE=alpha ;; "LCA4 (21066/21068)") UNAME_MACHINE=alpha ;; "EV5 (21164)") UNAME_MACHINE=alphaev5 ;; "EV5.6 (21164A)") UNAME_MACHINE=alphaev56 ;; "EV5.6 (21164PC)") UNAME_MACHINE=alphapca56 ;; "EV5.7 (21164PC)") UNAME_MACHINE=alphapca57 ;; "EV6 (21264)") UNAME_MACHINE=alphaev6 ;; "EV6.7 (21264A)") UNAME_MACHINE=alphaev67 ;; "EV6.8CB (21264C)") UNAME_MACHINE=alphaev68 ;; "EV6.8AL (21264B)") UNAME_MACHINE=alphaev68 ;; "EV6.8CX (21264D)") UNAME_MACHINE=alphaev68 ;; "EV6.9A (21264/EV69A)") UNAME_MACHINE=alphaev69 ;; "EV7 (21364)") UNAME_MACHINE=alphaev7 ;; "EV7.9 (21364A)") UNAME_MACHINE=alphaev79 ;; esac # A Pn.n version is a patched version. # A Vn.n version is a released version. # A Tn.n version is a released field test version. # A Xn.n version is an unreleased experimental baselevel. # 1.2 uses "1.2" for uname -r. echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` # Reset EXIT trap before exiting to avoid spurious non-zero exit code. exitcode=$? trap '' 0 exit $exitcode ;; Alpha\ *:Windows_NT*:*) # How do we know it's Interix rather than the generic POSIX subsystem? # Should we change UNAME_MACHINE based on the output of uname instead # of the specific Alpha model? echo alpha-pc-interix exit ;; 21064:Windows_NT:50:3) echo alpha-dec-winnt3.5 exit ;; Amiga*:UNIX_System_V:4.0:*) echo m68k-unknown-sysv4 exit ;; *:[Aa]miga[Oo][Ss]:*:*) echo ${UNAME_MACHINE}-unknown-amigaos exit ;; *:[Mm]orph[Oo][Ss]:*:*) echo ${UNAME_MACHINE}-unknown-morphos exit ;; *:OS/390:*:*) echo i370-ibm-openedition exit ;; *:z/VM:*:*) echo s390-ibm-zvmoe exit ;; *:OS400:*:*) echo powerpc-ibm-os400 exit ;; arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) echo arm-acorn-riscix${UNAME_RELEASE} exit ;; arm*:riscos:*:*|arm*:RISCOS:*:*) echo arm-unknown-riscos exit ;; SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) echo hppa1.1-hitachi-hiuxmpp exit ;; Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*) # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE. if test "`(/bin/universe) 2>/dev/null`" = att ; then echo pyramid-pyramid-sysv3 else echo pyramid-pyramid-bsd fi exit ;; NILE*:*:*:dcosx) echo pyramid-pyramid-svr4 exit ;; DRS?6000:unix:4.0:6*) echo sparc-icl-nx6 exit ;; DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*) case `/usr/bin/uname -p` in sparc) echo sparc-icl-nx7; exit ;; esac ;; s390x:SunOS:*:*) echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4H:SunOS:5.*:*) echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*) echo i386-pc-auroraux${UNAME_RELEASE} exit ;; i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) eval $set_cc_for_build SUN_ARCH=i386 # If there is a compiler, see if it is configured for 64-bit objects. # Note that the Sun cc does not turn __LP64__ into 1 like gcc does. # This test works for both compilers. if [ "$CC_FOR_BUILD" != no_compiler_found ]; then if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \ (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null then SUN_ARCH=x86_64 fi fi echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4*:SunOS:6*:*) # According to config.sub, this is the proper way to canonicalize # SunOS6. Hard to guess exactly what SunOS6 will be like, but # it's likely to be more like Solaris than SunOS4. echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4*:SunOS:*:*) case "`/usr/bin/arch -k`" in Series*|S4*) UNAME_RELEASE=`uname -v` ;; esac # Japanese Language versions have a version number like `4.1.3-JL'. echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` exit ;; sun3*:SunOS:*:*) echo m68k-sun-sunos${UNAME_RELEASE} exit ;; sun*:*:4.2BSD:*) UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` test "x${UNAME_RELEASE}" = x && UNAME_RELEASE=3 case "`/bin/arch`" in sun3) echo m68k-sun-sunos${UNAME_RELEASE} ;; sun4) echo sparc-sun-sunos${UNAME_RELEASE} ;; esac exit ;; aushp:SunOS:*:*) echo sparc-auspex-sunos${UNAME_RELEASE} exit ;; # The situation for MiNT is a little confusing. The machine name # can be virtually everything (everything which is not # "atarist" or "atariste" at least should have a processor # > m68000). The system name ranges from "MiNT" over "FreeMiNT" # to the lowercase version "mint" (or "freemint"). Finally # the system name "TOS" denotes a system which is actually not # MiNT. But MiNT is downward compatible to TOS, so this should # be no problem. atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} exit ;; atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} exit ;; *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} exit ;; milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) echo m68k-milan-mint${UNAME_RELEASE} exit ;; hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) echo m68k-hades-mint${UNAME_RELEASE} exit ;; *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) echo m68k-unknown-mint${UNAME_RELEASE} exit ;; m68k:machten:*:*) echo m68k-apple-machten${UNAME_RELEASE} exit ;; powerpc:machten:*:*) echo powerpc-apple-machten${UNAME_RELEASE} exit ;; RISC*:Mach:*:*) echo mips-dec-mach_bsd4.3 exit ;; RISC*:ULTRIX:*:*) echo mips-dec-ultrix${UNAME_RELEASE} exit ;; VAX*:ULTRIX*:*:*) echo vax-dec-ultrix${UNAME_RELEASE} exit ;; 2020:CLIX:*:* | 2430:CLIX:*:*) echo clipper-intergraph-clix${UNAME_RELEASE} exit ;; mips:*:*:UMIPS | mips:*:*:RISCos) eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #ifdef __cplusplus #include /* for printf() prototype */ int main (int argc, char *argv[]) { #else int main (argc, argv) int argc; char *argv[]; { #endif #if defined (host_mips) && defined (MIPSEB) #if defined (SYSTYPE_SYSV) printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0); #endif #if defined (SYSTYPE_SVR4) printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0); #endif #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD) printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0); #endif #endif exit (-1); } EOF $CC_FOR_BUILD -o $dummy $dummy.c && dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && SYSTEM_NAME=`$dummy $dummyarg` && { echo "$SYSTEM_NAME"; exit; } echo mips-mips-riscos${UNAME_RELEASE} exit ;; Motorola:PowerMAX_OS:*:*) echo powerpc-motorola-powermax exit ;; Motorola:*:4.3:PL8-*) echo powerpc-harris-powermax exit ;; Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*) echo powerpc-harris-powermax exit ;; Night_Hawk:Power_UNIX:*:*) echo powerpc-harris-powerunix exit ;; m88k:CX/UX:7*:*) echo m88k-harris-cxux7 exit ;; m88k:*:4*:R4*) echo m88k-motorola-sysv4 exit ;; m88k:*:3*:R3*) echo m88k-motorola-sysv3 exit ;; AViiON:dgux:*:*) # DG/UX returns AViiON for all architectures UNAME_PROCESSOR=`/usr/bin/uname -p` if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ] then if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \ [ ${TARGET_BINARY_INTERFACE}x = x ] then echo m88k-dg-dgux${UNAME_RELEASE} else echo m88k-dg-dguxbcs${UNAME_RELEASE} fi else echo i586-dg-dgux${UNAME_RELEASE} fi exit ;; M88*:DolphinOS:*:*) # DolphinOS (SVR3) echo m88k-dolphin-sysv3 exit ;; M88*:*:R3*:*) # Delta 88k system running SVR3 echo m88k-motorola-sysv3 exit ;; XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3) echo m88k-tektronix-sysv3 exit ;; Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD) echo m68k-tektronix-bsd exit ;; *:IRIX*:*:*) echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` exit ;; ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id exit ;; # Note that: echo "'`uname -s`'" gives 'AIX ' i*86:AIX:*:*) echo i386-ibm-aix exit ;; ia64:AIX:*:*) if [ -x /usr/bin/oslevel ] ; then IBM_REV=`/usr/bin/oslevel` else IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} fi echo ${UNAME_MACHINE}-ibm-aix${IBM_REV} exit ;; *:AIX:2:3) if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #include main() { if (!__power_pc()) exit(1); puts("powerpc-ibm-aix3.2.5"); exit(0); } EOF if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` then echo "$SYSTEM_NAME" else echo rs6000-ibm-aix3.2.5 fi elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then echo rs6000-ibm-aix3.2.4 else echo rs6000-ibm-aix3.2 fi exit ;; *:AIX:*:[4567]) IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then IBM_ARCH=rs6000 else IBM_ARCH=powerpc fi if [ -x /usr/bin/lslpp ] ; then IBM_REV=`/usr/bin/lslpp -Lqc bos.rte.libc | awk -F: '{ print $3 }' | sed s/[0-9]*$/0/` else IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} fi echo ${IBM_ARCH}-ibm-aix${IBM_REV} exit ;; *:AIX:*:*) echo rs6000-ibm-aix exit ;; ibmrt:4.4BSD:*|romp-ibm:BSD:*) echo romp-ibm-bsd4.4 exit ;; ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to exit ;; # report: romp-ibm BSD 4.3 *:BOSX:*:*) echo rs6000-bull-bosx exit ;; DPX/2?00:B.O.S.:*:*) echo m68k-bull-sysv3 exit ;; 9000/[34]??:4.3bsd:1.*:*) echo m68k-hp-bsd exit ;; hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*) echo m68k-hp-bsd4.4 exit ;; 9000/[34678]??:HP-UX:*:*) HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` case "${UNAME_MACHINE}" in 9000/31? ) HP_ARCH=m68000 ;; 9000/[34]?? ) HP_ARCH=m68k ;; 9000/[678][0-9][0-9]) if [ -x /usr/bin/getconf ]; then sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` case "${sc_cpu_version}" in 523) HP_ARCH=hppa1.0 ;; # CPU_PA_RISC1_0 528) HP_ARCH=hppa1.1 ;; # CPU_PA_RISC1_1 532) # CPU_PA_RISC2_0 case "${sc_kernel_bits}" in 32) HP_ARCH=hppa2.0n ;; 64) HP_ARCH=hppa2.0w ;; '') HP_ARCH=hppa2.0 ;; # HP-UX 10.20 esac ;; esac fi if [ "${HP_ARCH}" = "" ]; then eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #define _HPUX_SOURCE #include #include int main () { #if defined(_SC_KERNEL_BITS) long bits = sysconf(_SC_KERNEL_BITS); #endif long cpu = sysconf (_SC_CPU_VERSION); switch (cpu) { case CPU_PA_RISC1_0: puts ("hppa1.0"); break; case CPU_PA_RISC1_1: puts ("hppa1.1"); break; case CPU_PA_RISC2_0: #if defined(_SC_KERNEL_BITS) switch (bits) { case 64: puts ("hppa2.0w"); break; case 32: puts ("hppa2.0n"); break; default: puts ("hppa2.0"); break; } break; #else /* !defined(_SC_KERNEL_BITS) */ puts ("hppa2.0"); break; #endif default: puts ("hppa1.0"); break; } exit (0); } EOF (CCOPTS="" $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` test -z "$HP_ARCH" && HP_ARCH=hppa fi ;; esac if [ ${HP_ARCH} = hppa2.0w ] then eval $set_cc_for_build # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler # generating 64-bit code. GNU and HP use different nomenclature: # # $ CC_FOR_BUILD=cc ./config.guess # => hppa2.0w-hp-hpux11.23 # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess # => hppa64-hp-hpux11.23 if echo __LP64__ | (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | grep -q __LP64__ then HP_ARCH=hppa2.0w else HP_ARCH=hppa64 fi fi echo ${HP_ARCH}-hp-hpux${HPUX_REV} exit ;; ia64:HP-UX:*:*) HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` echo ia64-hp-hpux${HPUX_REV} exit ;; 3050*:HI-UX:*:*) eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #include int main () { long cpu = sysconf (_SC_CPU_VERSION); /* The order matters, because CPU_IS_HP_MC68K erroneously returns true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct results, however. */ if (CPU_IS_PA_RISC (cpu)) { switch (cpu) { case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break; case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break; case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break; default: puts ("hppa-hitachi-hiuxwe2"); break; } } else if (CPU_IS_HP_MC68K (cpu)) puts ("m68k-hitachi-hiuxwe2"); else puts ("unknown-hitachi-hiuxwe2"); exit (0); } EOF $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && { echo "$SYSTEM_NAME"; exit; } echo unknown-hitachi-hiuxwe2 exit ;; 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* ) echo hppa1.1-hp-bsd exit ;; 9000/8??:4.3bsd:*:*) echo hppa1.0-hp-bsd exit ;; *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*) echo hppa1.0-hp-mpeix exit ;; hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* ) echo hppa1.1-hp-osf exit ;; hp8??:OSF1:*:*) echo hppa1.0-hp-osf exit ;; i*86:OSF1:*:*) if [ -x /usr/sbin/sysversion ] ; then echo ${UNAME_MACHINE}-unknown-osf1mk else echo ${UNAME_MACHINE}-unknown-osf1 fi exit ;; parisc*:Lites*:*:*) echo hppa1.1-hp-lites exit ;; C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) echo c1-convex-bsd exit ;; C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) if getsysinfo -f scalar_acc then echo c32-convex-bsd else echo c2-convex-bsd fi exit ;; C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) echo c34-convex-bsd exit ;; C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) echo c38-convex-bsd exit ;; C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) echo c4-convex-bsd exit ;; CRAY*Y-MP:*:*:*) echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*[A-Z]90:*:*:*) echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \ | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \ -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \ -e 's/\.[^.]*$/.X/' exit ;; CRAY*TS:*:*:*) echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*T3E:*:*:*) echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*SV1:*:*:*) echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; *:UNICOS/mp:*:*) echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) FUJITSU_PROC=`uname -m | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; 5000:UNIX_System_V:4.*:*) FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` FUJITSU_REL=`echo ${UNAME_RELEASE} | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'` echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} exit ;; sparc*:BSD/OS:*:*) echo sparc-unknown-bsdi${UNAME_RELEASE} exit ;; *:BSD/OS:*:*) echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} exit ;; *:FreeBSD:*:*) UNAME_PROCESSOR=`/usr/bin/uname -p` case ${UNAME_PROCESSOR} in amd64) echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; *) echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; esac exit ;; i*:CYGWIN*:*) echo ${UNAME_MACHINE}-pc-cygwin exit ;; *:MINGW64*:*) echo ${UNAME_MACHINE}-pc-mingw64 exit ;; *:MINGW*:*) echo ${UNAME_MACHINE}-pc-mingw32 exit ;; *:MSYS*:*) echo ${UNAME_MACHINE}-pc-msys exit ;; i*:windows32*:*) # uname -m includes "-pc" on this system. echo ${UNAME_MACHINE}-mingw32 exit ;; i*:PW*:*) echo ${UNAME_MACHINE}-pc-pw32 exit ;; *:Interix*:*) case ${UNAME_MACHINE} in x86) echo i586-pc-interix${UNAME_RELEASE} exit ;; authenticamd | genuineintel | EM64T) echo x86_64-unknown-interix${UNAME_RELEASE} exit ;; IA64) echo ia64-unknown-interix${UNAME_RELEASE} exit ;; esac ;; [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) echo i${UNAME_MACHINE}-pc-mks exit ;; 8664:Windows_NT:*) echo x86_64-pc-mks exit ;; i*:Windows_NT*:* | Pentium*:Windows_NT*:*) # How do we know it's Interix rather than the generic POSIX subsystem? # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we # UNAME_MACHINE based on the output of uname instead of i386? echo i586-pc-interix exit ;; i*:UWIN*:*) echo ${UNAME_MACHINE}-pc-uwin exit ;; amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) echo x86_64-unknown-cygwin exit ;; p*:CYGWIN*:*) echo powerpcle-unknown-cygwin exit ;; prep*:SunOS:5.*:*) echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; *:GNU:*:*) # the GNU system echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` exit ;; *:GNU/*:*:*) # other systems with GNU libc and userland echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC} exit ;; i*86:Minix:*:*) echo ${UNAME_MACHINE}-pc-minix exit ;; aarch64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; aarch64_be:Linux:*:*) UNAME_MACHINE=aarch64_be echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; alpha:Linux:*:*) case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in EV5) UNAME_MACHINE=alphaev5 ;; EV56) UNAME_MACHINE=alphaev56 ;; PCA56) UNAME_MACHINE=alphapca56 ;; PCA57) UNAME_MACHINE=alphapca56 ;; EV6) UNAME_MACHINE=alphaev6 ;; EV67) UNAME_MACHINE=alphaev67 ;; EV68*) UNAME_MACHINE=alphaev68 ;; esac objdump --private-headers /bin/sh | grep -q ld.so.1 if test "$?" = 0 ; then LIBC=gnulibc1 ; fi echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; arc:Linux:*:* | arceb:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; arm*:Linux:*:*) eval $set_cc_for_build if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ARM_EABI__ then echo ${UNAME_MACHINE}-unknown-linux-${LIBC} else if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ARM_PCS_VFP then echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabi else echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabihf fi fi exit ;; avr32*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; cris:Linux:*:*) echo ${UNAME_MACHINE}-axis-linux-${LIBC} exit ;; crisv32:Linux:*:*) echo ${UNAME_MACHINE}-axis-linux-${LIBC} exit ;; e2k:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; frv:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; hexagon:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; i*86:Linux:*:*) echo ${UNAME_MACHINE}-pc-linux-${LIBC} exit ;; ia64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; k1om:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; m32r*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; m68*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; mips:Linux:*:* | mips64:Linux:*:*) eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #undef CPU #undef ${UNAME_MACHINE} #undef ${UNAME_MACHINE}el #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) CPU=${UNAME_MACHINE}el #else #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) CPU=${UNAME_MACHINE} #else CPU= #endif #endif EOF eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; } ;; mips64el:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; openrisc*:Linux:*:*) echo or1k-unknown-linux-${LIBC} exit ;; or32:Linux:*:* | or1k*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; padre:Linux:*:*) echo sparc-unknown-linux-${LIBC} exit ;; parisc64:Linux:*:* | hppa64:Linux:*:*) echo hppa64-unknown-linux-${LIBC} exit ;; parisc:Linux:*:* | hppa:Linux:*:*) # Look for CPU level case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in PA7*) echo hppa1.1-unknown-linux-${LIBC} ;; PA8*) echo hppa2.0-unknown-linux-${LIBC} ;; *) echo hppa-unknown-linux-${LIBC} ;; esac exit ;; ppc64:Linux:*:*) echo powerpc64-unknown-linux-${LIBC} exit ;; ppc:Linux:*:*) echo powerpc-unknown-linux-${LIBC} exit ;; ppc64le:Linux:*:*) echo powerpc64le-unknown-linux-${LIBC} exit ;; ppcle:Linux:*:*) echo powerpcle-unknown-linux-${LIBC} exit ;; riscv32:Linux:*:* | riscv64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; s390:Linux:*:* | s390x:Linux:*:*) echo ${UNAME_MACHINE}-ibm-linux-${LIBC} exit ;; sh64*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; sh*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; sparc:Linux:*:* | sparc64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; tile*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; vax:Linux:*:*) echo ${UNAME_MACHINE}-dec-linux-${LIBC} exit ;; x86_64:Linux:*:*) echo ${UNAME_MACHINE}-pc-linux-${LIBC} exit ;; xtensa*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; i*86:DYNIX/ptx:4*:*) # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. # earlier versions are messed up and put the nodename in both # sysname and nodename. echo i386-sequent-sysv4 exit ;; i*86:UNIX_SV:4.2MP:2.*) # Unixware is an offshoot of SVR4, but it has its own version # number series starting with 2... # I am not positive that other SVR4 systems won't match this, # I just have to hope. -- rms. # Use sysv4.2uw... so that sysv4* matches it. echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} exit ;; i*86:OS/2:*:*) # If we were able to find `uname', then EMX Unix compatibility # is probably installed. echo ${UNAME_MACHINE}-pc-os2-emx exit ;; i*86:XTS-300:*:STOP) echo ${UNAME_MACHINE}-unknown-stop exit ;; i*86:atheos:*:*) echo ${UNAME_MACHINE}-unknown-atheos exit ;; i*86:syllable:*:*) echo ${UNAME_MACHINE}-pc-syllable exit ;; i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.[02]*:*) echo i386-unknown-lynxos${UNAME_RELEASE} exit ;; i*86:*DOS:*:*) echo ${UNAME_MACHINE}-pc-msdosdjgpp exit ;; i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL} else echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL} fi exit ;; i*86:*:5:[678]*) # UnixWare 7.x, OpenUNIX and OpenServer 6. case `/bin/uname -X | grep "^Machine"` in *486*) UNAME_MACHINE=i486 ;; *Pentium) UNAME_MACHINE=i586 ;; *Pent*|*Celeron) UNAME_MACHINE=i686 ;; esac echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION} exit ;; i*86:*:3.2:*) if test -f /usr/options/cb.name; then UNAME_REL=`sed -n 's/.*Version //p' /dev/null >/dev/null ; then UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')` (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486 (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \ && UNAME_MACHINE=i586 (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \ && UNAME_MACHINE=i686 (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \ && UNAME_MACHINE=i686 echo ${UNAME_MACHINE}-pc-sco$UNAME_REL else echo ${UNAME_MACHINE}-pc-sysv32 fi exit ;; pc:*:*:*) # Left here for compatibility: # uname -m prints for DJGPP always 'pc', but it prints nothing about # the processor, so we play safe by assuming i586. # Note: whatever this is, it MUST be the same as what config.sub # prints for the "djgpp" host, or else GDB configure will decide that # this is a cross-build. echo i586-pc-msdosdjgpp exit ;; Intel:Mach:3*:*) echo i386-pc-mach3 exit ;; paragon:*:*:*) echo i860-intel-osf1 exit ;; i860:*:4.*:*) # i860-SVR4 if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4 else # Add other i860-SVR4 vendors below as they are discovered. echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4 fi exit ;; mini*:CTIX:SYS*5:*) # "miniframe" echo m68010-convergent-sysv exit ;; mc68k:UNIX:SYSTEM5:3.51m) echo m68k-convergent-sysv exit ;; M680?0:D-NIX:5.3:*) echo m68k-diab-dnix exit ;; M68*:*:R3V[5678]*:*) test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;; 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0) OS_REL='' test -r /etc/.relid \ && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && { echo i486-ncr-sysv4.3${OS_REL}; exit; } /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && { echo i486-ncr-sysv4; exit; } ;; NCR*:*:4.2:* | MPRAS*:*:4.2:*) OS_REL='.3' test -r /etc/.relid \ && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && { echo i486-ncr-sysv4.3${OS_REL}; exit; } /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ && { echo i586-ncr-sysv4.3${OS_REL}; exit; } /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \ && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) echo m68k-unknown-lynxos${UNAME_RELEASE} exit ;; mc68030:UNIX_System_V:4.*:*) echo m68k-atari-sysv4 exit ;; TSUNAMI:LynxOS:2.*:*) echo sparc-unknown-lynxos${UNAME_RELEASE} exit ;; rs6000:LynxOS:2.*:*) echo rs6000-unknown-lynxos${UNAME_RELEASE} exit ;; PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.[02]*:*) echo powerpc-unknown-lynxos${UNAME_RELEASE} exit ;; SM[BE]S:UNIX_SV:*:*) echo mips-dde-sysv${UNAME_RELEASE} exit ;; RM*:ReliantUNIX-*:*:*) echo mips-sni-sysv4 exit ;; RM*:SINIX-*:*:*) echo mips-sni-sysv4 exit ;; *:SINIX-*:*:*) if uname -p 2>/dev/null >/dev/null ; then UNAME_MACHINE=`(uname -p) 2>/dev/null` echo ${UNAME_MACHINE}-sni-sysv4 else echo ns32k-sni-sysv fi exit ;; PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort # says echo i586-unisys-sysv4 exit ;; *:UNIX_System_V:4*:FTX*) # From Gerald Hewes . # How about differentiating between stratus architectures? -djm echo hppa1.1-stratus-sysv4 exit ;; *:*:*:FTX*) # From seanf@swdc.stratus.com. echo i860-stratus-sysv4 exit ;; i*86:VOS:*:*) # From Paul.Green@stratus.com. echo ${UNAME_MACHINE}-stratus-vos exit ;; *:VOS:*:*) # From Paul.Green@stratus.com. echo hppa1.1-stratus-vos exit ;; mc68*:A/UX:*:*) echo m68k-apple-aux${UNAME_RELEASE} exit ;; news*:NEWS-OS:6*:*) echo mips-sony-newsos6 exit ;; R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) if [ -d /usr/nec ]; then echo mips-nec-sysv${UNAME_RELEASE} else echo mips-unknown-sysv${UNAME_RELEASE} fi exit ;; BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. echo powerpc-be-beos exit ;; BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only. echo powerpc-apple-beos exit ;; BePC:BeOS:*:*) # BeOS running on Intel PC compatible. echo i586-pc-beos exit ;; BePC:Haiku:*:*) # Haiku running on Intel PC compatible. echo i586-pc-haiku exit ;; x86_64:Haiku:*:*) echo x86_64-unknown-haiku exit ;; SX-4:SUPER-UX:*:*) echo sx4-nec-superux${UNAME_RELEASE} exit ;; SX-5:SUPER-UX:*:*) echo sx5-nec-superux${UNAME_RELEASE} exit ;; SX-6:SUPER-UX:*:*) echo sx6-nec-superux${UNAME_RELEASE} exit ;; SX-7:SUPER-UX:*:*) echo sx7-nec-superux${UNAME_RELEASE} exit ;; SX-8:SUPER-UX:*:*) echo sx8-nec-superux${UNAME_RELEASE} exit ;; SX-8R:SUPER-UX:*:*) echo sx8r-nec-superux${UNAME_RELEASE} exit ;; SX-ACE:SUPER-UX:*:*) echo sxace-nec-superux${UNAME_RELEASE} exit ;; Power*:Rhapsody:*:*) echo powerpc-apple-rhapsody${UNAME_RELEASE} exit ;; *:Rhapsody:*:*) echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} exit ;; *:Darwin:*:*) UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown eval $set_cc_for_build if test "$UNAME_PROCESSOR" = unknown ; then UNAME_PROCESSOR=powerpc fi if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then if [ "$CC_FOR_BUILD" != no_compiler_found ]; then if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null then case $UNAME_PROCESSOR in i386) UNAME_PROCESSOR=x86_64 ;; powerpc) UNAME_PROCESSOR=powerpc64 ;; esac fi fi elif test "$UNAME_PROCESSOR" = i386 ; then # Avoid executing cc on OS X 10.9, as it ships with a stub # that puts up a graphical alert prompting to install # developer tools. Any system running Mac OS X 10.7 or # later (Darwin 11 and later) is required to have a 64-bit # processor. This is not true of the ARM version of Darwin # that Apple uses in portable devices. UNAME_PROCESSOR=x86_64 fi echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} exit ;; *:procnto*:*:* | *:QNX:[0123456789]*:*) UNAME_PROCESSOR=`uname -p` if test "$UNAME_PROCESSOR" = x86; then UNAME_PROCESSOR=i386 UNAME_MACHINE=pc fi echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE} exit ;; *:QNX:*:4*) echo i386-pc-qnx exit ;; NEO-?:NONSTOP_KERNEL:*:*) echo neo-tandem-nsk${UNAME_RELEASE} exit ;; NSE-*:NONSTOP_KERNEL:*:*) echo nse-tandem-nsk${UNAME_RELEASE} exit ;; NSR-?:NONSTOP_KERNEL:*:*) echo nsr-tandem-nsk${UNAME_RELEASE} exit ;; *:NonStop-UX:*:*) echo mips-compaq-nonstopux exit ;; BS2000:POSIX*:*:*) echo bs2000-siemens-sysv exit ;; DS/*:UNIX_System_V:*:*) echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE} exit ;; *:Plan9:*:*) # "uname -m" is not consistent, so use $cputype instead. 386 # is converted to i386 for consistency with other x86 # operating systems. if test "$cputype" = 386; then UNAME_MACHINE=i386 else UNAME_MACHINE="$cputype" fi echo ${UNAME_MACHINE}-unknown-plan9 exit ;; *:TOPS-10:*:*) echo pdp10-unknown-tops10 exit ;; *:TENEX:*:*) echo pdp10-unknown-tenex exit ;; KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*) echo pdp10-dec-tops20 exit ;; XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*) echo pdp10-xkl-tops20 exit ;; *:TOPS-20:*:*) echo pdp10-unknown-tops20 exit ;; *:ITS:*:*) echo pdp10-unknown-its exit ;; SEI:*:*:SEIUX) echo mips-sei-seiux${UNAME_RELEASE} exit ;; *:DragonFly:*:*) echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` exit ;; *:*VMS:*:*) UNAME_MACHINE=`(uname -p) 2>/dev/null` case "${UNAME_MACHINE}" in A*) echo alpha-dec-vms ; exit ;; I*) echo ia64-dec-vms ; exit ;; V*) echo vax-dec-vms ; exit ;; esac ;; *:XENIX:*:SysV) echo i386-pc-xenix exit ;; i*86:skyos:*:*) echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE} | sed -e 's/ .*$//'` exit ;; i*86:rdos:*:*) echo ${UNAME_MACHINE}-pc-rdos exit ;; i*86:AROS:*:*) echo ${UNAME_MACHINE}-pc-aros exit ;; x86_64:VMkernel:*:*) echo ${UNAME_MACHINE}-unknown-esx exit ;; amd64:Isilon\ OneFS:*:*) echo x86_64-unknown-onefs exit ;; esac cat >&2 </dev/null || echo unknown` uname -r = `(uname -r) 2>/dev/null || echo unknown` uname -s = `(uname -s) 2>/dev/null || echo unknown` uname -v = `(uname -v) 2>/dev/null || echo unknown` /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null` /bin/uname -X = `(/bin/uname -X) 2>/dev/null` hostinfo = `(hostinfo) 2>/dev/null` /bin/universe = `(/bin/universe) 2>/dev/null` /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null` /bin/arch = `(/bin/arch) 2>/dev/null` /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null` /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null` UNAME_MACHINE = ${UNAME_MACHINE} UNAME_RELEASE = ${UNAME_RELEASE} UNAME_SYSTEM = ${UNAME_SYSTEM} UNAME_VERSION = ${UNAME_VERSION} EOF exit 1 # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "timestamp='" # time-stamp-format: "%:y-%02m-%02d" # time-stamp-end: "'" # End: xdg-user-dirs-0.17/config.rpath0000755000175000000120000003502513203014747013363 00000000000000#! /bin/sh # Output a system dependent set of variables, describing how to set the # run time search path of shared libraries in an executable. # # Copyright 1996-2005 Free Software Foundation, Inc. # Taken from GNU libtool, 2001 # Originally by Gordon Matzigkeit , 1996 # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. # # The first argument passed to this file is the canonical host specification, # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM # or # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM # The environment variables CC, GCC, LDFLAGS, LD, with_gnu_ld # should be set by the caller. # # The set of defined variables is at the end of this script. # Known limitations: # - On IRIX 6.5 with CC="cc", the run time search patch must not be longer # than 256 bytes, otherwise the compiler driver will dump core. The only # known workaround is to choose shorter directory names for the build # directory and/or the installation directory. # All known linkers require a `.a' archive for static linking (except M$VC, # which needs '.lib'). libext=a shrext=.so host="$1" host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` cc_basename=`echo "$CC" | sed -e 's%^.*/%%'` # Code taken from libtool.m4's AC_LIBTOOL_PROG_COMPILER_PIC. wl= if test "$GCC" = yes; then wl='-Wl,' else case "$host_os" in aix*) wl='-Wl,' ;; darwin*) case "$cc_basename" in xlc*) wl='-Wl,' ;; esac ;; mingw* | pw32* | os2*) ;; hpux9* | hpux10* | hpux11*) wl='-Wl,' ;; irix5* | irix6* | nonstopux*) wl='-Wl,' ;; newsos6) ;; linux*) case $cc_basename in icc* | ecc*) wl='-Wl,' ;; pgcc | pgf77 | pgf90) wl='-Wl,' ;; ccc*) wl='-Wl,' ;; como) wl='-lopt=' ;; esac ;; osf3* | osf4* | osf5*) wl='-Wl,' ;; sco3.2v5*) ;; solaris*) wl='-Wl,' ;; sunos4*) wl='-Qoption ld ' ;; sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) wl='-Wl,' ;; sysv4*MP*) ;; unicos*) wl='-Wl,' ;; uts4*) ;; esac fi # Code taken from libtool.m4's AC_LIBTOOL_PROG_LD_SHLIBS. hardcode_libdir_flag_spec= hardcode_libdir_separator= hardcode_direct=no hardcode_minus_L=no case "$host_os" in cygwin* | mingw* | pw32*) # FIXME: the MSVC++ port hasn't been tested in a loooong time # When not using gcc, we currently assume that we are using # Microsoft Visual C++. if test "$GCC" != yes; then with_gnu_ld=no fi ;; openbsd*) with_gnu_ld=no ;; esac ld_shlibs=yes if test "$with_gnu_ld" = yes; then case "$host_os" in aix3* | aix4* | aix5*) # On AIX/PPC, the GNU linker is very broken if test "$host_cpu" != ia64; then ld_shlibs=no fi ;; amigaos*) hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes # Samuel A. Falvo II reports # that the semantics of dynamic libraries on AmigaOS, at least up # to version 4, is to share data among multiple programs linked # with the same dynamic library. Since this doesn't match the # behavior of shared libraries on other platforms, we cannot use # them. ld_shlibs=no ;; beos*) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then : else ld_shlibs=no fi ;; cygwin* | mingw* | pw32*) # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. hardcode_libdir_flag_spec='-L$libdir' if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then : else ld_shlibs=no fi ;; netbsd*) ;; solaris* | sysv5*) if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then ld_shlibs=no elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then : else ld_shlibs=no fi ;; sunos4*) hardcode_direct=yes ;; linux*) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then : else ld_shlibs=no fi ;; *) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then : else ld_shlibs=no fi ;; esac if test "$ld_shlibs" = yes; then # Unlike libtool, we use -rpath here, not --rpath, since the documented # option of GNU ld is called -rpath, not --rpath. hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' fi else case "$host_os" in aix3*) # Note: this linker hardcodes the directories in LIBPATH if there # are no directories specified by -L. hardcode_minus_L=yes if test "$GCC" = yes; then # Neither direct hardcoding nor static linking is supported with a # broken collect2. hardcode_direct=unsupported fi ;; aix4* | aix5*) if test "$host_cpu" = ia64; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no else aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # need to do runtime linking. case $host_os in aix4.[23]|aix4.[23].*|aix5*) for ld_flag in $LDFLAGS; do if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then aix_use_runtimelinking=yes break fi done esac fi hardcode_direct=yes hardcode_libdir_separator=':' if test "$GCC" = yes; then case $host_os in aix4.[012]|aix4.[012].*) collect2name=`${CC} -print-prog-name=collect2` if test -f "$collect2name" && \ strings "$collect2name" | grep resolve_lib_name >/dev/null then # We have reworked collect2 hardcode_direct=yes else # We have old collect2 hardcode_direct=unsupported hardcode_minus_L=yes hardcode_libdir_flag_spec='-L$libdir' hardcode_libdir_separator= fi esac fi # Begin _LT_AC_SYS_LIBPATH_AIX. echo 'int main () { return 0; }' > conftest.c ${CC} ${LDFLAGS} conftest.c -o conftest aix_libpath=`dump -H conftest 2>/dev/null | sed -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } }'` if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest 2>/dev/null | sed -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } }'` fi if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib" fi rm -f conftest.c conftest # End _LT_AC_SYS_LIBPATH_AIX. if test "$aix_use_runtimelinking" = yes; then hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" else if test "$host_cpu" = ia64; then hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib' else hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" fi fi ;; amigaos*) hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes # see comment about different semantics on the GNU ld section ld_shlibs=no ;; bsdi[45]*) ;; cygwin* | mingw* | pw32*) # When not using gcc, we currently assume that we are using # Microsoft Visual C++. # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. hardcode_libdir_flag_spec=' ' libext=lib ;; darwin* | rhapsody*) hardcode_direct=no if test "$GCC" = yes ; then : else case "$cc_basename" in xlc*) ;; *) ld_shlibs=no ;; esac fi ;; dgux*) hardcode_libdir_flag_spec='-L$libdir' ;; freebsd1*) ld_shlibs=no ;; freebsd2.2*) hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes ;; freebsd2*) hardcode_direct=yes hardcode_minus_L=yes ;; freebsd* | kfreebsd*-gnu | dragonfly*) hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes ;; hpux9*) hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' hardcode_libdir_separator=: hardcode_direct=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes ;; hpux10* | hpux11*) if test "$with_gnu_ld" = no; then case "$host_cpu" in hppa*64*) hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' hardcode_libdir_separator=: hardcode_direct=no ;; ia64*) hardcode_libdir_flag_spec='-L$libdir' hardcode_direct=no # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes ;; *) hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' hardcode_libdir_separator=: hardcode_direct=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes ;; esac fi ;; irix5* | irix6* | nonstopux*) hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: ;; netbsd*) hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes ;; newsos6) hardcode_direct=yes hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: ;; openbsd*) hardcode_direct=yes if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then hardcode_libdir_flag_spec='${wl}-rpath,$libdir' else case "$host_os" in openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) hardcode_libdir_flag_spec='-R$libdir' ;; *) hardcode_libdir_flag_spec='${wl}-rpath,$libdir' ;; esac fi ;; os2*) hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes ;; osf3*) hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: ;; osf4* | osf5*) if test "$GCC" = yes; then hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' else # Both cc and cxx compiler support -rpath directly hardcode_libdir_flag_spec='-rpath $libdir' fi hardcode_libdir_separator=: ;; sco3.2v5*) ;; solaris*) hardcode_libdir_flag_spec='-R$libdir' ;; sunos4*) hardcode_libdir_flag_spec='-L$libdir' hardcode_direct=yes hardcode_minus_L=yes ;; sysv4) case $host_vendor in sni) hardcode_direct=yes # is this really true??? ;; siemens) hardcode_direct=no ;; motorola) hardcode_direct=no #Motorola manual says yes, but my tests say they lie ;; esac ;; sysv4.3*) ;; sysv4*MP*) if test -d /usr/nec; then ld_shlibs=yes fi ;; sysv4.2uw2*) hardcode_direct=yes hardcode_minus_L=no ;; sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[78]* | unixware7*) ;; sysv5*) hardcode_libdir_flag_spec= ;; uts4*) hardcode_libdir_flag_spec='-L$libdir' ;; *) ld_shlibs=no ;; esac fi # Check dynamic linker characteristics # Code taken from libtool.m4's AC_LIBTOOL_SYS_DYNAMIC_LINKER. libname_spec='lib$name' case "$host_os" in aix3*) ;; aix4* | aix5*) ;; amigaos*) ;; beos*) ;; bsdi[45]*) ;; cygwin* | mingw* | pw32*) shrext=.dll ;; darwin* | rhapsody*) shrext=.dylib ;; dgux*) ;; freebsd1*) ;; kfreebsd*-gnu) ;; freebsd*) ;; gnu*) ;; hpux9* | hpux10* | hpux11*) case "$host_cpu" in ia64*) shrext=.so ;; hppa*64*) shrext=.sl ;; *) shrext=.sl ;; esac ;; irix5* | irix6* | nonstopux*) case "$host_os" in irix5* | nonstopux*) libsuff= shlibsuff= ;; *) case $LD in *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") libsuff= shlibsuff= ;; *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 ;; *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") libsuff=64 shlibsuff=64 ;; *) libsuff= shlibsuff= ;; esac ;; esac ;; linux*oldld* | linux*aout* | linux*coff*) ;; linux*) ;; knetbsd*-gnu) ;; netbsd*) ;; newsos6) ;; nto-qnx*) ;; openbsd*) ;; os2*) libname_spec='$name' shrext=.dll ;; osf3* | osf4* | osf5*) ;; sco3.2v5*) ;; solaris*) ;; sunos4*) ;; sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) ;; sysv4*MP*) ;; uts4*) ;; esac sed_quote_subst='s/\(["`$\\]\)/\\\1/g' escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"` shlibext=`echo "$shrext" | sed -e 's,^\.,,'` escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"` LC_ALL=C sed -e 's/^\([a-zA-Z0-9_]*\)=/acl_cv_\1=/' <. # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that # program. This Exception is an additional permission under section 7 # of the GNU General Public License, version 3 ("GPLv3"). # Please send patches to . # # Configuration subroutine to validate and canonicalize a configuration type. # Supply the specified configuration type as an argument. # If it is invalid, we print an error message on stderr and exit with code 1. # Otherwise, we print the canonical config type on stdout and succeed. # You can get the latest version of this script from: # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub # This file is supposed to be the same for all GNU packages # and recognize all the CPU types, system types and aliases # that are meaningful with *any* GNU software. # Each package is responsible for reporting which valid configurations # it does not support. The user should be able to distinguish # a failure to support a valid configuration from a meaningless # configuration. # The goal of this file is to map all the various variations of a given # machine specification into a single specification in the form: # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM # or in some cases, the newer four-part form: # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM # It is wrong to echo any other type of specification. me=`echo "$0" | sed -e 's,.*/,,'` usage="\ Usage: $0 [OPTION] CPU-MFR-OPSYS or ALIAS Canonicalize a configuration name. Operation modes: -h, --help print this help, then exit -t, --time-stamp print date of last modification, then exit -v, --version print version number, then exit Report bugs and patches to ." version="\ GNU config.sub ($timestamp) Copyright 1992-2016 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." help=" Try \`$me --help' for more information." # Parse command line while test $# -gt 0 ; do case $1 in --time-stamp | --time* | -t ) echo "$timestamp" ; exit ;; --version | -v ) echo "$version" ; exit ;; --help | --h* | -h ) echo "$usage"; exit ;; -- ) # Stop option processing shift; break ;; - ) # Use stdin as input. break ;; -* ) echo "$me: invalid option $1$help" exit 1 ;; *local*) # First pass through any local machine types. echo $1 exit ;; * ) break ;; esac done case $# in 0) echo "$me: missing argument$help" >&2 exit 1;; 1) ;; *) echo "$me: too many arguments$help" >&2 exit 1;; esac # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). # Here we must recognize all the valid KERNEL-OS combinations. maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` case $maybe_os in nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ knetbsd*-gnu* | netbsd*-gnu* | netbsd*-eabi* | \ kopensolaris*-gnu* | cloudabi*-eabi* | \ storm-chaos* | os2-emx* | rtmk-nova*) os=-$maybe_os basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` ;; android-linux) os=-linux-android basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown ;; *) basic_machine=`echo $1 | sed 's/-[^-]*$//'` if [ $basic_machine != $1 ] then os=`echo $1 | sed 's/.*-/-/'` else os=; fi ;; esac ### Let's recognize common machines as not being operating systems so ### that things like config.sub decstation-3100 work. We also ### recognize some manufacturers as not being operating systems, so we ### can provide default operating systems below. case $os in -sun*os*) # Prevent following clause from handling this invalid input. ;; -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \ -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \ -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ -apple | -axis | -knuth | -cray | -microblaze*) os= basic_machine=$1 ;; -bluegene*) os=-cnk ;; -sim | -cisco | -oki | -wec | -winbond) os= basic_machine=$1 ;; -scout) ;; -wrs) os=-vxworks basic_machine=$1 ;; -chorusos*) os=-chorusos basic_machine=$1 ;; -chorusrdb) os=-chorusrdb basic_machine=$1 ;; -hiux*) os=-hiuxwe2 ;; -sco6) os=-sco5v6 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco5) os=-sco3.2v5 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco4) os=-sco3.2v4 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco3.2.[4-9]*) os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco3.2v[4-9]*) # Don't forget version if it is 3.2v4 or newer. basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco5v6*) # Don't forget version if it is 3.2v4 or newer. basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco*) os=-sco3.2v2 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -udk*) basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -isc) os=-isc2.2 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -clix*) basic_machine=clipper-intergraph ;; -isc*) basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -lynx*178) os=-lynxos178 ;; -lynx*5) os=-lynxos5 ;; -lynx*) os=-lynxos ;; -ptx*) basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` ;; -windowsnt*) os=`echo $os | sed -e 's/windowsnt/winnt/'` ;; -psos*) os=-psos ;; -mint | -mint[0-9]*) basic_machine=m68k-atari os=-mint ;; esac # Decode aliases for certain CPU-COMPANY combinations. case $basic_machine in # Recognize the basic CPU types without company name. # Some are omitted here because they have special meanings below. 1750a | 580 \ | a29k \ | aarch64 | aarch64_be \ | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ | am33_2.0 \ | arc | arceb \ | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \ | avr | avr32 \ | ba \ | be32 | be64 \ | bfin \ | c4x | c8051 | clipper \ | d10v | d30v | dlx | dsp16xx \ | e2k | epiphany \ | fido | fr30 | frv | ft32 \ | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ | hexagon \ | i370 | i860 | i960 | ia64 \ | ip2k | iq2000 \ | k1om \ | le32 | le64 \ | lm32 \ | m32c | m32r | m32rle | m68000 | m68k | m88k \ | maxq | mb | microblaze | microblazeel | mcore | mep | metag \ | mips | mipsbe | mipseb | mipsel | mipsle \ | mips16 \ | mips64 | mips64el \ | mips64octeon | mips64octeonel \ | mips64orion | mips64orionel \ | mips64r5900 | mips64r5900el \ | mips64vr | mips64vrel \ | mips64vr4100 | mips64vr4100el \ | mips64vr4300 | mips64vr4300el \ | mips64vr5000 | mips64vr5000el \ | mips64vr5900 | mips64vr5900el \ | mipsisa32 | mipsisa32el \ | mipsisa32r2 | mipsisa32r2el \ | mipsisa32r6 | mipsisa32r6el \ | mipsisa64 | mipsisa64el \ | mipsisa64r2 | mipsisa64r2el \ | mipsisa64r6 | mipsisa64r6el \ | mipsisa64sb1 | mipsisa64sb1el \ | mipsisa64sr71k | mipsisa64sr71kel \ | mipsr5900 | mipsr5900el \ | mipstx39 | mipstx39el \ | mn10200 | mn10300 \ | moxie \ | mt \ | msp430 \ | nds32 | nds32le | nds32be \ | nios | nios2 | nios2eb | nios2el \ | ns16k | ns32k \ | open8 | or1k | or1knd | or32 \ | pdp10 | pdp11 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle \ | pyramid \ | riscv32 | riscv64 \ | rl78 | rx \ | score \ | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[234]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ | sh64 | sh64le \ | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ | spu \ | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \ | ubicom32 \ | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \ | visium \ | we32k \ | x86 | xc16x | xstormy16 | xtensa \ | z8k | z80) basic_machine=$basic_machine-unknown ;; c54x) basic_machine=tic54x-unknown ;; c55x) basic_machine=tic55x-unknown ;; c6x) basic_machine=tic6x-unknown ;; leon|leon[3-9]) basic_machine=sparc-$basic_machine ;; m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | nvptx | picochip) basic_machine=$basic_machine-unknown os=-none ;; m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) ;; ms1) basic_machine=mt-unknown ;; strongarm | thumb | xscale) basic_machine=arm-unknown ;; xgate) basic_machine=$basic_machine-unknown os=-none ;; xscaleeb) basic_machine=armeb-unknown ;; xscaleel) basic_machine=armel-unknown ;; # We use `pc' rather than `unknown' # because (1) that's what they normally are, and # (2) the word "unknown" tends to confuse beginning users. i*86 | x86_64) basic_machine=$basic_machine-pc ;; # Object if more than one company name word. *-*-*) echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 exit 1 ;; # Recognize the basic CPU types with company name. 580-* \ | a29k-* \ | aarch64-* | aarch64_be-* \ | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ | alphapca5[67]-* | alpha64pca5[67]-* | arc-* | arceb-* \ | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ | avr-* | avr32-* \ | ba-* \ | be32-* | be64-* \ | bfin-* | bs2000-* \ | c[123]* | c30-* | [cjt]90-* | c4x-* \ | c8051-* | clipper-* | craynv-* | cydra-* \ | d10v-* | d30v-* | dlx-* \ | e2k-* | elxsi-* \ | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ | h8300-* | h8500-* \ | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ | hexagon-* \ | i*86-* | i860-* | i960-* | ia64-* \ | ip2k-* | iq2000-* \ | k1om-* \ | le32-* | le64-* \ | lm32-* \ | m32c-* | m32r-* | m32rle-* \ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \ | microblaze-* | microblazeel-* \ | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ | mips16-* \ | mips64-* | mips64el-* \ | mips64octeon-* | mips64octeonel-* \ | mips64orion-* | mips64orionel-* \ | mips64r5900-* | mips64r5900el-* \ | mips64vr-* | mips64vrel-* \ | mips64vr4100-* | mips64vr4100el-* \ | mips64vr4300-* | mips64vr4300el-* \ | mips64vr5000-* | mips64vr5000el-* \ | mips64vr5900-* | mips64vr5900el-* \ | mipsisa32-* | mipsisa32el-* \ | mipsisa32r2-* | mipsisa32r2el-* \ | mipsisa32r6-* | mipsisa32r6el-* \ | mipsisa64-* | mipsisa64el-* \ | mipsisa64r2-* | mipsisa64r2el-* \ | mipsisa64r6-* | mipsisa64r6el-* \ | mipsisa64sb1-* | mipsisa64sb1el-* \ | mipsisa64sr71k-* | mipsisa64sr71kel-* \ | mipsr5900-* | mipsr5900el-* \ | mipstx39-* | mipstx39el-* \ | mmix-* \ | mt-* \ | msp430-* \ | nds32-* | nds32le-* | nds32be-* \ | nios-* | nios2-* | nios2eb-* | nios2el-* \ | none-* | np1-* | ns16k-* | ns32k-* \ | open8-* \ | or1k*-* \ | orion-* \ | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \ | pyramid-* \ | riscv32-* | riscv64-* \ | rl78-* | romp-* | rs6000-* | rx-* \ | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ | sparclite-* \ | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx*-* \ | tahoe-* \ | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ | tile*-* \ | tron-* \ | ubicom32-* \ | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \ | vax-* \ | visium-* \ | we32k-* \ | x86-* | x86_64-* | xc16x-* | xps100-* \ | xstormy16-* | xtensa*-* \ | ymp-* \ | z8k-* | z80-*) ;; # Recognize the basic CPU types without company name, with glob match. xtensa*) basic_machine=$basic_machine-unknown ;; # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. 386bsd) basic_machine=i386-unknown os=-bsd ;; 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) basic_machine=m68000-att ;; 3b*) basic_machine=we32k-att ;; a29khif) basic_machine=a29k-amd os=-udi ;; abacus) basic_machine=abacus-unknown ;; adobe68k) basic_machine=m68010-adobe os=-scout ;; alliant | fx80) basic_machine=fx80-alliant ;; altos | altos3068) basic_machine=m68k-altos ;; am29k) basic_machine=a29k-none os=-bsd ;; amd64) basic_machine=x86_64-pc ;; amd64-*) basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` ;; amdahl) basic_machine=580-amdahl os=-sysv ;; amiga | amiga-*) basic_machine=m68k-unknown ;; amigaos | amigados) basic_machine=m68k-unknown os=-amigaos ;; amigaunix | amix) basic_machine=m68k-unknown os=-sysv4 ;; apollo68) basic_machine=m68k-apollo os=-sysv ;; apollo68bsd) basic_machine=m68k-apollo os=-bsd ;; aros) basic_machine=i386-pc os=-aros ;; asmjs) basic_machine=asmjs-unknown ;; aux) basic_machine=m68k-apple os=-aux ;; balance) basic_machine=ns32k-sequent os=-dynix ;; blackfin) basic_machine=bfin-unknown os=-linux ;; blackfin-*) basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` os=-linux ;; bluegene*) basic_machine=powerpc-ibm os=-cnk ;; c54x-*) basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'` ;; c55x-*) basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'` ;; c6x-*) basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'` ;; c90) basic_machine=c90-cray os=-unicos ;; cegcc) basic_machine=arm-unknown os=-cegcc ;; convex-c1) basic_machine=c1-convex os=-bsd ;; convex-c2) basic_machine=c2-convex os=-bsd ;; convex-c32) basic_machine=c32-convex os=-bsd ;; convex-c34) basic_machine=c34-convex os=-bsd ;; convex-c38) basic_machine=c38-convex os=-bsd ;; cray | j90) basic_machine=j90-cray os=-unicos ;; craynv) basic_machine=craynv-cray os=-unicosmp ;; cr16 | cr16-*) basic_machine=cr16-unknown os=-elf ;; crds | unos) basic_machine=m68k-crds ;; crisv32 | crisv32-* | etraxfs*) basic_machine=crisv32-axis ;; cris | cris-* | etrax*) basic_machine=cris-axis ;; crx) basic_machine=crx-unknown os=-elf ;; da30 | da30-*) basic_machine=m68k-da30 ;; decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn) basic_machine=mips-dec ;; decsystem10* | dec10*) basic_machine=pdp10-dec os=-tops10 ;; decsystem20* | dec20*) basic_machine=pdp10-dec os=-tops20 ;; delta | 3300 | motorola-3300 | motorola-delta \ | 3300-motorola | delta-motorola) basic_machine=m68k-motorola ;; delta88) basic_machine=m88k-motorola os=-sysv3 ;; dicos) basic_machine=i686-pc os=-dicos ;; djgpp) basic_machine=i586-pc os=-msdosdjgpp ;; dpx20 | dpx20-*) basic_machine=rs6000-bull os=-bosx ;; dpx2* | dpx2*-bull) basic_machine=m68k-bull os=-sysv3 ;; e500v[12]) basic_machine=powerpc-unknown os=$os"spe" ;; e500v[12]-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` os=$os"spe" ;; ebmon29k) basic_machine=a29k-amd os=-ebmon ;; elxsi) basic_machine=elxsi-elxsi os=-bsd ;; encore | umax | mmax) basic_machine=ns32k-encore ;; es1800 | OSE68k | ose68k | ose | OSE) basic_machine=m68k-ericsson os=-ose ;; fx2800) basic_machine=i860-alliant ;; genix) basic_machine=ns32k-ns ;; gmicro) basic_machine=tron-gmicro os=-sysv ;; go32) basic_machine=i386-pc os=-go32 ;; h3050r* | hiux*) basic_machine=hppa1.1-hitachi os=-hiuxwe2 ;; h8300hms) basic_machine=h8300-hitachi os=-hms ;; h8300xray) basic_machine=h8300-hitachi os=-xray ;; h8500hms) basic_machine=h8500-hitachi os=-hms ;; harris) basic_machine=m88k-harris os=-sysv3 ;; hp300-*) basic_machine=m68k-hp ;; hp300bsd) basic_machine=m68k-hp os=-bsd ;; hp300hpux) basic_machine=m68k-hp os=-hpux ;; hp3k9[0-9][0-9] | hp9[0-9][0-9]) basic_machine=hppa1.0-hp ;; hp9k2[0-9][0-9] | hp9k31[0-9]) basic_machine=m68000-hp ;; hp9k3[2-9][0-9]) basic_machine=m68k-hp ;; hp9k6[0-9][0-9] | hp6[0-9][0-9]) basic_machine=hppa1.0-hp ;; hp9k7[0-79][0-9] | hp7[0-79][0-9]) basic_machine=hppa1.1-hp ;; hp9k78[0-9] | hp78[0-9]) # FIXME: really hppa2.0-hp basic_machine=hppa1.1-hp ;; hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893) # FIXME: really hppa2.0-hp basic_machine=hppa1.1-hp ;; hp9k8[0-9][13679] | hp8[0-9][13679]) basic_machine=hppa1.1-hp ;; hp9k8[0-9][0-9] | hp8[0-9][0-9]) basic_machine=hppa1.0-hp ;; hppa-next) os=-nextstep3 ;; hppaosf) basic_machine=hppa1.1-hp os=-osf ;; hppro) basic_machine=hppa1.1-hp os=-proelf ;; i370-ibm* | ibm*) basic_machine=i370-ibm ;; i*86v32) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-sysv32 ;; i*86v4*) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-sysv4 ;; i*86v) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-sysv ;; i*86sol2) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-solaris2 ;; i386mach) basic_machine=i386-mach os=-mach ;; i386-vsta | vsta) basic_machine=i386-unknown os=-vsta ;; iris | iris4d) basic_machine=mips-sgi case $os in -irix*) ;; *) os=-irix4 ;; esac ;; isi68 | isi) basic_machine=m68k-isi os=-sysv ;; leon-*|leon[3-9]-*) basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'` ;; m68knommu) basic_machine=m68k-unknown os=-linux ;; m68knommu-*) basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` os=-linux ;; m88k-omron*) basic_machine=m88k-omron ;; magnum | m3230) basic_machine=mips-mips os=-sysv ;; merlin) basic_machine=ns32k-utek os=-sysv ;; microblaze*) basic_machine=microblaze-xilinx ;; mingw64) basic_machine=x86_64-pc os=-mingw64 ;; mingw32) basic_machine=i686-pc os=-mingw32 ;; mingw32ce) basic_machine=arm-unknown os=-mingw32ce ;; miniframe) basic_machine=m68000-convergent ;; *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*) basic_machine=m68k-atari os=-mint ;; mips3*-*) basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` ;; mips3*) basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown ;; monitor) basic_machine=m68k-rom68k os=-coff ;; morphos) basic_machine=powerpc-unknown os=-morphos ;; moxiebox) basic_machine=moxie-unknown os=-moxiebox ;; msdos) basic_machine=i386-pc os=-msdos ;; ms1-*) basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` ;; msys) basic_machine=i686-pc os=-msys ;; mvs) basic_machine=i370-ibm os=-mvs ;; nacl) basic_machine=le32-unknown os=-nacl ;; ncr3000) basic_machine=i486-ncr os=-sysv4 ;; netbsd386) basic_machine=i386-unknown os=-netbsd ;; netwinder) basic_machine=armv4l-rebel os=-linux ;; news | news700 | news800 | news900) basic_machine=m68k-sony os=-newsos ;; news1000) basic_machine=m68030-sony os=-newsos ;; news-3600 | risc-news) basic_machine=mips-sony os=-newsos ;; necv70) basic_machine=v70-nec os=-sysv ;; next | m*-next ) basic_machine=m68k-next case $os in -nextstep* ) ;; -ns2*) os=-nextstep2 ;; *) os=-nextstep3 ;; esac ;; nh3000) basic_machine=m68k-harris os=-cxux ;; nh[45]000) basic_machine=m88k-harris os=-cxux ;; nindy960) basic_machine=i960-intel os=-nindy ;; mon960) basic_machine=i960-intel os=-mon960 ;; nonstopux) basic_machine=mips-compaq os=-nonstopux ;; np1) basic_machine=np1-gould ;; neo-tandem) basic_machine=neo-tandem ;; nse-tandem) basic_machine=nse-tandem ;; nsr-tandem) basic_machine=nsr-tandem ;; op50n-* | op60c-*) basic_machine=hppa1.1-oki os=-proelf ;; openrisc | openrisc-*) basic_machine=or32-unknown ;; os400) basic_machine=powerpc-ibm os=-os400 ;; OSE68000 | ose68000) basic_machine=m68000-ericsson os=-ose ;; os68k) basic_machine=m68k-none os=-os68k ;; pa-hitachi) basic_machine=hppa1.1-hitachi os=-hiuxwe2 ;; paragon) basic_machine=i860-intel os=-osf ;; parisc) basic_machine=hppa-unknown os=-linux ;; parisc-*) basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` os=-linux ;; pbd) basic_machine=sparc-tti ;; pbb) basic_machine=m68k-tti ;; pc532 | pc532-*) basic_machine=ns32k-pc532 ;; pc98) basic_machine=i386-pc ;; pc98-*) basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentium | p5 | k5 | k6 | nexgen | viac3) basic_machine=i586-pc ;; pentiumpro | p6 | 6x86 | athlon | athlon_*) basic_machine=i686-pc ;; pentiumii | pentium2 | pentiumiii | pentium3) basic_machine=i686-pc ;; pentium4) basic_machine=i786-pc ;; pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentiumpro-* | p6-* | 6x86-* | athlon-*) basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentium4-*) basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pn) basic_machine=pn-gould ;; power) basic_machine=power-ibm ;; ppc | ppcbe) basic_machine=powerpc-unknown ;; ppc-* | ppcbe-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ppcle | powerpclittle) basic_machine=powerpcle-unknown ;; ppcle-* | powerpclittle-*) basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ppc64) basic_machine=powerpc64-unknown ;; ppc64-* | ppc64p7-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ppc64le | powerpc64little) basic_machine=powerpc64le-unknown ;; ppc64le-* | powerpc64little-*) basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ps2) basic_machine=i386-ibm ;; pw32) basic_machine=i586-unknown os=-pw32 ;; rdos | rdos64) basic_machine=x86_64-pc os=-rdos ;; rdos32) basic_machine=i386-pc os=-rdos ;; rom68k) basic_machine=m68k-rom68k os=-coff ;; rm[46]00) basic_machine=mips-siemens ;; rtpc | rtpc-*) basic_machine=romp-ibm ;; s390 | s390-*) basic_machine=s390-ibm ;; s390x | s390x-*) basic_machine=s390x-ibm ;; sa29200) basic_machine=a29k-amd os=-udi ;; sb1) basic_machine=mipsisa64sb1-unknown ;; sb1el) basic_machine=mipsisa64sb1el-unknown ;; sde) basic_machine=mipsisa32-sde os=-elf ;; sei) basic_machine=mips-sei os=-seiux ;; sequent) basic_machine=i386-sequent ;; sh) basic_machine=sh-hitachi os=-hms ;; sh5el) basic_machine=sh5le-unknown ;; sh64) basic_machine=sh64-unknown ;; sparclite-wrs | simso-wrs) basic_machine=sparclite-wrs os=-vxworks ;; sps7) basic_machine=m68k-bull os=-sysv2 ;; spur) basic_machine=spur-unknown ;; st2000) basic_machine=m68k-tandem ;; stratus) basic_machine=i860-stratus os=-sysv4 ;; strongarm-* | thumb-*) basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'` ;; sun2) basic_machine=m68000-sun ;; sun2os3) basic_machine=m68000-sun os=-sunos3 ;; sun2os4) basic_machine=m68000-sun os=-sunos4 ;; sun3os3) basic_machine=m68k-sun os=-sunos3 ;; sun3os4) basic_machine=m68k-sun os=-sunos4 ;; sun4os3) basic_machine=sparc-sun os=-sunos3 ;; sun4os4) basic_machine=sparc-sun os=-sunos4 ;; sun4sol2) basic_machine=sparc-sun os=-solaris2 ;; sun3 | sun3-*) basic_machine=m68k-sun ;; sun4) basic_machine=sparc-sun ;; sun386 | sun386i | roadrunner) basic_machine=i386-sun ;; sv1) basic_machine=sv1-cray os=-unicos ;; symmetry) basic_machine=i386-sequent os=-dynix ;; t3e) basic_machine=alphaev5-cray os=-unicos ;; t90) basic_machine=t90-cray os=-unicos ;; tile*) basic_machine=$basic_machine-unknown os=-linux-gnu ;; tx39) basic_machine=mipstx39-unknown ;; tx39el) basic_machine=mipstx39el-unknown ;; toad1) basic_machine=pdp10-xkl os=-tops20 ;; tower | tower-32) basic_machine=m68k-ncr ;; tpf) basic_machine=s390x-ibm os=-tpf ;; udi29k) basic_machine=a29k-amd os=-udi ;; ultra3) basic_machine=a29k-nyu os=-sym1 ;; v810 | necv810) basic_machine=v810-nec os=-none ;; vaxv) basic_machine=vax-dec os=-sysv ;; vms) basic_machine=vax-dec os=-vms ;; vpp*|vx|vx-*) basic_machine=f301-fujitsu ;; vxworks960) basic_machine=i960-wrs os=-vxworks ;; vxworks68) basic_machine=m68k-wrs os=-vxworks ;; vxworks29k) basic_machine=a29k-wrs os=-vxworks ;; w65*) basic_machine=w65-wdc os=-none ;; w89k-*) basic_machine=hppa1.1-winbond os=-proelf ;; xbox) basic_machine=i686-pc os=-mingw32 ;; xps | xps100) basic_machine=xps100-honeywell ;; xscale-* | xscalee[bl]-*) basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'` ;; ymp) basic_machine=ymp-cray os=-unicos ;; z8k-*-coff) basic_machine=z8k-unknown os=-sim ;; z80-*-coff) basic_machine=z80-unknown os=-sim ;; none) basic_machine=none-none os=-none ;; # Here we handle the default manufacturer of certain CPU types. It is in # some cases the only manufacturer, in others, it is the most popular. w89k) basic_machine=hppa1.1-winbond ;; op50n) basic_machine=hppa1.1-oki ;; op60c) basic_machine=hppa1.1-oki ;; romp) basic_machine=romp-ibm ;; mmix) basic_machine=mmix-knuth ;; rs6000) basic_machine=rs6000-ibm ;; vax) basic_machine=vax-dec ;; pdp10) # there are many clones, so DEC is not a safe bet basic_machine=pdp10-unknown ;; pdp11) basic_machine=pdp11-dec ;; we32k) basic_machine=we32k-att ;; sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele) basic_machine=sh-unknown ;; sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v) basic_machine=sparc-sun ;; cydra) basic_machine=cydra-cydrome ;; orion) basic_machine=orion-highlevel ;; orion105) basic_machine=clipper-highlevel ;; mac | mpw | mac-mpw) basic_machine=m68k-apple ;; pmac | pmac-mpw) basic_machine=powerpc-apple ;; *-unknown) # Make sure to match an already-canonicalized machine name. ;; *) echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 exit 1 ;; esac # Here we canonicalize certain aliases for manufacturers. case $basic_machine in *-digital*) basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` ;; *-commodore*) basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` ;; *) ;; esac # Decode manufacturer-specific aliases for certain operating systems. if [ x"$os" != x"" ] then case $os in # First match some system type aliases # that might get confused with valid system types. # -solaris* is a basic system type, with this one exception. -auroraux) os=-auroraux ;; -solaris1 | -solaris1.*) os=`echo $os | sed -e 's|solaris1|sunos4|'` ;; -solaris) os=-solaris2 ;; -svr4*) os=-sysv4 ;; -unixware*) os=-sysv4.2uw ;; -gnu/linux*) os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` ;; # First accept the basic system types. # The portable systems comes first. # Each alternative MUST END IN A *, to match a version number. # -sysv* is not here because it comes later, after sysvr4. -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\ | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \ | -sym* | -kopensolaris* | -plan9* \ | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ | -aos* | -aros* | -cloudabi* | -sortix* \ | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ | -bitrig* | -openbsd* | -solidbsd* | -libertybsd* \ | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ | -chorusos* | -chorusrdb* | -cegcc* \ | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ | -midipix* | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \ | -linux-newlib* | -linux-musl* | -linux-uclibc* \ | -uxpv* | -beos* | -mpeix* | -udk* | -moxiebox* \ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* \ | -onefs* | -tirtos* | -phoenix*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) case $basic_machine in x86-* | i*86-*) ;; *) os=-nto$os ;; esac ;; -nto-qnx*) ;; -nto*) os=`echo $os | sed -e 's|nto|nto-qnx|'` ;; -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \ | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*) ;; -mac*) os=`echo $os | sed -e 's|mac|macos|'` ;; -linux-dietlibc) os=-linux-dietlibc ;; -linux*) os=`echo $os | sed -e 's|linux|linux-gnu|'` ;; -sunos5*) os=`echo $os | sed -e 's|sunos5|solaris2|'` ;; -sunos6*) os=`echo $os | sed -e 's|sunos6|solaris3|'` ;; -opened*) os=-openedition ;; -os400*) os=-os400 ;; -wince*) os=-wince ;; -osfrose*) os=-osfrose ;; -osf*) os=-osf ;; -utek*) os=-bsd ;; -dynix*) os=-bsd ;; -acis*) os=-aos ;; -atheos*) os=-atheos ;; -syllable*) os=-syllable ;; -386bsd) os=-bsd ;; -ctix* | -uts*) os=-sysv ;; -nova*) os=-rtmk-nova ;; -ns2 ) os=-nextstep2 ;; -nsk*) os=-nsk ;; # Preserve the version number of sinix5. -sinix5.*) os=`echo $os | sed -e 's|sinix|sysv|'` ;; -sinix*) os=-sysv4 ;; -tpf*) os=-tpf ;; -triton*) os=-sysv3 ;; -oss*) os=-sysv3 ;; -svr4) os=-sysv4 ;; -svr3) os=-sysv3 ;; -sysvr4) os=-sysv4 ;; # This must come after -sysvr4. -sysv*) ;; -ose*) os=-ose ;; -es1800*) os=-ose ;; -xenix) os=-xenix ;; -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) os=-mint ;; -aros*) os=-aros ;; -zvmoe) os=-zvmoe ;; -dicos*) os=-dicos ;; -nacl*) ;; -ios) ;; -none) ;; *) # Get rid of the `-' at the beginning of $os. os=`echo $os | sed 's/[^-]*-//'` echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 exit 1 ;; esac else # Here we handle the default operating systems that come with various machines. # The value should be what the vendor currently ships out the door with their # machine or put another way, the most popular os provided with the machine. # Note that if you're going to try to match "-MANUFACTURER" here (say, # "-sun"), then you have to tell the case statement up towards the top # that MANUFACTURER isn't an operating system. Otherwise, code above # will signal an error saying that MANUFACTURER isn't an operating # system, and we'll never get to this point. case $basic_machine in score-*) os=-elf ;; spu-*) os=-elf ;; *-acorn) os=-riscix1.2 ;; arm*-rebel) os=-linux ;; arm*-semi) os=-aout ;; c4x-* | tic4x-*) os=-coff ;; c8051-*) os=-elf ;; hexagon-*) os=-elf ;; tic54x-*) os=-coff ;; tic55x-*) os=-coff ;; tic6x-*) os=-coff ;; # This must come before the *-dec entry. pdp10-*) os=-tops20 ;; pdp11-*) os=-none ;; *-dec | vax-*) os=-ultrix4.2 ;; m68*-apollo) os=-domain ;; i386-sun) os=-sunos4.0.2 ;; m68000-sun) os=-sunos3 ;; m68*-cisco) os=-aout ;; mep-*) os=-elf ;; mips*-cisco) os=-elf ;; mips*-*) os=-elf ;; or32-*) os=-coff ;; *-tti) # must be before sparc entry or we get the wrong os. os=-sysv3 ;; sparc-* | *-sun) os=-sunos4.1.1 ;; *-be) os=-beos ;; *-haiku) os=-haiku ;; *-ibm) os=-aix ;; *-knuth) os=-mmixware ;; *-wec) os=-proelf ;; *-winbond) os=-proelf ;; *-oki) os=-proelf ;; *-hp) os=-hpux ;; *-hitachi) os=-hiux ;; i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent) os=-sysv ;; *-cbm) os=-amigaos ;; *-dg) os=-dgux ;; *-dolphin) os=-sysv3 ;; m68k-ccur) os=-rtu ;; m88k-omron*) os=-luna ;; *-next ) os=-nextstep ;; *-sequent) os=-ptx ;; *-crds) os=-unos ;; *-ns) os=-genix ;; i370-*) os=-mvs ;; *-next) os=-nextstep3 ;; *-gould) os=-sysv ;; *-highlevel) os=-bsd ;; *-encore) os=-bsd ;; *-sgi) os=-irix ;; *-siemens) os=-sysv4 ;; *-masscomp) os=-rtu ;; f30[01]-fujitsu | f700-fujitsu) os=-uxpv ;; *-rom68k) os=-coff ;; *-*bug) os=-coff ;; *-apple) os=-macos ;; *-atari*) os=-mint ;; *) os=-none ;; esac fi # Here we handle the case where we know the os, and the CPU type, but not the # manufacturer. We pick the logical manufacturer. vendor=unknown case $basic_machine in *-unknown) case $os in -riscix*) vendor=acorn ;; -sunos*) vendor=sun ;; -cnk*|-aix*) vendor=ibm ;; -beos*) vendor=be ;; -hpux*) vendor=hp ;; -mpeix*) vendor=hp ;; -hiux*) vendor=hitachi ;; -unos*) vendor=crds ;; -dgux*) vendor=dg ;; -luna*) vendor=omron ;; -genix*) vendor=ns ;; -mvs* | -opened*) vendor=ibm ;; -os400*) vendor=ibm ;; -ptx*) vendor=sequent ;; -tpf*) vendor=ibm ;; -vxsim* | -vxworks* | -windiss*) vendor=wrs ;; -aux*) vendor=apple ;; -hms*) vendor=hitachi ;; -mpw* | -macos*) vendor=apple ;; -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) vendor=atari ;; -vos*) vendor=stratus ;; esac basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` ;; esac echo $basic_machine$os exit # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "timestamp='" # time-stamp-format: "%:y-%02m-%02d" # time-stamp-end: "'" # End: xdg-user-dirs-0.17/depcomp0000755000175000000120000005601613146502175012436 00000000000000#! /bin/sh # depcomp - compile a program generating dependencies as side-effects scriptversion=2013-05-30.07; # UTC # Copyright (C) 1999-2014 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # Originally written by Alexandre Oliva . case $1 in '') echo "$0: No command. Try '$0 --help' for more information." 1>&2 exit 1; ;; -h | --h*) cat <<\EOF Usage: depcomp [--help] [--version] PROGRAM [ARGS] Run PROGRAMS ARGS to compile a file, generating dependencies as side-effects. Environment variables: depmode Dependency tracking mode. source Source file read by 'PROGRAMS ARGS'. object Object file output by 'PROGRAMS ARGS'. DEPDIR directory where to store dependencies. depfile Dependency file to output. tmpdepfile Temporary file to use when outputting dependencies. libtool Whether libtool is used (yes/no). Report bugs to . EOF exit $? ;; -v | --v*) echo "depcomp $scriptversion" exit $? ;; esac # Get the directory component of the given path, and save it in the # global variables '$dir'. Note that this directory component will # be either empty or ending with a '/' character. This is deliberate. set_dir_from () { case $1 in */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;; *) dir=;; esac } # Get the suffix-stripped basename of the given path, and save it the # global variable '$base'. set_base_from () { base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` } # If no dependency file was actually created by the compiler invocation, # we still have to create a dummy depfile, to avoid errors with the # Makefile "include basename.Plo" scheme. make_dummy_depfile () { echo "#dummy" > "$depfile" } # Factor out some common post-processing of the generated depfile. # Requires the auxiliary global variable '$tmpdepfile' to be set. aix_post_process_depfile () { # If the compiler actually managed to produce a dependency file, # post-process it. if test -f "$tmpdepfile"; then # Each line is of the form 'foo.o: dependency.h'. # Do two passes, one to just change these to # $object: dependency.h # and one to simply output # dependency.h: # which is needed to avoid the deleted-header problem. { sed -e "s,^.*\.[$lower]*:,$object:," < "$tmpdepfile" sed -e "s,^.*\.[$lower]*:[$tab ]*,," -e 's,$,:,' < "$tmpdepfile" } > "$depfile" rm -f "$tmpdepfile" else make_dummy_depfile fi } # A tabulation character. tab=' ' # A newline character. nl=' ' # Character ranges might be problematic outside the C locale. # These definitions help. upper=ABCDEFGHIJKLMNOPQRSTUVWXYZ lower=abcdefghijklmnopqrstuvwxyz digits=0123456789 alpha=${upper}${lower} if test -z "$depmode" || test -z "$source" || test -z "$object"; then echo "depcomp: Variables source, object and depmode must be set" 1>&2 exit 1 fi # Dependencies for sub/bar.o or sub/bar.obj go into sub/.deps/bar.Po. depfile=${depfile-`echo "$object" | sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} rm -f "$tmpdepfile" # Avoid interferences from the environment. gccflag= dashmflag= # Some modes work just like other modes, but use different flags. We # parameterize here, but still list the modes in the big case below, # to make depend.m4 easier to write. Note that we *cannot* use a case # here, because this file can only contain one case statement. if test "$depmode" = hp; then # HP compiler uses -M and no extra arg. gccflag=-M depmode=gcc fi if test "$depmode" = dashXmstdout; then # This is just like dashmstdout with a different argument. dashmflag=-xM depmode=dashmstdout fi cygpath_u="cygpath -u -f -" if test "$depmode" = msvcmsys; then # This is just like msvisualcpp but w/o cygpath translation. # Just convert the backslash-escaped backslashes to single forward # slashes to satisfy depend.m4 cygpath_u='sed s,\\\\,/,g' depmode=msvisualcpp fi if test "$depmode" = msvc7msys; then # This is just like msvc7 but w/o cygpath translation. # Just convert the backslash-escaped backslashes to single forward # slashes to satisfy depend.m4 cygpath_u='sed s,\\\\,/,g' depmode=msvc7 fi if test "$depmode" = xlc; then # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency information. gccflag=-qmakedep=gcc,-MF depmode=gcc fi case "$depmode" in gcc3) ## gcc 3 implements dependency tracking that does exactly what ## we want. Yay! Note: for some reason libtool 1.4 doesn't like ## it if -MD -MP comes after the -MF stuff. Hmm. ## Unfortunately, FreeBSD c89 acceptance of flags depends upon ## the command line argument order; so add the flags where they ## appear in depend2.am. Note that the slowdown incurred here ## affects only configure: in makefiles, %FASTDEP% shortcuts this. for arg do case $arg in -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;; *) set fnord "$@" "$arg" ;; esac shift # fnord shift # $arg done "$@" stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi mv "$tmpdepfile" "$depfile" ;; gcc) ## Note that this doesn't just cater to obsosete pre-3.x GCC compilers. ## but also to in-use compilers like IMB xlc/xlC and the HP C compiler. ## (see the conditional assignment to $gccflag above). ## There are various ways to get dependency output from gcc. Here's ## why we pick this rather obscure method: ## - Don't want to use -MD because we'd like the dependencies to end ## up in a subdir. Having to rename by hand is ugly. ## (We might end up doing this anyway to support other compilers.) ## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like ## -MM, not -M (despite what the docs say). Also, it might not be ## supported by the other compilers which use the 'gcc' depmode. ## - Using -M directly means running the compiler twice (even worse ## than renaming). if test -z "$gccflag"; then gccflag=-MD, fi "$@" -Wp,"$gccflag$tmpdepfile" stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" echo "$object : \\" > "$depfile" # The second -e expression handles DOS-style file names with drive # letters. sed -e 's/^[^:]*: / /' \ -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile" ## This next piece of magic avoids the "deleted header file" problem. ## The problem is that when a header file which appears in a .P file ## is deleted, the dependency causes make to die (because there is ## typically no way to rebuild the header). We avoid this by adding ## dummy dependencies for each header file. Too bad gcc doesn't do ## this for us directly. ## Some versions of gcc put a space before the ':'. On the theory ## that the space means something, we add a space to the output as ## well. hp depmode also adds that space, but also prefixes the VPATH ## to the object. Take care to not repeat it in the output. ## Some versions of the HPUX 10.20 sed can't process this invocation ## correctly. Breaking it into two sed invocations is a workaround. tr ' ' "$nl" < "$tmpdepfile" \ | sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \ | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; hp) # This case exists only to let depend.m4 do its work. It works by # looking at the text of this script. This case will never be run, # since it is checked for above. exit 1 ;; sgi) if test "$libtool" = yes; then "$@" "-Wp,-MDupdate,$tmpdepfile" else "$@" -MDupdate "$tmpdepfile" fi stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files echo "$object : \\" > "$depfile" # Clip off the initial element (the dependent). Don't try to be # clever and replace this with sed code, as IRIX sed won't handle # lines with more than a fixed number of characters (4096 in # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines; # the IRIX cc adds comments like '#:fec' to the end of the # dependency line. tr ' ' "$nl" < "$tmpdepfile" \ | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' \ | tr "$nl" ' ' >> "$depfile" echo >> "$depfile" # The second pass generates a dummy entry for each header file. tr ' ' "$nl" < "$tmpdepfile" \ | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ >> "$depfile" else make_dummy_depfile fi rm -f "$tmpdepfile" ;; xlc) # This case exists only to let depend.m4 do its work. It works by # looking at the text of this script. This case will never be run, # since it is checked for above. exit 1 ;; aix) # The C for AIX Compiler uses -M and outputs the dependencies # in a .u file. In older versions, this file always lives in the # current directory. Also, the AIX compiler puts '$object:' at the # start of each line; $object doesn't have directory information. # Version 6 uses the directory in both cases. set_dir_from "$object" set_base_from "$object" if test "$libtool" = yes; then tmpdepfile1=$dir$base.u tmpdepfile2=$base.u tmpdepfile3=$dir.libs/$base.u "$@" -Wc,-M else tmpdepfile1=$dir$base.u tmpdepfile2=$dir$base.u tmpdepfile3=$dir$base.u "$@" -M fi stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" exit $stat fi for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" do test -f "$tmpdepfile" && break done aix_post_process_depfile ;; tcc) # tcc (Tiny C Compiler) understand '-MD -MF file' since version 0.9.26 # FIXME: That version still under development at the moment of writing. # Make that this statement remains true also for stable, released # versions. # It will wrap lines (doesn't matter whether long or short) with a # trailing '\', as in: # # foo.o : \ # foo.c \ # foo.h \ # # It will put a trailing '\' even on the last line, and will use leading # spaces rather than leading tabs (at least since its commit 0394caf7 # "Emit spaces for -MD"). "$@" -MD -MF "$tmpdepfile" stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" # Each non-empty line is of the form 'foo.o : \' or ' dep.h \'. # We have to change lines of the first kind to '$object: \'. sed -e "s|.*:|$object :|" < "$tmpdepfile" > "$depfile" # And for each line of the second kind, we have to emit a 'dep.h:' # dummy dependency, to avoid the deleted-header problem. sed -n -e 's|^ *\(.*\) *\\$|\1:|p' < "$tmpdepfile" >> "$depfile" rm -f "$tmpdepfile" ;; ## The order of this option in the case statement is important, since the ## shell code in configure will try each of these formats in the order ## listed in this file. A plain '-MD' option would be understood by many ## compilers, so we must ensure this comes after the gcc and icc options. pgcc) # Portland's C compiler understands '-MD'. # Will always output deps to 'file.d' where file is the root name of the # source file under compilation, even if file resides in a subdirectory. # The object file name does not affect the name of the '.d' file. # pgcc 10.2 will output # foo.o: sub/foo.c sub/foo.h # and will wrap long lines using '\' : # foo.o: sub/foo.c ... \ # sub/foo.h ... \ # ... set_dir_from "$object" # Use the source, not the object, to determine the base name, since # that's sadly what pgcc will do too. set_base_from "$source" tmpdepfile=$base.d # For projects that build the same source file twice into different object # files, the pgcc approach of using the *source* file root name can cause # problems in parallel builds. Use a locking strategy to avoid stomping on # the same $tmpdepfile. lockdir=$base.d-lock trap " echo '$0: caught signal, cleaning up...' >&2 rmdir '$lockdir' exit 1 " 1 2 13 15 numtries=100 i=$numtries while test $i -gt 0; do # mkdir is a portable test-and-set. if mkdir "$lockdir" 2>/dev/null; then # This process acquired the lock. "$@" -MD stat=$? # Release the lock. rmdir "$lockdir" break else # If the lock is being held by a different process, wait # until the winning process is done or we timeout. while test -d "$lockdir" && test $i -gt 0; do sleep 1 i=`expr $i - 1` done fi i=`expr $i - 1` done trap - 1 2 13 15 if test $i -le 0; then echo "$0: failed to acquire lock after $numtries attempts" >&2 echo "$0: check lockdir '$lockdir'" >&2 exit 1 fi if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" # Each line is of the form `foo.o: dependent.h', # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'. # Do two passes, one to just change these to # `$object: dependent.h' and one to simply `dependent.h:'. sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" # Some versions of the HPUX 10.20 sed can't process this invocation # correctly. Breaking it into two sed invocations is a workaround. sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" \ | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; hp2) # The "hp" stanza above does not work with aCC (C++) and HP's ia64 # compilers, which have integrated preprocessors. The correct option # to use with these is +Maked; it writes dependencies to a file named # 'foo.d', which lands next to the object file, wherever that # happens to be. # Much of this is similar to the tru64 case; see comments there. set_dir_from "$object" set_base_from "$object" if test "$libtool" = yes; then tmpdepfile1=$dir$base.d tmpdepfile2=$dir.libs/$base.d "$@" -Wc,+Maked else tmpdepfile1=$dir$base.d tmpdepfile2=$dir$base.d "$@" +Maked fi stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile1" "$tmpdepfile2" exit $stat fi for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" do test -f "$tmpdepfile" && break done if test -f "$tmpdepfile"; then sed -e "s,^.*\.[$lower]*:,$object:," "$tmpdepfile" > "$depfile" # Add 'dependent.h:' lines. sed -ne '2,${ s/^ *// s/ \\*$// s/$/:/ p }' "$tmpdepfile" >> "$depfile" else make_dummy_depfile fi rm -f "$tmpdepfile" "$tmpdepfile2" ;; tru64) # The Tru64 compiler uses -MD to generate dependencies as a side # effect. 'cc -MD -o foo.o ...' puts the dependencies into 'foo.o.d'. # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put # dependencies in 'foo.d' instead, so we check for that too. # Subdirectories are respected. set_dir_from "$object" set_base_from "$object" if test "$libtool" = yes; then # Libtool generates 2 separate objects for the 2 libraries. These # two compilations output dependencies in $dir.libs/$base.o.d and # in $dir$base.o.d. We have to check for both files, because # one of the two compilations can be disabled. We should prefer # $dir$base.o.d over $dir.libs/$base.o.d because the latter is # automatically cleaned when .libs/ is deleted, while ignoring # the former would cause a distcleancheck panic. tmpdepfile1=$dir$base.o.d # libtool 1.5 tmpdepfile2=$dir.libs/$base.o.d # Likewise. tmpdepfile3=$dir.libs/$base.d # Compaq CCC V6.2-504 "$@" -Wc,-MD else tmpdepfile1=$dir$base.d tmpdepfile2=$dir$base.d tmpdepfile3=$dir$base.d "$@" -MD fi stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" exit $stat fi for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" do test -f "$tmpdepfile" && break done # Same post-processing that is required for AIX mode. aix_post_process_depfile ;; msvc7) if test "$libtool" = yes; then showIncludes=-Wc,-showIncludes else showIncludes=-showIncludes fi "$@" $showIncludes > "$tmpdepfile" stat=$? grep -v '^Note: including file: ' "$tmpdepfile" if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" echo "$object : \\" > "$depfile" # The first sed program below extracts the file names and escapes # backslashes for cygpath. The second sed program outputs the file # name when reading, but also accumulates all include files in the # hold buffer in order to output them again at the end. This only # works with sed implementations that can handle large buffers. sed < "$tmpdepfile" -n ' /^Note: including file: *\(.*\)/ { s//\1/ s/\\/\\\\/g p }' | $cygpath_u | sort -u | sed -n ' s/ /\\ /g s/\(.*\)/'"$tab"'\1 \\/p s/.\(.*\) \\/\1:/ H $ { s/.*/'"$tab"'/ G p }' >> "$depfile" echo >> "$depfile" # make sure the fragment doesn't end with a backslash rm -f "$tmpdepfile" ;; msvc7msys) # This case exists only to let depend.m4 do its work. It works by # looking at the text of this script. This case will never be run, # since it is checked for above. exit 1 ;; #nosideeffect) # This comment above is used by automake to tell side-effect # dependency tracking mechanisms from slower ones. dashmstdout) # Important note: in order to support this mode, a compiler *must* # always write the preprocessed file to stdout, regardless of -o. "$@" || exit $? # Remove the call to Libtool. if test "$libtool" = yes; then while test "X$1" != 'X--mode=compile'; do shift done shift fi # Remove '-o $object'. IFS=" " for arg do case $arg in -o) shift ;; $object) shift ;; *) set fnord "$@" "$arg" shift # fnord shift # $arg ;; esac done test -z "$dashmflag" && dashmflag=-M # Require at least two characters before searching for ':' # in the target name. This is to cope with DOS-style filenames: # a dependency such as 'c:/foo/bar' could be seen as target 'c' otherwise. "$@" $dashmflag | sed "s|^[$tab ]*[^:$tab ][^:][^:]*:[$tab ]*|$object: |" > "$tmpdepfile" rm -f "$depfile" cat < "$tmpdepfile" > "$depfile" # Some versions of the HPUX 10.20 sed can't process this sed invocation # correctly. Breaking it into two sed invocations is a workaround. tr ' ' "$nl" < "$tmpdepfile" \ | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; dashXmstdout) # This case only exists to satisfy depend.m4. It is never actually # run, as this mode is specially recognized in the preamble. exit 1 ;; makedepend) "$@" || exit $? # Remove any Libtool call if test "$libtool" = yes; then while test "X$1" != 'X--mode=compile'; do shift done shift fi # X makedepend shift cleared=no eat=no for arg do case $cleared in no) set ""; shift cleared=yes ;; esac if test $eat = yes; then eat=no continue fi case "$arg" in -D*|-I*) set fnord "$@" "$arg"; shift ;; # Strip any option that makedepend may not understand. Remove # the object too, otherwise makedepend will parse it as a source file. -arch) eat=yes ;; -*|$object) ;; *) set fnord "$@" "$arg"; shift ;; esac done obj_suffix=`echo "$object" | sed 's/^.*\././'` touch "$tmpdepfile" ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@" rm -f "$depfile" # makedepend may prepend the VPATH from the source file name to the object. # No need to regex-escape $object, excess matching of '.' is harmless. sed "s|^.*\($object *:\)|\1|" "$tmpdepfile" > "$depfile" # Some versions of the HPUX 10.20 sed can't process the last invocation # correctly. Breaking it into two sed invocations is a workaround. sed '1,2d' "$tmpdepfile" \ | tr ' ' "$nl" \ | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" "$tmpdepfile".bak ;; cpp) # Important note: in order to support this mode, a compiler *must* # always write the preprocessed file to stdout. "$@" || exit $? # Remove the call to Libtool. if test "$libtool" = yes; then while test "X$1" != 'X--mode=compile'; do shift done shift fi # Remove '-o $object'. IFS=" " for arg do case $arg in -o) shift ;; $object) shift ;; *) set fnord "$@" "$arg" shift # fnord shift # $arg ;; esac done "$@" -E \ | sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ | sed '$ s: \\$::' > "$tmpdepfile" rm -f "$depfile" echo "$object : \\" > "$depfile" cat < "$tmpdepfile" >> "$depfile" sed < "$tmpdepfile" '/^$/d;s/^ //;s/ \\$//;s/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; msvisualcpp) # Important note: in order to support this mode, a compiler *must* # always write the preprocessed file to stdout. "$@" || exit $? # Remove the call to Libtool. if test "$libtool" = yes; then while test "X$1" != 'X--mode=compile'; do shift done shift fi IFS=" " for arg do case "$arg" in -o) shift ;; $object) shift ;; "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI") set fnord "$@" shift shift ;; *) set fnord "$@" "$arg" shift shift ;; esac done "$@" -E 2>/dev/null | sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::\1:p' | $cygpath_u | sort -u > "$tmpdepfile" rm -f "$depfile" echo "$object : \\" > "$depfile" sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::'"$tab"'\1 \\:p' >> "$depfile" echo "$tab" >> "$depfile" sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::\1\::p' >> "$depfile" rm -f "$tmpdepfile" ;; msvcmsys) # This case exists only to let depend.m4 do its work. It works by # looking at the text of this script. This case will never be run, # since it is checked for above. exit 1 ;; none) exec "$@" ;; *) echo "Unknown depmode $depmode" 1>&2 exit 1 ;; esac exit 0 # Local Variables: # mode: shell-script # sh-indentation: 2 # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC" # time-stamp-end: "; # UTC" # End: xdg-user-dirs-0.17/install-sh0000755000175000000120000003452313146502175013064 00000000000000#!/bin/sh # install - install a program, script, or datafile scriptversion=2013-12-25.23; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the # following copyright and license. # # Copyright (C) 1994 X Consortium # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to # deal in the Software without restriction, including without limitation the # rights to use, copy, modify, merge, publish, distribute, sublicense, and/or # sell copies of the Software, and to permit persons to whom the Software is # furnished to do so, subject to the following conditions: # # The above copyright notice and this permission notice shall be included in # all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE # X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN # AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- # TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # # Except as contained in this notice, the name of the X Consortium shall not # be used in advertising or otherwise to promote the sale, use or other deal- # ings in this Software without prior written authorization from the X Consor- # tium. # # # FSF changes to this file are in the public domain. # # Calling this script install-sh is preferred over install.sh, to prevent # 'make' implicit rules from creating a file called install from it # when there is no Makefile. # # This script is compatible with the BSD install script, but was written # from scratch. tab=' ' nl=' ' IFS=" $tab$nl" # Set DOITPROG to "echo" to test this script. doit=${DOITPROG-} doit_exec=${doit:-exec} # Put in absolute file names if you don't have them in your path; # or use environment vars. chgrpprog=${CHGRPPROG-chgrp} chmodprog=${CHMODPROG-chmod} chownprog=${CHOWNPROG-chown} cmpprog=${CMPPROG-cmp} cpprog=${CPPROG-cp} mkdirprog=${MKDIRPROG-mkdir} mvprog=${MVPROG-mv} rmprog=${RMPROG-rm} stripprog=${STRIPPROG-strip} posix_mkdir= # Desired mode of installed file. mode=0755 chgrpcmd= chmodcmd=$chmodprog chowncmd= mvcmd=$mvprog rmcmd="$rmprog -f" stripcmd= src= dst= dir_arg= dst_arg= copy_on_change=false is_target_a_directory=possibly usage="\ Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE or: $0 [OPTION]... SRCFILES... DIRECTORY or: $0 [OPTION]... -t DIRECTORY SRCFILES... or: $0 [OPTION]... -d DIRECTORIES... In the 1st form, copy SRCFILE to DSTFILE. In the 2nd and 3rd, copy all SRCFILES to DIRECTORY. In the 4th, create DIRECTORIES. Options: --help display this help and exit. --version display version info and exit. -c (ignored) -C install only if different (preserve the last data modification time) -d create directories instead of installing files. -g GROUP $chgrpprog installed files to GROUP. -m MODE $chmodprog installed files to MODE. -o USER $chownprog installed files to USER. -s $stripprog installed files. -t DIRECTORY install into DIRECTORY. -T report an error if DSTFILE is a directory. Environment variables override the default commands: CHGRPPROG CHMODPROG CHOWNPROG CMPPROG CPPROG MKDIRPROG MVPROG RMPROG STRIPPROG " while test $# -ne 0; do case $1 in -c) ;; -C) copy_on_change=true;; -d) dir_arg=true;; -g) chgrpcmd="$chgrpprog $2" shift;; --help) echo "$usage"; exit $?;; -m) mode=$2 case $mode in *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*) echo "$0: invalid mode: $mode" >&2 exit 1;; esac shift;; -o) chowncmd="$chownprog $2" shift;; -s) stripcmd=$stripprog;; -t) is_target_a_directory=always dst_arg=$2 # Protect names problematic for 'test' and other utilities. case $dst_arg in -* | [=\(\)!]) dst_arg=./$dst_arg;; esac shift;; -T) is_target_a_directory=never;; --version) echo "$0 $scriptversion"; exit $?;; --) shift break;; -*) echo "$0: invalid option: $1" >&2 exit 1;; *) break;; esac shift done # We allow the use of options -d and -T together, by making -d # take the precedence; this is for compatibility with GNU install. if test -n "$dir_arg"; then if test -n "$dst_arg"; then echo "$0: target directory not allowed when installing a directory." >&2 exit 1 fi fi if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then # When -d is used, all remaining arguments are directories to create. # When -t is used, the destination is already specified. # Otherwise, the last argument is the destination. Remove it from $@. for arg do if test -n "$dst_arg"; then # $@ is not empty: it contains at least $arg. set fnord "$@" "$dst_arg" shift # fnord fi shift # arg dst_arg=$arg # Protect names problematic for 'test' and other utilities. case $dst_arg in -* | [=\(\)!]) dst_arg=./$dst_arg;; esac done fi if test $# -eq 0; then if test -z "$dir_arg"; then echo "$0: no input file specified." >&2 exit 1 fi # It's OK to call 'install-sh -d' without argument. # This can happen when creating conditional directories. exit 0 fi if test -z "$dir_arg"; then if test $# -gt 1 || test "$is_target_a_directory" = always; then if test ! -d "$dst_arg"; then echo "$0: $dst_arg: Is not a directory." >&2 exit 1 fi fi fi if test -z "$dir_arg"; then do_exit='(exit $ret); exit $ret' trap "ret=129; $do_exit" 1 trap "ret=130; $do_exit" 2 trap "ret=141; $do_exit" 13 trap "ret=143; $do_exit" 15 # Set umask so as not to create temps with too-generous modes. # However, 'strip' requires both read and write access to temps. case $mode in # Optimize common cases. *644) cp_umask=133;; *755) cp_umask=22;; *[0-7]) if test -z "$stripcmd"; then u_plus_rw= else u_plus_rw='% 200' fi cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; *) if test -z "$stripcmd"; then u_plus_rw= else u_plus_rw=,u+rw fi cp_umask=$mode$u_plus_rw;; esac fi for src do # Protect names problematic for 'test' and other utilities. case $src in -* | [=\(\)!]) src=./$src;; esac if test -n "$dir_arg"; then dst=$src dstdir=$dst test -d "$dstdir" dstdir_status=$? else # Waiting for this to be detected by the "$cpprog $src $dsttmp" command # might cause directories to be created, which would be especially bad # if $src (and thus $dsttmp) contains '*'. if test ! -f "$src" && test ! -d "$src"; then echo "$0: $src does not exist." >&2 exit 1 fi if test -z "$dst_arg"; then echo "$0: no destination specified." >&2 exit 1 fi dst=$dst_arg # If destination is a directory, append the input filename; won't work # if double slashes aren't ignored. if test -d "$dst"; then if test "$is_target_a_directory" = never; then echo "$0: $dst_arg: Is a directory" >&2 exit 1 fi dstdir=$dst dst=$dstdir/`basename "$src"` dstdir_status=0 else dstdir=`dirname "$dst"` test -d "$dstdir" dstdir_status=$? fi fi obsolete_mkdir_used=false if test $dstdir_status != 0; then case $posix_mkdir in '') # Create intermediate dirs using mode 755 as modified by the umask. # This is like FreeBSD 'install' as of 1997-10-28. umask=`umask` case $stripcmd.$umask in # Optimize common cases. *[2367][2367]) mkdir_umask=$umask;; .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; *[0-7]) mkdir_umask=`expr $umask + 22 \ - $umask % 100 % 40 + $umask % 20 \ - $umask % 10 % 4 + $umask % 2 `;; *) mkdir_umask=$umask,go-w;; esac # With -d, create the new directory with the user-specified mode. # Otherwise, rely on $mkdir_umask. if test -n "$dir_arg"; then mkdir_mode=-m$mode else mkdir_mode= fi posix_mkdir=false case $umask in *[123567][0-7][0-7]) # POSIX mkdir -p sets u+wx bits regardless of umask, which # is incompatible with FreeBSD 'install' when (umask & 300) != 0. ;; *) tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 if (umask $mkdir_umask && exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 then if test -z "$dir_arg" || { # Check for POSIX incompatibilities with -m. # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or # other-writable bit of parent directory when it shouldn't. # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. ls_ld_tmpdir=`ls -ld "$tmpdir"` case $ls_ld_tmpdir in d????-?r-*) different_mode=700;; d????-?--*) different_mode=755;; *) false;; esac && $mkdirprog -m$different_mode -p -- "$tmpdir" && { ls_ld_tmpdir_1=`ls -ld "$tmpdir"` test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" } } then posix_mkdir=: fi rmdir "$tmpdir/d" "$tmpdir" else # Remove any dirs left behind by ancient mkdir implementations. rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null fi trap '' 0;; esac;; esac if $posix_mkdir && ( umask $mkdir_umask && $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" ) then : else # The umask is ridiculous, or mkdir does not conform to POSIX, # or it failed possibly due to a race condition. Create the # directory the slow way, step by step, checking for races as we go. case $dstdir in /*) prefix='/';; [-=\(\)!]*) prefix='./';; *) prefix='';; esac oIFS=$IFS IFS=/ set -f set fnord $dstdir shift set +f IFS=$oIFS prefixes= for d do test X"$d" = X && continue prefix=$prefix$d if test -d "$prefix"; then prefixes= else if $posix_mkdir; then (umask=$mkdir_umask && $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break # Don't fail if two instances are running concurrently. test -d "$prefix" || exit 1 else case $prefix in *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; *) qprefix=$prefix;; esac prefixes="$prefixes '$qprefix'" fi fi prefix=$prefix/ done if test -n "$prefixes"; then # Don't fail if two instances are running concurrently. (umask $mkdir_umask && eval "\$doit_exec \$mkdirprog $prefixes") || test -d "$dstdir" || exit 1 obsolete_mkdir_used=true fi fi fi if test -n "$dir_arg"; then { test -z "$chowncmd" || $doit $chowncmd "$dst"; } && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } && { test "$obsolete_mkdir_used$chowncmd$chgrpcmd" = false || test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1 else # Make a couple of temp file names in the proper directory. dsttmp=$dstdir/_inst.$$_ rmtmp=$dstdir/_rm.$$_ # Trap to clean up those temp files at exit. trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0 # Copy the file name to the temp name. (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") && # and set any options; do chmod last to preserve setuid bits. # # If any of these fail, we abort the whole thing. If we want to # ignore errors from any of these, just make sure not to ignore # errors from the above "$doit $cpprog $src $dsttmp" command. # { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } && { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } && { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } && # If -C, don't bother to copy if it wouldn't change the file. if $copy_on_change && old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && set -f && set X $old && old=:$2:$4:$5:$6 && set X $new && new=:$2:$4:$5:$6 && set +f && test "$old" = "$new" && $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1 then rm -f "$dsttmp" else # Rename the file to the real destination. $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null || # The rename failed, perhaps because mv can't rename something else # to itself, or perhaps because mv is so ancient that it does not # support -f. { # Now remove or move aside any old file at destination location. # We try this two ways since rm can't unlink itself on some # systems and the destination file might be busy for other # reasons. In this case, the final cleanup might fail but the new # file should still install successfully. { test ! -f "$dst" || $doit $rmcmd -f "$dst" 2>/dev/null || { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } } || { echo "$0: cannot unlink or rename $dst" >&2 (exit 1); exit 1 } } && # Now rename the file to the real destination. $doit $mvcmd "$dsttmp" "$dst" } fi || exit 1 trap '' 0 fi done # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC" # time-stamp-end: "; # UTC" # End: xdg-user-dirs-0.17/missing0000755000175000000120000001533013146502175012452 00000000000000#! /bin/sh # Common wrapper for a few potentially missing GNU programs. scriptversion=2013-10-28.13; # UTC # Copyright (C) 1996-2014 Free Software Foundation, Inc. # Originally written by Fran,cois Pinard , 1996. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. if test $# -eq 0; then echo 1>&2 "Try '$0 --help' for more information" exit 1 fi case $1 in --is-lightweight) # Used by our autoconf macros to check whether the available missing # script is modern enough. exit 0 ;; --run) # Back-compat with the calling convention used by older automake. shift ;; -h|--h|--he|--hel|--help) echo "\ $0 [OPTION]... PROGRAM [ARGUMENT]... Run 'PROGRAM [ARGUMENT]...', returning a proper advice when this fails due to PROGRAM being missing or too old. Options: -h, --help display this help and exit -v, --version output version information and exit Supported PROGRAM values: aclocal autoconf autoheader autom4te automake makeinfo bison yacc flex lex help2man Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and 'g' are ignored when checking the name. Send bug reports to ." exit $? ;; -v|--v|--ve|--ver|--vers|--versi|--versio|--version) echo "missing $scriptversion (GNU Automake)" exit $? ;; -*) echo 1>&2 "$0: unknown '$1' option" echo 1>&2 "Try '$0 --help' for more information" exit 1 ;; esac # Run the given program, remember its exit status. "$@"; st=$? # If it succeeded, we are done. test $st -eq 0 && exit 0 # Also exit now if we it failed (or wasn't found), and '--version' was # passed; such an option is passed most likely to detect whether the # program is present and works. case $2 in --version|--help) exit $st;; esac # Exit code 63 means version mismatch. This often happens when the user # tries to use an ancient version of a tool on a file that requires a # minimum version. if test $st -eq 63; then msg="probably too old" elif test $st -eq 127; then # Program was missing. msg="missing on your system" else # Program was found and executed, but failed. Give up. exit $st fi perl_URL=http://www.perl.org/ flex_URL=http://flex.sourceforge.net/ gnu_software_URL=http://www.gnu.org/software program_details () { case $1 in aclocal|automake) echo "The '$1' program is part of the GNU Automake package:" echo "<$gnu_software_URL/automake>" echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:" echo "<$gnu_software_URL/autoconf>" echo "<$gnu_software_URL/m4/>" echo "<$perl_URL>" ;; autoconf|autom4te|autoheader) echo "The '$1' program is part of the GNU Autoconf package:" echo "<$gnu_software_URL/autoconf/>" echo "It also requires GNU m4 and Perl in order to run:" echo "<$gnu_software_URL/m4/>" echo "<$perl_URL>" ;; esac } give_advice () { # Normalize program name to check for. normalized_program=`echo "$1" | sed ' s/^gnu-//; t s/^gnu//; t s/^g//; t'` printf '%s\n' "'$1' is $msg." configure_deps="'configure.ac' or m4 files included by 'configure.ac'" case $normalized_program in autoconf*) echo "You should only need it if you modified 'configure.ac'," echo "or m4 files included by it." program_details 'autoconf' ;; autoheader*) echo "You should only need it if you modified 'acconfig.h' or" echo "$configure_deps." program_details 'autoheader' ;; automake*) echo "You should only need it if you modified 'Makefile.am' or" echo "$configure_deps." program_details 'automake' ;; aclocal*) echo "You should only need it if you modified 'acinclude.m4' or" echo "$configure_deps." program_details 'aclocal' ;; autom4te*) echo "You might have modified some maintainer files that require" echo "the 'autom4te' program to be rebuilt." program_details 'autom4te' ;; bison*|yacc*) echo "You should only need it if you modified a '.y' file." echo "You may want to install the GNU Bison package:" echo "<$gnu_software_URL/bison/>" ;; lex*|flex*) echo "You should only need it if you modified a '.l' file." echo "You may want to install the Fast Lexical Analyzer package:" echo "<$flex_URL>" ;; help2man*) echo "You should only need it if you modified a dependency" \ "of a man page." echo "You may want to install the GNU Help2man package:" echo "<$gnu_software_URL/help2man/>" ;; makeinfo*) echo "You should only need it if you modified a '.texi' file, or" echo "any other file indirectly affecting the aspect of the manual." echo "You might want to install the Texinfo package:" echo "<$gnu_software_URL/texinfo/>" echo "The spurious makeinfo call might also be the consequence of" echo "using a buggy 'make' (AIX, DU, IRIX), in which case you might" echo "want to install GNU make:" echo "<$gnu_software_URL/make/>" ;; *) echo "You might have modified some files without having the proper" echo "tools for further handling them. Check the 'README' file, it" echo "often tells you about the needed prerequisites for installing" echo "this package. You may also peek at any GNU archive site, in" echo "case some other package contains this missing '$1' program." ;; esac } give_advice "$1" | sed -e '1s/^/WARNING: /' \ -e '2,$s/^/ /' >&2 # Propagate the correct exit status (expected to be 127 for a program # not found, 63 for a program that failed due to version mismatch). exit $st # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC" # time-stamp-end: "; # UTC" # End: xdg-user-dirs-0.17/mkinstalldirs0000755000175000000120000000653513203014747013665 00000000000000#! /bin/sh # mkinstalldirs --- make directory hierarchy scriptversion=2004-02-15.20 # Original author: Noah Friedman # Created: 1993-05-16 # Public domain. # # This file is maintained in Automake, please report # bugs to or send patches to # . errstatus=0 dirmode="" usage="\ Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ... Create each directory DIR (with mode MODE, if specified), including all leading file name components. Report bugs to ." # process command line arguments while test $# -gt 0 ; do case $1 in -h | --help | --h*) # -h for help echo "$usage" exit 0 ;; -m) # -m PERM arg shift test $# -eq 0 && { echo "$usage" 1>&2; exit 1; } dirmode=$1 shift ;; --version) echo "$0 $scriptversion" exit 0 ;; --) # stop option processing shift break ;; -*) # unknown option echo "$usage" 1>&2 exit 1 ;; *) # first non-opt arg break ;; esac done for file do if test -d "$file"; then shift else break fi done case $# in 0) exit 0 ;; esac # Solaris 8's mkdir -p isn't thread-safe. If you mkdir -p a/b and # mkdir -p a/c at the same time, both will detect that a is missing, # one will create a, then the other will try to create a and die with # a "File exists" error. This is a problem when calling mkinstalldirs # from a parallel make. We use --version in the probe to restrict # ourselves to GNU mkdir, which is thread-safe. case $dirmode in '') if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then echo "mkdir -p -- $*" exec mkdir -p -- "$@" else # On NextStep and OpenStep, the `mkdir' command does not # recognize any option. It will interpret all options as # directories to create, and then abort because `.' already # exists. test -d ./-p && rmdir ./-p test -d ./--version && rmdir ./--version fi ;; *) if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 && test ! -d ./--version; then echo "mkdir -m $dirmode -p -- $*" exec mkdir -m "$dirmode" -p -- "$@" else # Clean up after NextStep and OpenStep mkdir. for d in ./-m ./-p ./--version "./$dirmode"; do test -d $d && rmdir $d done fi ;; esac for file do set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'` shift pathcomp= for d do pathcomp="$pathcomp$d" case $pathcomp in -*) pathcomp=./$pathcomp ;; esac if test ! -d "$pathcomp"; then echo "mkdir $pathcomp" mkdir "$pathcomp" || lasterr=$? if test ! -d "$pathcomp"; then errstatus=$lasterr else if test ! -z "$dirmode"; then echo "chmod $dirmode $pathcomp" lasterr="" chmod "$dirmode" "$pathcomp" || lasterr=$? if test ! -z "$lasterr"; then errstatus=$lasterr fi fi fi fi pathcomp="$pathcomp/" done done exit $errstatus # Local Variables: # mode: shell-script # sh-indentation: 2 # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-end: "$" # End: xdg-user-dirs-0.17/xdg-user-dir-lookup.c0000664000175000000120000001325612162605406015045 00000000000000/* This file is not licenced under the GPL like the rest of the code. Its is under the MIT license, to encourage reuse by cut-and-paste. Copyright (c) 2007 Red Hat, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ #include #include #include /** * xdg_user_dir_lookup_with_fallback: * @type: a string specifying the type of directory * @fallback: value to use if the directory isn't specified by the user * @returns: a newly allocated absolute pathname * * Looks up a XDG user directory of the specified type. * Example of types are "DESKTOP" and "DOWNLOAD". * * In case the user hasn't specified any directory for the specified * type the value returned is @fallback. * * The return value is newly allocated and must be freed with * free(). The return value is never NULL if @fallback != NULL, unless * out of memory. **/ static char * xdg_user_dir_lookup_with_fallback (const char *type, const char *fallback) { FILE *file; char *home_dir, *config_home, *config_file; char buffer[512]; char *user_dir; char *p, *d; int len; int relative; home_dir = getenv ("HOME"); if (home_dir == NULL) goto error; config_home = getenv ("XDG_CONFIG_HOME"); if (config_home == NULL || config_home[0] == 0) { config_file = (char*) malloc (strlen (home_dir) + strlen ("/.config/user-dirs.dirs") + 1); if (config_file == NULL) goto error; strcpy (config_file, home_dir); strcat (config_file, "/.config/user-dirs.dirs"); } else { config_file = (char*) malloc (strlen (config_home) + strlen ("/user-dirs.dirs") + 1); if (config_file == NULL) goto error; strcpy (config_file, config_home); strcat (config_file, "/user-dirs.dirs"); } file = fopen (config_file, "r"); free (config_file); if (file == NULL) goto error; user_dir = NULL; while (fgets (buffer, sizeof (buffer), file)) { /* Remove newline at end */ len = strlen (buffer); if (len > 0 && buffer[len-1] == '\n') buffer[len-1] = 0; p = buffer; while (*p == ' ' || *p == '\t') p++; if (strncmp (p, "XDG_", 4) != 0) continue; p += 4; if (strncmp (p, type, strlen (type)) != 0) continue; p += strlen (type); if (strncmp (p, "_DIR", 4) != 0) continue; p += 4; while (*p == ' ' || *p == '\t') p++; if (*p != '=') continue; p++; while (*p == ' ' || *p == '\t') p++; if (*p != '"') continue; p++; relative = 0; if (strncmp (p, "$HOME/", 6) == 0) { p += 6; relative = 1; } else if (*p != '/') continue; if (relative) { user_dir = (char*) malloc (strlen (home_dir) + 1 + strlen (p) + 1); if (user_dir == NULL) goto error2; strcpy (user_dir, home_dir); strcat (user_dir, "/"); } else { user_dir = (char*) malloc (strlen (p) + 1); if (user_dir == NULL) goto error2; *user_dir = 0; } d = user_dir + strlen (user_dir); while (*p && *p != '"') { if ((*p == '\\') && (*(p+1) != 0)) p++; *d++ = *p++; } *d = 0; } error2: fclose (file); if (user_dir) return user_dir; error: if (fallback) return strdup (fallback); return NULL; } /** * xdg_user_dir_lookup: * @type: a string specifying the type of directory * @returns: a newly allocated absolute pathname * * Looks up a XDG user directory of the specified type. * Example of types are "DESKTOP" and "DOWNLOAD". * * The return value is always != NULL (unless out of memory), * and if a directory * for the type is not specified by the user the default * is the home directory. Except for DESKTOP which defaults * to ~/Desktop. * * The return value is newly allocated and must be freed with * free(). **/ static char * xdg_user_dir_lookup (const char *type) { char *dir, *home_dir, *user_dir; dir = xdg_user_dir_lookup_with_fallback (type, NULL); if (dir != NULL) return dir; home_dir = getenv ("HOME"); if (home_dir == NULL) return strdup ("/tmp"); /* Special case desktop for historical compatibility */ if (strcmp (type, "DESKTOP") == 0) { user_dir = (char*) malloc (strlen (home_dir) + strlen ("/Desktop") + 1); if (user_dir == NULL) return NULL; strcpy (user_dir, home_dir); strcat (user_dir, "/Desktop"); return user_dir; } return strdup (home_dir); } #ifdef STANDALONE_XDG_USER_DIR_LOOKUP int main (int argc, char *argv[]) { if (argc != 2) { fprintf (stderr, "Usage %s \n", argv[0]); exit (1); } printf ("%s\n", xdg_user_dir_lookup (argv[1])); return 0; } #endif xdg-user-dirs-0.17/xdg-user-dirs-update.c0000644000175000000120000005233013250241437015172 00000000000000#include #define _GNU_SOURCE #include #include #include #include #include #include #include #include #include #include #include #include #include typedef struct { char *name; char *path; } Directory; Directory backwards_compat_dirs[] = { { "DESKTOP", "Desktop" }, { "TEMPLATES", "Templates" }, { "PUBLICSHARE", "Public" }, { NULL} }; static Directory *default_dirs = NULL; static Directory *user_dirs = NULL; static int user_dirs_changed = 0; /* Config: */ static int enabled = 1; static char *filename_encoding = NULL; /* NULL => utf8 */ /* Args */ static char *dummy_file = NULL; static iconv_t filename_converter = (iconv_t)(-1); static char * concat_strings (const char *first, ...) { char *res; const char *next; va_list va; int len; res = strdup (first); len = strlen (res) + 1; va_start (va, first); while ( (next = va_arg(va, const char *)) != NULL) { res = realloc (res, len + strlen (next) + 1); strcat (res, next); } va_end(va); return res; } static char * strdup_end (const char *start, const char *end) { char *res; res = malloc (end - start + 1); memcpy (res, start, end - start); res[end-start] = 0; return res; } static int has_prefix (const char *str, const char *prefix) { return strncmp (str, prefix, strlen (prefix)) == 0; } static char ascii_toupper (char c) { if (c >= 'a' && c <= 'z') c = (c - 'a') + 'A'; return c; } static void ascii_str_toupper (char *c) { while (*c) { *c = ascii_toupper (*c); c++; } } static int is_space (char c) { return c == ' ' || c == '\t'; } static void remove_trailing_whitespace (char *s) { int len; len = strlen (s); while (len > 0 && is_space (s[len-1])) { s[len-1] = 0; len--; } } static int is_regular_file (char *path) { struct stat statbuf; if (stat (path, &statbuf) == -1) return 0; return S_ISREG(statbuf.st_mode); } static int is_directory (char *path) { struct stat statbuf; if (stat (path, &statbuf) == -1) return 0; return S_ISDIR(statbuf.st_mode); } static int mkdir_all (char *path) { char *p; int revert; int result; path = strdup (path); result = 1; p = path; while (*p) { /* skip initial slashes */ while (*p == '/') p++; while (*p && *p != '/') p++; revert = 0; if (*p == '/') { *p = 0; revert = 1; } if ((mkdir (path, 0755) == -1) && (errno != EEXIST)) { result = 0; break; } if (revert) *p = '/'; } free (path); return result; } static char * shell_unescape (char *escaped) { char *unescaped; char *d; unescaped = malloc (strlen (escaped) + 1); d = unescaped; while (*escaped) { if (*escaped == '\\' && *(escaped + 1) != 0) escaped++; *d++ = *escaped++; } *d = 0; return unescaped; } static char * shell_escape (char *unescaped) { char *escaped; char *d; escaped = malloc (strlen (unescaped) * 2 + 1); d = escaped; while (*unescaped) { if (*unescaped == '$' || *unescaped == '`' || *unescaped == '\\') *d++ = '\\'; *d++ = *unescaped++; } *d = 0; return escaped; } static char * filename_from_utf8 (const char *utf8_path) { size_t res, len; const char *in; char *out, *outp; size_t in_left, out_left, outbuf_size; int done; if (filename_converter == (iconv_t)(-1)) return strdup (utf8_path); len = strlen (utf8_path); outbuf_size = len + 1; done = 0; do { in = utf8_path; in_left = len; out = malloc (outbuf_size); out_left = outbuf_size - 1; outp = out; res = iconv (filename_converter, (ICONV_CONST char **)&in, &in_left, &outp, &out_left); if (res == (size_t)(-1) && errno == E2BIG) { free (out); outbuf_size *= 2; } else done = 1; } while (!done); if (res == (size_t)(-1)) { free (out); return NULL; } /* zero terminate */ *outp = 0; return out; } static char * get_home_dir (void) { struct passwd *pw; static char *home_dir = NULL; const char *home_env; if (home_dir != NULL) return home_dir; home_env = getenv ("HOME"); if (home_env && *home_env) { home_dir = strdup (home_env); } else { setpwent (); pw = getpwuid (getuid ()); endpwent (); if (pw && pw->pw_dir) home_dir = strdup (pw->pw_dir); } return home_dir; } static char * get_user_config_file (const char *filename) { char *config_home, *file; int free_config_home; config_home = getenv ("XDG_CONFIG_HOME"); free_config_home = 0; if (config_home == NULL || config_home[0] == 0) { config_home = concat_strings (get_home_dir (), "/.config", NULL); free_config_home = 1; } file = concat_strings (config_home, "/", filename, NULL); if (free_config_home) free (config_home); return file; } static void freev (char **strs) { int i; if (strs) { for (i = 0; strs[i] != NULL; i++) free (strs[i]); free (strs); } } static char ** parse_colon_separated_dirs (const char *dirs) { int numfiles; char **paths; const char *p; numfiles = 0; paths = malloc (sizeof (char *)); paths[0] = NULL; p = dirs; while (p != NULL && *p != 0) { int len; const char *path; char *colon; path = p; colon = strchr (path, ':'); if (colon) { len = colon - p; p = colon + 1; } else { len = strlen (p); p = NULL; } paths = realloc (paths, sizeof (char *) * (numfiles + 2)); paths[numfiles++] = strndup (path, len); paths[numfiles] = NULL; } return paths; } static char ** get_config_files (char *filename) { int i; int numfiles; char *config_dirs; char *file; char **paths, **config_paths; numfiles = 0; paths = malloc (sizeof (char *)); paths[0] = NULL; file = get_user_config_file (filename); if (file) { if (is_regular_file (file)) { paths = realloc (paths, sizeof (char *) * (numfiles + 2)); paths[numfiles++] = file; paths[numfiles] = NULL; } else free (file); } config_dirs = getenv ("XDG_CONFIG_DIRS"); if (config_dirs) config_paths = parse_colon_separated_dirs (config_dirs); else config_paths = parse_colon_separated_dirs (XDGCONFDIR); for (i = 0; config_paths[i] != NULL; i++) { file = concat_strings (config_paths[i], "/", filename, NULL); if (is_regular_file (file)) { paths = realloc (paths, sizeof (char *) * (numfiles + 2)); paths[numfiles++] = file; paths[numfiles] = NULL; } else free (file); free (config_paths[i]); } free (config_paths); return paths; } static Directory * add_directory (Directory *dirs, Directory *dir) { Directory *new_dirs; int i; if (dirs == NULL) { new_dirs = malloc (sizeof (Directory) * 2); new_dirs[0] = *dir; new_dirs[1].name = NULL; } else { for (i = 0; dirs[i].name != NULL; i++) ; new_dirs = realloc (dirs, (i + 2) * sizeof (Directory)); new_dirs[i] = *dir; new_dirs[i+1].name = NULL; } return new_dirs; } static int is_true (const char *str) { while (is_space (*str)) str++; if (*str == '1' || has_prefix (str, "True") || has_prefix (str, "true")) return 1; return 0; } static void load_config (char *path) { FILE *file; char buffer[512]; char *p; int len; file = fopen (path, "r"); if (file == NULL) return; while (fgets (buffer, sizeof (buffer), file)) { /* Remove newline at end */ len = strlen (buffer); if (len > 0 && buffer[len-1] == '\n') buffer[len-1] = 0; p = buffer; /* Skip whitespace */ while (is_space (*p)) p++; if (*p == '#') continue; remove_trailing_whitespace (p); if (has_prefix (p, "enabled=")) { p += strlen ("enabled="); enabled = is_true (p); } if (has_prefix (p, "filename_encoding=")) { p += strlen ("filename_encoding="); while (is_space (*p)) p++; ascii_str_toupper (p); remove_trailing_whitespace (p); if (filename_encoding) free (filename_encoding); if (strcmp (p, "UTF8") == 0 || strcmp (p, "UTF-8") == 0) filename_encoding = NULL; else if (strcmp (p, "LOCALE") == 0) filename_encoding = strdup (nl_langinfo (CODESET)); else filename_encoding = strdup (p); } } fclose (file); } static void load_all_configs (void) { char **paths; int i; paths = get_config_files ("user-dirs.conf"); /* Load config files in reverse */ for (i = 0; paths[i] != NULL; i++) ; while (--i >= 0) load_config (paths[i]); freev (paths); } static void load_default_dirs (void) { FILE *file; char buffer[512]; char *p; char *key, *key_end, *value; int len; Directory dir; char **paths; paths = get_config_files ("user-dirs.defaults"); if (paths[0] == NULL) { fprintf (stderr, "No default user directories\n"); exit (1); } file = fopen (paths[0], "r"); if (file == NULL) { fprintf (stderr, "Can't open %s\n", paths[0]); exit (1); } while (fgets (buffer, sizeof (buffer), file)) { /* Remove newline at end */ len = strlen (buffer); if (len > 0 && buffer[len-1] == '\n') buffer[len-1] = 0; p = buffer; /* Skip whitespace */ while (is_space (*p)) p++; if (*p == '#') continue; key = p; while (*p && !is_space (*p) && * p != '=') p++; key_end = p; while (is_space (*p)) p++; if (*p == '=') p++; while (is_space (*p)) p++; value = p; *key_end = 0; if (*key == 0 || *value == 0) continue; dir.name = strdup (key); dir.path = strdup (value); default_dirs = add_directory (default_dirs, &dir); } fclose (file); freev (paths); } static void load_user_dirs (void) { FILE *file; char buffer[512]; char *p; char *key, *key_end, *value, *value_end; int len; Directory dir; char *user_config_file; user_config_file = get_user_config_file ("user-dirs.dirs"); file = fopen (user_config_file, "r"); free (user_config_file); if (file == NULL) return; while (fgets (buffer, sizeof (buffer), file)) { /* Remove newline at end */ len = strlen (buffer); if (len > 0 && buffer[len-1] == '\n') buffer[len-1] = 0; p = buffer; /* Skip whitespace */ while (is_space (*p)) p++; /* Skip comment lines */ if (*p == '#') continue; if (!has_prefix(p, "XDG_")) continue; p += 4; key = p; while (*p && !is_space (*p) && * p != '=') p++; if (*p == 0) continue; key_end = p - 4; if (key_end <= key || !has_prefix (key_end, "_DIR")) continue; if (*p == '=') p++; while (is_space (*p)) p++; if (*p++ != '"') continue; if (has_prefix (p, "$HOME")) { p += 5; if (*p == '/') p++; else if (*p != '"' && *p != 0) continue; /* Not ending after $HOME, nor followed by slash. Ignore */ } else if (*p != '/') continue; value = p; while (*p) { if (*p == '"') break; if (*p == '\\' && *(p+1) != 0) p++; p++; } value_end = p; *key_end = 0; *value_end = 0; if (*key == 0) continue; dir.name = strdup (key); dir.path = shell_unescape (value); user_dirs = add_directory (user_dirs, &dir); } fclose (file); } static void save_locale (void) { FILE *file; char *user_locale_file; char *locale, *dot; user_locale_file = get_user_config_file ("user-dirs.locale"); file = fopen (user_locale_file, "w"); free (user_locale_file); if (file == NULL) { fprintf (stderr, "Can't save user-dirs.locale\n"); return; } locale = strdup (setlocale (LC_MESSAGES, NULL)); /* Skip encoding part */ dot = strchr (locale, '.'); if (dot) *dot = 0; fprintf (file, "%s", locale); free (locale); fclose (file); } static int save_user_dirs (void) { FILE *file; char *user_config_file; char *tmp_file; int i; char *escaped; int tmp_fd; int res; char *dir, *slash; struct stat stat_buf; res = 1; tmp_file = NULL; if (dummy_file) user_config_file = strdup (dummy_file); else user_config_file = get_user_config_file ("user-dirs.dirs"); dir = strdup (user_config_file); slash = strrchr (dir, '/'); if (slash) *slash = 0; if (stat (dir, &stat_buf) == -1 && errno == ENOENT) { if (mkdir (dir, 0700) == -1) { free (dir); fprintf (stderr, "Can't save user-dirs.dirs, failed to create directory\n"); res = 0; goto out; } } free (dir); tmp_file = malloc (strlen (user_config_file) + 6 + 1); strcpy (tmp_file, user_config_file); strcat (tmp_file, "XXXXXX"); tmp_fd = mkstemp (tmp_file); if (tmp_fd == -1) { fprintf (stderr, "Can't save user-dirs.dirs\n"); res = 0; goto out; } file = fdopen (tmp_fd, "w"); if (file == NULL) { unlink (tmp_file); fprintf (stderr, "Can't save user-dirs.dirs\n"); res = 0; goto out; } fprintf (file, "# This file is written by xdg-user-dirs-update\n"); fprintf (file, "# If you want to change or add directories, just edit the line you're\n"); fprintf (file, "# interested in. All local changes will be retained on the next run.\n"); fprintf (file, "# Format is XDG_xxx_DIR=\"$HOME/yyy\", where yyy is a shell-escaped\n"); fprintf (file, "# homedir-relative path, or XDG_xxx_DIR=\"/yyy\", where /yyy is an\n"); fprintf (file, "# absolute path. No other format is supported.\n"); fprintf (file, "# \n"); if (user_dirs) { for (i = 0; user_dirs[i].name != NULL; i++) { escaped = shell_escape (user_dirs[i].path); fprintf (file, "XDG_%s_DIR=\"%s%s\"\n", user_dirs[i].name, (*escaped == '/')?"":"$HOME/", escaped); free (escaped); } } fclose (file); if (rename (tmp_file, user_config_file) == -1) { unlink (tmp_file); fprintf (stderr, "Can't save user-dirs.dirs\n"); res = 0; } out: if (tmp_file) free (tmp_file); free (user_config_file); return res; } static char * localize_path_name (const char *path) { char *res; const char *element, *element_end; char *element_copy; char *translated; int has_slash; res = strdup (""); while (*path) { has_slash = 0; while (*path == '/') { path++; has_slash = 1; } element = path; while (*path && *path != '/') path++; element_end = path; element_copy = strdup_end (element, element_end); translated = gettext (element_copy); res = realloc (res, strlen (res) + 1 + strlen (translated) + 1); if (has_slash) strcat (res, "/"); strcat (res, translated); free (element_copy); } return res; } static Directory * lookup_backwards_compat (Directory *dir) { int i; for (i = 0; backwards_compat_dirs[i].name != NULL; i++) { if (strcmp (dir->name, backwards_compat_dirs[i].name) == 0) return &backwards_compat_dirs[i]; } return NULL; } static Directory * find_dir (Directory *dirs, const char *name) { int i; if (dirs == NULL) return NULL; for (i = 0; dirs[i].name != NULL; i++) { if (strcmp (dirs[i].name, name) == 0) return &dirs[i]; } return NULL; } static void create_dirs (int force) { int i; Directory dir; Directory *user_dir, *default_dir, *compat_dir; char *path_name, *relative_path_name, *translated_name; if (default_dirs == NULL) return; for (i = 0; default_dirs[i].name != NULL; i++) { default_dir = &default_dirs[i]; user_dir = NULL; user_dir = find_dir (user_dirs, default_dir->name); if (user_dir && !force) { if (user_dir->path[0] == '/') path_name = strdup (user_dir->path); else path_name = concat_strings (get_home_dir (), "/", user_dir->path, NULL); if (!is_directory (path_name)) { fprintf (stderr, "%s was removed, reassigning %s to homedir\n", path_name, user_dir->name); free (user_dir->path); user_dir->path = strdup (""); user_dirs_changed = 1; } free (path_name); continue; } path_name = NULL; relative_path_name = NULL; if (user_dir == NULL && !force) { /* New default dir. Check if its an old named dir. We want to reuse that if it exists. */ compat_dir = lookup_backwards_compat (default_dir); if (compat_dir) { path_name = concat_strings (get_home_dir (), "/", compat_dir->path, NULL); if (!is_directory (path_name)) { free (path_name); path_name = NULL; } else relative_path_name = strdup (compat_dir->path); } } if (path_name == NULL) { translated_name = localize_path_name (default_dir->path); relative_path_name = filename_from_utf8 (translated_name); if (relative_path_name == NULL) relative_path_name = strdup (translated_name); free (translated_name); if (relative_path_name[0] == '/') path_name = strdup (relative_path_name); /* default path was absolute, not homedir relative */ else path_name = concat_strings (get_home_dir (), "/", relative_path_name, NULL); } if (user_dir == NULL || strcmp (relative_path_name, user_dir->path) != 0) { /* Don't make the directories if we're writing a dummy output file */ if (dummy_file == NULL && !mkdir_all (path_name)) { fprintf (stderr, "Can't create dir %s\n", path_name); } else { user_dirs_changed = 1; if (user_dir == NULL) { dir.name = strdup (default_dir->name); dir.path = strdup (relative_path_name); user_dirs = add_directory (user_dirs, &dir); } else { /* We forced an update */ fprintf (stdout, "Moving %s directory from %s to %s\n", default_dir->name, user_dir->path, relative_path_name); free (user_dir->path); user_dir->path = strdup (relative_path_name); } } } free (relative_path_name); free (path_name); } } int main (int argc, char *argv[]) { int force; int i; int was_empty; char *set_dir = NULL; char *set_value = NULL; char *locale_dir = NULL; setlocale (LC_ALL, ""); if (is_directory (LOCALEDIR)) locale_dir = strdup (LOCALEDIR); else { /* In case LOCALEDIR does not exist, e.g. xdg-user-dirs is installed in * a different location than the one determined at compile time, look * through the XDG_DATA_DIRS environment variable for alternate locations * of the locale files */ char *data_dirs = getenv ("XDG_DATA_DIRS"); if (data_dirs) { char **data_paths; data_paths = parse_colon_separated_dirs (data_dirs); for (i = 0; data_paths[i] != NULL; i++) { if (!locale_dir) { char *dir = NULL; dir = concat_strings (data_paths[i], "/", "locale", NULL); if (is_directory (dir)) locale_dir = dir; else free (dir); } free (data_paths[i]); } free (data_paths); } } bindtextdomain (GETTEXT_PACKAGE, locale_dir); free (locale_dir); bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); textdomain (GETTEXT_PACKAGE); force = 0; for (i = 1; i < argc; i++) { if (strcmp (argv[i], "--help") == 0) { printf ("Usage: xdg-user-dirs-update [--force] [--dummy-output ] [--set DIR path]\n"); exit (0); } else if (strcmp (argv[i], "--force") == 0) force = 1; else if (strcmp (argv[i], "--dummy-output") == 0 && i + 1 < argc) dummy_file = argv[++i]; else if (strcmp (argv[i], "--set") == 0 && i + 2 < argc) { set_dir = argv[++i]; set_value = argv[++i]; if (*set_value != '/') { printf ("directory value must be absolute path (was %s)\n", set_value); exit (1); } } else { printf ("Invalid argument %s\n", argv[i]); exit (1); } } load_all_configs (); if (filename_encoding) { filename_converter = iconv_open (filename_encoding, "UTF-8"); if (filename_converter == (iconv_t)(-1)) { fprintf (stderr, "Can't convert from UTF-8 to %s\n", filename_encoding); return 1; } } if (set_dir != NULL) { Directory *dir; char *path, *home; /* Set a key */ load_user_dirs (); home = get_home_dir (); path = set_value; if (has_prefix (path, home)) { path += strlen (home); while (*path == '/') path++; } dir = find_dir (user_dirs, set_dir); if (dir != NULL) { free (dir->path); dir->path = strdup (path); } else { Directory new_dir; new_dir.name = strdup (set_dir); new_dir.path = strdup (path); user_dirs = add_directory (user_dirs, &new_dir); } if (!save_user_dirs ()) return 1; } else { /* default: update */ if (!enabled) return 0; load_default_dirs (); load_user_dirs (); was_empty = (user_dirs == NULL) || (user_dirs->name == NULL); create_dirs (force); if (user_dirs_changed) { if (!save_user_dirs ()) return 1; if ((force || was_empty) && dummy_file == NULL) save_locale (); } } return 0; } xdg-user-dirs-0.17/translate.c0000664000175000000120000000074012162605406013213 00000000000000const char *strings[] = { _("Applications"), _("applications"), _("Desktop"), _("desktop"), _("Documents"), _("documents"), _("Download"), _("download"), _("Downloads"), _("downloads"), _("Movies"), _("movies"), _("Music"), _("music"), _("Photos"), _("photos"), _("Pictures"), _("pictures"), _("Projects"), _("projects"), _("Public"), _("public"), _("Share"), _("share"), _("Templates"), _("templates"), _("Videos"), _("videos"), }; xdg-user-dirs-0.17/autogen.sh0000755000175000000120000000032013203014775013043 00000000000000#!/bin/sh srcdir=`dirname $0` test -z "$srcdir" && srcdir=. ORIGDIR=`pwd` cd $srcdir autoreconf -v --install || exit 1 cd $ORIGDIR || exit $? if test -z "$NOCONFIGURE"; then $srcdir/configure "$@" fi xdg-user-dirs-0.17/user-dirs.conf0000664000175000000120000000063612162605406013642 00000000000000# This controls the behaviour of xdg-user-dirs-update which is run on user login # You can also have per-user config in ~/.config/user-dirs.conf, or specify # the XDG_CONFIG_HOME and/or XDG_CONFIG_DIRS to override this # enabled=True # This sets the filename encoding to use. You can specify an explicit # encoding, or "locale" which means the encoding of the users locale # will be used filename_encoding=UTF-8 xdg-user-dirs-0.17/user-dirs.defaults0000664000175000000120000000064212162605406014521 00000000000000# Default settings for user directories # # The values are relative pathnames from the home directory and # will be translated on a per-path-element basis into the users locale DESKTOP=Desktop DOWNLOAD=Downloads TEMPLATES=Templates PUBLICSHARE=Public DOCUMENTS=Documents MUSIC=Music PICTURES=Pictures VIDEOS=Videos # Another alternative is: #MUSIC=Documents/Music #PICTURES=Documents/Pictures #VIDEOS=Documents/Videos xdg-user-dirs-0.17/xdg-user-dir0000775000175000000120000000035212162605406013311 00000000000000#!/bin/sh test -f ${XDG_CONFIG_HOME:-~/.config}/user-dirs.dirs && . ${XDG_CONFIG_HOME:-~/.config}/user-dirs.dirs if [ "x$1" = "xDESKTOP" ]; then eval echo \${XDG_${1}_DIR:-$HOME/Desktop} else eval echo \${XDG_${1}_DIR:-$HOME} fi xdg-user-dirs-0.17/xdg-user-dirs.desktop0000644000175000000120000000032413146502161015133 00000000000000[Desktop Entry] Type=Application Name=User folders update TryExec=xdg-user-dirs-update Exec=xdg-user-dirs-update StartupNotify=false NoDisplay=true X-GNOME-Autostart-Phase=Initialization X-KDE-autostart-phase=1 xdg-user-dirs-0.17/po/0000755000175000000120000000000013252163536011551 500000000000000xdg-user-dirs-0.17/po/Makefile.in.in0000664000175000000120000003172212162605406014146 00000000000000# Makefile for PO directory in any package using GNU gettext. # Copyright (C) 1995-1997, 2000-2005 by Ulrich Drepper # # This file can be copied and used freely without restrictions. It can # be used in projects which are not available under the GNU General Public # License but which still want to provide support for the GNU gettext # functionality. # Please note that the actual code of GNU gettext is covered by the GNU # General Public License and is *not* in the public domain. # # Origin: gettext-0.14.4 PACKAGE = @PACKAGE@ VERSION = @VERSION@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ SHELL = /bin/sh @SET_MAKE@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ datadir = @datadir@ localedir = $(datadir)/locale gettextsrcdir = $(datadir)/gettext/po INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ MKINSTALLDIRS = @top_srcdir@/mkinstalldirs mkinstalldirs = $(SHELL) $(MKINSTALLDIRS) GMSGFMT = @GMSGFMT@ MSGFMT = @MSGFMT@ XGETTEXT = @XGETTEXT@ MSGMERGE = msgmerge MSGMERGE_UPDATE = @MSGMERGE@ --update MSGINIT = msginit MSGCONV = msgconv MSGFILTER = msgfilter POFILES = @POFILES@ GMOFILES = @GMOFILES@ UPDATEPOFILES = @UPDATEPOFILES@ DUMMYPOFILES = @DUMMYPOFILES@ DISTFILES.common = Makefile.in.in remove-potcdate.sin \ $(DISTFILES.common.extra1) $(DISTFILES.common.extra2) $(DISTFILES.common.extra3) DISTFILES = $(DISTFILES.common) Makevars POTFILES.in \ $(POFILES) $(GMOFILES) \ $(DISTFILES.extra1) $(DISTFILES.extra2) $(DISTFILES.extra3) POTFILES = \ CATALOGS = @CATALOGS@ # Makevars gets inserted here. (Don't remove this line!) .SUFFIXES: .SUFFIXES: .po .gmo .mo .sed .sin .nop .po-create .po-update .po.mo: @echo "$(MSGFMT) -c -o $@ $<"; \ $(MSGFMT) -c -o t-$@ $< && mv t-$@ $@ .po.gmo: @lang=`echo $* | sed -e 's,.*/,,'`; \ test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ echo "$${cdcmd}rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o $${lang}.gmo $${lang}.po"; \ cd $(srcdir) && rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o t-$${lang}.gmo $${lang}.po && mv t-$${lang}.gmo $${lang}.gmo .sin.sed: sed -e '/^#/d' $< > t-$@ mv t-$@ $@ all: all-@USE_NLS@ all-yes: stamp-po all-no: # $(srcdir)/$(DOMAIN).pot is only created when needed. When xgettext finds no # internationalized messages, no $(srcdir)/$(DOMAIN).pot is created (because # we don't want to bother translators with empty POT files). We assume that # LINGUAS is empty in this case, i.e. $(POFILES) and $(GMOFILES) are empty. # In this case, stamp-po is a nop (i.e. a phony target). # stamp-po is a timestamp denoting the last time at which the CATALOGS have # been loosely updated. Its purpose is that when a developer or translator # checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS, # "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent # invocations of "make" will do nothing. This timestamp would not be necessary # if updating the $(CATALOGS) would always touch them; however, the rule for # $(POFILES) has been designed to not touch files that don't need to be # changed. stamp-po: $(srcdir)/$(DOMAIN).pot test ! -f $(srcdir)/$(DOMAIN).pot || \ test -z "$(GMOFILES)" || $(MAKE) $(GMOFILES) @test ! -f $(srcdir)/$(DOMAIN).pot || { \ echo "touch stamp-po" && \ echo timestamp > stamp-poT && \ mv stamp-poT stamp-po; \ } # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update', # otherwise packages like GCC can not be built if only parts of the source # have been downloaded. # This target rebuilds $(DOMAIN).pot; it is an expensive operation. # Note that $(DOMAIN).pot is not touched if it doesn't need to be changed. $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed if test -n '$(MSGID_BUGS_ADDRESS)' || test '$(PACKAGE_BUGREPORT)' = '@'PACKAGE_BUGREPORT'@'; then \ msgid_bugs_address='$(MSGID_BUGS_ADDRESS)'; \ else \ msgid_bugs_address='$(PACKAGE_BUGREPORT)'; \ fi; \ $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \ --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) \ --files-from=$(srcdir)/POTFILES.in \ --copyright-holder='$(COPYRIGHT_HOLDER)' \ --msgid-bugs-address="$$msgid_bugs_address" test ! -f $(DOMAIN).po || { \ if test -f $(srcdir)/$(DOMAIN).pot; then \ sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \ sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \ if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \ rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \ else \ rm -f $(DOMAIN).1po $(DOMAIN).2po $(srcdir)/$(DOMAIN).pot && \ mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \ fi; \ else \ mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \ fi; \ } # This rule has no dependencies: we don't need to update $(DOMAIN).pot at # every "make" invocation, only create it when it is missing. # Only "make $(DOMAIN).pot-update" or "make dist" will force an update. $(srcdir)/$(DOMAIN).pot: $(MAKE) $(DOMAIN).pot-update # This target rebuilds a PO file if $(DOMAIN).pot has changed. # Note that a PO file is not touched if it doesn't need to be changed. $(POFILES): $(srcdir)/$(DOMAIN).pot @lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \ if test -f "$(srcdir)/$${lang}.po"; then \ test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ echo "$${cdcmd}$(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot"; \ cd $(srcdir) && $(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot; \ else \ $(MAKE) $${lang}.po-create; \ fi install: install-exec install-data install-exec: install-data: install-data-@USE_NLS@ if test "$(PACKAGE)" = "gettext-tools"; then \ $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \ for file in $(DISTFILES.common) Makevars.template; do \ $(INSTALL_DATA) $(srcdir)/$$file \ $(DESTDIR)$(gettextsrcdir)/$$file; \ done; \ for file in Makevars; do \ rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \ done; \ else \ : ; \ fi install-data-no: all install-data-yes: all $(mkinstalldirs) $(DESTDIR)$(datadir) @catalogs='$(CATALOGS)'; \ for cat in $$catalogs; do \ cat=`basename $$cat`; \ lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ dir=$(localedir)/$$lang/LC_MESSAGES; \ $(mkinstalldirs) $(DESTDIR)$$dir; \ if test -r $$cat; then realcat=$$cat; else realcat=$(srcdir)/$$cat; fi; \ $(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN).mo; \ echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \ for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \ if test -n "$$lc"; then \ if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \ link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \ mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \ for file in *; do \ if test -f $$file; then \ ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \ fi; \ done); \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ else \ if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \ :; \ else \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \ mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ fi; \ fi; \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \ ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \ cp -p $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \ fi; \ done; \ done install-strip: install installdirs: installdirs-exec installdirs-data installdirs-exec: installdirs-data: installdirs-data-@USE_NLS@ if test "$(PACKAGE)" = "gettext-tools"; then \ $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \ else \ : ; \ fi installdirs-data-no: installdirs-data-yes: $(mkinstalldirs) $(DESTDIR)$(datadir) @catalogs='$(CATALOGS)'; \ for cat in $$catalogs; do \ cat=`basename $$cat`; \ lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ dir=$(localedir)/$$lang/LC_MESSAGES; \ $(mkinstalldirs) $(DESTDIR)$$dir; \ for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \ if test -n "$$lc"; then \ if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \ link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \ mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \ for file in *; do \ if test -f $$file; then \ ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \ fi; \ done); \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ else \ if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \ :; \ else \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \ mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ fi; \ fi; \ fi; \ done; \ done # Define this as empty until I found a useful application. installcheck: uninstall: uninstall-exec uninstall-data uninstall-exec: uninstall-data: uninstall-data-@USE_NLS@ if test "$(PACKAGE)" = "gettext-tools"; then \ for file in $(DISTFILES.common) Makevars.template; do \ rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \ done; \ else \ : ; \ fi uninstall-data-no: uninstall-data-yes: catalogs='$(CATALOGS)'; \ for cat in $$catalogs; do \ cat=`basename $$cat`; \ lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ done; \ done check: all info dvi ps pdf html tags TAGS ctags CTAGS ID: mostlyclean: rm -f remove-potcdate.sed rm -f stamp-poT rm -f core core.* $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po rm -fr *.o clean: mostlyclean distclean: clean rm -f Makefile Makefile.in POTFILES *.mo maintainer-clean: distclean @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." rm -f stamp-po $(GMOFILES) distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) dist distdir: $(MAKE) update-po @$(MAKE) dist2 # This is a separate target because 'update-po' must be executed before. dist2: stamp-po $(DISTFILES) dists="$(DISTFILES)"; \ if test "$(PACKAGE)" = "gettext-tools"; then \ dists="$$dists Makevars.template"; \ fi; \ if test -f $(srcdir)/$(DOMAIN).pot; then \ dists="$$dists $(DOMAIN).pot stamp-po"; \ fi; \ if test -f $(srcdir)/ChangeLog; then \ dists="$$dists ChangeLog"; \ fi; \ for i in 0 1 2 3 4 5 6 7 8 9; do \ if test -f $(srcdir)/ChangeLog.$$i; then \ dists="$$dists ChangeLog.$$i"; \ fi; \ done; \ if test -f $(srcdir)/LINGUAS; then dists="$$dists LINGUAS"; fi; \ for file in $$dists; do \ if test -f $$file; then \ cp -p $$file $(distdir) || exit 1; \ else \ cp -p $(srcdir)/$$file $(distdir) || exit 1; \ fi; \ done update-po: Makefile $(MAKE) $(DOMAIN).pot-update test -z "$(UPDATEPOFILES)" || $(MAKE) $(UPDATEPOFILES) $(MAKE) update-gmo # General rule for creating PO files. .nop.po-create: @lang=`echo $@ | sed -e 's/\.po-create$$//'`; \ echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \ exit 1 # General rule for updating PO files. .nop.po-update: @lang=`echo $@ | sed -e 's/\.po-update$$//'`; \ if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \ tmpdir=`pwd`; \ echo "$$lang:"; \ test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ echo "$${cdcmd}$(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$lang.new.po"; \ cd $(srcdir); \ if $(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$tmpdir/$$lang.new.po; then \ if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ rm -f $$tmpdir/$$lang.new.po; \ else \ if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \ :; \ else \ echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ exit 1; \ fi; \ fi; \ else \ echo "msgmerge for $$lang.po failed!" 1>&2; \ rm -f $$tmpdir/$$lang.new.po; \ fi $(DUMMYPOFILES): update-gmo: Makefile $(GMOFILES) @: Makefile: Makefile.in.in Makevars $(top_builddir)/config.status @POMAKEFILEDEPS@ cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@.in CONFIG_HEADERS= \ $(SHELL) ./config.status force: # Tell versions [3.59,3.63) of GNU make not to export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: xdg-user-dirs-0.17/po/remove-potcdate.sin0000664000175000000120000000066012162605406015302 00000000000000# Sed script that remove the POT-Creation-Date line in the header entry # from a POT file. # # The distinction between the first and the following occurrences of the # pattern is achieved by looking at the hold space. /^"POT-Creation-Date: .*"$/{ x # Test if the hold space is empty. s/P/P/ ta # Yes it was empty. First occurrence. Remove the line. g d bb :a # The hold space was nonempty. Following occurrences. Do nothing. x :b } xdg-user-dirs-0.17/po/quot.sed0000664000175000000120000000023112162605406013150 00000000000000s/"\([^"]*\)"/“\1”/g s/`\([^`']*\)'/‘\1’/g s/ '\([^`']*\)' / ‘\1’ /g s/ '\([^`']*\)'$/ ‘\1’/g s/^'\([^`']*\)' /‘\1’ /g s/“”/""/g xdg-user-dirs-0.17/po/boldquot.sed0000664000175000000120000000033112162605406014012 00000000000000s/"\([^"]*\)"/“\1”/g s/`\([^`']*\)'/‘\1’/g s/ '\([^`']*\)' / ‘\1’ /g s/ '\([^`']*\)'$/ ‘\1’/g s/^'\([^`']*\)' /‘\1’ /g s/“”/""/g s/“/“/g s/”/”/g s/‘/‘/g s/’/’/g xdg-user-dirs-0.17/po/en@quot.header0000664000175000000120000000226312162605406014257 00000000000000# All this catalog "translates" are quotation characters. # The msgids must be ASCII and therefore cannot contain real quotation # characters, only substitutes like grave accent (0x60), apostrophe (0x27) # and double quote (0x22). These substitutes look strange; see # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html # # This catalog translates grave accent (0x60) and apostrophe (0x27) to # left single quotation mark (U+2018) and right single quotation mark (U+2019). # It also translates pairs of apostrophe (0x27) to # left single quotation mark (U+2018) and right single quotation mark (U+2019) # and pairs of quotation mark (0x22) to # left double quotation mark (U+201C) and right double quotation mark (U+201D). # # When output to an UTF-8 terminal, the quotation characters appear perfectly. # When output to an ISO-8859-1 terminal, the single quotation marks are # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to # grave/acute accent (by libiconv), and the double quotation marks are # transliterated to 0x22. # When output to an ASCII terminal, the single quotation marks are # transliterated to apostrophes, and the double quotation marks are # transliterated to 0x22. # xdg-user-dirs-0.17/po/en@boldquot.header0000664000175000000120000000247112162605406015121 00000000000000# All this catalog "translates" are quotation characters. # The msgids must be ASCII and therefore cannot contain real quotation # characters, only substitutes like grave accent (0x60), apostrophe (0x27) # and double quote (0x22). These substitutes look strange; see # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html # # This catalog translates grave accent (0x60) and apostrophe (0x27) to # left single quotation mark (U+2018) and right single quotation mark (U+2019). # It also translates pairs of apostrophe (0x27) to # left single quotation mark (U+2018) and right single quotation mark (U+2019) # and pairs of quotation mark (0x22) to # left double quotation mark (U+201C) and right double quotation mark (U+201D). # # When output to an UTF-8 terminal, the quotation characters appear perfectly. # When output to an ISO-8859-1 terminal, the single quotation marks are # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to # grave/acute accent (by libiconv), and the double quotation marks are # transliterated to 0x22. # When output to an ASCII terminal, the single quotation marks are # transliterated to apostrophes, and the double quotation marks are # transliterated to 0x22. # # This catalog furthermore displays the text between the quotation marks in # bold face, assuming the VT100/XTerm escape sequences. # xdg-user-dirs-0.17/po/insert-header.sin0000664000175000000120000000124012162605406014731 00000000000000# Sed script that inserts the file called HEADER before the header entry. # # At each occurrence of a line starting with "msgid ", we execute the following # commands. At the first occurrence, insert the file. At the following # occurrences, do nothing. The distinction between the first and the following # occurrences is achieved by looking at the hold space. /^msgid /{ x # Test if the hold space is empty. s/m/m/ ta # Yes it was empty. First occurrence. Read the file. r HEADER # Output the file's contents by reading the next line. But don't lose the # current line while doing this. g N bb :a # The hold space was nonempty. Following occurrences. Do nothing. x :b } xdg-user-dirs-0.17/po/Rules-quot0000664000175000000120000000337612162605406013503 00000000000000# Special Makefile rules for English message catalogs with quotation marks. DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot .SUFFIXES: .insert-header .po-update-en en@quot.po-create: $(MAKE) en@quot.po-update en@boldquot.po-create: $(MAKE) en@boldquot.po-update en@quot.po-update: en@quot.po-update-en en@boldquot.po-update: en@boldquot.po-update-en .insert-header.po-update-en: @lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \ if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \ tmpdir=`pwd`; \ echo "$$lang:"; \ ll=`echo $$lang | sed -e 's/@.*//'`; \ LC_ALL=C; export LC_ALL; \ cd $(srcdir); \ if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$ll -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \ if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ rm -f $$tmpdir/$$lang.new.po; \ else \ if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \ :; \ else \ echo "creation of $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ exit 1; \ fi; \ fi; \ else \ echo "creation of $$lang.po failed!" 1>&2; \ rm -f $$tmpdir/$$lang.new.po; \ fi en@quot.insert-header: insert-header.sin sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' $(srcdir)/insert-header.sin > en@quot.insert-header en@boldquot.insert-header: insert-header.sin sed -e '/^#/d' -e 's/HEADER/en@boldquot.header/g' $(srcdir)/insert-header.sin > en@boldquot.insert-header mostlyclean: mostlyclean-quot mostlyclean-quot: rm -f *.insert-header xdg-user-dirs-0.17/po/Makevars0000664000175000000120000000337412162605406013172 00000000000000# Makefile variables for PO directory in any package using GNU gettext. # Usually the message domain is the same as the package name. DOMAIN = $(PACKAGE) # These two variables depend on the location of this directory. subdir = po top_builddir = .. # These options get passed to xgettext. XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ # This is the copyright holder that gets inserted into the header of the # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding # package. (Note that the msgstr strings, extracted from the package's # sources, belong to the copyright holder of the package.) Translators are # expected to transfer the copyright for their translations to this person # or entity, or to disclaim their copyright. The empty string stands for # the public domain; in this case the translators are expected to disclaim # their copyright. COPYRIGHT_HOLDER = Red Hat, Inc # This is the email address or URL to which the translators shall report # bugs in the untranslated strings: # - Strings which are not entire sentences, see the maintainer guidelines # in the GNU gettext documentation, section 'Preparing Strings'. # - Strings which use unclear terms or require additional context to be # understood. # - Strings which make invalid assumptions about notation of date, time or # money. # - Pluralisation problems. # - Incorrect English spelling. # - Incorrect formatting. # It can be your email address, or a mailing list address where translators # can write to without being subscribed, or the URL of a web page through # which the translators can contact you. MSGID_BUGS_ADDRESS = # This is the list of locale categories, beyond LC_MESSAGES, for which the # message catalogs shall be used. It is usually empty. EXTRA_LOCALE_CATEGORIES = xdg-user-dirs-0.17/po/POTFILES.in0000664000175000000120000000011012162605406013234 00000000000000# List of source files which contain translatable strings. translate.c xdg-user-dirs-0.17/po/af.po0000644000175000000120000000420113252163453012412 00000000000000# Afrikaans translation of xdg-user-dirs # Copyright (C) 2007 Red Hat, Inc # This file is distributed under the same license as the xdg-user-dirs package. # F Wolff , 2010. msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2010-04-19 19:51+0200\n" "Last-Translator: F Wolff \n" "Language-Team: translate-discuss-af@lists.sourceforge.net\n" "Language: af\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Virtaal 0.5.3-rc1\n" "X-Language: af_ZA\n" #: translate.c:2 msgid "Applications" msgstr "Toepassings" #: translate.c:2 msgid "applications" msgstr "toepassings" #: translate.c:3 msgid "Desktop" msgstr "Werkskerm" #: translate.c:3 msgid "desktop" msgstr "werkskerm" #: translate.c:4 msgid "Documents" msgstr "Dokumente" #: translate.c:4 msgid "documents" msgstr "dokumente" #: translate.c:5 msgid "Download" msgstr "Afgelaai" #: translate.c:5 msgid "download" msgstr "afgelaai" #: translate.c:6 msgid "Downloads" msgstr "Afgelaai" #: translate.c:6 msgid "downloads" msgstr "afgelaai" #: translate.c:7 msgid "Movies" msgstr "Films" #: translate.c:7 msgid "movies" msgstr "films" #: translate.c:8 msgid "Music" msgstr "Musiek" #: translate.c:8 msgid "music" msgstr "musiek" #: translate.c:9 msgid "Photos" msgstr "Foto's" #: translate.c:9 msgid "photos" msgstr "foto's" #: translate.c:10 msgid "Pictures" msgstr "Prente" #: translate.c:10 msgid "pictures" msgstr "prente" #: translate.c:11 msgid "Projects" msgstr "Projekte" #: translate.c:11 msgid "projects" msgstr "projekte" #: translate.c:12 msgid "Public" msgstr "Publiek" #: translate.c:12 msgid "public" msgstr "publiek" #: translate.c:13 msgid "Share" msgstr "Gedeel" #: translate.c:13 msgid "share" msgstr "gedeel" #: translate.c:14 msgid "Templates" msgstr "Sjablone" #: translate.c:14 msgid "templates" msgstr "sjablone" #: translate.c:15 msgid "Videos" msgstr "Video's" #: translate.c:15 msgid "videos" msgstr "video's" xdg-user-dirs-0.17/po/an.po0000644000175000000120000000423213252163453012426 00000000000000# Aragonese translation for xdg-user-dirs. # Copyright (C) 2010 xdg-user-dirs's COPYRIGHT HOLDER # This file is distributed under the same license as the xdg-user-dirs package. # Daniel Martinez Cucalon , 2010. # Daniel Martinez , 2010. msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs-0.12\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2010-09-01 13:46+0200\n" "Last-Translator: Daniel Martinez \n" "Language-Team: Aragonese \n" "Language: an\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" #: translate.c:2 msgid "Applications" msgstr "Aplicacions" #: translate.c:2 msgid "applications" msgstr "aplicacions" #: translate.c:3 msgid "Desktop" msgstr "Escritorio" #: translate.c:3 msgid "desktop" msgstr "escritorio" #: translate.c:4 msgid "Documents" msgstr "Documentos" #: translate.c:4 msgid "documents" msgstr "documentos" #: translate.c:5 msgid "Download" msgstr "Descarga" #: translate.c:5 msgid "download" msgstr "descarga" #: translate.c:6 msgid "Downloads" msgstr "Descargas" #: translate.c:6 msgid "downloads" msgstr "descargas" #: translate.c:7 msgid "Movies" msgstr "Peliclas" #: translate.c:7 msgid "movies" msgstr "peliclas" #: translate.c:8 msgid "Music" msgstr "Mosica" #: translate.c:8 msgid "music" msgstr "mosica" #: translate.c:9 msgid "Photos" msgstr "Retratos" #: translate.c:9 msgid "photos" msgstr "retratos" #: translate.c:10 msgid "Pictures" msgstr "Imachens" #: translate.c:10 msgid "pictures" msgstr "imachens" #: translate.c:11 msgid "Projects" msgstr "Proyectos" #: translate.c:11 msgid "projects" msgstr "proyectos" #: translate.c:12 msgid "Public" msgstr "Publico" #: translate.c:12 msgid "public" msgstr "publico" #: translate.c:13 msgid "Share" msgstr "Compartiu" #: translate.c:13 msgid "share" msgstr "compartiu" #: translate.c:14 msgid "Templates" msgstr "Plantillas" #: translate.c:14 msgid "templates" msgstr "plantillas" #: translate.c:15 msgid "Videos" msgstr "Vidios" #: translate.c:15 msgid "videos" msgstr "vidios" xdg-user-dirs-0.17/po/ar.po0000644000175000000120000000452213252163453012434 00000000000000# translation of xdg-user-dirs.HEAD.po to Arabic # Copyright (C) YEAR Red Hat, Inc # This file is distributed under the same license as the PACKAGE package. # # Khaled Hosny , 2007. msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs.HEAD\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2007-05-17 06:02+0300\n" "Last-Translator: Khaled Hosny \n" "Language-Team: Arabic \n" "Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=4; plural=n==1 ? 0 : n==2 ? 1 : n>=3 && n<=10 ? 2 : " "3\n" #: translate.c:2 msgid "Applications" msgstr "التطبيقات" #: translate.c:2 msgid "applications" msgstr "تطبيقات" #: translate.c:3 msgid "Desktop" msgstr "سطح المكتب" #: translate.c:3 msgid "desktop" msgstr "سطح المكتب" #: translate.c:4 msgid "Documents" msgstr "المستندات" #: translate.c:4 msgid "documents" msgstr "مستندات" #: translate.c:5 msgid "Download" msgstr "التنزيلات" #: translate.c:5 msgid "download" msgstr "تنزيلات" #: translate.c:6 #, fuzzy msgid "Downloads" msgstr "التنزيلات" #: translate.c:6 #, fuzzy msgid "downloads" msgstr "تنزيلات" #: translate.c:7 msgid "Movies" msgstr "الأفلام" #: translate.c:7 msgid "movies" msgstr "أفلام" #: translate.c:8 msgid "Music" msgstr "الموسيقى" #: translate.c:8 msgid "music" msgstr "موسيقى" #: translate.c:9 msgid "Photos" msgstr "الصور الضوئية" #: translate.c:9 msgid "photos" msgstr "صور ضوئية" #: translate.c:10 msgid "Pictures" msgstr "الصور" #: translate.c:10 msgid "pictures" msgstr "صور" #: translate.c:11 msgid "Projects" msgstr "المشاريع" #: translate.c:11 msgid "projects" msgstr "مشاريع" #: translate.c:12 msgid "Public" msgstr "عام" #: translate.c:12 msgid "public" msgstr "عام" #: translate.c:13 msgid "Share" msgstr "مشاركات" #: translate.c:13 msgid "share" msgstr "مشاركات" #: translate.c:14 msgid "Templates" msgstr "القوالب" #: translate.c:14 msgid "templates" msgstr "قوالب" #: translate.c:15 msgid "Videos" msgstr "الفيديو" #: translate.c:15 msgid "videos" msgstr "فيديو" xdg-user-dirs-0.17/po/as.po0000644000175000000120000000524213252163453012435 00000000000000# Assamese translations for el package. # Copyright (C) 2010 THE el'S COPYRIGHT HOLDER # This file is distributed under the same license as the xdg-user-dirs package. # # Automatically generated, 2010. # Amitakhya Phukan , 2010. msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs-0.11-pre1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2010-04-06 21:50+0530\n" "Last-Translator: Amitakhya Phukan \n" "Language-Team: Assamese \n" "Language: as\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Lokalize 1.0\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" #: translate.c:2 msgid "Applications" msgstr "অনুপ্ৰয়োগ" #: translate.c:2 msgid "applications" msgstr "অনুপ্ৰয়োগ" #: translate.c:3 msgid "Desktop" msgstr "ডেস্কট'প" #: translate.c:3 msgid "desktop" msgstr "ডেস্কট'প" #: translate.c:4 msgid "Documents" msgstr "ডকুমেন্টবোৰ" #: translate.c:4 msgid "documents" msgstr "ডকুমেন্টবোৰ" #: translate.c:5 msgid "Download" msgstr "ডাউন্‌লোড" #: translate.c:5 msgid "download" msgstr "ডাউন্‌লোড" #: translate.c:6 msgid "Downloads" msgstr "ডাউন্‌লোডসমূহ" #: translate.c:6 msgid "downloads" msgstr "ডাউন্‌লোডসমূহ" #: translate.c:7 msgid "Movies" msgstr "চলচ্চিত্ৰ" #: translate.c:7 msgid "movies" msgstr "চলচ্চিত্ৰ" #: translate.c:8 msgid "Music" msgstr "সংগীত" #: translate.c:8 msgid "music" msgstr "সংগীত" #: translate.c:9 msgid "Photos" msgstr "ফ'টোবোৰ" #: translate.c:9 msgid "photos" msgstr "ফ'টোবোৰ" #: translate.c:10 msgid "Pictures" msgstr "ছবিবোৰ" #: translate.c:10 msgid "pictures" msgstr "ছবিবোৰ" #: translate.c:11 msgid "Projects" msgstr "প্ৰকল্পবোৰ" #: translate.c:11 msgid "projects" msgstr "প্ৰকল্পবোৰ" #: translate.c:12 msgid "Public" msgstr "সাৰ্বজনীন" #: translate.c:12 msgid "public" msgstr "সাৰ্বজনীন" #: translate.c:13 msgid "Share" msgstr "অংশ লোৱা" #: translate.c:13 msgid "share" msgstr "অংশ লোৱা" #: translate.c:14 msgid "Templates" msgstr "নমুনাবোৰ" #: translate.c:14 msgid "templates" msgstr "নমুনাবোৰ" #: translate.c:15 msgid "Videos" msgstr "ভিডিঅ'বোৰ" #: translate.c:15 msgid "videos" msgstr "ভিডিঅ'বোৰ" xdg-user-dirs-0.17/po/ast.po0000644000175000000120000000427013252163453012621 00000000000000# Asturian translation for xdg-user-dirs # Copyright (c) 2008 Rosetta Contributors and Canonical Ltd 2008 # This file is distributed under the same license as the xdg-user-dirs package. # Marquinos , 2008. # msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs 0.14\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2011-05-09 09:22+0100\n" "Last-Translator: Maacub \n" "Language-Team: Asturian \n" "Language: ast\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2008-12-21 18:56+0000\n" "X-Generator: Launchpad (build Unknown)\n" #: translate.c:2 msgid "Applications" msgstr "Aplicaciones" #: translate.c:2 msgid "applications" msgstr "aplicaciones" #: translate.c:3 msgid "Desktop" msgstr "Escritoriu" #: translate.c:3 msgid "desktop" msgstr "escritoriu" #: translate.c:4 msgid "Documents" msgstr "Documentos" #: translate.c:4 msgid "documents" msgstr "documentos" #: translate.c:5 msgid "Download" msgstr "Descarga" #: translate.c:5 msgid "download" msgstr "descarga" #: translate.c:6 msgid "Downloads" msgstr "Descargues" #: translate.c:6 msgid "downloads" msgstr "descargues" #: translate.c:7 msgid "Movies" msgstr "Películes" #: translate.c:7 msgid "movies" msgstr "películes" #: translate.c:8 msgid "Music" msgstr "Música" #: translate.c:8 msgid "music" msgstr "música" #: translate.c:9 msgid "Photos" msgstr "Semeyes" #: translate.c:9 msgid "photos" msgstr "semeyes" #: translate.c:10 msgid "Pictures" msgstr "Imáxenes" #: translate.c:10 msgid "pictures" msgstr "imáxenes" #: translate.c:11 msgid "Projects" msgstr "Proyeutos" #: translate.c:11 msgid "projects" msgstr "proyeutos" #: translate.c:12 msgid "Public" msgstr "Públicu" #: translate.c:12 msgid "public" msgstr "públicu" #: translate.c:13 msgid "Share" msgstr "Compartir" #: translate.c:13 msgid "share" msgstr "compartir" #: translate.c:14 msgid "Templates" msgstr "Plantíes" #: translate.c:14 msgid "templates" msgstr "plantíes" #: translate.c:15 msgid "Videos" msgstr "Videos" #: translate.c:15 msgid "videos" msgstr "videos" xdg-user-dirs-0.17/po/be.po0000644000175000000120000000464613252163453012427 00000000000000# Belarusian translation for xdg-user-dirs # Copyright (c) 2007 Rosetta Contributors and Canonical Ltd 2007 # This file is distributed under the same license as the xdg-user-dirs package. # Alexander Nyakhaychyk , 2008. # Ihar Hrachyshka , 2011. # msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs 0.14\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2012-01-21 19:58+0300\n" "Last-Translator: Ihar Hrachyshka \n" "Language-Team: Belarusian \n" "Language: be\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: translate.c:2 msgid "Applications" msgstr "Праграмы" #: translate.c:2 msgid "applications" msgstr "праграмы" #: translate.c:3 msgid "Desktop" msgstr "Стол" #: translate.c:3 msgid "desktop" msgstr "стол" #: translate.c:4 msgid "Documents" msgstr "Дакументы" #: translate.c:4 msgid "documents" msgstr "дакументы" #: translate.c:5 msgid "Download" msgstr "Сцягнутыя файлы" #: translate.c:5 msgid "download" msgstr "сцягнутыя файлы" #: translate.c:6 msgid "Downloads" msgstr "Сцягнутыя файлы" #: translate.c:6 msgid "downloads" msgstr "сцягнутыя файлы" #: translate.c:7 msgid "Movies" msgstr "Фільмы" #: translate.c:7 msgid "movies" msgstr "фільмы" #: translate.c:8 msgid "Music" msgstr "Музыка" #: translate.c:8 msgid "music" msgstr "музыка" #: translate.c:9 msgid "Photos" msgstr "Фатаграфіі" #: translate.c:9 msgid "photos" msgstr "фатаграфіі" #: translate.c:10 msgid "Pictures" msgstr "Малюнкі" #: translate.c:10 msgid "pictures" msgstr "малюнкі" #: translate.c:11 msgid "Projects" msgstr "Праекты" #: translate.c:11 msgid "projects" msgstr "праекты" #: translate.c:12 msgid "Public" msgstr "Публічныя файлы" #: translate.c:12 msgid "public" msgstr "публічныя файлы" #: translate.c:13 msgid "Share" msgstr "Супольныя файлы" #: translate.c:13 msgid "share" msgstr "супольныя файлы" #: translate.c:14 msgid "Templates" msgstr "Шаблоны" #: translate.c:14 msgid "templates" msgstr "шаблоны" #: translate.c:15 msgid "Videos" msgstr "Відэа" #: translate.c:15 msgid "videos" msgstr "відэа" xdg-user-dirs-0.17/po/be@latin.po0000644000175000000120000000415513252163453013552 00000000000000# Biełaruski pierakład xdg-user-dirs. # Copyright (C) Ihar Hrachyshka, 2007. # This file is distributed under the same license as the xdg-user-dirs package. # Ihar Hrachyshka , 2007. # msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2007-10-16 03:39+0100\n" "Last-Translator: Ihar Hrachyshka \n" "Language-Team: Belarusian (Latin script) \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: translate.c:2 msgid "Applications" msgstr "Aplikacyi" #: translate.c:2 msgid "applications" msgstr "aplikacyi" #: translate.c:3 msgid "Desktop" msgstr "Stoł" #: translate.c:3 msgid "desktop" msgstr "stoł" #: translate.c:4 msgid "Documents" msgstr "Dakumenty" #: translate.c:4 msgid "documents" msgstr "dakumenty" #: translate.c:5 msgid "Download" msgstr "Zahruzka" #: translate.c:5 msgid "download" msgstr "zahruzka" #: translate.c:6 #, fuzzy msgid "Downloads" msgstr "Zahruzka" #: translate.c:6 #, fuzzy msgid "downloads" msgstr "zahruzka" #: translate.c:7 msgid "Movies" msgstr "Filmy" #: translate.c:7 msgid "movies" msgstr "filmy" #: translate.c:8 msgid "Music" msgstr "Muzyka" #: translate.c:8 msgid "music" msgstr "muzyka" #: translate.c:9 msgid "Photos" msgstr "Fotazdymki" #: translate.c:9 msgid "photos" msgstr "fotazdymki" #: translate.c:10 msgid "Pictures" msgstr "Malunki" #: translate.c:10 msgid "pictures" msgstr "malunki" #: translate.c:11 msgid "Projects" msgstr "Prajekty" #: translate.c:11 msgid "projects" msgstr "prajekty" #: translate.c:12 msgid "Public" msgstr "Publičnaje" #: translate.c:12 msgid "public" msgstr "publičnaje" #: translate.c:13 msgid "Share" msgstr "Supolnaje" #: translate.c:13 msgid "share" msgstr "supolnaje" #: translate.c:14 msgid "Templates" msgstr "Šablony" #: translate.c:14 msgid "templates" msgstr "šablony" #: translate.c:15 msgid "Videos" msgstr "Videa" #: translate.c:15 msgid "videos" msgstr "videa" xdg-user-dirs-0.17/po/bg.po0000644000175000000120000000442513252163453012424 00000000000000# Bulgarian translation of xdg-user-dirs po-file # Copyright (C) 2007, 2009 Alexander Shopov # This file is distributed under the same license as the xdg-user-dirs package. # Alexander Shopov , 2007, 2009. # msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs 0.11-pre1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2009-09-22 10:39+0300\n" "Last-Translator: Alexander Shopov \n" "Language-Team: Bulgarian \n" "Language: bg\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" #: translate.c:2 msgid "Applications" msgstr "Програми" #: translate.c:2 msgid "applications" msgstr "програми" #: translate.c:3 msgid "Desktop" msgstr "Плот" #: translate.c:3 msgid "desktop" msgstr "плот" #: translate.c:4 msgid "Documents" msgstr "Документи" #: translate.c:4 msgid "documents" msgstr "документи" #: translate.c:5 msgid "Download" msgstr "Свалени" #: translate.c:5 msgid "download" msgstr "свалени" #: translate.c:6 msgid "Downloads" msgstr "Свалени" #: translate.c:6 msgid "downloads" msgstr "свалени" #: translate.c:7 msgid "Movies" msgstr "Филми" #: translate.c:7 msgid "movies" msgstr "филми" #: translate.c:8 msgid "Music" msgstr "Музика" #: translate.c:8 msgid "music" msgstr "музика" #: translate.c:9 msgid "Photos" msgstr "Снимки" #: translate.c:9 msgid "photos" msgstr "снимки" #: translate.c:10 msgid "Pictures" msgstr "Изображения" #: translate.c:10 msgid "pictures" msgstr "изображения" #: translate.c:11 msgid "Projects" msgstr "Проекти" #: translate.c:11 msgid "projects" msgstr "проекти" #: translate.c:12 msgid "Public" msgstr "Публични" #: translate.c:12 msgid "public" msgstr "публични" #: translate.c:13 msgid "Share" msgstr "Споделени" #: translate.c:13 msgid "share" msgstr "споделени" #: translate.c:14 msgid "Templates" msgstr "Шаблони" #: translate.c:14 msgid "templates" msgstr "шаблони" #: translate.c:15 msgid "Videos" msgstr "Видео" #: translate.c:15 msgid "videos" msgstr "видео" xdg-user-dirs-0.17/po/bn_IN.po0000644000175000000120000000424213252163453013016 00000000000000# translation of xdg-user-dirs-0.11-pre1.po to Bengali INDIA # Copyright (C) 2010 THE xdg-user-dirs COPYRIGHT HOLDER # This file is distributed under the same license as the xdg-user-dirs package. # # Runa Bhattacharjee , 2010. msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs-0.11-pre1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2010-04-17 10:16+0530\n" "Last-Translator: Runa Bhattacharjee \n" "Language-Team: Bengali (India) \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: translate.c:2 msgid "Applications" msgstr "Applications" #: translate.c:2 msgid "applications" msgstr "applications" #: translate.c:3 msgid "Desktop" msgstr "Desktop" #: translate.c:3 msgid "desktop" msgstr "desktop" #: translate.c:4 msgid "Documents" msgstr "Documents" #: translate.c:4 msgid "documents" msgstr "documents" #: translate.c:5 msgid "Download" msgstr "Download" #: translate.c:5 msgid "download" msgstr "download" #: translate.c:6 msgid "Downloads" msgstr "Downloads" #: translate.c:6 msgid "downloads" msgstr "downloads" #: translate.c:7 msgid "Movies" msgstr "Movies" #: translate.c:7 msgid "movies" msgstr "movies" #: translate.c:8 msgid "Music" msgstr "Music" #: translate.c:8 msgid "music" msgstr "music" #: translate.c:9 msgid "Photos" msgstr "Photos" #: translate.c:9 msgid "photos" msgstr "photos" #: translate.c:10 msgid "Pictures" msgstr "Pictures" #: translate.c:10 msgid "pictures" msgstr "pictures" #: translate.c:11 msgid "Projects" msgstr "Projects" #: translate.c:11 msgid "projects" msgstr "projects" #: translate.c:12 msgid "Public" msgstr "Public" #: translate.c:12 msgid "public" msgstr "public" #: translate.c:13 msgid "Share" msgstr "Share" #: translate.c:13 msgid "share" msgstr "share" #: translate.c:14 msgid "Templates" msgstr "Templates" #: translate.c:14 msgid "templates" msgstr "templates" #: translate.c:15 msgid "Videos" msgstr "Videos" #: translate.c:15 msgid "videos" msgstr "videos" xdg-user-dirs-0.17/po/br.po0000644000175000000120000000426413252163453012440 00000000000000# Breton translation for xdg-user-dirs. # Copyright (C) 2009 Rosetta Contributors and Canonical Ltd 2009 # This file is distributed under the same license as the xdg-user-dirs package. # Denis , 2009. # msgid "" msgstr "" "Project-Id-Version: xdg-user-dir\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2009-08-08 00:29+0100\n" "Last-Translator: denis \n" "Language-Team: Breton \n" "Language: br\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: breton\n" "X-Poedit-Country: FRANCE\n" "X-Poedit-SourceCharset: utf-8\n" #: translate.c:2 msgid "Applications" msgstr "Arloadoù" #: translate.c:2 msgid "applications" msgstr "arloadoù" #: translate.c:3 msgid "Desktop" msgstr "Burev" #: translate.c:3 msgid "desktop" msgstr "burev" #: translate.c:4 msgid "Documents" msgstr "Teulioù" #: translate.c:4 msgid "documents" msgstr "teulioù" #: translate.c:5 msgid "Download" msgstr "Pellgargañ" #: translate.c:5 msgid "download" msgstr "pellgargañ" #: translate.c:6 #, fuzzy msgid "Downloads" msgstr "Pellgargañ" #: translate.c:6 #, fuzzy msgid "downloads" msgstr "pellgargañ" #: translate.c:7 msgid "Movies" msgstr "Filmoù" #: translate.c:7 msgid "movies" msgstr "filmoù" #: translate.c:8 msgid "Music" msgstr "Sonerezh" #: translate.c:8 msgid "music" msgstr "sonerezh" #: translate.c:9 msgid "Photos" msgstr "Luc'hskeudennoù" #: translate.c:9 msgid "photos" msgstr "luc'hskeudennoù" #: translate.c:10 msgid "Pictures" msgstr "Skeudennoù" #: translate.c:10 msgid "pictures" msgstr "skeudennoù" #: translate.c:11 msgid "Projects" msgstr "Raktresoù" #: translate.c:11 msgid "projects" msgstr "raktresoù" #: translate.c:12 msgid "Public" msgstr "Foran" #: translate.c:12 msgid "public" msgstr "foran" #: translate.c:13 msgid "Share" msgstr "Rannañ" #: translate.c:13 msgid "share" msgstr "Rannañ" #: translate.c:14 msgid "Templates" msgstr "Patromoù" #: translate.c:14 msgid "templates" msgstr "patromoù" #: translate.c:15 msgid "Videos" msgstr "Videoioù" #: translate.c:15 msgid "videos" msgstr "videoioù" xdg-user-dirs-0.17/po/ca.po0000644000175000000120000000422613252163454012417 00000000000000# Catalan translations for xdg-user-dirs package # Traduccions al català del paquet «xdg-user-dirs». # Copyright (C) 2007-2010 Red Hat, Inc # This file is distributed under the same license as the xdg-user-dirs package. # Josep Puigdemont , 2007, 2010. # msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs 0.12\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2010-10-01 10:25+0200\n" "Last-Translator: Josep Puigdemont \n" "Language-Team: Catalan \n" "Language: ca\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: translate.c:2 msgid "Applications" msgstr "Aplicacions" #: translate.c:2 msgid "applications" msgstr "aplicacions" #: translate.c:3 msgid "Desktop" msgstr "Escriptori" #: translate.c:3 msgid "desktop" msgstr "escriptori" #: translate.c:4 msgid "Documents" msgstr "Documents" #: translate.c:4 msgid "documents" msgstr "documents" #: translate.c:5 msgid "Download" msgstr "Baixada" #: translate.c:5 msgid "download" msgstr "baixada" #: translate.c:6 msgid "Downloads" msgstr "Baixades" #: translate.c:6 msgid "downloads" msgstr "baixades" #: translate.c:7 msgid "Movies" msgstr "Pel·lícules" #: translate.c:7 msgid "movies" msgstr "pel·lícules" #: translate.c:8 msgid "Music" msgstr "Música" #: translate.c:8 msgid "music" msgstr "música" #: translate.c:9 msgid "Photos" msgstr "Fotografies" #: translate.c:9 msgid "photos" msgstr "fotografies" #: translate.c:10 msgid "Pictures" msgstr "Imatges" #: translate.c:10 msgid "pictures" msgstr "imatges" #: translate.c:11 msgid "Projects" msgstr "Projectes" #: translate.c:11 msgid "projects" msgstr "projectes" #: translate.c:12 msgid "Public" msgstr "Públic" #: translate.c:12 msgid "public" msgstr "públic" #: translate.c:13 msgid "Share" msgstr "Compartit" #: translate.c:13 msgid "share" msgstr "compartit" #: translate.c:14 msgid "Templates" msgstr "Plantilles" #: translate.c:14 msgid "templates" msgstr "plantilles" #: translate.c:15 msgid "Videos" msgstr "Vídeos" #: translate.c:15 msgid "videos" msgstr "vídeos" xdg-user-dirs-0.17/po/crh.po0000644000175000000120000000432613252163454012611 00000000000000# Qırımtatarca (Qırım Türkçe) xdg-user-dirs. # Copyright (C) 2007 Red Hat, Inc # This file is distributed under the same license as the xdg-user-dirs package. # # Reşat SABIQ , 2009. msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs 0.11-pre1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2009-10-21 21:53-0600\n" "Last-Translator: Reşat SABIQ \n" "Language-Team: Crimean Tatar (Crimean Turkish) \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" #: translate.c:2 msgid "Applications" msgstr "Uyğulamalar" #: translate.c:2 msgid "applications" msgstr "uyğulamalar" #: translate.c:3 msgid "Desktop" msgstr "Masaüstü" #: translate.c:3 msgid "desktop" msgstr "masaüstü" #: translate.c:4 msgid "Documents" msgstr "Vesiqalar" #: translate.c:4 msgid "documents" msgstr "vesiqalar" #: translate.c:5 msgid "Download" msgstr "Endirme" #: translate.c:5 msgid "download" msgstr "endirme" #: translate.c:6 msgid "Downloads" msgstr "Endirmeler" #: translate.c:6 msgid "downloads" msgstr "endirmeler" #: translate.c:7 msgid "Movies" msgstr "Filmler" #: translate.c:7 msgid "movies" msgstr "filmler" # tüklü #: translate.c:8 msgid "Music" msgstr "Musıqi" # tüklü #: translate.c:8 msgid "music" msgstr "musıqi" #: translate.c:9 msgid "Photos" msgstr "Fotolar" #: translate.c:9 msgid "photos" msgstr "fotolar" #: translate.c:10 msgid "Pictures" msgstr "Resimler" #: translate.c:10 msgid "pictures" msgstr "resimler" #: translate.c:11 msgid "Projects" msgstr "Proyektler" #: translate.c:11 msgid "projects" msgstr "proyektler" #: translate.c:12 msgid "Public" msgstr "Aleniy" #: translate.c:12 msgid "public" msgstr "aleniy" #: translate.c:13 msgid "Share" msgstr "Üleşim" #: translate.c:13 msgid "share" msgstr "üleşim" #: translate.c:14 msgid "Templates" msgstr "Şablonlar" #: translate.c:14 msgid "templates" msgstr "şablonlar" #: translate.c:15 msgid "Videos" msgstr "Videolar" #: translate.c:15 msgid "videos" msgstr "videolar" xdg-user-dirs-0.17/po/cs.po0000644000175000000120000000425613252163454012444 00000000000000# Czech translation of xdg-user-dirs. # Copyright (C) 2007, 2008, 2009 Red Hat, Inc. # This file is distributed under the same license as the xdg-user-dirs package. # Jiří Netolický , 2007. # Petr Kovar , 2008, 2009. msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs-0.11-pre1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2009-09-21 01:14+0200\n" "Last-Translator: Petr Kovar \n" "Language-Team: Czech \n" "Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #: translate.c:2 msgid "Applications" msgstr "Aplikace" #: translate.c:2 msgid "applications" msgstr "aplikace" #: translate.c:3 msgid "Desktop" msgstr "Plocha" #: translate.c:3 msgid "desktop" msgstr "plocha" #: translate.c:4 msgid "Documents" msgstr "Dokumenty" #: translate.c:4 msgid "documents" msgstr "dokumenty" #: translate.c:5 msgid "Download" msgstr "Stažený" #: translate.c:5 msgid "download" msgstr "stažený" #: translate.c:6 msgid "Downloads" msgstr "Stažené" #: translate.c:6 msgid "downloads" msgstr "stažené" #: translate.c:7 msgid "Movies" msgstr "Filmy" #: translate.c:7 msgid "movies" msgstr "filmy" #: translate.c:8 msgid "Music" msgstr "Hudba" #: translate.c:8 msgid "music" msgstr "hudba" #: translate.c:9 msgid "Photos" msgstr "Fotografie" #: translate.c:9 msgid "photos" msgstr "fotografie" #: translate.c:10 msgid "Pictures" msgstr "Obrázky" #: translate.c:10 msgid "pictures" msgstr "obrázky" #: translate.c:11 msgid "Projects" msgstr "Projekty" #: translate.c:11 msgid "projects" msgstr "projekty" #: translate.c:12 msgid "Public" msgstr "Veřejné" #: translate.c:12 msgid "public" msgstr "veřejné" #: translate.c:13 msgid "Share" msgstr "Sdílené" #: translate.c:13 msgid "share" msgstr "sdílené" #: translate.c:14 msgid "Templates" msgstr "Šablony" #: translate.c:14 msgid "templates" msgstr "šablony" #: translate.c:15 msgid "Videos" msgstr "Videa" #: translate.c:15 msgid "videos" msgstr "videa" xdg-user-dirs-0.17/po/da.po0000644000175000000120000000423013252163454012413 00000000000000# Danish translation of xdg-user-dirs. # This file is distributed under the same license as the xdg-user-dirs package. # Lasse Bang Mikkelsen , 2007, 08. # Joe Hansen , 2009, 2016. # msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs-0.14\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2016-03-24 17:54+0100\n" "Last-Translator: Joe Hansen \n" "Language-Team: Danish \n" "Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Bugs: Report translation errors to the Language-Team address.\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: translate.c:2 msgid "Applications" msgstr "Programmer" #: translate.c:2 msgid "applications" msgstr "programmer" #: translate.c:3 msgid "Desktop" msgstr "Skrivebord" #: translate.c:3 msgid "desktop" msgstr "skrivebord" #: translate.c:4 msgid "Documents" msgstr "Dokumenter" #: translate.c:4 msgid "documents" msgstr "dokumenter" #: translate.c:5 msgid "Download" msgstr "Hentet" #: translate.c:5 msgid "download" msgstr "hentet" #: translate.c:6 msgid "Downloads" msgstr "Hentet" #: translate.c:6 msgid "downloads" msgstr "hentet" #: translate.c:7 msgid "Movies" msgstr "Film" #: translate.c:7 msgid "movies" msgstr "film" #: translate.c:8 msgid "Music" msgstr "Musik" #: translate.c:8 msgid "music" msgstr "musik" #: translate.c:9 msgid "Photos" msgstr "Fotos" #: translate.c:9 msgid "photos" msgstr "fotos" #: translate.c:10 msgid "Pictures" msgstr "Billeder" #: translate.c:10 msgid "pictures" msgstr "billeder" #: translate.c:11 msgid "Projects" msgstr "Projekter" #: translate.c:11 msgid "projects" msgstr "projekter" #: translate.c:12 msgid "Public" msgstr "Offentligt" #: translate.c:12 msgid "public" msgstr "offentligt" #: translate.c:13 msgid "Share" msgstr "Delt" #: translate.c:13 msgid "share" msgstr "delt" #: translate.c:14 msgid "Templates" msgstr "Skabeloner" #: translate.c:14 msgid "templates" msgstr "skabeloner" #: translate.c:15 msgid "Videos" msgstr "Videoklip" #: translate.c:15 msgid "videos" msgstr "videoklip" xdg-user-dirs-0.17/po/de.po0000644000175000000120000000426413252163454012426 00000000000000# German translations for xdg-user-dirs. # Copyright (C) 2007 Red Hat, Inc # This file is distributed under the same license as the xdg-user-dirs package. # Hendrik Richter , 2007. # Roland Illig , 2009. # Mario Blättermann , 2011, 2013. # msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs 0.14\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2013-02-24 14:00+0100\n" "Last-Translator: Mario Blättermann \n" "Language-Team: German \n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" #: translate.c:2 msgid "Applications" msgstr "Anwendungen" #: translate.c:2 msgid "applications" msgstr "anwendungen" #: translate.c:3 msgid "Desktop" msgstr "Schreibtisch" #: translate.c:3 msgid "desktop" msgstr "schreibtisch" #: translate.c:4 msgid "Documents" msgstr "Dokumente" #: translate.c:4 msgid "documents" msgstr "dokumente" #: translate.c:5 msgid "Download" msgstr "Download" #: translate.c:5 msgid "download" msgstr "download" #: translate.c:6 msgid "Downloads" msgstr "Downloads" #: translate.c:6 msgid "downloads" msgstr "downloads" #: translate.c:7 msgid "Movies" msgstr "Filme" #: translate.c:7 msgid "movies" msgstr "filme" #: translate.c:8 msgid "Music" msgstr "Musik" #: translate.c:8 msgid "music" msgstr "musik" #: translate.c:9 msgid "Photos" msgstr "Fotos" #: translate.c:9 msgid "photos" msgstr "fotos" #: translate.c:10 msgid "Pictures" msgstr "Bilder" #: translate.c:10 msgid "pictures" msgstr "bilder" #: translate.c:11 msgid "Projects" msgstr "Projekte" #: translate.c:11 msgid "projects" msgstr "projekte" #: translate.c:12 msgid "Public" msgstr "Öffentlich" #: translate.c:12 msgid "public" msgstr "oeffentlich" #: translate.c:13 msgid "Share" msgstr "Freigabe" #: translate.c:13 msgid "share" msgstr "freigabe" #: translate.c:14 msgid "Templates" msgstr "Vorlagen" #: translate.c:14 msgid "templates" msgstr "vorlagen" #: translate.c:15 msgid "Videos" msgstr "Videos" #: translate.c:15 msgid "videos" msgstr "videos" xdg-user-dirs-0.17/po/el.po0000644000175000000120000000453613252163454012440 00000000000000# xdg-user-dirs Greek version # Copyright (C) 2007 Red Hat, Inc # This file is distributed under the same license as the xdg-user-dirs package. # Nikos Charonitakis , 2007. # Simos Xenitellis , 2007. # Savvas Radevic , 2012. # msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs 0.14\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2012-03-18 01:20+0100\n" "Last-Translator: Savvas Radevic \n" "Language-Team: Greek \n" "Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" #: translate.c:2 msgid "Applications" msgstr "Εφαρμογές" #: translate.c:2 msgid "applications" msgstr "εφαρμογές" #: translate.c:3 msgid "Desktop" msgstr "Επιφάνεια εργασίας" #: translate.c:3 msgid "desktop" msgstr "επιφάνεια εργασίας" #: translate.c:4 msgid "Documents" msgstr "Έγγραφα" #: translate.c:4 msgid "documents" msgstr "έγγραφα" #: translate.c:5 msgid "Download" msgstr "Λήψεις" #: translate.c:5 msgid "download" msgstr "λήψεις" #: translate.c:6 msgid "Downloads" msgstr "Λήψεις" #: translate.c:6 msgid "downloads" msgstr "λήψεις" #: translate.c:7 msgid "Movies" msgstr "Ταινίες" #: translate.c:7 msgid "movies" msgstr "ταινίες" #: translate.c:8 msgid "Music" msgstr "Μουσική" #: translate.c:8 msgid "music" msgstr "μουσική" #: translate.c:9 msgid "Photos" msgstr "Φωτογραφίες" #: translate.c:9 msgid "photos" msgstr "φωτογραφίες" #: translate.c:10 msgid "Pictures" msgstr "Εικόνες" #: translate.c:10 msgid "pictures" msgstr "εικόνες" #: translate.c:11 msgid "Projects" msgstr "Έργα" #: translate.c:11 msgid "projects" msgstr "έργα" #: translate.c:12 msgid "Public" msgstr "Δημόσια" #: translate.c:12 msgid "public" msgstr "δημόσια" #: translate.c:13 msgid "Share" msgstr "Κοινόχρηστα" #: translate.c:13 msgid "share" msgstr "κοινόχρηστα" #: translate.c:14 msgid "Templates" msgstr "Πρότυπα" #: translate.c:14 msgid "templates" msgstr "πρότυπα" #: translate.c:15 msgid "Videos" msgstr "Βίντεο" #: translate.c:15 msgid "videos" msgstr "βίντεο" xdg-user-dirs-0.17/po/eo.po0000644000175000000120000000403213252163454012432 00000000000000# Esperanto translation for xdg-user-dirs. # This file is distributed under the same license as the xdg-user-dirs package. # Felipe Castro , 2008, 2009. # msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs-0.11-pre1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2009-09-19 20:03-0300\n" "Last-Translator: Felipe Castro \n" "Language-Team: Esperanto \n" "Language: eo\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: translate.c:2 msgid "Applications" msgstr "Aplikaĵoj" #: translate.c:2 msgid "applications" msgstr "aplikaĵoj" #: translate.c:3 msgid "Desktop" msgstr "Labortablo" #: translate.c:3 msgid "desktop" msgstr "labortablo" #: translate.c:4 msgid "Documents" msgstr "Dokumentoj" #: translate.c:4 msgid "documents" msgstr "dokumentoj" #: translate.c:5 msgid "Download" msgstr "Elŝuto" #: translate.c:5 msgid "download" msgstr "elŝuto" #: translate.c:6 msgid "Downloads" msgstr "Elŝutoj" #: translate.c:6 msgid "downloads" msgstr "elŝutoj" #: translate.c:7 msgid "Movies" msgstr "Filmoj" #: translate.c:7 msgid "movies" msgstr "filmoj" #: translate.c:8 msgid "Music" msgstr "Muziko" #: translate.c:8 msgid "music" msgstr "muziko" #: translate.c:9 msgid "Photos" msgstr "Fotaĵoj" #: translate.c:9 msgid "photos" msgstr "fotaĵoj" #: translate.c:10 msgid "Pictures" msgstr "Bildoj" #: translate.c:10 msgid "pictures" msgstr "bildoj" #: translate.c:11 msgid "Projects" msgstr "Projektoj" #: translate.c:11 msgid "projects" msgstr "projektoj" #: translate.c:12 msgid "Public" msgstr "Publike" #: translate.c:12 msgid "public" msgstr "publike" #: translate.c:13 msgid "Share" msgstr "Komune" #: translate.c:13 msgid "share" msgstr "komune" #: translate.c:14 msgid "Templates" msgstr "Ŝablonoj" #: translate.c:14 msgid "templates" msgstr "ŝablonoj" #: translate.c:15 msgid "Videos" msgstr "Videoj" #: translate.c:15 msgid "videos" msgstr "videoj" xdg-user-dirs-0.17/po/es.po0000644000175000000120000000423013252163454012436 00000000000000# Spanish translation for xdg-user-dirs-0.11-pre1.po # This file is distributed under the same license as the xdg-user-dirs package. # Domingo Becker , 2007. # Jorge González González , 2010. msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs-0.11-pre1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2010-02-21 12:41+0100\n" "Last-Translator: Jorge González González \n" "Language-Team: Spanish \n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: translate.c:2 msgid "Applications" msgstr "Aplicaciones" #: translate.c:2 msgid "applications" msgstr "aplicaciones" #: translate.c:3 msgid "Desktop" msgstr "Escritorio" #: translate.c:3 msgid "desktop" msgstr "escritorio" #: translate.c:4 msgid "Documents" msgstr "Documentos" #: translate.c:4 msgid "documents" msgstr "documentos" #: translate.c:5 msgid "Download" msgstr "Descargas" #: translate.c:5 msgid "download" msgstr "descargas" #: translate.c:6 msgid "Downloads" msgstr "Descargas" #: translate.c:6 msgid "downloads" msgstr "descargas" #: translate.c:7 msgid "Movies" msgstr "Películas" #: translate.c:7 msgid "movies" msgstr "películas" #: translate.c:8 msgid "Music" msgstr "Música" #: translate.c:8 msgid "music" msgstr "música" #: translate.c:9 msgid "Photos" msgstr "Fotos" #: translate.c:9 msgid "photos" msgstr "fotos" #: translate.c:10 msgid "Pictures" msgstr "Imágenes" #: translate.c:10 msgid "pictures" msgstr "imágenes" #: translate.c:11 msgid "Projects" msgstr "Proyectos" #: translate.c:11 msgid "projects" msgstr "proyectos" #: translate.c:12 msgid "Public" msgstr "Público" #: translate.c:12 msgid "public" msgstr "público" #: translate.c:13 msgid "Share" msgstr "Compartido" #: translate.c:13 msgid "share" msgstr "compartido" #: translate.c:14 msgid "Templates" msgstr "Plantillas" #: translate.c:14 msgid "templates" msgstr "plantillas" #: translate.c:15 msgid "Videos" msgstr "Vídeos" #: translate.c:15 msgid "videos" msgstr "vídeos" xdg-user-dirs-0.17/po/et.po0000644000175000000120000000414113252163454012440 00000000000000# X Desktop Group kasutaja-spetsiifilised kaustad. # Copyright (C) 2007-2010 Red Hat, Inc # This file is distributed under the same license as the xdg-user-dirs package. # Priit Laes, , 2007 # Mattias Põldaru, , 2007, 2010 # msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs-0.12\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2010-08-03 22:14+0300\n" "Last-Translator: Priit Laes \n" "Language-Team: Estonian \n" "Language: et\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: translate.c:2 msgid "Applications" msgstr "Rakendused" #: translate.c:2 msgid "applications" msgstr "rakendused" #: translate.c:3 msgid "Desktop" msgstr "Töölaud" #: translate.c:3 msgid "desktop" msgstr "töölaud" #: translate.c:4 msgid "Documents" msgstr "Dokumendid" #: translate.c:4 msgid "documents" msgstr "dokumendid" #: translate.c:5 msgid "Download" msgstr "Allalaaditud" #: translate.c:5 msgid "download" msgstr "allalaaditud" #: translate.c:6 msgid "Downloads" msgstr "Allalaadimised" #: translate.c:6 msgid "downloads" msgstr "allalaadimised" #: translate.c:7 msgid "Movies" msgstr "Filmid" #: translate.c:7 msgid "movies" msgstr "filmid" #: translate.c:8 msgid "Music" msgstr "Muusika" #: translate.c:8 msgid "music" msgstr "muusika" #: translate.c:9 msgid "Photos" msgstr "Fotod" #: translate.c:9 msgid "photos" msgstr "fotod" #: translate.c:10 msgid "Pictures" msgstr "Pildid" #: translate.c:10 msgid "pictures" msgstr "pildid" #: translate.c:11 msgid "Projects" msgstr "Projektid" #: translate.c:11 msgid "projects" msgstr "projektid" #: translate.c:12 msgid "Public" msgstr "Avalik" #: translate.c:12 msgid "public" msgstr "avalik" #: translate.c:13 msgid "Share" msgstr "Maardla" #: translate.c:13 msgid "share" msgstr "maardla" #: translate.c:14 msgid "Templates" msgstr "Mallid" #: translate.c:14 msgid "templates" msgstr "mallid" #: translate.c:15 msgid "Videos" msgstr "Videod" #: translate.c:15 msgid "videos" msgstr "videod" xdg-user-dirs-0.17/po/eu.po0000644000175000000120000000432713252163454012447 00000000000000# Translation of xdg-user-dirs to Basque. # This file is distributed under the same license as the xdg-user-dirs package. # # Iñaki Larrañaga Murgoitio , 2008. # Mikel Olasagasti Uranga , 2010. msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs-0.12\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2010-07-17 17:50+0100\n" "Last-Translator: Mikel Olasagasti Uranga \n" "Language-Team: Basque \n" "Language: eu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: translate.c:2 msgid "Applications" msgstr "Aplikazioak" #: translate.c:2 msgid "applications" msgstr "aplikazioak" #: translate.c:3 msgid "Desktop" msgstr "Mahaigaina" #: translate.c:3 msgid "desktop" msgstr "mahaigaina" #: translate.c:4 msgid "Documents" msgstr "Dokumentuak" #: translate.c:4 msgid "documents" msgstr "dokumentuak" #: translate.c:5 msgid "Download" msgstr "Deskargak" #: translate.c:5 msgid "download" msgstr "deskargak" #: translate.c:6 msgid "Downloads" msgstr "Deskargak" #: translate.c:6 msgid "downloads" msgstr "deskargak" #: translate.c:7 msgid "Movies" msgstr "Filmeak" #: translate.c:7 msgid "movies" msgstr "filmeak" #: translate.c:8 msgid "Music" msgstr "Musika" #: translate.c:8 msgid "music" msgstr "musika" #: translate.c:9 msgid "Photos" msgstr "Argazkiak" #: translate.c:9 msgid "photos" msgstr "argazkiak" #: translate.c:10 msgid "Pictures" msgstr "Irudiak" #: translate.c:10 msgid "pictures" msgstr "irudiak" #: translate.c:11 msgid "Projects" msgstr "Proiektuak" #: translate.c:11 msgid "projects" msgstr "proiektuak" #: translate.c:12 msgid "Public" msgstr "Publikoa" #: translate.c:12 msgid "public" msgstr "publikoa" #: translate.c:13 msgid "Share" msgstr "Partekatua" #: translate.c:13 msgid "share" msgstr "partekatua" #: translate.c:14 msgid "Templates" msgstr "Txantiloiak" #: translate.c:14 msgid "templates" msgstr "txantiloiak" #: translate.c:15 msgid "Videos" msgstr "Bideoak" #: translate.c:15 msgid "videos" msgstr "bideoak" xdg-user-dirs-0.17/po/fa.po0000644000175000000120000000442713252163454012425 00000000000000# Persian translation for xdg-user-dirs. # Copyright (C) 2010 Free Software Foundation, Inc. # This file is distributed under the same license as the xdg-user-dirs package. # Mahyar Moghimi , 2010. # msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs 0.12\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2010-08-16 12:49+0330\n" "Last-Translator: Mahyar Moghimi \n" "Language-Team: Persian \n" "Language: fa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: translate.c:2 msgid "Applications" msgstr "برنامه‌ها" #: translate.c:2 msgid "applications" msgstr "برنامه‌ها" #: translate.c:3 msgid "Desktop" msgstr "میز‌کار" #: translate.c:3 msgid "desktop" msgstr "میز‌کار" #: translate.c:4 msgid "Documents" msgstr "سند‌ها" #: translate.c:4 msgid "documents" msgstr "سند‌ها" #: translate.c:5 msgid "Download" msgstr "بارگیری‌" #: translate.c:5 msgid "download" msgstr "بارگیری‌" #: translate.c:6 msgid "Downloads" msgstr "بارگیری‌ها" #: translate.c:6 msgid "downloads" msgstr "بارگیری‌ها" #: translate.c:7 msgid "Movies" msgstr "فیلم‌ها" #: translate.c:7 msgid "movies" msgstr "فیلم‌ها" #: translate.c:8 msgid "Music" msgstr "موسیقی" #: translate.c:8 msgid "music" msgstr "موسیقی" #: translate.c:9 msgid "Photos" msgstr "تصویر‌ها" #: translate.c:9 msgid "photos" msgstr "تصویر‌ها" #: translate.c:10 msgid "Pictures" msgstr "عکس‌ها" #: translate.c:10 msgid "pictures" msgstr "عکس‌ها" #: translate.c:11 msgid "Projects" msgstr "پروژه‌ها" #: translate.c:11 msgid "projects" msgstr "پروژه‌ها" #: translate.c:12 msgid "Public" msgstr "عمومی" #: translate.c:12 msgid "public" msgstr "عمومی" #: translate.c:13 msgid "Share" msgstr "مشترک" #: translate.c:13 msgid "share" msgstr "مشترک" #: translate.c:14 msgid "Templates" msgstr "قالب‌ها" #: translate.c:14 msgid "templates" msgstr "قالب‌ها" #: translate.c:15 msgid "Videos" msgstr "ویدیوها" #: translate.c:15 msgid "videos" msgstr "ویدیوها" xdg-user-dirs-0.17/po/fi.po0000644000175000000120000000431313252163454012427 00000000000000# Finnish translation of xdg-user-dirs # Copyright © 2009 Red Hat, Inc # This file is distributed under the same license as the xdg-user-dirs package. # Ville-Pekka Vainio , 2007. # Jorma Karvonen , 2009. # msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs 0.11-pre1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2009-12-23 20:31+0200\n" "Last-Translator: Jorma Karvonen \n" "Language-Team: Finnish \n" "Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: translate.c:2 msgid "Applications" msgstr "Sovellukset" #: translate.c:2 msgid "applications" msgstr "sovellukset" #: translate.c:3 msgid "Desktop" msgstr "Työpöytä" #: translate.c:3 msgid "desktop" msgstr "työpöytä" #: translate.c:4 msgid "Documents" msgstr "Asiakirjat" #: translate.c:4 msgid "documents" msgstr "asiakirjat" #: translate.c:5 msgid "Download" msgstr "Lataa" #: translate.c:5 msgid "download" msgstr "lataa" #: translate.c:6 msgid "Downloads" msgstr "Lataukset" #: translate.c:6 msgid "downloads" msgstr "lataukset" #: translate.c:7 msgid "Movies" msgstr "Elokuvat" #: translate.c:7 msgid "movies" msgstr "elokuvat" #: translate.c:8 msgid "Music" msgstr "Musiikki" #: translate.c:8 msgid "music" msgstr "musiikki" #: translate.c:9 msgid "Photos" msgstr "Valokuvat" #: translate.c:9 msgid "photos" msgstr "valokuvat" #: translate.c:10 msgid "Pictures" msgstr "Kuvat" #: translate.c:10 msgid "pictures" msgstr "kuvat" #: translate.c:11 msgid "Projects" msgstr "Projektit" #: translate.c:11 msgid "projects" msgstr "projektit" #: translate.c:12 msgid "Public" msgstr "Julkinen" #: translate.c:12 msgid "public" msgstr "julkinen" #: translate.c:13 msgid "Share" msgstr "Jaettu" #: translate.c:13 msgid "share" msgstr "jaettu" #: translate.c:14 msgid "Templates" msgstr "Mallit" #: translate.c:14 msgid "templates" msgstr "mallit" #: translate.c:15 msgid "Videos" msgstr "Videot" #: translate.c:15 msgid "videos" msgstr "videot" xdg-user-dirs-0.17/po/fr.po0000644000175000000120000000415013252163454012437 00000000000000# French translation of xdg-user-dirs # Copyright (C) 2007 Free Software Foundation, Inc. # This file is distributed under the same license as the xdg-user-dirs package. # # Stéphane Raimbault , 2007-2009 # msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs 0.11-pre1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2009-09-28 11:05+0200\n" "Last-Translator: Stéphane Raimbault \n" "Language-Team: French \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: translate.c:2 msgid "Applications" msgstr "Applications" #: translate.c:2 msgid "applications" msgstr "applications" #: translate.c:3 msgid "Desktop" msgstr "Bureau" #: translate.c:3 msgid "desktop" msgstr "bureau" #: translate.c:4 msgid "Documents" msgstr "Documents" #: translate.c:4 msgid "documents" msgstr "documents" #: translate.c:5 msgid "Download" msgstr "Téléchargement" #: translate.c:5 msgid "download" msgstr "téléchargement" #: translate.c:6 msgid "Downloads" msgstr "Téléchargements" #: translate.c:6 msgid "downloads" msgstr "téléchargements" #: translate.c:7 msgid "Movies" msgstr "Films" #: translate.c:7 msgid "movies" msgstr "films" #: translate.c:8 msgid "Music" msgstr "Musique" #: translate.c:8 msgid "music" msgstr "musique" #: translate.c:9 msgid "Photos" msgstr "Photos" #: translate.c:9 msgid "photos" msgstr "photos" #: translate.c:10 msgid "Pictures" msgstr "Images" #: translate.c:10 msgid "pictures" msgstr "images" #: translate.c:11 msgid "Projects" msgstr "Projets" #: translate.c:11 msgid "projects" msgstr "projets" #: translate.c:12 msgid "Public" msgstr "Public" #: translate.c:12 msgid "public" msgstr "public" #: translate.c:13 msgid "Share" msgstr "Partage" #: translate.c:13 msgid "share" msgstr "partage" #: translate.c:14 msgid "Templates" msgstr "Modèles" #: translate.c:14 msgid "templates" msgstr "modèles" #: translate.c:15 msgid "Videos" msgstr "Vidéos" #: translate.c:15 msgid "videos" msgstr "vidéos" xdg-user-dirs-0.17/po/fur.po0000644000175000000120000000424513252163454012631 00000000000000# Friulian translation for xdg-user-dirs. # Copyright (C) 2016 xdg-user-dirs's COPYRIGHT HOLDER # This file is distributed under the same license as the xdg-user-dirs package. # Fabio Tomat , 2016. # msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs 0.14\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2016-11-16 14:28+0100\n" "Last-Translator: Fabio Tomat \n" "Language-Team: Friulian \n" "Language: fur\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Bugs: Report translation errors to the Language-Team address.\n" "X-Generator: Poedit 1.8.8\n" #: translate.c:2 msgid "Applications" msgstr "Aplicazions" #: translate.c:2 msgid "applications" msgstr "aplicazions" #: translate.c:3 msgid "Desktop" msgstr "Scritori" #: translate.c:3 msgid "desktop" msgstr "scritori" #: translate.c:4 msgid "Documents" msgstr "Documents" #: translate.c:4 msgid "documents" msgstr "documents" #: translate.c:5 msgid "Download" msgstr "Discjariâts" #: translate.c:5 msgid "download" msgstr "discjariâts" #: translate.c:6 msgid "Downloads" msgstr "Discjariâts" #: translate.c:6 msgid "downloads" msgstr "discjariâts" #: translate.c:7 msgid "Movies" msgstr "Filmâts" #: translate.c:7 msgid "movies" msgstr "filmâts" #: translate.c:8 msgid "Music" msgstr "Musiche" #: translate.c:8 msgid "music" msgstr "musiche" #: translate.c:9 msgid "Photos" msgstr "Fotos" #: translate.c:9 msgid "photos" msgstr "fotos" #: translate.c:10 msgid "Pictures" msgstr "Imagjins" #: translate.c:10 msgid "pictures" msgstr "imagjins" #: translate.c:11 msgid "Projects" msgstr "Progjets" #: translate.c:11 msgid "projects" msgstr "progjets" #: translate.c:12 msgid "Public" msgstr "Public" #: translate.c:12 msgid "public" msgstr "public" #: translate.c:13 msgid "Share" msgstr "Condividût" #: translate.c:13 msgid "share" msgstr "condividût" #: translate.c:14 msgid "Templates" msgstr "Modei" #: translate.c:14 msgid "templates" msgstr "modei" #: translate.c:15 msgid "Videos" msgstr "Videos" #: translate.c:15 msgid "videos" msgstr "videos" xdg-user-dirs-0.17/po/ga.po0000644000175000000120000000445213252163454012424 00000000000000# Irish translations for xdg-user-dirs package. # Copyright (C) 2007-2008 Free Software Foundation, Inc. # This file is distributed under the same license as the xdg-user-dirs package. # Seán de Búrca , 2007-2008. # msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs HEAD\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2008-01-21 14:57-0700\n" "Last-Translator: Seán de Búrca \n" "Language-Team: Irish \n" "Language: ga\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=5; plural=n==1 ? 0 : (n%10==1 || n%10==2) ? 1 : (n" "%10>=3 && n%10<= 6) ? 2 : ((n%10>=7 && n%10<=9) || n==10) ? 3 : 4;\n" #: translate.c:2 msgid "Applications" msgstr "Feidhmchláir" #: translate.c:2 msgid "applications" msgstr "feidhmchláir" #: translate.c:3 msgid "Desktop" msgstr "Deasc" #: translate.c:3 msgid "desktop" msgstr "deasc" #: translate.c:4 msgid "Documents" msgstr "Cáipéisí" #: translate.c:4 msgid "documents" msgstr "cáipéisí" #: translate.c:5 msgid "Download" msgstr "Íosluchtú" #: translate.c:5 msgid "download" msgstr "íosluchtú" #: translate.c:6 #, fuzzy msgid "Downloads" msgstr "Íosluchtú" #: translate.c:6 #, fuzzy msgid "downloads" msgstr "íosluchtú" #: translate.c:7 msgid "Movies" msgstr "Scannáin" #: translate.c:7 msgid "movies" msgstr "scannáin" #: translate.c:8 msgid "Music" msgstr "Ceol" #: translate.c:8 msgid "music" msgstr "ceol" #: translate.c:9 msgid "Photos" msgstr "Grianghraif" #: translate.c:9 msgid "photos" msgstr "grianghraif" #: translate.c:10 msgid "Pictures" msgstr "Pictiúir" #: translate.c:10 msgid "pictures" msgstr "pictiúir" #: translate.c:11 msgid "Projects" msgstr "Tionscadail" #: translate.c:11 msgid "projects" msgstr "tionscadail" #: translate.c:12 msgid "Public" msgstr "Poiblí" #: translate.c:12 msgid "public" msgstr "poiblí" #: translate.c:13 msgid "Share" msgstr "Comhroinn" #: translate.c:13 msgid "share" msgstr "comhroinn" #: translate.c:14 msgid "Templates" msgstr "Teimpléid" #: translate.c:14 msgid "templates" msgstr "teimpléid" #: translate.c:15 msgid "Videos" msgstr "Físeáin" #: translate.c:15 msgid "videos" msgstr "físeáin" xdg-user-dirs-0.17/po/gd.po0000644000175000000120000000435713252163454012433 00000000000000# Scottish Gaelic translations for xdg-user-dirs. # Copyright (C) 2014 Red Hat, Inc # This file is distributed under the same license as the xdg-user-dirs package. # GunChleoc , 2014. msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs 0.14\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2014-02-07 13:48-0000\n" "Last-Translator: GunChleoc \n" "Language-Team: Scottish Gaelic <(nothing)>\n" "Language: gd\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : " "(n > 2 && n < 20) ? 2 : 3;\n" #: translate.c:2 msgid "Applications" msgstr "Aplacaidean" #: translate.c:2 msgid "applications" msgstr "aplacaidean" #: translate.c:3 msgid "Desktop" msgstr "An deasg" #: translate.c:3 msgid "desktop" msgstr "an deasg" #: translate.c:4 msgid "Documents" msgstr "Sgrìobhainnean" #: translate.c:4 msgid "documents" msgstr "sgrìobhainnean" #: translate.c:5 msgid "Download" msgstr "Luchdadh a-nuas" #: translate.c:5 msgid "download" msgstr "luchdadh a-nuas" #: translate.c:6 msgid "Downloads" msgstr "Luchdaidhean a-nuas" #: translate.c:6 msgid "downloads" msgstr "luchdaidhean a-nuas" #: translate.c:7 msgid "Movies" msgstr "Filmichean" #: translate.c:7 msgid "movies" msgstr "filmichean" #: translate.c:8 msgid "Music" msgstr "Ceòl" #: translate.c:8 msgid "music" msgstr "ceòl" #: translate.c:9 msgid "Photos" msgstr "Dealbhan-camara" #: translate.c:9 msgid "photos" msgstr "dealbhan-camara" #: translate.c:10 msgid "Pictures" msgstr "Dealbhan" #: translate.c:10 msgid "pictures" msgstr "dealbhan" #: translate.c:11 msgid "Projects" msgstr "Pròiseactan" #: translate.c:11 msgid "projects" msgstr "pròiseactan" #: translate.c:12 msgid "Public" msgstr "Poblach" #: translate.c:12 msgid "public" msgstr "poblach" #: translate.c:13 msgid "Share" msgstr "Co-roinn" #: translate.c:13 msgid "share" msgstr "co-roinn" #: translate.c:14 msgid "Templates" msgstr "Teamplaidean" #: translate.c:14 msgid "templates" msgstr "teamplaidean" #: translate.c:15 msgid "Videos" msgstr "Videothan" #: translate.c:15 msgid "videos" msgstr "videothan" xdg-user-dirs-0.17/po/gl.po0000644000175000000120000000431413252163454012434 00000000000000# Galician translation for xdg-user-dirs. # Copyright (C) 2008 Red Hat, Inc # This file is distributed under the same license as the xdg-user-dirs package. # Henrique Ferreiro García , 2008. # Fran Dieguez , 2010. # Fran Diéguez , 2010. # msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs 0.12\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2010-08-23 02:33+0200\n" "Last-Translator: Fran Diéguez \n" "Language-Team: Galician \n" "Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n!=1);\n" #: translate.c:2 msgid "Applications" msgstr "Aplicativos" #: translate.c:2 msgid "applications" msgstr "aplicativos" #: translate.c:3 msgid "Desktop" msgstr "Escritorio" #: translate.c:3 msgid "desktop" msgstr "escritorio" #: translate.c:4 msgid "Documents" msgstr "Documentos" #: translate.c:4 msgid "documents" msgstr "documentos" #: translate.c:5 msgid "Download" msgstr "Descarga" #: translate.c:5 msgid "download" msgstr "descarga" #: translate.c:6 msgid "Downloads" msgstr "Descargas" #: translate.c:6 msgid "downloads" msgstr "descargas" #: translate.c:7 msgid "Movies" msgstr "Filmes" #: translate.c:7 msgid "movies" msgstr "filmes" #: translate.c:8 msgid "Music" msgstr "Música" #: translate.c:8 msgid "music" msgstr "música" #: translate.c:9 msgid "Photos" msgstr "Fotos" #: translate.c:9 msgid "photos" msgstr "fotos" #: translate.c:10 msgid "Pictures" msgstr "Imaxes" #: translate.c:10 msgid "pictures" msgstr "imaxes" #: translate.c:11 msgid "Projects" msgstr "Proxectos" #: translate.c:11 msgid "projects" msgstr "proxectos" #: translate.c:12 msgid "Public" msgstr "Público" #: translate.c:12 msgid "public" msgstr "público" #: translate.c:13 msgid "Share" msgstr "Compartido" #: translate.c:13 msgid "share" msgstr "Compartido" #: translate.c:14 msgid "Templates" msgstr "Modelos" #: translate.c:14 msgid "templates" msgstr "modelos" #: translate.c:15 msgid "Videos" msgstr "Vídeos" #: translate.c:15 msgid "videos" msgstr "vídeos" xdg-user-dirs-0.17/po/gu.po0000644000175000000120000000507113252163454012446 00000000000000# translation of xdg-user-dirs (gu.po) to Gujarati # # This file is distributed under the same license as the xdg-user-dirs package. # # Copyright (C) # # Ankit Patel , 2010. # Sweta Kothari , 2010. msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs 0.12\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2010-08-11 17:36+0530\n" "Last-Translator: Ankit Patel \n" "Language-Team: Gujarati \n" "Language: gu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "\n" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=(n!=1);\n" #: translate.c:2 msgid "Applications" msgstr "કાર્યક્રમો" #: translate.c:2 msgid "applications" msgstr "કાર્યક્રમો" #: translate.c:3 msgid "Desktop" msgstr "ડેસ્કટોપ" #: translate.c:3 msgid "desktop" msgstr "ડેસ્કટોપ" #: translate.c:4 msgid "Documents" msgstr "દસ્તાવેજો" #: translate.c:4 msgid "documents" msgstr "દસ્તાવેજો" #: translate.c:5 msgid "Download" msgstr "ડાઉનલોડ" #: translate.c:5 msgid "download" msgstr "ડાઉનલોડ" #: translate.c:6 msgid "Downloads" msgstr "ડાઉનલોડ" #: translate.c:6 msgid "downloads" msgstr "ડાઉનલોડ" #: translate.c:7 msgid "Movies" msgstr "ચિત્રપટો" #: translate.c:7 msgid "movies" msgstr "ચિત્રપટો" #: translate.c:8 msgid "Music" msgstr "સંગીત" #: translate.c:8 msgid "music" msgstr "સંગીત" #: translate.c:9 msgid "Photos" msgstr "ફોટા" #: translate.c:9 msgid "photos" msgstr "ફોટા" #: translate.c:10 msgid "Pictures" msgstr "ચિત્રો" #: translate.c:10 msgid "pictures" msgstr "ચિત્રો" #: translate.c:11 msgid "Projects" msgstr "પ્રોજેક્ટો" #: translate.c:11 msgid "projects" msgstr "પ્રોજેક્ટો" #: translate.c:12 msgid "Public" msgstr "સાર્વજનિક" #: translate.c:12 msgid "public" msgstr "સાર્વજનિક" #: translate.c:13 msgid "Share" msgstr "સહભાગી" #: translate.c:13 msgid "share" msgstr "સહભાગી" #: translate.c:14 msgid "Templates" msgstr "ટૅમ્પલેટ" #: translate.c:14 msgid "templates" msgstr "ટૅમ્પલેટ" #: translate.c:15 msgid "Videos" msgstr "વિડિયો" #: translate.c:15 msgid "videos" msgstr "વિડિયો" xdg-user-dirs-0.17/po/he.po0000644000175000000120000000424313252163454012427 00000000000000# Hebrew translation for xdg-user-dirs. # This file is distributed under the same license as the xdg-user-dirs package. # Yair Hershkoviz , 2008. # msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs 0.14\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2013-06-20 16:41+0200\n" "Last-Translator: Isratine Citizen \n" "Language-Team: Hebrew \n" "Language: he\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 1.5.4\n" #: translate.c:2 msgid "Applications" msgstr "יישומים" #: translate.c:2 msgid "applications" msgstr "יישומים" #: translate.c:3 msgid "Desktop" msgstr "שולחן עבודה" #: translate.c:3 msgid "desktop" msgstr "שולחן עבודה" #: translate.c:4 msgid "Documents" msgstr "מסמכים" #: translate.c:4 msgid "documents" msgstr "מסמכים" #: translate.c:5 msgid "Download" msgstr "הורדות" #: translate.c:5 msgid "download" msgstr "הורדות" #: translate.c:6 msgid "Downloads" msgstr "הורדות" #: translate.c:6 msgid "downloads" msgstr "הורדות" #: translate.c:7 msgid "Movies" msgstr "סרטים" #: translate.c:7 msgid "movies" msgstr "סרטים" #: translate.c:8 msgid "Music" msgstr "מוסיקה" #: translate.c:8 msgid "music" msgstr "מוסיקה" #: translate.c:9 msgid "Photos" msgstr "תצלומים" #: translate.c:9 msgid "photos" msgstr "תצלומים" #: translate.c:10 msgid "Pictures" msgstr "תמונות" #: translate.c:10 msgid "pictures" msgstr "תמונות" #: translate.c:11 msgid "Projects" msgstr "פרוייקטים" #: translate.c:11 msgid "projects" msgstr "פרוייקטים" #: translate.c:12 msgid "Public" msgstr "ציבורי" #: translate.c:12 msgid "public" msgstr "ציבורי" #: translate.c:13 msgid "Share" msgstr "שיתוף" #: translate.c:13 msgid "share" msgstr "שיתוף" #: translate.c:14 msgid "Templates" msgstr "תבניות" #: translate.c:14 msgid "templates" msgstr "תבניות" #: translate.c:15 msgid "Videos" msgstr "וידאו" #: translate.c:15 msgid "videos" msgstr "וידאו" xdg-user-dirs-0.17/po/hi.po0000644000175000000120000000501713252163454012433 00000000000000# translation of xdg-user-dirs-0.11-pre1.po to Hindi # Copyright (C) 2010 Red Hat, Inc # This file is distributed under the same license as the xdg-user-dirs package. # # Rajesh Ranjan , 2010. msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs-0.11-pre1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2010-05-14 16:10+0530\n" "Last-Translator: Rajesh Ranjan \n" "Language-Team: Hindi \n" "Language: hi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=(n!=1);\n" "\n" "\n" #: translate.c:2 msgid "Applications" msgstr "अनुप्रयोग" #: translate.c:2 msgid "applications" msgstr "अनुप्रयोग" #: translate.c:3 msgid "Desktop" msgstr "डेस्कटॉप" #: translate.c:3 msgid "desktop" msgstr "डेस्कटॉप" #: translate.c:4 msgid "Documents" msgstr "दस्तावेज़" #: translate.c:4 msgid "documents" msgstr "दस्तावेज़" #: translate.c:5 msgid "Download" msgstr "डाउनलोड" #: translate.c:5 msgid "download" msgstr "डाउनलोड" #: translate.c:6 msgid "Downloads" msgstr "डाउनलोड" #: translate.c:6 msgid "downloads" msgstr "डाउनलोड" #: translate.c:7 msgid "Movies" msgstr "मूवी" #: translate.c:7 msgid "movies" msgstr "मूवी" #: translate.c:8 msgid "Music" msgstr "संगीत" #: translate.c:8 msgid "music" msgstr "संगीत" #: translate.c:9 msgid "Photos" msgstr "फ़ोटो" #: translate.c:9 msgid "photos" msgstr "फ़ोटो" #: translate.c:10 msgid "Pictures" msgstr "तस्वीर" #: translate.c:10 msgid "pictures" msgstr "तस्वीर" #: translate.c:11 msgid "Projects" msgstr "परियोजना" #: translate.c:11 msgid "projects" msgstr "परियोजना" #: translate.c:12 msgid "Public" msgstr "सार्वजनिक" #: translate.c:12 msgid "public" msgstr "सार्वजनिक" #: translate.c:13 msgid "Share" msgstr "साझेदारी" #: translate.c:13 msgid "share" msgstr "साझेदारी" #: translate.c:14 msgid "Templates" msgstr "नमूना ख़ाका" #: translate.c:14 msgid "templates" msgstr "नमूना ख़ाका" #: translate.c:15 msgid "Videos" msgstr "वीडियो" #: translate.c:15 msgid "videos" msgstr "वीडियो" xdg-user-dirs-0.17/po/hr.po0000644000175000000120000000444013252163454012443 00000000000000# Translation of xdg-user-dirs to Croatian. # Copyright © 2012 Red Hat, Inc # This file is distributed under the same license as the xdg-user-dirs package. # Tomislav Krznar , 2012. # msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs 0.14\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2017-07-26 00:11+0200\n" "Last-Translator: gogo \n" "Language-Team: Croatian \n" "Language: hr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Bugs: Report translation errors to the Language-Team address.\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Poedit 1.8.7.1\n" #: translate.c:2 msgid "Applications" msgstr "Aplikacije" #: translate.c:2 msgid "applications" msgstr "aplikacije" #: translate.c:3 msgid "Desktop" msgstr "Radna površina" #: translate.c:3 msgid "desktop" msgstr "radna površina" #: translate.c:4 msgid "Documents" msgstr "Dokumenti" #: translate.c:4 msgid "documents" msgstr "dokumenti" #: translate.c:5 msgid "Download" msgstr "Preuzimanje" #: translate.c:5 msgid "download" msgstr "preuzimanje" #: translate.c:6 msgid "Downloads" msgstr "Preuzimanja" #: translate.c:6 msgid "downloads" msgstr "preuzimanja" #: translate.c:7 msgid "Movies" msgstr "Filmovi" #: translate.c:7 msgid "movies" msgstr "filmovi" #: translate.c:8 msgid "Music" msgstr "Glazba" #: translate.c:8 msgid "music" msgstr "glazba" #: translate.c:9 msgid "Photos" msgstr "Fotografije" #: translate.c:9 msgid "photos" msgstr "fotografije" #: translate.c:10 msgid "Pictures" msgstr "Slike" #: translate.c:10 msgid "pictures" msgstr "slike" #: translate.c:11 msgid "Projects" msgstr "Projekti" #: translate.c:11 msgid "projects" msgstr "projekti" #: translate.c:12 msgid "Public" msgstr "Javno" #: translate.c:12 msgid "public" msgstr "javno" #: translate.c:13 msgid "Share" msgstr "Dijeljeno" #: translate.c:13 msgid "share" msgstr "dijeljeno" #: translate.c:14 msgid "Templates" msgstr "Predlošci" #: translate.c:14 msgid "templates" msgstr "predlošci" #: translate.c:15 msgid "Videos" msgstr "Snimke" #: translate.c:15 msgid "videos" msgstr "snimke" xdg-user-dirs-0.17/po/hu.po0000644000175000000120000000437613252163454012456 00000000000000# Hungarian translation of xdg-user-dirs # Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. # This file is distributed under the same license as the xdg-user-dirs package. # # Gabor Kelemen , 2007, 2009. # Daniel Ugra , 2008. msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs 0.11-pre1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2009-09-19 11:28+0200\n" "Last-Translator: Gabor Kelemen \n" "Language-Team: Hungarian \n" "Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: translate.c:2 msgid "Applications" msgstr "Alkalmazások" #: translate.c:2 msgid "applications" msgstr "alkalmazások" #: translate.c:3 msgid "Desktop" msgstr "Asztal" #: translate.c:3 msgid "desktop" msgstr "asztal" #: translate.c:4 msgid "Documents" msgstr "Dokumentumok" #: translate.c:4 msgid "documents" msgstr "dokumentumok" #: translate.c:5 msgid "Download" msgstr "Letöltések" #: translate.c:5 msgid "download" msgstr "letöltések" #: translate.c:6 msgid "Downloads" msgstr "Letöltések" #: translate.c:6 msgid "downloads" msgstr "letöltések" #: translate.c:7 msgid "Movies" msgstr "Filmek" #: translate.c:7 msgid "movies" msgstr "filmek" #: translate.c:8 msgid "Music" msgstr "Zenék" #: translate.c:8 msgid "music" msgstr "zenék" #: translate.c:9 msgid "Photos" msgstr "Fényképek" #: translate.c:9 msgid "photos" msgstr "fényképek" #: translate.c:10 msgid "Pictures" msgstr "Képek" #: translate.c:10 msgid "pictures" msgstr "képek" #: translate.c:11 msgid "Projects" msgstr "Projektek" #: translate.c:11 msgid "projects" msgstr "projektek" #: translate.c:12 msgid "Public" msgstr "Nyilvános" #: translate.c:12 msgid "public" msgstr "nyilvános" #: translate.c:13 msgid "Share" msgstr "Megosztott" #: translate.c:13 msgid "share" msgstr "megosztott" #: translate.c:14 msgid "Templates" msgstr "Sablonok" #: translate.c:14 msgid "templates" msgstr "sablonok" #: translate.c:15 msgid "Videos" msgstr "Videók" #: translate.c:15 msgid "videos" msgstr "videók" xdg-user-dirs-0.17/po/ia.po0000644000175000000120000000412713252163454012425 00000000000000# Interlingua translations for xdg-user-dirs package. # Copyright (C) 2013 Free Software Foundation, Inc # This file is distributed under the same license as the xdg-user-dirs package. # # Nik Kalach , 2013. # msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs 0.14\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2013-02-14 06:00+0400\n" "Last-Translator: Nik Kalach \n" "Language-Team: Interlingua \n" "Language: ia\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: translate.c:2 msgid "Applications" msgstr "Applicationes" #: translate.c:2 msgid "applications" msgstr "applicationes" #: translate.c:3 msgid "Desktop" msgstr "Scriptorio" #: translate.c:3 msgid "desktop" msgstr "scriptorio" #: translate.c:4 msgid "Documents" msgstr "Documentos" #: translate.c:4 msgid "documents" msgstr "documentos" #: translate.c:5 msgid "Download" msgstr "Discarga" #: translate.c:5 msgid "download" msgstr "discarga" #: translate.c:6 msgid "Downloads" msgstr "Discargas" #: translate.c:6 msgid "downloads" msgstr "discargas" #: translate.c:7 msgid "Movies" msgstr "Cinema" #: translate.c:7 msgid "movies" msgstr "cinema" #: translate.c:8 msgid "Music" msgstr "Musica" #: translate.c:8 msgid "music" msgstr "musica" #: translate.c:9 msgid "Photos" msgstr "Photos" #: translate.c:9 msgid "photos" msgstr "photos" #: translate.c:10 msgid "Pictures" msgstr "Imagines" #: translate.c:10 msgid "pictures" msgstr "imagines" #: translate.c:11 msgid "Projects" msgstr "Projectos" #: translate.c:11 msgid "projects" msgstr "projectos" #: translate.c:12 msgid "Public" msgstr "Public" #: translate.c:12 msgid "public" msgstr "public" #: translate.c:13 msgid "Share" msgstr "Commun" #: translate.c:13 msgid "share" msgstr "commun" #: translate.c:14 msgid "Templates" msgstr "Modellos" #: translate.c:14 msgid "templates" msgstr "modellos" #: translate.c:15 msgid "Videos" msgstr "Videos" #: translate.c:15 msgid "videos" msgstr "videos" xdg-user-dirs-0.17/po/id.po0000644000175000000120000000404313252163454012425 00000000000000# Indonesian translations for xdg-user-dirs package. # Copyright (C) 2008 Red Hat, Inc # This file is distributed under the same license as the xdg-user-dirs package. # Andhika Padmawan , 2008. # msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs 0.11-pre1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2009-09-19 12:34-0400\n" "Last-Translator: Andhika Padmawan \n" "Language-Team: Indonesian \n" "Language: id\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: translate.c:2 msgid "Applications" msgstr "Aplikasi" #: translate.c:2 msgid "applications" msgstr "aplikasi" #: translate.c:3 msgid "Desktop" msgstr "Destop" #: translate.c:3 msgid "desktop" msgstr "destop" #: translate.c:4 msgid "Documents" msgstr "Dokumen" #: translate.c:4 msgid "documents" msgstr "dokumen" #: translate.c:5 msgid "Download" msgstr "Unduh" #: translate.c:5 msgid "download" msgstr "unduh" #: translate.c:6 msgid "Downloads" msgstr "Unduhan" #: translate.c:6 msgid "downloads" msgstr "unduhan" #: translate.c:7 msgid "Movies" msgstr "Film" #: translate.c:7 msgid "movies" msgstr "film" #: translate.c:8 msgid "Music" msgstr "Musik" #: translate.c:8 msgid "music" msgstr "musik" #: translate.c:9 msgid "Photos" msgstr "Foto" #: translate.c:9 msgid "photos" msgstr "foto" #: translate.c:10 msgid "Pictures" msgstr "Gambar" #: translate.c:10 msgid "pictures" msgstr "gambar" #: translate.c:11 msgid "Projects" msgstr "Proyek" #: translate.c:11 msgid "projects" msgstr "proyek" #: translate.c:12 msgid "Public" msgstr "Publik" #: translate.c:12 msgid "public" msgstr "publik" #: translate.c:13 msgid "Share" msgstr "Bagi" #: translate.c:13 msgid "share" msgstr "bagi" #: translate.c:14 msgid "Templates" msgstr "Templat" #: translate.c:14 msgid "templates" msgstr "templat" #: translate.c:15 msgid "Videos" msgstr "Video" #: translate.c:15 msgid "videos" msgstr "video" xdg-user-dirs-0.17/po/is.po0000644000175000000120000000417713252163454012454 00000000000000# translation of xdg-user-dirs-0.14.po to Icelandic # Copyright (C) 2009 Free Software Foundation # This file is distributed under the same license as the xdg-user-dirs package. # Sveinn í Felli , 2009, 2011. # msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs-0.14\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2011-05-09 14:12+0000\n" "Last-Translator: Sveinn í Felli \n" "Language-Team: Icelandic \n" "Language: is\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" #: translate.c:2 msgid "Applications" msgstr "Forrit" #: translate.c:2 msgid "applications" msgstr "forrit" #: translate.c:3 msgid "Desktop" msgstr "Skjáborð" #: translate.c:3 msgid "desktop" msgstr "skjáborð" #: translate.c:4 msgid "Documents" msgstr "Skjöl" #: translate.c:4 msgid "documents" msgstr "skjöl" #: translate.c:5 msgid "Download" msgstr "Niðurhal" #: translate.c:5 msgid "download" msgstr "niðurhal" #: translate.c:6 msgid "Downloads" msgstr "Sóttar skrár" #: translate.c:6 msgid "downloads" msgstr "sóttar skrár" #: translate.c:7 msgid "Movies" msgstr "Bíómyndir" #: translate.c:7 msgid "movies" msgstr "bíómyndir" #: translate.c:8 msgid "Music" msgstr "Tónlist" #: translate.c:8 msgid "music" msgstr "tónlist" #: translate.c:9 msgid "Photos" msgstr "Ljósmyndir" #: translate.c:9 msgid "photos" msgstr "ljósmyndir" #: translate.c:10 msgid "Pictures" msgstr "Myndir" #: translate.c:10 msgid "pictures" msgstr "myndir" #: translate.c:11 msgid "Projects" msgstr "Verkefni" #: translate.c:11 msgid "projects" msgstr "verkefni" #: translate.c:12 msgid "Public" msgstr "Opið" #: translate.c:12 msgid "public" msgstr "opið" #: translate.c:13 msgid "Share" msgstr "Sameign" #: translate.c:13 msgid "share" msgstr "sameign" #: translate.c:14 msgid "Templates" msgstr "Sniðmát" #: translate.c:14 msgid "templates" msgstr "sniðmát" #: translate.c:15 msgid "Videos" msgstr "Vídeó" #: translate.c:15 msgid "videos" msgstr "vídeó" xdg-user-dirs-0.17/po/it.po0000644000175000000120000000413613252163454012450 00000000000000# Italian translation for xdg-user-dirs # This file is distributed under the same license as the xdg-user-dirs package. # Luca Ferretti , 2007, 2009. # # Questo commento è stato aggiunto per assicurare la codifica «UTF-8» # msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs 0.11-pre1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2009-09-19 10:03+0200\n" "Last-Translator: Luca Ferretti \n" "Language-Team: Italian \n" "Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: translate.c:2 msgid "Applications" msgstr "Applicazioni" #: translate.c:2 msgid "applications" msgstr "applicazioni" #: translate.c:3 msgid "Desktop" msgstr "Scrivania" #: translate.c:3 msgid "desktop" msgstr "scrivania" #: translate.c:4 msgid "Documents" msgstr "Documenti" #: translate.c:4 msgid "documents" msgstr "documenti" #: translate.c:5 msgid "Download" msgstr "Scaricati" #: translate.c:5 msgid "download" msgstr "scaricati" #: translate.c:6 msgid "Downloads" msgstr "Scaricati" #: translate.c:6 msgid "downloads" msgstr "scaricati" #: translate.c:7 msgid "Movies" msgstr "Filmati" #: translate.c:7 msgid "movies" msgstr "filmati" #: translate.c:8 msgid "Music" msgstr "Musica" #: translate.c:8 msgid "music" msgstr "musica" #: translate.c:9 msgid "Photos" msgstr "Fotografie" #: translate.c:9 msgid "photos" msgstr "fotografie" #: translate.c:10 msgid "Pictures" msgstr "Immagini" #: translate.c:10 msgid "pictures" msgstr "immagini" #: translate.c:11 msgid "Projects" msgstr "Progetti" #: translate.c:11 msgid "projects" msgstr "progetti" #: translate.c:12 msgid "Public" msgstr "Pubblici" #: translate.c:12 msgid "public" msgstr "pubblici" #: translate.c:13 msgid "Share" msgstr "Condivisi" #: translate.c:13 msgid "share" msgstr "condivisi" #: translate.c:14 msgid "Templates" msgstr "Modelli" #: translate.c:14 msgid "templates" msgstr "modelli" #: translate.c:15 msgid "Videos" msgstr "Video" #: translate.c:15 msgid "videos" msgstr "Video" xdg-user-dirs-0.17/po/ja.po0000644000175000000120000000427713252163454012434 00000000000000# Japanese translation of xdg-user-dirs. # Copyright (C) 2007 Google, Inc. # This file is distributed under the same license as the xdg-user-dirs package. # Makoto Kato , 2010. # msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs 0.11-pre1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2010-03-01 19:20+0900\n" "Last-Translator: Makoto Kato \n" "Language-Team: Japanese \n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: translate.c:2 msgid "Applications" msgstr "アプリケーション" #: translate.c:2 msgid "applications" msgstr "アプリケーション" #: translate.c:3 msgid "Desktop" msgstr "デスクトップ" #: translate.c:3 msgid "desktop" msgstr "デスクトップ" #: translate.c:4 msgid "Documents" msgstr "ドキュメント" #: translate.c:4 msgid "documents" msgstr "ドキュメント" #: translate.c:5 msgid "Download" msgstr "ダウンロード" #: translate.c:5 msgid "download" msgstr "ダウンロード" #: translate.c:6 msgid "Downloads" msgstr "ダウンロード" #: translate.c:6 msgid "downloads" msgstr "ダウンロード" #: translate.c:7 msgid "Movies" msgstr "映画" #: translate.c:7 msgid "movies" msgstr "映画" #: translate.c:8 msgid "Music" msgstr "音楽" #: translate.c:8 msgid "music" msgstr "音楽" #: translate.c:9 msgid "Photos" msgstr "写真" #: translate.c:9 msgid "photos" msgstr "写真" #: translate.c:10 msgid "Pictures" msgstr "画像" #: translate.c:10 msgid "pictures" msgstr "画像" #: translate.c:11 msgid "Projects" msgstr "プロジェクト" #: translate.c:11 msgid "projects" msgstr "プロジェクト" #: translate.c:12 msgid "Public" msgstr "公開" #: translate.c:12 msgid "public" msgstr "公開" #: translate.c:13 msgid "Share" msgstr "共有" #: translate.c:13 msgid "share" msgstr "共有" #: translate.c:14 msgid "Templates" msgstr "テンプレート" #: translate.c:14 msgid "templates" msgstr "テンプレート" #: translate.c:15 msgid "Videos" msgstr "ビデオ" #: translate.c:15 msgid "videos" msgstr "ビデオ" xdg-user-dirs-0.17/po/kk.po0000644000175000000120000000457313252163454012446 00000000000000# Kazakh translation for xdg-user-dirs # Copyright (C) 2010 HZ # This file is distributed under the same license as the xdg-user-dirs package. # Baurzhan Muftakhidinov , 2010. # msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs 0.12\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2010-07-12 11:24+0600\n" "Last-Translator: Baurzhan Muftakhidinov \n" "Language-Team: Kazakh \n" "Language: kk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0\n" "X-Poedit-Language: Kazakh\n" "X-Poedit-Country: KAZAKHSTAN\n" #: translate.c:2 msgid "Applications" msgstr "Қолданбалар" #: translate.c:2 msgid "applications" msgstr "қолданбалар" #: translate.c:3 msgid "Desktop" msgstr "Жұмыс үстелі" #: translate.c:3 msgid "desktop" msgstr "жұмыс үстелі" #: translate.c:4 msgid "Documents" msgstr "Құжаттар" #: translate.c:4 msgid "documents" msgstr "құжаттар" #: translate.c:5 msgid "Download" msgstr "Жүктемелер" #: translate.c:5 msgid "download" msgstr "жүктемелер" #: translate.c:6 msgid "Downloads" msgstr "Жүктемелер" #: translate.c:6 msgid "downloads" msgstr "жүктемелер" #: translate.c:7 msgid "Movies" msgstr "Фильмдер" #: translate.c:7 msgid "movies" msgstr "фильмдер" #: translate.c:8 msgid "Music" msgstr "Музыка" #: translate.c:8 msgid "music" msgstr "музыка" #: translate.c:9 msgid "Photos" msgstr "Фотолар" #: translate.c:9 msgid "photos" msgstr "фотолар" #: translate.c:10 msgid "Pictures" msgstr "Суреттер" #: translate.c:10 msgid "pictures" msgstr "суреттер" #: translate.c:11 msgid "Projects" msgstr "Жобалар" #: translate.c:11 msgid "projects" msgstr "жобалар" #: translate.c:12 msgid "Public" msgstr "Ортақ" #: translate.c:12 msgid "public" msgstr "ортақ" #: translate.c:13 msgid "Share" msgstr "Бөлісу" #: translate.c:13 msgid "share" msgstr "бөлісу" #: translate.c:14 msgid "Templates" msgstr "Үлгілер" #: translate.c:14 msgid "templates" msgstr "үлгілер" #: translate.c:15 msgid "Videos" msgstr "Видеолар" #: translate.c:15 msgid "videos" msgstr "видеолар" xdg-user-dirs-0.17/po/kn.po0000644000175000000120000000540213252163454012441 00000000000000# Swatantra Kannada Localisation Initiative translation of xdg-user-dirs # Copyright (C) 2008 THE xdg-user-dirs.HEAD.po'S Swatantra.org # This file is distributed under the same license as the xdg-user-dirs package. # # # Vikram Vincent , 2008. # Shankar Prasad , 2012, 2013, 2014 msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs-0.14\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2013-12-10 07:35-0500\n" "Last-Translator: Shankar Prasad \n" "Language-Team: Kannada \n" "Language: kn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Zanata 3.2.3\n" #: translate.c:2 msgid "Applications" msgstr "ಅನ್ವಯಗಳು" #: translate.c:2 msgid "applications" msgstr "ಅನ್ವಯಗಳು" #: translate.c:3 msgid "Desktop" msgstr "ಗಣಕತೆರೆ" #: translate.c:3 msgid "desktop" msgstr "ಗಣಕತೆರೆ" #: translate.c:4 msgid "Documents" msgstr "ದಸ್ತಾವೇಜುಗಳು" #: translate.c:4 msgid "documents" msgstr "ದಸ್ತಾವೇಜುಗಳು" #: translate.c:5 msgid "Download" msgstr "ನಕಲಿಳಿಸು" #: translate.c:5 msgid "download" msgstr "ಇಳಿಸು" #: translate.c:6 msgid "Downloads" msgstr "ಇಳಿಕೆಗಳು" #: translate.c:6 msgid "downloads" msgstr "ಇಳಿಕೆಗಳು" #: translate.c:7 msgid "Movies" msgstr "ಚಲನಚಿತ್ರಗಳು" #: translate.c:7 msgid "movies" msgstr "ಚಲನಚಿತ್ರಗಳು" #: translate.c:8 msgid "Music" msgstr "ಸಂಗೀತ" #: translate.c:8 msgid "music" msgstr "ಸಂಗೀತ" #: translate.c:9 msgid "Photos" msgstr "ಛಾಯಚಿತ್ರಗಳು" #: translate.c:9 msgid "photos" msgstr "ಛಾಯಾಚಿತ್ರಗಳು" # 48x48/emblems/emblem-pictures.icon.in.h:1 #: translate.c:10 msgid "Pictures" msgstr "ಚಿತ್ರಗಳು" #: translate.c:10 msgid "pictures" msgstr "ಚಿತ್ರಗಳು" #: translate.c:11 msgid "Projects" msgstr "ಯೋಜನೆಗಳು" #: translate.c:11 msgid "projects" msgstr "ಯೋಜನೆಗಳು" #: translate.c:12 msgid "Public" msgstr "ಸಾರ್ವಜನಿಕ" #: translate.c:12 msgid "public" msgstr "ಸಾರ್ವಜನಿಕ" #: translate.c:13 msgid "Share" msgstr "ಹಂಚು" #: translate.c:13 msgid "share" msgstr "ಹಂಚು" #: translate.c:14 msgid "Templates" msgstr "ಮಾದರಿಗಳು" #: translate.c:14 msgid "templates" msgstr "ಮಾದರಿಗಳು" #: translate.c:15 msgid "Videos" msgstr "ವಿಡಿಯೊಗಳು" #: translate.c:15 msgid "videos" msgstr "ವಿಡಿಯೊಗಳು" xdg-user-dirs-0.17/po/ko.po0000644000175000000120000000411113252163454012436 00000000000000# Korean translation of xdg-user-dirs. # Copyright (C) 2007 Google, Inc. # This file is distributed under the same license as the xdg-user-dirs package. # # Changwoo Ryu , 2010 # msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs 0.12\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2010-07-17 02:20+0900\n" "Last-Translator: Changwoo Ryu \n" "Language-Team: Korean \n" "Language: ko\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: translate.c:2 msgid "Applications" msgstr "응용 프로그램" #: translate.c:2 msgid "applications" msgstr "응용 프로그램" #: translate.c:3 msgid "Desktop" msgstr "바탕화면" #: translate.c:3 msgid "desktop" msgstr "바탕화면" #: translate.c:4 msgid "Documents" msgstr "문서" #: translate.c:4 msgid "documents" msgstr "문서" #: translate.c:5 msgid "Download" msgstr "다운로드" #: translate.c:5 msgid "download" msgstr "다운로드" #: translate.c:6 msgid "Downloads" msgstr "다운로드" #: translate.c:6 msgid "downloads" msgstr "다운로드" #: translate.c:7 msgid "Movies" msgstr "영화" #: translate.c:7 msgid "movies" msgstr "영화" #: translate.c:8 msgid "Music" msgstr "음악" #: translate.c:8 msgid "music" msgstr "음악" #: translate.c:9 msgid "Photos" msgstr "사진" #: translate.c:9 msgid "photos" msgstr "사진" #: translate.c:10 msgid "Pictures" msgstr "사진" #: translate.c:10 msgid "pictures" msgstr "사진" #: translate.c:11 msgid "Projects" msgstr "프로젝트" #: translate.c:11 msgid "projects" msgstr "프로젝트" #: translate.c:12 msgid "Public" msgstr "공개" #: translate.c:12 msgid "public" msgstr "공개" #: translate.c:13 msgid "Share" msgstr "공유" #: translate.c:13 msgid "share" msgstr "공유" #: translate.c:14 msgid "Templates" msgstr "서식" #: translate.c:14 msgid "templates" msgstr "서식" #: translate.c:15 msgid "Videos" msgstr "비디오" #: translate.c:15 msgid "videos" msgstr "비디오" xdg-user-dirs-0.17/po/ku.po0000644000175000000120000000432113252163454012447 00000000000000# Kurdish translation for xdg-user-dirs. # Copyright (c) 2007 Rosetta Contributors and Canonical Ltd 2007 # This file is distributed under the same license as the xdg-user-dirs package. # # Erdal Ronahi , 2007. msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2007-10-13 13:02+0200\n" "Last-Translator: Erdal Ronahi \n" "Language-Team: Kurdish \n" "Language: ku\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2007-10-13 10:58+0000\n" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural= n != 1\n" #: translate.c:2 msgid "Applications" msgstr "Bername" #: translate.c:2 msgid "applications" msgstr "bername" #: translate.c:3 msgid "Desktop" msgstr "Sermase" #: translate.c:3 msgid "desktop" msgstr "sermase" #: translate.c:4 msgid "Documents" msgstr "Belge" #: translate.c:4 msgid "documents" msgstr "belge" #: translate.c:5 msgid "Download" msgstr "Daxistin" #: translate.c:5 msgid "download" msgstr "daxistin" #: translate.c:6 #, fuzzy msgid "Downloads" msgstr "Daxistin" #: translate.c:6 #, fuzzy msgid "downloads" msgstr "daxistin" #: translate.c:7 msgid "Movies" msgstr "Fîlm" #: translate.c:7 msgid "movies" msgstr "fîlm" #: translate.c:8 msgid "Music" msgstr "Muzîk" #: translate.c:8 msgid "music" msgstr "Muzîk" #: translate.c:9 msgid "Photos" msgstr "Foto" #: translate.c:9 msgid "photos" msgstr "foto" #: translate.c:10 msgid "Pictures" msgstr "Wêne" #: translate.c:10 msgid "pictures" msgstr "wêne" #: translate.c:11 msgid "Projects" msgstr "Proje" #: translate.c:11 msgid "projects" msgstr "proje" #: translate.c:12 msgid "Public" msgstr "Gelemperî" #: translate.c:12 msgid "public" msgstr "gelemperî" #: translate.c:13 msgid "Share" msgstr "Parvekirin" #: translate.c:13 msgid "share" msgstr "parvekirin" #: translate.c:14 msgid "Templates" msgstr "Şablon" #: translate.c:14 msgid "templates" msgstr "şablon" #: translate.c:15 msgid "Videos" msgstr "Vîdeo" #: translate.c:15 msgid "videos" msgstr "Vîdeo" xdg-user-dirs-0.17/po/ky.po0000644000175000000120000000466313252163454012464 00000000000000# SOME DESCRIPTIVE TITLE. # Copyright (C) 2013 Red Hat, Inc # This file is distributed under the same license as the xdg-user-dirs package. # Chingis Jumaliev , 2013. # msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs-0.14\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2013-04-18 04:43+0600\n" "Last-Translator: Chingis Jumaliev \n" "Language-Team: Kirghiz \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Poedit-Language: Kyrgyz\n" "X-Poedit-Country: KYRGYZSTAN\n" "X-Poedit-SourceCharset: utf-8\n" #: translate.c:2 msgid "Applications" msgstr "Тиркемелер" #: translate.c:2 msgid "applications" msgstr "тиркемелер" #: translate.c:3 msgid "Desktop" msgstr "Иш столу" #: translate.c:3 msgid "desktop" msgstr "иш столу" #: translate.c:4 msgid "Documents" msgstr "Иш кагаздар" #: translate.c:4 msgid "documents" msgstr "иш кагаздар" #: translate.c:5 msgid "Download" msgstr "Жүктөө" #: translate.c:5 msgid "download" msgstr "жүктөө" #: translate.c:6 msgid "Downloads" msgstr "Жүктөөлөр" #: translate.c:6 msgid "downloads" msgstr "жүктөөлөр" #: translate.c:7 msgid "Movies" msgstr "Тасмалар" #: translate.c:7 msgid "movies" msgstr "тасмалар" #: translate.c:8 msgid "Music" msgstr "Музыка" #: translate.c:8 msgid "music" msgstr "музыка" #: translate.c:9 msgid "Photos" msgstr "Фотосүрөттөр" #: translate.c:9 msgid "photos" msgstr "фотосүрөттөр" #: translate.c:10 msgid "Pictures" msgstr "Сүрөттөр" #: translate.c:10 msgid "pictures" msgstr "сүрөттөр" #: translate.c:11 msgid "Projects" msgstr "Долбоорлор" #: translate.c:11 msgid "projects" msgstr "долбоорлор" #: translate.c:12 msgid "Public" msgstr "Жалпы" #: translate.c:12 msgid "public" msgstr "жалпы" #: translate.c:13 msgid "Share" msgstr "Бөлүшүү" #: translate.c:13 msgid "share" msgstr "бөлүшүү" #: translate.c:14 msgid "Templates" msgstr "Шаблондор" #: translate.c:14 msgid "templates" msgstr "шаблондор" #: translate.c:15 msgid "Videos" msgstr "Видеолор" #: translate.c:15 msgid "videos" msgstr "видеолор" xdg-user-dirs-0.17/po/lt.po0000644000175000000120000000431213252163454012447 00000000000000# Lithuanian translation of xdg-user-dirs. # This file is distributed under the same license as the xdg-user-dirs package. # # Gintautas Miliauskas , 2010. msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs-0.14\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2010-09-28 00:56+0300\n" "Last-Translator: Gintautas Miliauskas \n" "Language-Team: Lithuanian \n" "Language: lt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" "%100<10 || n%100>=20) ? 1 : 2);\n" #: translate.c:2 msgid "Applications" msgstr "Programos" #: translate.c:2 msgid "applications" msgstr "programos" #: translate.c:3 msgid "Desktop" msgstr "Darbastalis" #: translate.c:3 msgid "desktop" msgstr "darbastalis" #: translate.c:4 msgid "Documents" msgstr "Dokumentai" #: translate.c:4 msgid "documents" msgstr "dokumentai" #: translate.c:5 msgid "Download" msgstr "Atsiuntimai" #: translate.c:5 msgid "download" msgstr "atsiuntimai" #: translate.c:6 msgid "Downloads" msgstr "Atsiuntimai" #: translate.c:6 msgid "downloads" msgstr "atsiuntimai" #: translate.c:7 msgid "Movies" msgstr "Filmai" #: translate.c:7 msgid "movies" msgstr "filmai" #: translate.c:8 msgid "Music" msgstr "Muzika" #: translate.c:8 msgid "music" msgstr "Muzika" #: translate.c:9 msgid "Photos" msgstr "Nuotraukos" #: translate.c:9 msgid "photos" msgstr "nuotraukos" #: translate.c:10 msgid "Pictures" msgstr "Paveikslėliai" #: translate.c:10 msgid "pictures" msgstr "paveikslėliai" #: translate.c:11 msgid "Projects" msgstr "Projektai" #: translate.c:11 msgid "projects" msgstr "projektai" #: translate.c:12 msgid "Public" msgstr "Vieša" #: translate.c:12 msgid "public" msgstr "vieša" #: translate.c:13 msgid "Share" msgstr "Bendra" #: translate.c:13 msgid "share" msgstr "bendra" #: translate.c:14 msgid "Templates" msgstr "Šablonai" #: translate.c:14 msgid "templates" msgstr "šablonai" #: translate.c:15 msgid "Videos" msgstr "Video" #: translate.c:15 msgid "videos" msgstr "video" xdg-user-dirs-0.17/po/lv.po0000644000175000000120000000435213252163454012455 00000000000000# Translation of xdg-user-dirs to Latvian # This file is distributed under the same license as the xdg-user-dirs package. # # Rihards Prieditis , 2009. # Rihards Prieditis , 2010. msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs-0.11-pre1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2010-02-20 11:55+0100\n" "Last-Translator: Rihards Priedītis \n" "Language-Team: Latvian \n" "Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Lokalize 1.0\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " "2);\n" #: translate.c:2 msgid "Applications" msgstr "Lietotnes" #: translate.c:2 msgid "applications" msgstr "lietotnes" #: translate.c:3 msgid "Desktop" msgstr "Darbvirsma" #: translate.c:3 msgid "desktop" msgstr "darbvirsma" #: translate.c:4 msgid "Documents" msgstr "Dokumenti" #: translate.c:4 msgid "documents" msgstr "dokumenti" #: translate.c:5 msgid "Download" msgstr "Lejupielāde" #: translate.c:5 msgid "download" msgstr "lejupielāde" #: translate.c:6 msgid "Downloads" msgstr "Lejupielādes" #: translate.c:6 msgid "downloads" msgstr "lejupielādes" #: translate.c:7 msgid "Movies" msgstr "Filmas" #: translate.c:7 msgid "movies" msgstr "filmas" #: translate.c:8 msgid "Music" msgstr "Mūzika" #: translate.c:8 msgid "music" msgstr "mūzika" #: translate.c:9 msgid "Photos" msgstr "Fotogrāfijas" #: translate.c:9 msgid "photos" msgstr "fotogrāfijas" #: translate.c:10 msgid "Pictures" msgstr "Attēli" #: translate.c:10 msgid "pictures" msgstr "attēli" #: translate.c:11 msgid "Projects" msgstr "Projekti" #: translate.c:11 msgid "projects" msgstr "projekti" #: translate.c:12 msgid "Public" msgstr "Publiskie" #: translate.c:12 msgid "public" msgstr "publiskie" #: translate.c:13 msgid "Share" msgstr "Koplietotie" #: translate.c:13 msgid "share" msgstr "koplietotie" #: translate.c:14 msgid "Templates" msgstr "Veidnes" #: translate.c:14 msgid "templates" msgstr "veidnes" #: translate.c:15 msgid "Videos" msgstr "Video" #: translate.c:15 msgid "videos" msgstr "video" xdg-user-dirs-0.17/po/mk.po0000644000175000000120000000444513252163454012446 00000000000000# Translation of xdg-user-dirs to Macedonian. # Copyright (C) 2007 Red Hat, Inc # This file is distributed under the same license as the PACKAGE package. # # Alexander Larsson , 2007. # Arangel Angov , 2007. msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2007-05-23 23:43+0200\n" "Last-Translator: Arangel Angov \n" "Language-Team: Macedonian \n" "Language: mk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" #: translate.c:2 msgid "Applications" msgstr "Апликации" #: translate.c:2 msgid "applications" msgstr "апликации" #: translate.c:3 msgid "Desktop" msgstr "Површина" #: translate.c:3 msgid "desktop" msgstr "површина" #: translate.c:4 msgid "Documents" msgstr "Документи" #: translate.c:4 msgid "documents" msgstr "документи" #: translate.c:5 msgid "Download" msgstr "Преземања" #: translate.c:5 msgid "download" msgstr "преземања" #: translate.c:6 #, fuzzy msgid "Downloads" msgstr "Преземања" #: translate.c:6 #, fuzzy msgid "downloads" msgstr "преземања" #: translate.c:7 msgid "Movies" msgstr "Филмови" #: translate.c:7 msgid "movies" msgstr "филмови" #: translate.c:8 msgid "Music" msgstr "Музика" #: translate.c:8 msgid "music" msgstr "музика" #: translate.c:9 msgid "Photos" msgstr "Слики" #: translate.c:9 msgid "photos" msgstr "слики" #: translate.c:10 msgid "Pictures" msgstr "Слики" #: translate.c:10 msgid "pictures" msgstr "слики" #: translate.c:11 msgid "Projects" msgstr "Проекти" #: translate.c:11 msgid "projects" msgstr "проекти" #: translate.c:12 msgid "Public" msgstr "Јавно" #: translate.c:12 msgid "public" msgstr "јавно" #: translate.c:13 msgid "Share" msgstr "Делење" #: translate.c:13 msgid "share" msgstr "делење" #: translate.c:14 msgid "Templates" msgstr "Мостри" #: translate.c:14 msgid "templates" msgstr "мостри" #: translate.c:15 msgid "Videos" msgstr "Видеа" #: translate.c:15 msgid "videos" msgstr "видеа" xdg-user-dirs-0.17/po/ml.po0000644000175000000120000000527313252163454012447 00000000000000# Malayalam translation for xdg-user-dirs. # Copyright (C) 2012 xdg-user-dirs's COPYRIGHT HOLDER # This file is distributed under the same license as the xdg-user-dirs package. # # Ani Peter , 2012. msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs-0.14\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2012-09-19 02:29+0000\n" "Last-Translator: Ani Peter \n" "Language-Team: Malayalam \n" "Language: ml\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Lokalize 1.0\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" #: translate.c:2 msgid "Applications" msgstr "പ്രയോഗങ്ങള്‍" #: translate.c:2 msgid "applications" msgstr "പ്രയോഗങ്ങള്‍" #: translate.c:3 msgid "Desktop" msgstr "പണിയിടം" #: translate.c:3 msgid "desktop" msgstr "പണിയിടം" #: translate.c:4 msgid "Documents" msgstr "രേഖകള്‍" #: translate.c:4 msgid "documents" msgstr "രേഖകള്‍" #: translate.c:5 msgid "Download" msgstr "ഡൌണ്‍ലോഡ്" #: translate.c:5 msgid "download" msgstr "ഡൌണ്‍ലോഡ്" #: translate.c:6 msgid "Downloads" msgstr "ഡൌണ്‍ലോഡുകള്‍" #: translate.c:6 msgid "downloads" msgstr "ഡൌണ്‍ലോഡുകള്‍" #: translate.c:7 msgid "Movies" msgstr "ചലചിത്രങ്ങള്‍" #: translate.c:7 msgid "movies" msgstr "ചലചിത്രങ്ങള്‍" #: translate.c:8 msgid "Music" msgstr "സംഗീതം" #: translate.c:8 msgid "music" msgstr "സംഗീതം" #: translate.c:9 msgid "Photos" msgstr "ഫോട്ടോകള്‍" #: translate.c:9 msgid "photos" msgstr "ഫോട്ടോകള്‍" #: translate.c:10 msgid "Pictures" msgstr "ചിത്രങ്ങള്‍" #: translate.c:10 msgid "pictures" msgstr "ചിത്രങ്ങള്‍" #: translate.c:11 msgid "Projects" msgstr "സംരംഭങ്ങള്‍" #: translate.c:11 msgid "projects" msgstr "സംരംഭങ്ങള്‍" #: translate.c:12 msgid "Public" msgstr "പബ്ലിക്" #: translate.c:12 msgid "public" msgstr "പബ്ലിക്" #: translate.c:13 msgid "Share" msgstr "ഷെയര്‍" #: translate.c:13 msgid "share" msgstr "ഷെയര്‍" #: translate.c:14 msgid "Templates" msgstr "മാതൃകകള്‍" #: translate.c:14 msgid "templates" msgstr "മാതൃകകള്‍" #: translate.c:15 msgid "Videos" msgstr "വീഡിയോകള്‍" #: translate.c:15 msgid "videos" msgstr "വീഡിയോകള്‍" xdg-user-dirs-0.17/po/mr.po0000644000175000000120000000505313252163454012451 00000000000000# translation of xdg-user-dirs-0.11-pre1.po to Marathi # Copyright (C) 2010 Red Hat, Inc # This file is distributed under the same license as the xdg-user-dirs-0.11-pre1 package. # # Sandeep Shedmake , 2010. msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs-0.11-pre1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2010-01-27 15:28+0530\n" "Last-Translator: Sandeep Shedmake \n" "Language-Team: Marathi \n" "Language: mr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=(n!=1);\n" #: translate.c:2 msgid "Applications" msgstr "ऍप्लिकेशन्स्" #: translate.c:2 msgid "applications" msgstr "ऍप्लिकेशन्स्" #: translate.c:3 msgid "Desktop" msgstr "डेस्कटॉप" #: translate.c:3 msgid "desktop" msgstr "डेस्कटॉप" #: translate.c:4 msgid "Documents" msgstr "दस्तऐवज" #: translate.c:4 msgid "documents" msgstr "दस्तऐवज" #: translate.c:5 msgid "Download" msgstr "डाऊनलोड" #: translate.c:5 msgid "download" msgstr "डाऊनलोड" #: translate.c:6 msgid "Downloads" msgstr "डाउनलोड्स्" #: translate.c:6 msgid "downloads" msgstr "डाउनलोड्स्" #: translate.c:7 msgid "Movies" msgstr "चित्रपट" #: translate.c:7 msgid "movies" msgstr "चित्रपट" #: translate.c:8 msgid "Music" msgstr "संगीत" #: translate.c:8 msgid "music" msgstr "संगीत" #: translate.c:9 msgid "Photos" msgstr "छायाचित्र" #: translate.c:9 msgid "photos" msgstr "छायाचित्र" #: translate.c:10 msgid "Pictures" msgstr "छायाचित्र" #: translate.c:10 msgid "pictures" msgstr "छायाचित्र" #: translate.c:11 msgid "Projects" msgstr "प्रकल्प" #: translate.c:11 msgid "projects" msgstr "प्रकल्प" #: translate.c:12 msgid "Public" msgstr "पब्लिक" #: translate.c:12 msgid "public" msgstr "पब्लिक" #: translate.c:13 msgid "Share" msgstr "शेअर" #: translate.c:13 msgid "share" msgstr "शेअर" #: translate.c:14 msgid "Templates" msgstr "साचे" #: translate.c:14 msgid "templates" msgstr "साचे" #: translate.c:15 msgid "Videos" msgstr "व्हिडिओज्" #: translate.c:15 msgid "videos" msgstr "व्हिडिओज्" xdg-user-dirs-0.17/po/nb.po0000644000175000000120000000440713252163454012434 00000000000000# Translation of xdg-user-dirs to Norwegian Bokmål. # Copyright (C) 2007 Karl Ove Hufthammer. # This file is distributed under the same license as the xdg-user-dirs package. # # Karl Ove Hufthammer , 2007. # Johnny A. Solbu , 2012 msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs 0.14\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2012-07-27 18:38+0100\n" "Last-Translator: Johnny A. Solbu \n" "Language-Team: Norwegian Bokmaal \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: KBabel 1.11.4\n" "X-Poedit-Language: Norwegian Bokmal\n" "X-Poedit-Country: NORWAY\n" #: translate.c:2 msgid "Applications" msgstr "Programmer" #: translate.c:2 msgid "applications" msgstr "programmer" #: translate.c:3 msgid "Desktop" msgstr "Skrivebord" #: translate.c:3 msgid "desktop" msgstr "skrivebord" #: translate.c:4 msgid "Documents" msgstr "Dokumenter" #: translate.c:4 msgid "documents" msgstr "dokumenter" #: translate.c:5 msgid "Download" msgstr "Nedlasting" #: translate.c:5 msgid "download" msgstr "nedlasting" #: translate.c:6 msgid "Downloads" msgstr "Nedlastinger" #: translate.c:6 msgid "downloads" msgstr "nedlastinger" #: translate.c:7 msgid "Movies" msgstr "Filmer" #: translate.c:7 msgid "movies" msgstr "filmer" #: translate.c:8 msgid "Music" msgstr "Musikk" #: translate.c:8 msgid "music" msgstr "musikk" #: translate.c:9 msgid "Photos" msgstr "Foto" #: translate.c:9 msgid "photos" msgstr "foto" #: translate.c:10 msgid "Pictures" msgstr "Bilder" #: translate.c:10 msgid "pictures" msgstr "bilder" #: translate.c:11 msgid "Projects" msgstr "Prosjekter" #: translate.c:11 msgid "projects" msgstr "prosjekter" #: translate.c:12 msgid "Public" msgstr "Offentlig" #: translate.c:12 msgid "public" msgstr "offentlig" #: translate.c:13 msgid "Share" msgstr "Delt" #: translate.c:13 msgid "share" msgstr "delt" #: translate.c:14 msgid "Templates" msgstr "Maler" #: translate.c:14 msgid "templates" msgstr "maler" #: translate.c:15 msgid "Videos" msgstr "Videoklipp" #: translate.c:15 msgid "videos" msgstr "videoklipp" xdg-user-dirs-0.17/po/nds.po0000644000175000000120000000413613252163454012620 00000000000000# German translations for xdg-user-dirs. # Copyright (C) 2007 Red Hat, Inc # This file is distributed under the same license as the xdg-user-dirs package. # Nils-Christoph Fiedler , 2010. # msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs 0.10\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2010-03-15 14:39+0100\n" "Last-Translator: Nils-Christoph Fiedler \n" "Language-Team: Low German \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" #: translate.c:2 msgid "Applications" msgstr "Programme" #: translate.c:2 msgid "applications" msgstr "Programme" #: translate.c:3 msgid "Desktop" msgstr "Schrievdisk" #: translate.c:3 msgid "desktop" msgstr "Schrievdisk" #: translate.c:4 msgid "Documents" msgstr "Dokumente" #: translate.c:4 msgid "documents" msgstr "Dokumente" #: translate.c:5 msgid "Download" msgstr "Daalladen" #: translate.c:5 msgid "download" msgstr "Daalladen" #: translate.c:6 #, fuzzy msgid "Downloads" msgstr "Daalladen" #: translate.c:6 #, fuzzy msgid "downloads" msgstr "Daalladen" #: translate.c:7 msgid "Movies" msgstr "Filme" #: translate.c:7 msgid "movies" msgstr "Filme" #: translate.c:8 msgid "Music" msgstr "Musik" #: translate.c:8 msgid "music" msgstr "Musik" #: translate.c:9 msgid "Photos" msgstr "Billers" #: translate.c:9 msgid "photos" msgstr "Billers" #: translate.c:10 msgid "Pictures" msgstr "Billers" #: translate.c:10 msgid "pictures" msgstr "Billers" #: translate.c:11 msgid "Projects" msgstr "Projekte" #: translate.c:11 msgid "projects" msgstr "projekte" #: translate.c:12 msgid "Public" msgstr "Öpenlich" #: translate.c:12 msgid "public" msgstr "Öpenlich" #: translate.c:13 msgid "Share" msgstr "Friegav" #: translate.c:13 msgid "share" msgstr "Friegav" #: translate.c:14 msgid "Templates" msgstr "Vorlagen" #: translate.c:14 msgid "templates" msgstr "Vorlagen" #: translate.c:15 msgid "Videos" msgstr "Filme" #: translate.c:15 msgid "videos" msgstr "Filme" xdg-user-dirs-0.17/po/nl.po0000644000175000000120000000426013252163454012443 00000000000000# Dutch translation of xdg-user-dirs. # Copyright (C) 2007 Red Hat, Inc # This file is distributed under the same license as the xdg-user-dirs package. # Tino Meinen , 2007, 2009. # msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs-0.11-pre1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2009-09-24 08:11+0800\n" "Last-Translator: Tino Meinen \n" "Language-Team: Dutch \n" "Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: translate.c:2 msgid "Applications" msgstr "Toepassingen" #: translate.c:2 msgid "applications" msgstr "toepassingen" #: translate.c:3 msgid "Desktop" msgstr "Bureaublad" #: translate.c:3 msgid "desktop" msgstr "bureaublad" #: translate.c:4 msgid "Documents" msgstr "Documenten" #: translate.c:4 msgid "documents" msgstr "documenten" # waarom het onderscheid tussen download en downloads? #: translate.c:5 msgid "Download" msgstr "Download" #: translate.c:5 msgid "download" msgstr "download" #: translate.c:6 msgid "Downloads" msgstr "Downloads" #: translate.c:6 msgid "downloads" msgstr "downloads" #: translate.c:7 msgid "Movies" msgstr "Films" #: translate.c:7 msgid "movies" msgstr "films" #: translate.c:8 msgid "Music" msgstr "Muziek" #: translate.c:8 msgid "music" msgstr "muziek" #: translate.c:9 msgid "Photos" msgstr "Foto's" #: translate.c:9 msgid "photos" msgstr "foto's" #: translate.c:10 msgid "Pictures" msgstr "Afbeeldingen" #: translate.c:10 msgid "pictures" msgstr "afbeeldingen" #: translate.c:11 msgid "Projects" msgstr "Projecten" #: translate.c:11 msgid "projects" msgstr "projecten" #: translate.c:12 msgid "Public" msgstr "Openbaar" #: translate.c:12 msgid "public" msgstr "openbaar" # gedeeld/gezamenlijk # niet vertaald als werkwoord 'share' #: translate.c:13 msgid "Share" msgstr "Gedeeld" #: translate.c:13 msgid "share" msgstr "gedeeld" #: translate.c:14 msgid "Templates" msgstr "Sjablonen" #: translate.c:14 msgid "templates" msgstr "sjablonen" #: translate.c:15 msgid "Videos" msgstr "Video's" #: translate.c:15 msgid "videos" msgstr "video's" xdg-user-dirs-0.17/po/nn.po0000644000175000000120000000422413252163454012445 00000000000000# Translation of xdg-user-dirs to Norwegian Nynorsk. # Copyright (C) 2007 Karl Ove Hufthammer. # This file is distributed under the same license as the xdg-user-dirs package. # # Karl Ove Hufthammer , 2007, 2014. msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs 0.14\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2014-08-01 15:09+0200\n" "Last-Translator: Karl Ove Hufthammer \n" "Language-Team: Norwegian Nynorsk \n" "Language: nn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Lokalize 1.5\n" #: translate.c:2 msgid "Applications" msgstr "Program" #: translate.c:2 msgid "applications" msgstr "program" #: translate.c:3 msgid "Desktop" msgstr "Skrivebord" #: translate.c:3 msgid "desktop" msgstr "skrivebord" #: translate.c:4 msgid "Documents" msgstr "Dokument" #: translate.c:4 msgid "documents" msgstr "dokument" #: translate.c:5 msgid "Download" msgstr "Nedlasting" #: translate.c:5 msgid "download" msgstr "nedlasting" #: translate.c:6 msgid "Downloads" msgstr "Nedlastingar" #: translate.c:6 msgid "downloads" msgstr "nedlastingar" #: translate.c:7 msgid "Movies" msgstr "Filmar" #: translate.c:7 msgid "movies" msgstr "filmar" #: translate.c:8 msgid "Music" msgstr "Musikk" #: translate.c:8 msgid "music" msgstr "musikk" #: translate.c:9 msgid "Photos" msgstr "Foto" #: translate.c:9 msgid "photos" msgstr "foto" #: translate.c:10 msgid "Pictures" msgstr "Bilete" #: translate.c:10 msgid "pictures" msgstr "bilete" #: translate.c:11 msgid "Projects" msgstr "Prosjekt" #: translate.c:11 msgid "projects" msgstr "prosjekt" #: translate.c:12 msgid "Public" msgstr "Offentleg" #: translate.c:12 msgid "public" msgstr "offentleg" #: translate.c:13 msgid "Share" msgstr "Delt" #: translate.c:13 msgid "share" msgstr "delt" #: translate.c:14 msgid "Templates" msgstr "Malar" #: translate.c:14 msgid "templates" msgstr "malar" #: translate.c:15 msgid "Videos" msgstr "Videoklipp" #: translate.c:15 msgid "videos" msgstr "videoklipp" xdg-user-dirs-0.17/po/or.po0000644000175000000120000000525513252163454012457 00000000000000# translation of xdg-user-dirs-0.11-pre1 (or.po) to Oriya # Copyright (C) 2010 Free Software Foundation, Inc. # This file is distributed under the same license as the xdg-user-dirs package. # # Manoj Kumar Giri , 2010. msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs-0.11-pre1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2010-04-07 17:44+0530\n" "Last-Translator: Manoj Kumar Giri \n" "Language-Team: Oriya \n" "Language: or\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=(n!=1);\n" "\n" #: translate.c:2 msgid "Applications" msgstr "ପ୍ରୟୋଗ" #: translate.c:2 msgid "applications" msgstr "ପ୍ରୟୋଗଗୁଡ଼ିକ" #: translate.c:3 msgid "Desktop" msgstr "ଡେସ୍କଟପ" #: translate.c:3 msgid "desktop" msgstr "ଡେସ୍କଟପ" #: translate.c:4 msgid "Documents" msgstr "ଦଲିଲ" #: translate.c:4 msgid "documents" msgstr "ଦଲିଲଗୁଡ଼ିକ" #: translate.c:5 msgid "Download" msgstr "ଆହରଣ" #: translate.c:5 msgid "download" msgstr "ଆହରଣ" #: translate.c:6 msgid "Downloads" msgstr "ଆହରଣଗୁଡ଼ିକ" #: translate.c:6 msgid "downloads" msgstr "ଆହରଣଗୁଡ଼ିକ" #: translate.c:7 msgid "Movies" msgstr "ଚଳଚିତ୍ର" #: translate.c:7 msgid "movies" msgstr "ଚଳଚିତ୍ରଗୁଡ଼ିକ" #: translate.c:8 msgid "Music" msgstr "ସଙ୍ଗୀତ" #: translate.c:8 msgid "music" msgstr "ସଙ୍ଗୀତ" #: translate.c:9 msgid "Photos" msgstr "ଫୋଟୋଗୁଡ଼ିକ" #: translate.c:9 msgid "photos" msgstr "ଫୋଟୋଗୁଡ଼ିକ" #: translate.c:10 msgid "Pictures" msgstr "ଚିତ୍ରଗୁଡିକ" #: translate.c:10 msgid "pictures" msgstr "ଛବିଗୁଡ଼ିକ" #: translate.c:11 msgid "Projects" msgstr "ପ୍ରୋଜେକ୍ଟ୍ଗୁଡିକ" #: translate.c:11 msgid "projects" msgstr "ପ୍ରକଳ୍ପଗୁଡ଼ିକ" #: translate.c:12 msgid "Public" msgstr "ସାର୍ବଜନୀନ" #: translate.c:12 msgid "public" msgstr "ସର୍ବସାଧାରଣ" #: translate.c:13 msgid "Share" msgstr "ସହଭାଗ" #: translate.c:13 msgid "share" msgstr "ସହଭାଗ" #: translate.c:14 msgid "Templates" msgstr "ନମୁନାଗୁଡିକ" #: translate.c:14 msgid "templates" msgstr "ନମୁନାଗୁଡ଼ିକ" #: translate.c:15 msgid "Videos" msgstr "ଭିଡିଓ" #: translate.c:15 msgid "videos" msgstr "ଭିଡିଓଗୁଡ଼ିକ" xdg-user-dirs-0.17/po/pa.po0000644000175000000120000000453613252163454012440 00000000000000# Translation of xdg-user-dirs to Punjabi. # Copyright (C) 2008 Red Hat, Inc # This file is distributed under the same license as the PACKAGE package. # # A S Alam , 2007. msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2007-02-27 04:43+0530\n" "Last-Translator: A S Alam \n" "Language-Team: Punjabi \n" "Language: pa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: translate.c:2 msgid "Applications" msgstr "" #: translate.c:2 msgid "applications" msgstr "" #: translate.c:3 msgid "Desktop" msgstr "ਡੈਸਕਟਾਪ" #: translate.c:3 msgid "desktop" msgstr "ਡੈਸਕਟਾਪ" #: translate.c:4 msgid "Documents" msgstr "ਦਸਤਾਵੇਜ਼" #: translate.c:4 msgid "documents" msgstr "ਦਸਤਾਵੇਜ਼" #: translate.c:5 msgid "Download" msgstr "ਡਾਊਨਲੋਡ" #: translate.c:5 msgid "download" msgstr "ਡਾਊਨਲੋਡ" #: translate.c:6 #, fuzzy msgid "Downloads" msgstr "ਡਾਊਨਲੋਡ" #: translate.c:6 #, fuzzy msgid "downloads" msgstr "ਡਾਊਨਲੋਡ" #: translate.c:7 msgid "Movies" msgstr "ਮੂਵੀ" #: translate.c:7 msgid "movies" msgstr "ਮੂਵੀ" #: translate.c:8 msgid "Music" msgstr "ਸੰਗੀਤ" #: translate.c:8 msgid "music" msgstr "ਸੰਗੀਤ" #: translate.c:9 msgid "Photos" msgstr "ਫੋਟੋ" #: translate.c:9 msgid "photos" msgstr "ਫੋਟੋ" #: translate.c:10 msgid "Pictures" msgstr "ਤਸਵੀਰਾਂ" #: translate.c:10 msgid "pictures" msgstr "ਤਸਵੀਰਾਂ" #: translate.c:11 msgid "Projects" msgstr "ਪ੍ਰੋਜੈਕਟ" #: translate.c:11 msgid "projects" msgstr "ਪ੍ਰੋਜੈਕਟ" #: translate.c:12 msgid "Public" msgstr "ਪਬਲਿਕ" #: translate.c:12 msgid "public" msgstr "ਪਬਲਿਕ" #: translate.c:13 msgid "Share" msgstr "ਸਾਂਝ" #: translate.c:13 msgid "share" msgstr "ਸਾਂਝ" #: translate.c:14 msgid "Templates" msgstr "ਨਮੂਨੇ" #: translate.c:14 msgid "templates" msgstr "ਨਮੂਨੇ" #: translate.c:15 msgid "Videos" msgstr "ਵੀਡਿਓ" #: translate.c:15 msgid "videos" msgstr "ਵੀਡਿਓ" xdg-user-dirs-0.17/po/pl.po0000644000175000000120000000430613252163454012446 00000000000000# Polish translation for xdg-user-dirs # Copyright (C) 2007 - 2009 Free Software Foundation, Inc. # This file is distributed under the same license as the xdg-user-dirs package. # Piotr Drąg , 2007 # Michał Trzebiatowski , 2009 msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs 0.11-pre1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2009-09-19 13:30+0100\n" "Last-Translator: Michał Trzebiatowski \n" "Language-Team: Polish \n" "Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Polish\n" "X-Poedit-Country: Poland\n" #: translate.c:2 msgid "Applications" msgstr "Programy" #: translate.c:2 msgid "applications" msgstr "programy" #: translate.c:3 msgid "Desktop" msgstr "Pulpit" #: translate.c:3 msgid "desktop" msgstr "pulpit" #: translate.c:4 msgid "Documents" msgstr "Dokumenty" #: translate.c:4 msgid "documents" msgstr "dokumenty" #: translate.c:5 msgid "Download" msgstr "Pobrany" #: translate.c:5 msgid "download" msgstr "pobrany" #: translate.c:6 msgid "Downloads" msgstr "Pobrane" #: translate.c:6 msgid "downloads" msgstr "pobrane" #: translate.c:7 msgid "Movies" msgstr "Filmy" #: translate.c:7 msgid "movies" msgstr "filmy" #: translate.c:8 msgid "Music" msgstr "Muzyka" #: translate.c:8 msgid "music" msgstr "muzyka" #: translate.c:9 msgid "Photos" msgstr "Zdjęcia" #: translate.c:9 msgid "photos" msgstr "zdjęcia" #: translate.c:10 msgid "Pictures" msgstr "Obrazy" #: translate.c:10 msgid "pictures" msgstr "obrazy" #: translate.c:11 msgid "Projects" msgstr "Projekty" #: translate.c:11 msgid "projects" msgstr "projekty" #: translate.c:12 msgid "Public" msgstr "Publiczny" #: translate.c:12 msgid "public" msgstr "publiczny" #: translate.c:13 msgid "Share" msgstr "Współdzielony" #: translate.c:13 msgid "share" msgstr "współdzielony" #: translate.c:14 msgid "Templates" msgstr "Szablony" #: translate.c:14 msgid "templates" msgstr "szablony" #: translate.c:15 msgid "Videos" msgstr "Wideo" #: translate.c:15 msgid "videos" msgstr "wideo" xdg-user-dirs-0.17/po/ps.po0000644000175000000120000000436113252163454012456 00000000000000# Pashto translation for xdg-user-dirs. # This file is distributed under the same license as the xdg-user-dirs package. # # Zabeeh Khan , 2008 msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs-0.10\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2008-07-01 14:04-0800\n" "Last-Translator: Zabeeh Khan \n" "Language-Team: Pashto \n" "Language: ps\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Pashto, Pushto\n" "X-Poedit-Country: AFGHANISTAN\n" #: translate.c:2 msgid "Applications" msgstr "کاريالونه" #: translate.c:2 msgid "applications" msgstr "کاريالونه" #: translate.c:3 msgid "Desktop" msgstr "سرپاڼه" #: translate.c:3 msgid "desktop" msgstr "سرپاڼه" #: translate.c:4 msgid "Documents" msgstr "لاسوندونه" #: translate.c:4 msgid "documents" msgstr "لاسوندونه" #: translate.c:5 msgid "Download" msgstr "رالېښنې" #: translate.c:5 msgid "download" msgstr "رالېښنې" #: translate.c:6 #, fuzzy msgid "Downloads" msgstr "رالېښنې" #: translate.c:6 #, fuzzy msgid "downloads" msgstr "رالېښنې" #: translate.c:7 msgid "Movies" msgstr "فلمونه" #: translate.c:7 msgid "movies" msgstr "فلمونه" #: translate.c:8 msgid "Music" msgstr "ټنګټکور" #: translate.c:8 msgid "music" msgstr "ټنګټکور" #: translate.c:9 msgid "Photos" msgstr "انځورونه" #: translate.c:9 msgid "photos" msgstr "انځورونه" #: translate.c:10 msgid "Pictures" msgstr "انځورونه" #: translate.c:10 msgid "pictures" msgstr "انځورونه" #: translate.c:11 msgid "Projects" msgstr "پروژې" #: translate.c:11 msgid "projects" msgstr "پروژې" #: translate.c:12 msgid "Public" msgstr "خپور" #: translate.c:12 msgid "public" msgstr "خپور" #: translate.c:13 msgid "Share" msgstr "ونډول" #: translate.c:13 msgid "share" msgstr "خپور" #: translate.c:14 msgid "Templates" msgstr "کوندې" #: translate.c:14 msgid "templates" msgstr "کوندې" #: translate.c:15 msgid "Videos" msgstr "ليديزې" #: translate.c:15 msgid "videos" msgstr "ليديزې" xdg-user-dirs-0.17/po/pt.po0000644000175000000120000000422313252163454012454 00000000000000# Portuguese translation for xdg-user-dirs. # This file is distributed under the same license as the xdg-user-dirs package. # Duarte Loreto , 2007. # msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs 0.14\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2011-08-17 00:30+0100\n" "Last-Translator: Tiago Neiva \n" "Language-Team: Portuguese \n" "Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Portuguese\n" "X-Poedit-Country: PORTUGAL\n" #: translate.c:2 msgid "Applications" msgstr "Aplicações" #: translate.c:2 msgid "applications" msgstr "aplicações" #: translate.c:3 msgid "Desktop" msgstr "Área de Trabalho" #: translate.c:3 msgid "desktop" msgstr "área de Trabalho" #: translate.c:4 msgid "Documents" msgstr "Documentos" #: translate.c:4 msgid "documents" msgstr "documentos" #: translate.c:5 msgid "Download" msgstr "Transferência" #: translate.c:5 msgid "download" msgstr "transferência" #: translate.c:6 msgid "Downloads" msgstr "Transferências" #: translate.c:6 msgid "downloads" msgstr "transferências" #: translate.c:7 msgid "Movies" msgstr "Filmes" #: translate.c:7 msgid "movies" msgstr "filmes" #: translate.c:8 msgid "Music" msgstr "Música" #: translate.c:8 msgid "music" msgstr "música" #: translate.c:9 msgid "Photos" msgstr "Fotografias" #: translate.c:9 msgid "photos" msgstr "fotografias" #: translate.c:10 msgid "Pictures" msgstr "Imagens" #: translate.c:10 msgid "pictures" msgstr "imagens" #: translate.c:11 msgid "Projects" msgstr "Projectos" #: translate.c:11 msgid "projects" msgstr "projectos" #: translate.c:12 msgid "Public" msgstr "Público" #: translate.c:12 msgid "public" msgstr "público" #: translate.c:13 msgid "Share" msgstr "Partilha" #: translate.c:13 msgid "share" msgstr "partilha" #: translate.c:14 msgid "Templates" msgstr "Modelos" #: translate.c:14 msgid "templates" msgstr "modelos" #: translate.c:15 msgid "Videos" msgstr "Vídeos" #: translate.c:15 msgid "videos" msgstr "vídeos" xdg-user-dirs-0.17/po/pt_BR.po0000644000175000000120000000432213252163454013037 00000000000000# Brazilian Portuguese translation for xdg-user-dirs. # This file is distributed under the same license as the xdg-user-dirs package. # Based on the translation by Duarte Loreto . # Evandro Fernandes Giovanini , 2007. # André Gondim , 2010, 2011. # msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs 0.12\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2011-03-30 18:11-0300\n" "Last-Translator: André Gondim \n" "Language-Team: Brazilian Portuguese \n" "Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: translate.c:2 msgid "Applications" msgstr "Aplicativos" #: translate.c:2 msgid "applications" msgstr "aplicativos" #: translate.c:3 msgid "Desktop" msgstr "Área de trabalho" #: translate.c:3 msgid "desktop" msgstr "área de trabalho" #: translate.c:4 msgid "Documents" msgstr "Documentos" #: translate.c:4 msgid "documents" msgstr "documentos" #: translate.c:5 msgid "Download" msgstr "Download" #: translate.c:5 msgid "download" msgstr "download" #: translate.c:6 msgid "Downloads" msgstr "Downloads" #: translate.c:6 msgid "downloads" msgstr "downloads" #: translate.c:7 msgid "Movies" msgstr "Filmes" #: translate.c:7 msgid "movies" msgstr "filmes" #: translate.c:8 msgid "Music" msgstr "Música" #: translate.c:8 msgid "music" msgstr "música" #: translate.c:9 msgid "Photos" msgstr "Fotos" #: translate.c:9 msgid "photos" msgstr "fotos" #: translate.c:10 msgid "Pictures" msgstr "Imagens" #: translate.c:10 msgid "pictures" msgstr "imagens" #: translate.c:11 msgid "Projects" msgstr "Projetos" #: translate.c:11 msgid "projects" msgstr "projetos" #: translate.c:12 msgid "Public" msgstr "Público" #: translate.c:12 msgid "public" msgstr "público" #: translate.c:13 msgid "Share" msgstr "Compartilhados" #: translate.c:13 msgid "share" msgstr "compartilhados" #: translate.c:14 msgid "Templates" msgstr "Modelos" #: translate.c:14 msgid "templates" msgstr "modelos" #: translate.c:15 msgid "Videos" msgstr "Vídeos" #: translate.c:15 msgid "videos" msgstr "vídeos" xdg-user-dirs-0.17/po/ro.po0000644000175000000120000000411613252163454012452 00000000000000# Romanian translation for xdg-user-dirs # Copyright (c) 2007 Rosetta Contributors and Canonical Ltd 2007 # This file is distributed under the same license as the xdg-user-dirs package. # Adi Roiban , 2009. # msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs 0.11-pre1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2009-10-03 13:42+0200\n" "Last-Translator: Adi Roiban \n" "Language-Team: Romanian \n" "Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: translate.c:2 msgid "Applications" msgstr "Aplicații" #: translate.c:2 msgid "applications" msgstr "aplicații" #: translate.c:3 msgid "Desktop" msgstr "Desktop" #: translate.c:3 msgid "desktop" msgstr "desktop" #: translate.c:4 msgid "Documents" msgstr "Documente" #: translate.c:4 msgid "documents" msgstr "documente" #: translate.c:5 msgid "Download" msgstr "Descărcări" #: translate.c:5 msgid "download" msgstr "descărcări" #: translate.c:6 msgid "Downloads" msgstr "Descărcări" #: translate.c:6 msgid "downloads" msgstr "descărcări" #: translate.c:7 msgid "Movies" msgstr "Filme" #: translate.c:7 msgid "movies" msgstr "filme" #: translate.c:8 msgid "Music" msgstr "Muzică" #: translate.c:8 msgid "music" msgstr "muzică" #: translate.c:9 msgid "Photos" msgstr "Fotografii" #: translate.c:9 msgid "photos" msgstr "fotografii" #: translate.c:10 msgid "Pictures" msgstr "Poze" #: translate.c:10 msgid "pictures" msgstr "poze" #: translate.c:11 msgid "Projects" msgstr "Proiecte" #: translate.c:11 msgid "projects" msgstr "proiecte" #: translate.c:12 msgid "Public" msgstr "Public" #: translate.c:12 msgid "public" msgstr "public" #: translate.c:13 msgid "Share" msgstr "Partajat" #: translate.c:13 msgid "share" msgstr "partajat" #: translate.c:14 msgid "Templates" msgstr "Șabloane" #: translate.c:14 msgid "templates" msgstr "șabloane" #: translate.c:15 msgid "Videos" msgstr "Video" #: translate.c:15 msgid "videos" msgstr "video" xdg-user-dirs-0.17/po/ru.po0000644000175000000120000000476113252163454012466 00000000000000# translation of xdg-user-dirs-0.11-pre1.ru.po to Russian # Russian translation for xdg-user-dirs. # Copyright (C) 2007 Google, Inc # This file is distributed under the same license as the xdg-user-dirs package. # # Yuri Kozlov , 2010. msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs 0.12\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2010-08-01 08:48+0400\n" "Last-Translator: Yuri Kozlov \n" "Language-Team: Russian \n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Lokalize 1.0\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: translate.c:2 msgid "Applications" msgstr "Приложения" #: translate.c:2 msgid "applications" msgstr "приложения" #: translate.c:3 msgid "Desktop" msgstr "Рабочий стол" #: translate.c:3 msgid "desktop" msgstr "рабочий стол" #: translate.c:4 msgid "Documents" msgstr "Документы" #: translate.c:4 msgid "documents" msgstr "документы" #: translate.c:5 msgid "Download" msgstr "Загрузка" #: translate.c:5 msgid "download" msgstr "загрузка" #: translate.c:6 msgid "Downloads" msgstr "Загрузки" #: translate.c:6 msgid "downloads" msgstr "загрузки" #: translate.c:7 msgid "Movies" msgstr "Фильмы" #: translate.c:7 msgid "movies" msgstr "фильмы" #: translate.c:8 msgid "Music" msgstr "Музыка" #: translate.c:8 msgid "music" msgstr "музыка" #: translate.c:9 msgid "Photos" msgstr "Фотографии" #: translate.c:9 msgid "photos" msgstr "фотографии" #: translate.c:10 msgid "Pictures" msgstr "Изображения" #: translate.c:10 msgid "pictures" msgstr "изображения" #: translate.c:11 msgid "Projects" msgstr "Проекты" #: translate.c:11 msgid "projects" msgstr "проекты" #: translate.c:12 msgid "Public" msgstr "Общедоступные" #: translate.c:12 msgid "public" msgstr "общедоступные" #: translate.c:13 msgid "Share" msgstr "Общие файлы" #: translate.c:13 msgid "share" msgstr "общие файлы" #: translate.c:14 msgid "Templates" msgstr "Шаблоны" #: translate.c:14 msgid "templates" msgstr "шаблоны" #: translate.c:15 msgid "Videos" msgstr "Видео" #: translate.c:15 msgid "videos" msgstr "видео" xdg-user-dirs-0.17/po/sk.po0000644000175000000120000000411113252163454012442 00000000000000# Slovak translation of xdg-user-dirs. # Copyright (C) 2007, 2011 Red Hat, Inc # This file is distributed under the same license as the xdg-user-dirs package. # Pavol Šimo , 2007. # Pavol Šimo , 2011. # msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs 0.12\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2011-02-03 09:10+0100\n" "Last-Translator: Pavol Šimo \n" "Language-Team: Slovak \n" "Language: sk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: translate.c:2 msgid "Applications" msgstr "Aplikácie" #: translate.c:2 msgid "applications" msgstr "aplikácie" #: translate.c:3 msgid "Desktop" msgstr "Plocha" #: translate.c:3 msgid "desktop" msgstr "plocha" #: translate.c:4 msgid "Documents" msgstr "Dokumenty" #: translate.c:4 msgid "documents" msgstr "dokumenty" #: translate.c:5 msgid "Download" msgstr "Stiahnuté" #: translate.c:5 msgid "download" msgstr "stiahnuté" #: translate.c:6 msgid "Downloads" msgstr "Stiahnuté" #: translate.c:6 msgid "downloads" msgstr "stiahnuté" #: translate.c:7 msgid "Movies" msgstr "Filmy" #: translate.c:7 msgid "movies" msgstr "filmy" #: translate.c:8 msgid "Music" msgstr "Hudba" #: translate.c:8 msgid "music" msgstr "hudba" #: translate.c:9 msgid "Photos" msgstr "Fotky" #: translate.c:9 msgid "photos" msgstr "fotky" #: translate.c:10 msgid "Pictures" msgstr "Obrázky" #: translate.c:10 msgid "pictures" msgstr "obrázky" #: translate.c:11 msgid "Projects" msgstr "Projekty" #: translate.c:11 msgid "projects" msgstr "projekty" #: translate.c:12 msgid "Public" msgstr "Verejné" #: translate.c:12 msgid "public" msgstr "verejné" #: translate.c:13 msgid "Share" msgstr "Zdieľané" #: translate.c:13 msgid "share" msgstr "zdieľané" #: translate.c:14 msgid "Templates" msgstr "Šablóny" #: translate.c:14 msgid "templates" msgstr "šablóny" #: translate.c:15 msgid "Videos" msgstr "Video" #: translate.c:15 msgid "videos" msgstr "video" xdg-user-dirs-0.17/po/sl.po0000644000175000000120000000433113252163454012447 00000000000000# Slovenian translation of xdg-user-dirs. # Copyright (C) 2009 - 2012 Free Software Foundation, Inc. # This file is distributed under the same license as the xdg-user-dirs package. # Matej Urbančič , 2009. # Klemen Košir , 2012. # msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs 0.14\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2012-05-18 16:02+0100\n" "Last-Translator: Klemen Košir \n" "Language-Team: Slovenian \n" "Language: sl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n" "%100==4 ? 3 : 0);\n" #: translate.c:2 msgid "Applications" msgstr "Programi" #: translate.c:2 msgid "applications" msgstr "programi" #: translate.c:3 msgid "Desktop" msgstr "Namizje" #: translate.c:3 msgid "desktop" msgstr "namizje" #: translate.c:4 msgid "Documents" msgstr "Dokumenti" #: translate.c:4 msgid "documents" msgstr "dokumenti" #: translate.c:5 msgid "Download" msgstr "Prejemi" #: translate.c:5 msgid "download" msgstr "prejemi" #: translate.c:6 msgid "Downloads" msgstr "Prejemi" #: translate.c:6 msgid "downloads" msgstr "prejemi" #: translate.c:7 msgid "Movies" msgstr "Filmi" #: translate.c:7 msgid "movies" msgstr "filmi" #: translate.c:8 msgid "Music" msgstr "Glasba" #: translate.c:8 msgid "music" msgstr "glasba" #: translate.c:9 msgid "Photos" msgstr "Fotografije" #: translate.c:9 msgid "photos" msgstr "fotografije" #: translate.c:10 msgid "Pictures" msgstr "Slike" #: translate.c:10 msgid "pictures" msgstr "slike" #: translate.c:11 msgid "Projects" msgstr "Projekti" #: translate.c:11 msgid "projects" msgstr "projekti" #: translate.c:12 msgid "Public" msgstr "Javno" #: translate.c:12 msgid "public" msgstr "javno" #: translate.c:13 msgid "Share" msgstr "Souporaba" #: translate.c:13 msgid "share" msgstr "souporaba" #: translate.c:14 msgid "Templates" msgstr "Predloge" #: translate.c:14 msgid "templates" msgstr "predloge" #: translate.c:15 msgid "Videos" msgstr "Video" #: translate.c:15 msgid "videos" msgstr "video" xdg-user-dirs-0.17/po/sq.po0000644000175000000120000000435113252163454012456 00000000000000# Përkthimi i xdg-user-dirs në shqip. # This file is distributed under the same license as the xdg-user-dirs package. # Laurent Dhima , 2008. # # Koment i shtuar për të kontrolluar kodifikimin "UTF-8". # Përkthim i filluar për versionin 2.22 të GNOME. msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs HEAD\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2008-03-14 11:20+0100\n" "Last-Translator: Laurent Dhima \n" "Language-Team: Albanian \n" "Language: sq\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: translate.c:2 msgid "Applications" msgstr "Aplikativë" #: translate.c:2 msgid "applications" msgstr "aplikativë" #: translate.c:3 msgid "Desktop" msgstr "Hapësira e punës" #: translate.c:3 msgid "desktop" msgstr "hapësira e punës" #: translate.c:4 msgid "Documents" msgstr "Dokumente" #: translate.c:4 msgid "documents" msgstr "dokumente" #: translate.c:5 msgid "Download" msgstr "Shkarkuar" #: translate.c:5 msgid "download" msgstr "shkarkuar" #: translate.c:6 #, fuzzy msgid "Downloads" msgstr "Shkarkuar" #: translate.c:6 #, fuzzy msgid "downloads" msgstr "shkarkuar" #: translate.c:7 msgid "Movies" msgstr "Filma" #: translate.c:7 msgid "movies" msgstr "filma" #: translate.c:8 msgid "Music" msgstr "Muzikë" #: translate.c:8 msgid "music" msgstr "muzikë" #: translate.c:9 msgid "Photos" msgstr "Fotografi" #: translate.c:9 msgid "photos" msgstr "fotografi" #: translate.c:10 msgid "Pictures" msgstr "Figura" #: translate.c:10 msgid "pictures" msgstr "figura" #: translate.c:11 msgid "Projects" msgstr "Projekte" #: translate.c:11 msgid "projects" msgstr "projekte" #: translate.c:12 msgid "Public" msgstr "Publike" #: translate.c:12 msgid "public" msgstr "publike" #: translate.c:13 msgid "Share" msgstr "Të përbashkët" #: translate.c:13 msgid "share" msgstr "të përbashkët" #: translate.c:14 msgid "Templates" msgstr "Modele" #: translate.c:14 msgid "templates" msgstr "modele" #: translate.c:15 msgid "Videos" msgstr "Video" #: translate.c:15 msgid "videos" msgstr "video" xdg-user-dirs-0.17/po/sr.po0000644000175000000120000000464613252163454012466 00000000000000# Serbian translation of xdg-user-dirs. # This file is distributed under the same license as the xdg-user-dirs package. # Данило Шеган , 2007. # Мирослав Николић , 2013. msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs-0.14\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2013-10-11 22:22+0200\n" "Last-Translator: Мирослав Николић \n" "Language-Team: Serbian <(nothing)>\n" "Language: sr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: translate.c:2 msgid "Applications" msgstr "Програми" #: translate.c:2 msgid "applications" msgstr "програми" #: translate.c:3 msgid "Desktop" msgstr "Радна површ" #: translate.c:3 msgid "desktop" msgstr "радна површ" #: translate.c:4 msgid "Documents" msgstr "Документа" #: translate.c:4 msgid "documents" msgstr "документа" #: translate.c:5 msgid "Download" msgstr "Преузето" #: translate.c:5 msgid "download" msgstr "преузето" #: translate.c:6 msgid "Downloads" msgstr "Преузимања" #: translate.c:6 msgid "downloads" msgstr "преузимања" #: translate.c:7 msgid "Movies" msgstr "Филмови" #: translate.c:7 msgid "movies" msgstr "филмови" #: translate.c:8 msgid "Music" msgstr "Музика" #: translate.c:8 msgid "music" msgstr "музика" #: translate.c:9 msgid "Photos" msgstr "Фотографије" #: translate.c:9 msgid "photos" msgstr "фотографије" #: translate.c:10 msgid "Pictures" msgstr "Слике" #: translate.c:10 msgid "pictures" msgstr "слике" #: translate.c:11 msgid "Projects" msgstr "Пројекти" #: translate.c:11 msgid "projects" msgstr "пројекти" #: translate.c:12 msgid "Public" msgstr "Јавно" #: translate.c:12 msgid "public" msgstr "јавно" #: translate.c:13 msgid "Share" msgstr "Дељено" #: translate.c:13 msgid "share" msgstr "дељено" #: translate.c:14 msgid "Templates" msgstr "Шаблони" #: translate.c:14 msgid "templates" msgstr "шаблони" #: translate.c:15 msgid "Videos" msgstr "Видео" #: translate.c:15 msgid "videos" msgstr "видео" xdg-user-dirs-0.17/po/sr@Latn.po0000644000175000000120000000430213252163454013372 00000000000000# Serbian translation of xdg-user-dirs # Courtesy of Prevod.org team (http://prevod.org/) -- 2005. # # This file is distributed under the same license as the xdg-user-dirs package. # # Maintainer: Danilo Šegan # msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2007-02-27 18:26+0100\n" "Last-Translator: Danilo Šegan \n" "Language-Team: Serbian (sr) \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && " "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" #: translate.c:2 msgid "Applications" msgstr "Programi" #: translate.c:2 msgid "applications" msgstr "programi" #: translate.c:3 msgid "Desktop" msgstr "Radna površ" #: translate.c:3 msgid "desktop" msgstr "radna površ" #: translate.c:4 msgid "Documents" msgstr "Dokumenta" #: translate.c:4 msgid "documents" msgstr "dokumenta" #: translate.c:5 msgid "Download" msgstr "Preuzeto" #: translate.c:5 msgid "download" msgstr "preuzeto" #: translate.c:6 #, fuzzy msgid "Downloads" msgstr "Preuzeto" #: translate.c:6 #, fuzzy msgid "downloads" msgstr "preuzeto" #: translate.c:7 msgid "Movies" msgstr "Filmovi" #: translate.c:7 msgid "movies" msgstr "filmovi" #: translate.c:8 msgid "Music" msgstr "Muzika" #: translate.c:8 msgid "music" msgstr "muzika" #: translate.c:9 msgid "Photos" msgstr "Fotografije" #: translate.c:9 msgid "photos" msgstr "fotografije" #: translate.c:10 msgid "Pictures" msgstr "Slike" #: translate.c:10 msgid "pictures" msgstr "slike" #: translate.c:11 msgid "Projects" msgstr "Projekti" #: translate.c:11 msgid "projects" msgstr "projekti" #: translate.c:12 msgid "Public" msgstr "Javno" #: translate.c:12 msgid "public" msgstr "javno" #: translate.c:13 msgid "Share" msgstr "Deljeno" #: translate.c:13 msgid "share" msgstr "deljeno" #: translate.c:14 msgid "Templates" msgstr "Šabloni" #: translate.c:14 msgid "templates" msgstr "šabloni" #: translate.c:15 msgid "Videos" msgstr "Video" #: translate.c:15 msgid "videos" msgstr "video" xdg-user-dirs-0.17/po/sv.po0000644000175000000120000000411313252163454012457 00000000000000# Swedish translation of xdg-user-dirs. # Copyright (C) 2007, 2009 Red Hat, Inc # This file is distributed under the same license as the xdg-user-dirs package. # Alexander Larsson , 2007. # Daniel Nylander , 2007, 2009. # msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs 0.11-pre1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2009-09-19 10:12+0100\n" "Last-Translator: Daniel Nylander \n" "Language-Team: Swedish \n" "Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: translate.c:2 msgid "Applications" msgstr "Program" #: translate.c:2 msgid "applications" msgstr "program" #: translate.c:3 msgid "Desktop" msgstr "Skrivbord" #: translate.c:3 msgid "desktop" msgstr "skrivbord" #: translate.c:4 msgid "Documents" msgstr "Dokument" #: translate.c:4 msgid "documents" msgstr "dokument" #: translate.c:5 msgid "Download" msgstr "Hämtat" #: translate.c:5 msgid "download" msgstr "hämtat" #: translate.c:6 msgid "Downloads" msgstr "Hämtningar" #: translate.c:6 msgid "downloads" msgstr "hämtningar" #: translate.c:7 msgid "Movies" msgstr "Filmer" #: translate.c:7 msgid "movies" msgstr "filmer" #: translate.c:8 msgid "Music" msgstr "Musik" #: translate.c:8 msgid "music" msgstr "musik" #: translate.c:9 msgid "Photos" msgstr "Foton" #: translate.c:9 msgid "photos" msgstr "foton" #: translate.c:10 msgid "Pictures" msgstr "Bilder" #: translate.c:10 msgid "pictures" msgstr "bilder" #: translate.c:11 msgid "Projects" msgstr "Projekt" #: translate.c:11 msgid "projects" msgstr "projekt" #: translate.c:12 msgid "Public" msgstr "Publikt" #: translate.c:12 msgid "public" msgstr "publikt" #: translate.c:13 msgid "Share" msgstr "Utdelat" #: translate.c:13 msgid "share" msgstr "utdelat" #: translate.c:14 msgid "Templates" msgstr "Mallar" #: translate.c:14 msgid "templates" msgstr "mallar" #: translate.c:15 msgid "Videos" msgstr "Video" #: translate.c:15 msgid "videos" msgstr "video" xdg-user-dirs-0.17/po/ta.po0000644000175000000120000000516513252163454012443 00000000000000# translation of xdg-user-dirs (ta.po) to Tamil # This file is distributed under the same license as the xdg-user-dirs package. # # I. Felix , 2010. msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs 0.11-pre1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2010-01-22 17:06+0530\n" "Last-Translator: I. Felix \n" "Language-Team: Tamil \n" "Language: ta\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Lokalize 1.0\n" "Plural-Forms: nplurals=2; plural=(n!=1);\n" #: translate.c:2 msgid "Applications" msgstr "பயன்பாடுகள்" #: translate.c:2 msgid "applications" msgstr "பயன்பாடுகள்" #: translate.c:3 msgid "Desktop" msgstr "பணிமேடை" #: translate.c:3 msgid "desktop" msgstr "பணிமேடை" #: translate.c:4 msgid "Documents" msgstr "ஆவணங்கள்" #: translate.c:4 msgid "documents" msgstr "ஆவணங்கள்" #: translate.c:5 msgid "Download" msgstr "பதிவிறக்கம்" #: translate.c:5 msgid "download" msgstr "பதிவிறக்கம்" #: translate.c:6 msgid "Downloads" msgstr "பதிவிறக்கங்கள்" #: translate.c:6 msgid "downloads" msgstr "பதிவிறக்கங்கள்" #: translate.c:7 msgid "Movies" msgstr "மூவிஸ்" #: translate.c:7 msgid "movies" msgstr "மூவிஸ்" #: translate.c:8 msgid "Music" msgstr "இசை" #: translate.c:8 msgid "music" msgstr "இசை" #: translate.c:9 msgid "Photos" msgstr "நிழற்படங்கள்" #: translate.c:9 msgid "photos" msgstr "நிழற்படங்கள்" #: translate.c:10 msgid "Pictures" msgstr "படங்கள்" #: translate.c:10 msgid "pictures" msgstr "படங்கள்" #: translate.c:11 msgid "Projects" msgstr "திட்டங்கள்" #: translate.c:11 msgid "projects" msgstr "திட்டங்கள்" #: translate.c:12 msgid "Public" msgstr "பொதுவான" #: translate.c:12 msgid "public" msgstr "பொதுவான" #: translate.c:13 msgid "Share" msgstr "பகிர்" #: translate.c:13 msgid "share" msgstr "பகிர்" #: translate.c:14 msgid "Templates" msgstr "மாதிரிஉருக்கள்" #: translate.c:14 msgid "templates" msgstr "மாதிரிஉருக்கள்" #: translate.c:15 msgid "Videos" msgstr "வீடியோக்கள்" #: translate.c:15 msgid "videos" msgstr "வீடியோக்கள்" xdg-user-dirs-0.17/po/te.po0000644000175000000120000000535213252163454012445 00000000000000# Telugu translation for xdg-user-dirs. # Copyright (C) 2010 xdg-user-dirs's COPYRIGHT HOLDER # This file is distributed under the same license as the xdg-user-dirs package. # # Krishna Babu K , 2010. msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs-0.11-pre1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2010-05-18 14:18+0530\n" "Last-Translator: Krishna Babu K \n" "Language-Team: Telugu \n" "Language: te\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=(n!=1);\n" "\n" "\n" "\n" #: translate.c:2 msgid "Applications" msgstr "అనువర్తనములు" #: translate.c:2 msgid "applications" msgstr "అనువర్తనములు" #: translate.c:3 msgid "Desktop" msgstr "డెస్కుటాప్" #: translate.c:3 msgid "desktop" msgstr "డెస్కుటాప్" #: translate.c:4 msgid "Documents" msgstr "పత్రములు" #: translate.c:4 msgid "documents" msgstr "పత్రములు" #: translate.c:5 msgid "Download" msgstr "డౌన్‌లోడు" #: translate.c:5 msgid "download" msgstr "డౌన్‌లోడు" #: translate.c:6 msgid "Downloads" msgstr "డౌన్‌లోడ్లు" #: translate.c:6 msgid "downloads" msgstr "డౌన్‌లోడ్లు" #: translate.c:7 msgid "Movies" msgstr "చలనచిత్రములు" #: translate.c:7 msgid "movies" msgstr "చలనచిత్రములు" #: translate.c:8 msgid "Music" msgstr "సంగీతం" #: translate.c:8 msgid "music" msgstr "సంగీతం" #: translate.c:9 msgid "Photos" msgstr "ఛాయాచిత్రములు" #: translate.c:9 msgid "photos" msgstr "ఛాయాచిత్రములు" #: translate.c:10 msgid "Pictures" msgstr "చిత్రములు" #: translate.c:10 msgid "pictures" msgstr "చిత్రములు" #: translate.c:11 msgid "Projects" msgstr "ప్రోజెక్టులు" #: translate.c:11 msgid "projects" msgstr "ప్రోజెక్టులు" #: translate.c:12 msgid "Public" msgstr "పబ్లిక్" #: translate.c:12 msgid "public" msgstr "పబ్లిక్" #: translate.c:13 msgid "Share" msgstr "భాగస్వామ్య" #: translate.c:13 msgid "share" msgstr "భాగస్వామ్య" #: translate.c:14 msgid "Templates" msgstr "మాదిరిలు" #: translate.c:14 msgid "templates" msgstr "మాదిరిలు" #: translate.c:15 msgid "Videos" msgstr "వీడియోలు" #: translate.c:15 msgid "videos" msgstr "వీడియోలు" xdg-user-dirs-0.17/po/th.po0000644000175000000120000000511013252163454012440 00000000000000# Thai translation for xdg-user-dirs. # Copyright (C) 2007 Google, Inc. # This file is distributed under the same license as the xdg-user-dirs package. # Theppitak Karoonboonyanan , 2008. # Sira Nokyoongtong , 2010. # msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs 0.11-pre1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2010-06-19 18:57+0700\n" "Last-Translator: Sira Nokyoongtong \n" "Language-Team: Thai \n" "Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Thai\n" "X-Poedit-Country: THAILAND\n" #: translate.c:2 msgid "Applications" msgstr "โปรแกรม" #: translate.c:2 msgid "applications" msgstr "โปรแกรม" #: translate.c:3 msgid "Desktop" msgstr "พื้นโต๊ะ" #: translate.c:3 msgid "desktop" msgstr "พื้นโต๊ะ" #: translate.c:4 msgid "Documents" msgstr "เอกสาร" #: translate.c:4 msgid "documents" msgstr "เอกสาร" #: translate.c:5 msgid "Download" msgstr "ดาวน์โหลด" #: translate.c:5 msgid "download" msgstr "ดาวน์โหลด" #: translate.c:6 msgid "Downloads" msgstr "ดาวน์โหลด" #: translate.c:6 msgid "downloads" msgstr "ดาวน์โหลด" #: translate.c:7 msgid "Movies" msgstr "ภาพยนตร์" #: translate.c:7 msgid "movies" msgstr "ภาพยนตร์" #: translate.c:8 msgid "Music" msgstr "ดนตรี" #: translate.c:8 msgid "music" msgstr "ดนตรี" #: translate.c:9 msgid "Photos" msgstr "ภาพถ่าย" #: translate.c:9 msgid "photos" msgstr "ภาพถ่าย" #: translate.c:10 msgid "Pictures" msgstr "รูปภาพ" #: translate.c:10 msgid "pictures" msgstr "รูปภาพ" #: translate.c:11 msgid "Projects" msgstr "โครงการ" #: translate.c:11 msgid "projects" msgstr "โครงการ" #: translate.c:12 msgid "Public" msgstr "สาธารณะ" #: translate.c:12 msgid "public" msgstr "สาธารณะ" #: translate.c:13 msgid "Share" msgstr "ใช้ร่วมกัน" #: translate.c:13 msgid "share" msgstr "ใช้ร่วมกัน" #: translate.c:14 msgid "Templates" msgstr "เทมเพลต" #: translate.c:14 msgid "templates" msgstr "เทมเพลต" #: translate.c:15 msgid "Videos" msgstr "วีดิทัศน์" #: translate.c:15 msgid "videos" msgstr "วีดิทัศน์" xdg-user-dirs-0.17/po/tr.po0000644000175000000120000000413013252163454012453 00000000000000# Turkish translation for xdg-user-dirs. # Copyright (C) 2007 Red Hat, Inc # This file is distributed under the same license as the xgd-user-dirs package. # Baris Cicek , 2007. # msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2007-02-27 15:22:+0100\n" "Last-Translator: Baris Cicek \n" "Language-Team: Turkish \n" "Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" #: translate.c:2 msgid "Applications" msgstr "Uygulamalar" #: translate.c:2 msgid "applications" msgstr "uygulamalar" #: translate.c:3 msgid "Desktop" msgstr "Masaüstü" #: translate.c:3 msgid "desktop" msgstr "masaüstü" #: translate.c:4 msgid "Documents" msgstr "Belgeler" #: translate.c:4 msgid "documents" msgstr "belgeler" #: translate.c:5 msgid "Download" msgstr "İndirilenler" #: translate.c:5 msgid "download" msgstr "indirilenler" #: translate.c:6 #, fuzzy msgid "Downloads" msgstr "İndirilenler" #: translate.c:6 #, fuzzy msgid "downloads" msgstr "indirilenler" #: translate.c:7 msgid "Movies" msgstr "Filmler" #: translate.c:7 msgid "movies" msgstr "filmler" #: translate.c:8 msgid "Music" msgstr "Müzik" #: translate.c:8 msgid "music" msgstr "müzik" #: translate.c:9 msgid "Photos" msgstr "Fotoğraflar" #: translate.c:9 msgid "photos" msgstr "fotoğraflar" #: translate.c:10 msgid "Pictures" msgstr "Resimler" #: translate.c:10 msgid "pictures" msgstr "resimler" #: translate.c:11 msgid "Projects" msgstr "Projeler" #: translate.c:11 msgid "projects" msgstr "projeler" #: translate.c:12 msgid "Public" msgstr "Genel" #: translate.c:12 msgid "public" msgstr "genel" #: translate.c:13 msgid "Share" msgstr "Paylaşım" #: translate.c:13 msgid "share" msgstr "paylaşım" #: translate.c:14 msgid "Templates" msgstr "Şablonlar" #: translate.c:14 msgid "templates" msgstr "şablonlar" #: translate.c:15 msgid "Videos" msgstr "Videolar" #: translate.c:15 msgid "videos" msgstr "videolar" xdg-user-dirs-0.17/po/uk.po0000644000175000000120000000500413252163454012446 00000000000000# Ukrainian translation ofr xdg-user-dirs. # Copyright (C) 2007 Free Desktop Foundation, Inc # This file is distributed under the same license as the xdg-user-dirs package. # # # Maxim Dziumanenko , 2007. # Yuri Chornoivan , 2011, 2013. msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs 0.14\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2013-02-14 07:59+0200\n" "Last-Translator: Yuri Chornoivan \n" "Language-Team: Ukrainian \n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Lokalize 1.5\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: translate.c:2 msgid "Applications" msgstr "Програми" #: translate.c:2 msgid "applications" msgstr "програми" #: translate.c:3 msgid "Desktop" msgstr "Стільниця" #: translate.c:3 msgid "desktop" msgstr "стільниця" #: translate.c:4 msgid "Documents" msgstr "Документи" #: translate.c:4 msgid "documents" msgstr "документи" #: translate.c:5 msgid "Download" msgstr "Завантаження" #: translate.c:5 msgid "download" msgstr "завантаження" #: translate.c:6 msgid "Downloads" msgstr "Завантажене" #: translate.c:6 msgid "downloads" msgstr "завантажене" #: translate.c:7 msgid "Movies" msgstr "Фільми" #: translate.c:7 msgid "movies" msgstr "фільми" #: translate.c:8 msgid "Music" msgstr "Музика" #: translate.c:8 msgid "music" msgstr "музика" #: translate.c:9 msgid "Photos" msgstr "Фотографії" #: translate.c:9 msgid "photos" msgstr "фотографії" #: translate.c:10 msgid "Pictures" msgstr "Картинки" #: translate.c:10 msgid "pictures" msgstr "картинки" #: translate.c:11 msgid "Projects" msgstr "Проекти" #: translate.c:11 msgid "projects" msgstr "проекти" #: translate.c:12 msgid "Public" msgstr "Загальне" #: translate.c:12 msgid "public" msgstr "загальне" #: translate.c:13 msgid "Share" msgstr "Спільне" #: translate.c:13 msgid "share" msgstr "спільне" #: translate.c:14 msgid "Templates" msgstr "Шаблони" #: translate.c:14 msgid "templates" msgstr "шаблони" #: translate.c:15 msgid "Videos" msgstr "Відео" #: translate.c:15 msgid "videos" msgstr "відео" xdg-user-dirs-0.17/po/vi.po0000644000175000000120000000430413252163454012447 00000000000000# Vietnamese translation for XDG User Dirs. # Copyright © 2010 Free Software Foundation, Inc. # This file is distributed under the same license as the xdg-user-dirs package. # Clytie Siddall , 2008-2010. # msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs 0.12\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2010-10-03 18:36+1030\n" "Last-Translator: Clytie Siddall \n" "Language-Team: Vietnamese \n" "Language: vi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: LocFactoryEditor 1.8\n" #: translate.c:2 msgid "Applications" msgstr "Ứng dụng" #: translate.c:2 msgid "applications" msgstr "ứng dụng" #: translate.c:3 msgid "Desktop" msgstr "Màn hình nền" #: translate.c:3 msgid "desktop" msgstr "màn hình nền" #: translate.c:4 msgid "Documents" msgstr "Tài liệu" #: translate.c:4 msgid "documents" msgstr "tài liệu" #: translate.c:5 msgid "Download" msgstr "Tải về" #: translate.c:5 msgid "download" msgstr "tải về" #: translate.c:6 msgid "Downloads" msgstr "Bản tải về" #: translate.c:6 msgid "downloads" msgstr "bản tải về" #: translate.c:7 msgid "Movies" msgstr "Phim" #: translate.c:7 msgid "movies" msgstr "phim" #: translate.c:8 msgid "Music" msgstr "Nhạc" #: translate.c:8 msgid "music" msgstr "nhạc" #: translate.c:9 msgid "Photos" msgstr "Ảnh chụp" #: translate.c:9 msgid "photos" msgstr "ảnh chụp" #: translate.c:10 msgid "Pictures" msgstr "Ảnh" #: translate.c:10 msgid "pictures" msgstr "ảnh" #: translate.c:11 msgid "Projects" msgstr "Dự án" #: translate.c:11 msgid "projects" msgstr "dự án" #: translate.c:12 msgid "Public" msgstr "Công" #: translate.c:12 msgid "public" msgstr "công" #: translate.c:13 msgid "Share" msgstr "Chia sẻ" #: translate.c:13 msgid "share" msgstr "chia sẻ" #: translate.c:14 msgid "Templates" msgstr "Mẫu" #: translate.c:14 msgid "templates" msgstr "mẫu" #: translate.c:15 msgid "Videos" msgstr "Ảnh động" #: translate.c:15 msgid "videos" msgstr "ảnh động" xdg-user-dirs-0.17/po/zh_CN.po0000644000175000000120000000414213252163454013032 00000000000000# Simplified Chinese translation for xdg-user-dirs. # Copyright (C) 2009, 2010 Free Software Foundation, Inc. # This file is distributed under the same license as the xdg-user-dirs package. # snowdream , 2007. # Aron Xu , 2009, 2010. # msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs 0.12\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2010-12-10 20:13+0800\n" "Last-Translator: Aron Xu \n" "Language-Team: Chinese (simplified) \n" "Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: translate.c:2 msgid "Applications" msgstr "应用程序" #: translate.c:2 msgid "applications" msgstr "应用程序" #: translate.c:3 msgid "Desktop" msgstr "桌面" #: translate.c:3 msgid "desktop" msgstr "桌面" #: translate.c:4 msgid "Documents" msgstr "文档" #: translate.c:4 msgid "documents" msgstr "文档" #: translate.c:5 msgid "Download" msgstr "下载" #: translate.c:5 msgid "download" msgstr "下载" #: translate.c:6 msgid "Downloads" msgstr "下载" #: translate.c:6 msgid "downloads" msgstr "下载" #: translate.c:7 msgid "Movies" msgstr "电影" #: translate.c:7 msgid "movies" msgstr "电影" #: translate.c:8 msgid "Music" msgstr "音乐" #: translate.c:8 msgid "music" msgstr "音乐" #: translate.c:9 msgid "Photos" msgstr "照片" #: translate.c:9 msgid "photos" msgstr "照片" #: translate.c:10 msgid "Pictures" msgstr "图片" #: translate.c:10 msgid "pictures" msgstr "图片" #: translate.c:11 msgid "Projects" msgstr "项目" #: translate.c:11 msgid "projects" msgstr "项目" #: translate.c:12 msgid "Public" msgstr "公共" #: translate.c:12 msgid "public" msgstr "公共" #: translate.c:13 msgid "Share" msgstr "共享" #: translate.c:13 msgid "share" msgstr "共享" #: translate.c:14 msgid "Templates" msgstr "模板" #: translate.c:14 msgid "templates" msgstr "模板" #: translate.c:15 msgid "Videos" msgstr "视频" #: translate.c:15 msgid "videos" msgstr "视频" xdg-user-dirs-0.17/po/zh_HK.po0000644000175000000120000000365413252163454013043 00000000000000# Chinese (Hong Kong) translation of xdg-user-dirs. # # Abel Cheung , 2007. # msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs \n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2007-02-28 03:27+0800\n" "Last-Translator: Abel Cheung \n" "Language-Team: Chinese (Hong Kong) \n" "Language: zh_HK\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: translate.c:2 msgid "Applications" msgstr "程式" #: translate.c:2 msgid "applications" msgstr "程式" #: translate.c:3 msgid "Desktop" msgstr "桌面" #: translate.c:3 msgid "desktop" msgstr "桌面" #: translate.c:4 msgid "Documents" msgstr "文件" #: translate.c:4 msgid "documents" msgstr "文件" #: translate.c:5 msgid "Download" msgstr "下載" #: translate.c:5 msgid "download" msgstr "下載" #: translate.c:6 #, fuzzy msgid "Downloads" msgstr "下載" #: translate.c:6 #, fuzzy msgid "downloads" msgstr "下載" #: translate.c:7 msgid "Movies" msgstr "電影" #: translate.c:7 msgid "movies" msgstr "電影" #: translate.c:8 msgid "Music" msgstr "音樂" #: translate.c:8 msgid "music" msgstr "音樂" #: translate.c:9 msgid "Photos" msgstr "相片" #: translate.c:9 msgid "photos" msgstr "相片" #: translate.c:10 msgid "Pictures" msgstr "圖片" #: translate.c:10 msgid "pictures" msgstr "圖片" #: translate.c:11 msgid "Projects" msgstr "專案" #: translate.c:11 msgid "projects" msgstr "專案" #: translate.c:12 msgid "Public" msgstr "公共" #: translate.c:12 msgid "public" msgstr "公共" #: translate.c:13 msgid "Share" msgstr "分享目錄" #: translate.c:13 msgid "share" msgstr "分享目錄" #: translate.c:14 msgid "Templates" msgstr "模板" #: translate.c:14 msgid "templates" msgstr "模板" #: translate.c:15 msgid "Videos" msgstr "影片" #: translate.c:15 msgid "videos" msgstr "影片" xdg-user-dirs-0.17/po/zh_TW.po0000644000175000000120000000416513252163454013071 00000000000000# Traditional Chinese Messages for the xdg-user-dirs. # Copyright (C) 2010 Free Software Foundation, Inc. # This file is distributed under the same license as the xdg-user-dirs package. # Abel Cheung , 2007. # Cheng-Chia Tseng , 2010. # msgid "" msgstr "" "Project-Id-Version: xdg-user-dirs 0.12\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: 2010-09-05 21:50+0800\n" "Last-Translator: Wei-Lun Chao \n" "Language-Team: Chinese (traditional) \n" "Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" #: translate.c:2 msgid "Applications" msgstr "程式" #: translate.c:2 msgid "applications" msgstr "程式" #: translate.c:3 msgid "Desktop" msgstr "桌面" #: translate.c:3 msgid "desktop" msgstr "桌面" #: translate.c:4 msgid "Documents" msgstr "文件" #: translate.c:4 msgid "documents" msgstr "文件" #: translate.c:5 msgid "Download" msgstr "下載" #: translate.c:5 msgid "download" msgstr "下載" #: translate.c:6 msgid "Downloads" msgstr "下載" #: translate.c:6 msgid "downloads" msgstr "下載" #: translate.c:7 msgid "Movies" msgstr "電影" #: translate.c:7 msgid "movies" msgstr "電影" #: translate.c:8 msgid "Music" msgstr "音樂" #: translate.c:8 msgid "music" msgstr "音樂" #: translate.c:9 msgid "Photos" msgstr "相片" #: translate.c:9 msgid "photos" msgstr "相片" #: translate.c:10 msgid "Pictures" msgstr "圖片" #: translate.c:10 msgid "pictures" msgstr "圖片" #: translate.c:11 msgid "Projects" msgstr "專案" #: translate.c:11 msgid "projects" msgstr "專案" #: translate.c:12 msgid "Public" msgstr "公共" #: translate.c:12 msgid "public" msgstr "公共" #: translate.c:13 msgid "Share" msgstr "分享" #: translate.c:13 msgid "share" msgstr "分享" #: translate.c:14 msgid "Templates" msgstr "模板" #: translate.c:14 msgid "templates" msgstr "模板" #: translate.c:15 msgid "Videos" msgstr "影片" #: translate.c:15 msgid "videos" msgstr "影片" xdg-user-dirs-0.17/po/af.gmo0000644000175000000120000000304513252163454012564 00000000000000)      & /9@FMV_f lv} 9 E OYbkqx         ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2010-04-19 19:51+0200 Last-Translator: F Wolff Language-Team: translate-discuss-af@lists.sourceforge.net Language: af MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n != 1); X-Generator: Virtaal 0.5.3-rc1 X-Language: af_ZA ToepassingsWerkskermDokumenteAfgelaaiAfgelaaiFilmsMusiekFoto'sPrenteProjektePubliekGedeelSjabloneVideo'stoepassingswerkskermdokumenteafgelaaiafgelaaifilmsmusiekfoto'sprenteprojektepubliekgedeelsjablonevideo'sxdg-user-dirs-0.17/po/an.gmo0000644000175000000120000000276213252163454012601 00000000000000)      & /9@FMV_f lvj}     &-6 ?I Q [f m y          ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs-0.12 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2010-09-01 13:46+0200 Last-Translator: Daniel Martinez Language-Team: Aragonese Language: an MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit AplicacionsEscritorioDocumentosDescargaDescargasPeliclasMosicaRetratosImachensProyectosPublicoCompartiuPlantillasVidiosaplicacionsescritoriodocumentosdescargadescargaspeliclasmosicaretratosimachensproyectospublicocompartiuplantillasvidiosxdg-user-dirs-0.17/po/ar.gmo0000644000175000000120000000317113252163454012600 00000000000000%` an v    " (29 1DSd ~  '9 @MT c n    ApplicationsDesktopDocumentsDownloadMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloadmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs.HEAD Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2007-05-17 06:02+0300 Last-Translator: Khaled Hosny Language-Team: Arabic Language: ar MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.11.4 Plural-Forms: nplurals=4; plural=n==1 ? 0 : n==2 ? 1 : n>=3 && n<=10 ? 2 : 3 التطبيقاتسطح المكتبالمستنداتالتنزيلاتالأفلامالموسيقىالصور الضوئيةالصورالمشاريععاممشاركاتالقوالبالفيديوتطبيقاتسطح المكتبمستنداتتنزيلاتأفلامموسيقىصور ضوئيةصورمشاريععاممشاركاتقوالبفيديوxdg-user-dirs-0.17/po/as.gmo0000644000175000000120000000402113252163454012574 00000000000000)      & /9@FMV_f lv}/K!b':Vm!'9Uey     ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs-0.11-pre1 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2010-04-06 21:50+0530 Last-Translator: Amitakhya Phukan Language-Team: Assamese Language: as MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: Lokalize 1.0 Plural-Forms: nplurals=2; plural=n != 1; অনুপ্ৰয়োগডেস্কট'পডকুমেন্টবোৰডাউন্‌লোডডাউন্‌লোডসমূহচলচ্চিত্ৰসংগীতফ'টোবোৰছবিবোৰপ্ৰকল্পবোৰসাৰ্বজনীনঅংশ লোৱানমুনাবোৰভিডিঅ'বোৰঅনুপ্ৰয়োগডেস্কট'পডকুমেন্টবোৰডাউন্‌লোডডাউন্‌লোডসমূহচলচ্চিত্ৰসংগীতফ'টোবোৰছবিবোৰপ্ৰকল্পবোৰসাৰ্বজনীনঅংশ লোৱানমুনাবোৰভিডিঅ'বোৰxdg-user-dirs-0.17/po/ast.gmo0000644000175000000120000000310513252163454012762 00000000000000)      & /9@FMV_f lv} 1 > IT ] hs{           ! * 4>     ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs 0.14 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2011-05-09 09:22+0100 Last-Translator: Maacub Language-Team: Asturian Language: ast MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2008-12-21 18:56+0000 X-Generator: Launchpad (build Unknown) AplicacionesEscritoriuDocumentosDescargaDescarguesPelículesMúsicaSemeyesImáxenesProyeutosPúblicuCompartirPlantíesVideosaplicacionesescritoriudocumentosdescargadescarguespelículesmúsicasemeyesimáxenesproyeutospúblicucompartirplantíesvideosxdg-user-dirs-0.17/po/be.gmo0000644000175000000120000000336313252163454012567 00000000000000)      & /9@FMV_f lv]}& D Q^s 2 P ]j      ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs 0.14 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2012-01-21 19:58+0300 Last-Translator: Ihar Hrachyshka Language-Team: Belarusian Language: be MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ПраграмыСтолДакументыСцягнутыя файлыСцягнутыя файлыФільмыМузыкаФатаграфііМалюнкіПраектыПублічныя файлыСупольныя файлыШаблоныВідэапраграмыстолдакументысцягнутыя файлысцягнутыя файлыфільмымузыкафатаграфіімалюнкіпраектыпублічныя файлысупольныя файлышаблонывідэаxdg-user-dirs-0.17/po/be@latin.gmo0000644000175000000120000000264313252163454013717 00000000000000%` an v    " (29     #, 2< BLU[ bmu ~     ApplicationsDesktopDocumentsDownloadMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloadmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2007-10-16 03:39+0100 Last-Translator: Ihar Hrachyshka Language-Team: Belarusian (Latin script) Language: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit AplikacyiStołDakumentyZahruzkaFilmyMuzykaFotazdymkiMalunkiPrajektyPubličnajeSupolnajeŠablonyVideaaplikacyistołdakumentyzahruzkafilmymuzykafotazdymkimalunkiprajektypubličnajesupolnaješablonyvideaxdg-user-dirs-0.17/po/bg.gmo0000644000175000000120000000325013252163454012564 00000000000000)      & /9@FMV_f lv}-< K V cp   * 7D[j{      ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs 0.11-pre1 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2009-09-22 10:39+0300 Last-Translator: Alexander Shopov Language-Team: Bulgarian Language: bg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=n != 1; ПрограмиПлотДокументиСвалениСвалениФилмиМузикаСнимкиИзображенияПроектиПубличниСподелениШаблониВидеопрограмиплотдокументисваленисваленифилмимузикаснимкиизображенияпроектипубличнисподеленишаблонивидеоxdg-user-dirs-0.17/po/bn_IN.gmo0000644000175000000120000000303413252163454013161 00000000000000)      & /9@FMV_f lv} 0= EO Xbiov          ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs-0.11-pre1 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2010-04-17 10:16+0530 Last-Translator: Runa Bhattacharjee Language-Team: Bengali (India) Language: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.11.4 Plural-Forms: nplurals=2; plural=(n != 1); ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosxdg-user-dirs-0.17/po/br.gmo0000644000175000000120000000272013252163454012600 00000000000000%` an v    " (29    #.4 < F PZ` iu}        ApplicationsDesktopDocumentsDownloadMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloadmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dir Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2009-08-08 00:29+0100 Last-Translator: denis Language-Team: Breton Language: br MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Poedit-Language: breton X-Poedit-Country: FRANCE X-Poedit-SourceCharset: utf-8 ArloadoùBurevTeulioùPellgargañFilmoùSonerezhLuc'hskeudennoùSkeudennoùRaktresoùForanRannañPatromoùVideoioùarloadoùburevteulioùpellgargañfilmoùsonerezhluc'hskeudennoùskeudennoùraktresoùforanRannañpatromoùvideoioùxdg-user-dirs-0.17/po/ca.gmo0000644000175000000120000000275713252163454012572 00000000000000)      & /9@FMV_f lv[}     !- 5? G Q\ d p {          ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs 0.12 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2010-10-01 10:25+0200 Last-Translator: Josep Puigdemont Language-Team: Catalan Language: ca MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit AplicacionsEscriptoriDocumentsBaixadaBaixadesPel·lículesMúsicaFotografiesImatgesProjectesPúblicCompartitPlantillesVídeosaplicacionsescriptoridocumentsbaixadabaixadespel·lículesmúsicafotografiesimatgesprojectespúbliccompartitplantillesvídeosxdg-user-dirs-0.17/po/crh.gmo0000644000175000000120000000313013252163454012745 00000000000000)      & /9@FMV_f lv} N [ fp x        )4; DO     ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs 0.11-pre1 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2009-10-21 21:53-0600 Last-Translator: Reşat SABIQ Language-Team: Crimean Tatar (Crimean Turkish) Language: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.11.4 Plural-Forms: nplurals=2; plural=n != 1; UyğulamalarMasaüstüVesiqalarEndirmeEndirmelerFilmlerMusıqiFotolarResimlerProyektlerAleniyÜleşimŞablonlarVideolaruyğulamalarmasaüstüvesiqalarendirmeendirmelerfilmlermusıqifotolarresimlerproyektleraleniyüleşimşablonlarvideolarxdg-user-dirs-0.17/po/cs.gmo0000644000175000000120000000304113252163454012577 00000000000000)      & /9@FMV_f lv}-6 = G Q[a gr{             ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs-0.11-pre1 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2009-09-21 01:14+0200 Last-Translator: Petr Kovar Language-Team: Czech Language: cs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2; AplikacePlochaDokumentyStaženýStaženéFilmyHudbaFotografieObrázkyProjektyVeřejnéSdílenéŠablonyVideaaplikaceplochadokumentystaženýstaženéfilmyhudbafotografieobrázkyprojektyveřejnésdílenéšablonyvideaxdg-user-dirs-0.17/po/da.gmo0000644000175000000120000000305713252163454012565 00000000000000)      & /9@FMV_f lv} ? J U`gnsy           %     ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs-0.14 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2016-03-24 17:54+0100 Last-Translator: Joe Hansen Language-Team: Danish Language: da MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Bugs: Report translation errors to the Language-Team address. Plural-Forms: nplurals=2; plural=(n > 1); ProgrammerSkrivebordDokumenterHentetHentetFilmMusikFotosBillederProjekterOffentligtDeltSkabelonerVideoklipprogrammerskriveborddokumenterhentethentetfilmmusikfotosbillederprojekteroffentligtdeltskabelonervideoklipxdg-user-dirs-0.17/po/de.gmo0000644000175000000120000000276313252163454012574 00000000000000)      & /9@FMV_f lv{}    %/5;AH Q]fo v         ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs 0.14 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2013-02-24 14:00+0100 Last-Translator: Mario Blättermann Language-Team: German Language: de MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit AnwendungenSchreibtischDokumenteDownloadDownloadsFilmeMusikFotosBilderProjekteÖffentlichFreigabeVorlagenVideosanwendungenschreibtischdokumentedownloaddownloadsfilmemusikfotosbilderprojekteoeffentlichfreigabevorlagenvideosxdg-user-dirs-0.17/po/el.gmo0000644000175000000120000000326113252163454012576 00000000000000)      & /9@FMV_f lvU}#   &3BQhw #  "1@Wfo~      ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs 0.14 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2012-03-18 01:20+0100 Last-Translator: Savvas Radevic Language-Team: Greek Language: el MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit ΕφαρμογέςΕπιφάνεια εργασίαςΈγγραφαΛήψειςΛήψειςΤαινίεςΜουσικήΦωτογραφίεςΕικόνεςΈργαΔημόσιαΚοινόχρησταΠρότυπαΒίντεοεφαρμογέςεπιφάνεια εργασίαςέγγραφαλήψειςλήψειςταινίεςμουσικήφωτογραφίεςεικόνεςέργαδημόσιακοινόχρησταπρότυπαβίντεοxdg-user-dirs-0.17/po/eo.gmo0000644000175000000120000000274413252163454012606 00000000000000)      & /9@FMV_f lvr}   ")09 @JR Yc j u        ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs-0.11-pre1 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2009-09-19 20:03-0300 Last-Translator: Felipe Castro Language-Team: Esperanto Language: eo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit AplikaĵojLabortabloDokumentojElŝutoElŝutojFilmojMuzikoFotaĵojBildojProjektojPublikeKomuneŜablonojVideojaplikaĵojlabortablodokumentojelŝutoelŝutojfilmojmuzikofotaĵojbildojprojektojpublikekomuneŝablonojvideojxdg-user-dirs-0.17/po/es.gmo0000644000175000000120000000303413252163454012603 00000000000000)      & /9@FMV_f lv}    ) 3 =HP V `j s ~               ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs-0.11-pre1 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2010-02-21 12:41+0100 Last-Translator: Jorge González González Language-Team: Spanish Language: es MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n != 1); AplicacionesEscritorioDocumentosDescargasDescargasPelículasMúsicaFotosImágenesProyectosPúblicoCompartidoPlantillasVídeosaplicacionesescritoriodocumentosdescargasdescargaspelículasmúsicafotosimágenesproyectospúblicocompartidoplantillasvídeosxdg-user-dirs-0.17/po/et.gmo0000644000175000000120000000272213252163454012607 00000000000000)      & /9@FMV_f lvV}    % ,6=EL S ^ h s      ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs-0.12 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2010-08-03 22:14+0300 Last-Translator: Priit Laes Language-Team: Estonian Language: et MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit RakendusedTöölaudDokumendidAllalaaditudAllalaadimisedFilmidMuusikaFotodPildidProjektidAvalikMaardlaMallidVideodrakendusedtöölauddokumendidallalaaditudallalaadimisedfilmidmuusikafotodpildidprojektidavalikmaardlamallidvideodxdg-user-dirs-0.17/po/eu.gmo0000644000175000000120000000312413252163454012605 00000000000000)      & /9@FMV_f lv} > J U a ku}           !, 5 @L     ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs-0.12 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2010-07-17 17:50+0100 Last-Translator: Mikel Olasagasti Uranga Language-Team: Basque Language: eu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.11.4 Plural-Forms: nplurals=2; plural=(n != 1); AplikazioakMahaigainaDokumentuakDeskargakDeskargakFilmeakMusikaArgazkiakIrudiakProiektuakPublikoaPartekatuaTxantiloiakBideoakaplikazioakmahaigainadokumentuakdeskargakdeskargakfilmeakmusikaargazkiakirudiakproiektuakpublikoapartekatuatxantiloiakbideoakxdg-user-dirs-0.17/po/fa.gmo0000644000175000000120000000325513252163454012567 00000000000000)      & /9@FMV_f lvs} #5K [h z   ) 9F Xf x      ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs 0.12 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2010-08-16 12:49+0330 Last-Translator: Mahyar Moghimi Language-Team: Persian Language: fa MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit برنامه‌هامیز‌کارسند‌هابارگیری‌بارگیری‌هافیلم‌هاموسیقیتصویر‌هاعکس‌هاپروژه‌هاعمومیمشترکقالب‌هاویدیوهابرنامه‌هامیز‌کارسند‌هابارگیری‌بارگیری‌هافیلم‌هاموسیقیتصویر‌هاعکس‌هاپروژه‌هاعمومیمشترکقالب‌هاویدیوهاxdg-user-dirs-0.17/po/fi.gmo0000644000175000000120000000306713252163454012600 00000000000000)      & /9@FMV_f lv} = I U` fpy         ")0     ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs 0.11-pre1 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2009-12-23 20:31+0200 Last-Translator: Jorma Karvonen Language-Team: Finnish Language: fi MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.11.4 Plural-Forms: nplurals=2; plural=(n != 1); SovelluksetTyöpöytäAsiakirjatLataaLatauksetElokuvatMusiikkiValokuvatKuvatProjektitJulkinenJaettuMallitVideotsovelluksettyöpöytäasiakirjatlataalatauksetelokuvatmusiikkivalokuvatkuvatprojektitjulkinenjaettumallitvideotxdg-user-dirs-0.17/po/fr.gmo0000644000175000000120000000276113252163454012611 00000000000000)      & /9@FMV_f lvi}  (.6=DLS[d ly      ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs 0.11-pre1 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2009-09-28 11:05+0200 Last-Translator: Stéphane Raimbault Language-Team: French Language: fr MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ApplicationsBureauDocumentsTéléchargementTéléchargementsFilmsMusiquePhotosImagesProjetsPublicPartageModèlesVidéosapplicationsbureaudocumentstéléchargementtéléchargementsfilmsmusiquephotosimagesprojetspublicpartagemodèlesvidéosxdg-user-dirs-0.17/po/fur.gmo0000644000175000000120000000306613252163454012775 00000000000000)      & /9@FMV_f lv} 2> G Q ^kt|       )/     ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs 0.14 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2016-11-16 14:28+0100 Last-Translator: Fabio Tomat Language-Team: Friulian Language: fur MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Bugs: Report translation errors to the Language-Team address. X-Generator: Poedit 1.8.8 AplicazionsScritoriDocumentsDiscjariâtsDiscjariâtsFilmâtsMusicheFotosImagjinsProgjetsPublicCondividûtModeiVideosaplicazionsscritoridocumentsdiscjariâtsdiscjariâtsfilmâtsmusichefotosimagjinsprogjetspubliccondividûtmodeivideosxdg-user-dirs-0.17/po/ga.gmo0000644000175000000120000000307313252163454012566 00000000000000%` an v    " (29 3A G S _i n z             & 1    ApplicationsDesktopDocumentsDownloadMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloadmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs HEAD Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2008-01-21 14:57-0700 Last-Translator: Seán de Búrca Language-Team: Irish Language: ga MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=5; plural=n==1 ? 0 : (n%10==1 || n%10==2) ? 1 : (n%10>=3 && n%10<= 6) ? 2 : ((n%10>=7 && n%10<=9) || n==10) ? 3 : 4; FeidhmchláirDeascCáipéisíÍosluchtúScannáinCeolGrianghraifPictiúirTionscadailPoiblíComhroinnTeimpléidFíseáinfeidhmchláirdeasccáipéisííosluchtúscannáinceolgrianghraifpictiúirtionscadailpoiblícomhroinnteimpléidfíseáinxdg-user-dirs-0.17/po/gd.gmo0000644000175000000120000000321513252163454012567 00000000000000)      & /9@FMV_f lv} =IRbr       .9?O Xem v      ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs 0.14 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2014-02-07 13:48-0000 Last-Translator: GunChleoc Language-Team: Scottish Gaelic <(nothing)> Language: gd MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3; AplacaideanAn deasgSgrìobhainneanLuchdadh a-nuasLuchdaidhean a-nuasFilmicheanCeòlDealbhan-camaraDealbhanPròiseactanPoblachCo-roinnTeamplaideanVideothanaplacaideanan deasgsgrìobhainneanluchdadh a-nuasluchdaidhean a-nuasfilmicheanceòldealbhan-camaradealbhanpròiseactanpoblachco-roinnteamplaideanvideothanxdg-user-dirs-0.17/po/gl.gmo0000644000175000000120000000300113252163454012570 00000000000000)      & /9@FMV_f lv}   % .8?GM T^ grz           ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs 0.12 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2010-08-23 02:33+0200 Last-Translator: Fran Diéguez Language-Team: Galician Language: gl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n!=1); AplicativosEscritorioDocumentosDescargaDescargasFilmesMúsicaFotosImaxesProxectosPúblicoCompartidoModelosVídeosaplicativosescritoriodocumentosdescargadescargasfilmesmúsicafotosimaxesproxectospúblicoCompartidomodelosvídeosxdg-user-dirs-0.17/po/gu.gmo0000644000175000000120000000366413252163454012620 00000000000000)      & /9@FMV_f lv}.Mf 2E^q  ':Yu     ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs 0.12 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2010-08-11 17:36+0530 Last-Translator: Ankit Patel Language-Team: Gujarati Language: gu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.11.4 Plural-Forms: nplurals=2; plural=(n!=1); કાર્યક્રમોડેસ્કટોપદસ્તાવેજોડાઉનલોડડાઉનલોડચિત્રપટોસંગીતફોટાચિત્રોપ્રોજેક્ટોસાર્વજનિકસહભાગીટૅમ્પલેટવિડિયોકાર્યક્રમોડેસ્કટોપદસ્તાવેજોડાઉનલોડડાઉનલોડચિત્રપટોસંગીતફોટાચિત્રોપ્રોજેક્ટોસાર્વજનિકસહભાગીટૅમ્પલેટવિડિયોxdg-user-dirs-0.17/po/he.gmo0000644000175000000120000000316013252163454012570 00000000000000)      & /9@FMV_f lvl}   ) 6 AN ]j }         - @ M X e     ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs 0.14 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2013-06-20 16:41+0200 Last-Translator: Isratine Citizen Language-Team: Hebrew Language: he MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: Poedit 1.5.4 יישומיםשולחן עבודהמסמכיםהורדותהורדותסרטיםמוסיקהתצלומיםתמונותפרוייקטיםציבורישיתוףתבניותוידאויישומיםשולחן עבודהמסמכיםהורדותהורדותסרטיםמוסיקהתצלומיםתמונותפרוייקטיםציבורישיתוףתבניותוידאוxdg-user-dirs-0.17/po/hi.gmo0000644000175000000120000000364113252163454012600 00000000000000)      & /9@FMV_f lv}%AZv 0Pc   9Un     ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs-0.11-pre1 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2010-05-14 16:10+0530 Last-Translator: Rajesh Ranjan Language-Team: Hindi Language: hi MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.11.4 Plural-Forms: nplurals=2; plural=(n!=1); अनुप्रयोगडेस्कटॉपदस्तावेज़डाउनलोडडाउनलोडमूवीसंगीतफ़ोटोतस्वीरपरियोजनासार्वजनिकसाझेदारीनमूना ख़ाकावीडियोअनुप्रयोगडेस्कटॉपदस्तावेज़डाउनलोडडाउनलोडमूवीसंगीतफ़ोटोतस्वीरपरियोजनासार्वजनिकसाझेदारीनमूना ख़ाकावीडियोxdg-user-dirs-0.17/po/hr.gmo0000644000175000000120000000326413252163454012612 00000000000000)      & /9@FMV_f lv$}        $ +6 F P \hp w       ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs 0.14 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2017-07-26 00:11+0200 Last-Translator: gogo Language-Team: Croatian Language: hr MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Bugs: Report translation errors to the Language-Team address. Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2); X-Generator: Poedit 1.8.7.1 AplikacijeRadna površinaDokumentiPreuzimanjePreuzimanjaFilmoviGlazbaFotografijeSlikeProjektiJavnoDijeljenoPredlošciSnimkeaplikacijeradna površinadokumentipreuzimanjepreuzimanjafilmoviglazbafotografijeslikeprojektijavnodijeljenopredlošcisnimkexdg-user-dirs-0.17/po/hu.gmo0000644000175000000120000000312413252163454012610 00000000000000)      & /9@FMV_f lv} 8F M Z gt{           # - 8CL     ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs 0.11-pre1 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2009-09-19 11:28+0200 Last-Translator: Gabor Kelemen Language-Team: Hungarian Language: hu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.11.4 Plural-Forms: nplurals=2; plural=(n != 1); AlkalmazásokAsztalDokumentumokLetöltésekLetöltésekFilmekZenékFényképekKépekProjektekNyilvánosMegosztottSablonokVideókalkalmazásokasztaldokumentumokletöltésekletöltésekfilmekzenékfényképekképekprojekteknyilvánosmegosztottsablonokvideókxdg-user-dirs-0.17/po/ia.gmo0000644000175000000120000000274713252163454012577 00000000000000)      & /9@FMV_f lvo}    $+29 BLSZc j x        ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs 0.14 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2013-02-14 06:00+0400 Last-Translator: Nik Kalach Language-Team: Interlingua Language: ia MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ApplicationesScriptorioDocumentosDiscargaDiscargasCinemaMusicaPhotosImaginesProjectosPublicCommunModellosVideosapplicationesscriptoriodocumentosdiscargadiscargascinemamusicaphotosimaginesprojectospubliccommunmodellosvideosxdg-user-dirs-0.17/po/id.gmo0000644000175000000120000000267213252163454012577 00000000000000)      & /9@FMV_f lv}$)/4;BINV\eltz     ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs 0.11-pre1 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2009-09-19 12:34-0400 Last-Translator: Andhika Padmawan Language-Team: Indonesian Language: id MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit AplikasiDestopDokumenUnduhUnduhanFilmMusikFotoGambarProyekPublikBagiTemplatVideoaplikasidestopdokumenunduhunduhanfilmmusikfotogambarproyekpublikbagitemplatvideoxdg-user-dirs-0.17/po/is.gmo0000644000175000000120000000301513252163454012606 00000000000000)      & /9@FMV_f lv}  * 9E NZajp x          ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs-0.14 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2011-05-09 14:12+0000 Last-Translator: Sveinn í Felli Language-Team: Icelandic Language: is MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.11.4 ForritSkjáborðSkjölNiðurhalSóttar skrárBíómyndirTónlistLjósmyndirMyndirVerkefniOpiðSameignSniðmátVídeóforritskjáborðskjölniðurhalsóttar skrárbíómyndirtónlistljósmyndirmyndirverkefniopiðsameignsniðmátvídeóxdg-user-dirs-0.17/po/it.gmo0000644000175000000120000000273613252163454012620 00000000000000)      & /9@FMV_f lv\}      )2; DNV \ i s }        ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs 0.11-pre1 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2009-09-19 10:03+0200 Last-Translator: Luca Ferretti Language-Team: Italian Language: it MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ApplicazioniScrivaniaDocumentiScaricatiScaricatiFilmatiMusicaFotografieImmaginiProgettiPubbliciCondivisiModelliVideoapplicazioniscrivaniadocumentiscaricatiscaricatifilmatimusicafotografieimmaginiprogettipubblicicondivisimodelliVideoxdg-user-dirs-0.17/po/ja.gmo0000644000175000000120000000315613252163454012573 00000000000000)      & /9@FMV_f lvr} /BU\cjq ")0CJQ d     ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs 0.11-pre1 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2010-03-01 19:20+0900 Last-Translator: Makoto Kato Language-Team: Japanese Language: ja MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit アプリケーションデスクトップドキュメントダウンロードダウンロード映画音楽写真画像プロジェクト公開共有テンプレートビデオアプリケーションデスクトップドキュメントダウンロードダウンロード映画音楽写真画像プロジェクト公開共有テンプレートビデオxdg-user-dirs-0.17/po/kk.gmo0000644000175000000120000000343413252163454012605 00000000000000)      & /9@FMV_f lv}>Um~    -D\m         ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs 0.12 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2010-07-12 11:24+0600 Last-Translator: Baurzhan Muftakhidinov Language-Team: Kazakh Language: kk MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=1; plural=0 X-Poedit-Language: Kazakh X-Poedit-Country: KAZAKHSTAN ҚолданбаларЖұмыс үстеліҚұжаттарЖүктемелерЖүктемелерФильмдерМузыкаФотоларСуреттерЖобаларОртақБөлісуҮлгілерВидеоларқолданбаларжұмыс үстеліқұжаттаржүктемелержүктемелерфильмдермузыкафотоларсуреттержобаларортақбөлісуүлгілервидеоларxdg-user-dirs-0.17/po/kn.gmo0000644000175000000120000000377113252163454012614 00000000000000)      & /9@FMV_f lv}+D$Z!!7 S`y$!4$Di      ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs-0.14 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2013-12-10 07:35-0500 Last-Translator: Shankar Prasad Language-Team: Kannada Language: kn MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=n != 1; X-Generator: Zanata 3.2.3 ಅನ್ವಯಗಳುಗಣಕತೆರೆದಸ್ತಾವೇಜುಗಳುನಕಲಿಳಿಸುಇಳಿಕೆಗಳುಚಲನಚಿತ್ರಗಳುಸಂಗೀತಛಾಯಚಿತ್ರಗಳುಚಿತ್ರಗಳುಯೋಜನೆಗಳುಸಾರ್ವಜನಿಕಹಂಚುಮಾದರಿಗಳುವಿಡಿಯೊಗಳುಅನ್ವಯಗಳುಗಣಕತೆರೆದಸ್ತಾವೇಜುಗಳುಇಳಿಸುಇಳಿಕೆಗಳುಚಲನಚಿತ್ರಗಳುಸಂಗೀತಛಾಯಾಚಿತ್ರಗಳುಚಿತ್ರಗಳುಯೋಜನೆಗಳುಸಾರ್ವಜನಿಕಹಂಚುಮಾದರಿಗಳುವಿಡಿಯೊಗಳುxdg-user-dirs-0.17/po/ko.gmo0000644000175000000120000000277313252163454012616 00000000000000)      & /9@FMV_f lvi}   )07> ERY` gq          ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs 0.12 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2010-07-17 02:20+0900 Last-Translator: Changwoo Ryu Language-Team: Korean Language: ko MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 응용 프로그램바탕화면문서다운로드다운로드영화음악사진사진프로젝트공개공유서식비디오응용 프로그램바탕화면문서다운로드다운로드영화음악사진사진프로젝트공개공유서식비디오xdg-user-dirs-0.17/po/ku.gmo0000644000175000000120000000273613252163454012623 00000000000000%` an v    " (29"*09?FKQ W bmu|      ApplicationsDesktopDocumentsDownloadMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloadmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2007-10-13 13:02+0200 Last-Translator: Erdal Ronahi Language-Team: Kurdish Language: ku MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2007-10-13 10:58+0000 X-Generator: KBabel 1.11.4 Plural-Forms: nplurals=2; plural= n != 1 BernameSermaseBelgeDaxistinFîlmMuzîkFotoWêneProjeGelemperîParvekirinŞablonVîdeobernamesermasebelgedaxistinfîlmMuzîkfotowêneprojegelemperîparvekirinşablonVîdeoxdg-user-dirs-0.17/po/ky.gmo0000644000175000000120000000352713252163454012626 00000000000000)      & /9@FMV_f lv}k   #.=Pav   $3F     ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs-0.14 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2013-04-18 04:43+0600 Last-Translator: Chingis Jumaliev Language-Team: Kirghiz Language: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=1; plural=0; X-Poedit-Language: Kyrgyz X-Poedit-Country: KYRGYZSTAN X-Poedit-SourceCharset: utf-8 ТиркемелерИш столуИш кагаздарЖүктөөЖүктөөлөрТасмаларМузыкаФотосүрөттөрСүрөттөрДолбоорлорЖалпыБөлүшүүШаблондорВидеолортиркемелериш столуиш кагаздаржүктөөжүктөөлөртасмалармузыкафотосүрөттөрсүрөттөрдолбоорлоржалпыбөлүшүүшаблондорвидеолорxdg-user-dirs-0.17/po/lt.gmo0000644000175000000120000000320113252163454012607 00000000000000)      & /9@FMV_f lv} o y           %18 ?J Ycj q{     ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs-0.14 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2010-09-28 00:56+0300 Last-Translator: Gintautas Miliauskas Language-Team: Lithuanian Language: lt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.11.4 Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2); ProgramosDarbastalisDokumentaiAtsiuntimaiAtsiuntimaiFilmaiMuzikaNuotraukosPaveikslėliaiProjektaiViešaBendraŠablonaiVideoprogramosdarbastalisdokumentaiatsiuntimaiatsiuntimaifilmaiMuzikanuotraukospaveikslėliaiprojektaiviešabendrašablonaivideoxdg-user-dirs-0.17/po/lv.gmo0000644000175000000120000000316713252163454012624 00000000000000)      & /9@FMV_f lv} _ i t ~         %, 4BJ S ]iq     ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs-0.11-pre1 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2010-02-20 11:55+0100 Last-Translator: Rihards Priedītis Language-Team: Latvian Language: lv MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: Lokalize 1.0 Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2); LietotnesDarbvirsmaDokumentiLejupielādeLejupielādesFilmasMūzikaFotogrāfijasAttēliProjektiPubliskieKoplietotieVeidnesVideolietotnesdarbvirsmadokumentilejupielādelejupielādesfilmasmūzikafotogrāfijasattēliprojektipubliskiekoplietotieveidnesvideoxdg-user-dirs-0.17/po/mk.gmo0000644000175000000120000000305013252163454012601 00000000000000%` an v    " (2x9   #. = H U bm           ApplicationsDesktopDocumentsDownloadMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloadmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2007-05-23 23:43+0200 Last-Translator: Arangel Angov Language-Team: Macedonian Language: mk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.11.4 АпликацииПовршинаДокументиПреземањаФилмовиМузикаСликиСликиПроектиЈавноДелењеМостриВидеаапликацииповршинадокументипреземањафилмовимузикасликисликипроектијавноделењемостривидеаxdg-user-dirs-0.17/po/ml.gmo0000644000175000000120000000411613252163454012606 00000000000000)      & /9@FMV_f lv}$ E[q''!!1Si|$'$'Lt!!/     ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs-0.14 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2012-09-19 02:29+0000 Last-Translator: Ani Peter Language-Team: Malayalam Language: ml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: Lokalize 1.0 Plural-Forms: nplurals=2; plural=n != 1; പ്രയോഗങ്ങള്‍പണിയിടംരേഖകള്‍ഡൌണ്‍ലോഡ്ഡൌണ്‍ലോഡുകള്‍ചലചിത്രങ്ങള്‍സംഗീതംഫോട്ടോകള്‍ചിത്രങ്ങള്‍സംരംഭങ്ങള്‍പബ്ലിക്ഷെയര്‍മാതൃകകള്‍വീഡിയോകള്‍പ്രയോഗങ്ങള്‍പണിയിടംരേഖകള്‍ഡൌണ്‍ലോഡ്ഡൌണ്‍ലോഡുകള്‍ചലചിത്രങ്ങള്‍സംഗീതംഫോട്ടോകള്‍ചിത്രങ്ങള്‍സംരംഭങ്ങള്‍പബ്ലിക്ഷെയര്‍മാതൃകകള്‍വീഡിയോകള്‍xdg-user-dirs-0.17/po/mr.gmo0000644000175000000120000000366513252163454012624 00000000000000)      & /9@FMV_f lv}$)Ng}& 9 FS$o:Vl       ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs-0.11-pre1 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2010-01-27 15:28+0530 Last-Translator: Sandeep Shedmake Language-Team: Marathi Language: mr MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.11.4 Plural-Forms: nplurals=2; plural=(n!=1); ऍप्लिकेशन्स्डेस्कटॉपदस्तऐवजडाऊनलोडडाउनलोड्स्चित्रपटसंगीतछायाचित्रछायाचित्रप्रकल्पपब्लिकशेअरसाचेव्हिडिओज्ऍप्लिकेशन्स्डेस्कटॉपदस्तऐवजडाऊनलोडडाउनलोड्स्चित्रपटसंगीतछायाचित्रछायाचित्रप्रकल्पपब्लिकशेअरसाचेव्हिडिओज्xdg-user-dirs-0.17/po/nb.gmo0000644000175000000120000000314313252163454012574 00000000000000)      & /9@FMV_f lv} g r }          %,1 8 CMR X     ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs 0.14 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2012-07-27 18:38+0100 Last-Translator: Johnny A. Solbu Language-Team: Norwegian Bokmaal Language: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n != 1); X-Generator: KBabel 1.11.4 X-Poedit-Language: Norwegian Bokmal X-Poedit-Country: NORWAY ProgrammerSkrivebordDokumenterNedlastingNedlastingerFilmerMusikkFotoBilderProsjekterOffentligDeltMalerVideoklippprogrammerskriveborddokumenternedlastingnedlastingerfilmermusikkfotobilderprosjekteroffentligdeltmalervideoklippxdg-user-dirs-0.17/po/nds.gmo0000644000175000000120000000262213252163455012763 00000000000000%` an v    " (2x9       " , 8 BLRX`h q{    ApplicationsDesktopDocumentsDownloadMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloadmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs 0.10 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2010-03-15 14:39+0100 Last-Translator: Nils-Christoph Fiedler Language-Team: Low German Language: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit ProgrammeSchrievdiskDokumenteDaalladenFilmeMusikBillersBillersProjekteÖpenlichFriegavVorlagenFilmeProgrammeSchrievdiskDokumenteDaalladenFilmeMusikBillersBillersprojekteÖpenlichFriegavVorlagenFilmexdg-user-dirs-0.17/po/nl.gmo0000644000175000000120000000274713252163455012620 00000000000000)      & /9@FMV_f lva}    " ) 6@I Q[ c p {         ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs-0.11-pre1 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2009-09-24 08:11+0800 Last-Translator: Tino Meinen Language-Team: Dutch Language: nl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ToepassingenBureaubladDocumentenDownloadDownloadsFilmsMuziekFoto'sAfbeeldingenProjectenOpenbaarGedeeldSjablonenVideo'stoepassingenbureaubladdocumentendownloaddownloadsfilmsmuziekfoto'safbeeldingenprojectenopenbaargedeeldsjablonenvideo'sxdg-user-dirs-0.17/po/nn.gmo0000644000175000000120000000303513252163455012611 00000000000000)      & /9@FMV_f lv}/ 7B K Vcjqv}             ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs 0.14 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2014-08-01 15:09+0200 Last-Translator: Karl Ove Hufthammer Language-Team: Norwegian Nynorsk Language: nn MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n != 1); X-Generator: Lokalize 1.5 ProgramSkrivebordDokumentNedlastingNedlastingarFilmarMusikkFotoBileteProsjektOffentlegDeltMalarVideoklippprogramskriveborddokumentnedlastingnedlastingarfilmarmusikkfotobileteprosjektoffentlegdeltmalarvideoklippxdg-user-dirs-0.17/po/or.gmo0000644000175000000120000000404413252163455012617 00000000000000)      & /9@FMV_f lv};N d q~-2N^}$ ';Nm'!!     ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs-0.11-pre1 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2010-04-07 17:44+0530 Last-Translator: Manoj Kumar Giri Language-Team: Oriya Language: or MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.11.4 Plural-Forms: nplurals=2; plural=(n!=1); ପ୍ରୟୋଗଡେସ୍କଟପଦଲିଲଆହରଣଆହରଣଗୁଡ଼ିକଚଳଚିତ୍ରସଙ୍ଗୀତଫୋଟୋଗୁଡ଼ିକଚିତ୍ରଗୁଡିକପ୍ରୋଜେକ୍ଟ୍ଗୁଡିକସାର୍ବଜନୀନସହଭାଗନମୁନାଗୁଡିକଭିଡିଓପ୍ରୟୋଗଗୁଡ଼ିକଡେସ୍କଟପଦଲିଲଗୁଡ଼ିକଆହରଣଆହରଣଗୁଡ଼ିକଚଳଚିତ୍ରଗୁଡ଼ିକସଙ୍ଗୀତଫୋଟୋଗୁଡ଼ିକଛବିଗୁଡ଼ିକପ୍ରକଳ୍ପଗୁଡ଼ିକସର୍ବସାଧାରଣସହଭାଗନମୁନାଗୁଡ଼ିକଭିଡିଓଗୁଡ଼ିକxdg-user-dirs-0.17/po/pa.gmo0000644000175000000120000000311713252163455012577 00000000000000%@A IS\cipy     7 GTdt   "/?    DesktopDocumentsDownloadMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosdesktopdocumentsdownloadmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2007-02-27 04:43+0530 Last-Translator: A S Alam Language-Team: Punjabi Language: pa MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.11.4 Plural-Forms: nplurals=2; plural=(n != 1); ਡੈਸਕਟਾਪਦਸਤਾਵੇਜ਼ਡਾਊਨਲੋਡਮੂਵੀਸੰਗੀਤਫੋਟੋਤਸਵੀਰਾਂਪ੍ਰੋਜੈਕਟਪਬਲਿਕਸਾਂਝਨਮੂਨੇਵੀਡਿਓਡੈਸਕਟਾਪਦਸਤਾਵੇਜ਼ਡਾਊਨਲੋਡਮੂਵੀਸੰਗੀਤਫੋਟੋਤਸਵੀਰਾਂਪ੍ਰੋਜੈਕਟਪਬਲਿਕਸਾਂਝਨਮੂਨੇਵੀਡਿਓxdg-user-dirs-0.17/po/pl.gmo0000644000175000000120000000304113252163455012606 00000000000000)      & /9@FMV_f lv}/8 ?IQY_fov        ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs 0.11-pre1 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2009-09-19 13:30+0100 Last-Translator: Michał Trzebiatowski Language-Team: Polish Language: pl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Poedit-Language: Polish X-Poedit-Country: Poland ProgramyPulpitDokumentyPobranyPobraneFilmyMuzykaZdjęciaObrazyProjektyPublicznyWspółdzielonySzablonyWideoprogramypulpitdokumentypobranypobranefilmymuzykazdjęciaobrazyprojektypublicznywspółdzielonyszablonywideoxdg-user-dirs-0.17/po/ps.gmo0000644000175000000120000000310713252163455012620 00000000000000%` an v    " (29  *9J [f o z    & / :    ApplicationsDesktopDocumentsDownloadMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloadmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs-0.10 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2008-07-01 14:04-0800 Last-Translator: Zabeeh Khan Language-Team: Pashto Language: ps MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Poedit-Language: Pashto, Pushto X-Poedit-Country: AFGHANISTAN کاريالونهسرپاڼهلاسوندونهرالېښنېفلمونهټنګټکورانځورونهانځورونهپروژېخپورونډولکوندېليديزېکاريالونهسرپاڼهلاسوندونهرالېښنېفلمونهټنګټکورانځورونهانځورونهپروژېخپورخپورکوندېليديزېxdg-user-dirs-0.17/po/pt.gmo0000644000175000000120000000312313252163455012617 00000000000000)      & /9@FMV_f lv} #0 BM\ls {      '1:CK     ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs 0.14 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2011-08-17 00:30+0100 Last-Translator: Tiago Neiva Language-Team: Portuguese Language: pt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Poedit-Language: Portuguese X-Poedit-Country: PORTUGAL AplicaçõesÁrea de TrabalhoDocumentosTransferênciaTransferênciasFilmesMúsicaFotografiasImagensProjectosPúblicoPartilhaModelosVídeosaplicaçõesárea de Trabalhodocumentostransferênciatransferênciasfilmesmúsicafotografiasimagensprojectospúblicopartilhamodelosvídeosxdg-user-dirs-0.17/po/pt_BR.gmo0000644000175000000120000000300713252163455013203 00000000000000)      & /9@FMV_f lvu}   %/6>DLU^mu }       ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs 0.12 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2011-03-30 18:11-0300 Last-Translator: André Gondim Language-Team: Brazilian Portuguese Language: pt_BR MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit AplicativosÁrea de trabalhoDocumentosDownloadDownloadsFilmesMúsicaFotosImagensProjetosPúblicoCompartilhadosModelosVídeosaplicativosárea de trabalhodocumentosdownloaddownloadsfilmesmúsicafotosimagensprojetospúblicocompartilhadosmodelosvídeosxdg-user-dirs-0.17/po/ro.gmo0000644000175000000120000000274513252163455012625 00000000000000)      & /9@FMV_f lvk}     & .9>GN Wa gr z         ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs 0.11-pre1 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2009-10-03 13:42+0200 Last-Translator: Adi Roiban Language-Team: Romanian Language: ro MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit AplicațiiDesktopDocumenteDescărcăriDescărcăriFilmeMuzicăFotografiiPozeProiectePublicPartajatȘabloaneVideoaplicațiidesktopdocumentedescărcăridescărcărifilmemuzicăfotografiipozeproiectepublicpartajatșabloanevideoxdg-user-dirs-0.17/po/ru.gmo0000644000175000000120000000353513252163455012631 00000000000000)      & /9@FMV_f lv}Yn  +A P[p  -C R     ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs 0.12 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2010-08-01 08:48+0400 Last-Translator: Yuri Kozlov Language-Team: Russian Language: ru MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: Lokalize 1.0 Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2); ПриложенияРабочий столДокументыЗагрузкаЗагрузкиФильмыМузыкаФотографииИзображенияПроектыОбщедоступныеОбщие файлыШаблоныВидеоприложениярабочий столдокументызагрузказагрузкифильмымузыкафотографииизображенияпроектыобщедоступныеобщие файлышаблонывидеоxdg-user-dirs-0.17/po/sk.gmo0000644000175000000120000000271213252163455012614 00000000000000)      & /9@FMV_f lvX}    #, 5 @J P[ b l w       ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs 0.12 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2011-02-03 09:10+0100 Last-Translator: Pavol Šimo Language-Team: Slovak Language: sk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit AplikáciePlochaDokumentyStiahnutéStiahnutéFilmyHudbaFotkyObrázkyProjektyVerejnéZdieľanéŠablónyVideoaplikácieplochadokumentystiahnutéstiahnutéfilmyhudbafotkyobrázkyprojektyverejnézdieľanéšablónyvideoxdg-user-dirs-0.17/po/sl.gmo0000644000175000000120000000306213252163455012614 00000000000000)      & /9@FMV_f lv}NW _iqy      #,     ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs 0.14 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2012-05-18 16:02+0100 Last-Translator: Klemen Košir Language-Team: Slovenian Language: sl MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n%100==4 ? 3 : 0); ProgramiNamizjeDokumentiPrejemiPrejemiFilmiGlasbaFotografijeSlikeProjektiJavnoSouporabaPredlogeVideoprograminamizjedokumentiprejemiprejemifilmiglasbafotografijeslikeprojektijavnosouporabapredlogevideoxdg-user-dirs-0.17/po/sq.gmo0000644000175000000120000000273013252163455012622 00000000000000%` an v    " (29     !(19JQ Wc v      ApplicationsDesktopDocumentsDownloadMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloadmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs HEAD Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2008-03-14 11:20+0100 Last-Translator: Laurent Dhima Language-Team: Albanian Language: sq MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n != 1); AplikativëHapësira e punësDokumenteShkarkuarFilmaMuzikëFotografiFiguraProjektePublikeTë përbashkëtModeleVideoaplikativëhapësira e punësdokumenteshkarkuarfilmamuzikëfotografifiguraprojektepubliketë përbashkëtmodelevideoxdg-user-dirs-0.17/po/sr.gmo0000644000175000000120000000344013252163455012622 00000000000000)      & /9@FMV_f lv}^o    % 4?Pfy          ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs-0.14 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2013-10-11 22:22+0200 Last-Translator: Мирослав Николић Language-Team: Serbian <(nothing)> Language: sr MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2); ПрограмиРадна површДокументаПреузетоПреузимањаФилмовиМузикаФотографијеСликеПројектиЈавноДељеноШаблониВидеопрограмирадна површдокументапреузетопреузимањафилмовимузикафотографијесликепројектијавнодељеношаблонивидеоxdg-user-dirs-0.17/po/sr@Latn.gmo0000644000175000000120000000274213252163455013545 00000000000000%` an v    " (29  "+3 :FLU[clr {      ApplicationsDesktopDocumentsDownloadMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloadmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2007-02-27 18:26+0100 Last-Translator: Danilo Šegan Language-Team: Serbian (sr) Language: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2; ProgramiRadna površDokumentaPreuzetoFilmoviMuzikaFotografijeSlikeProjektiJavnoDeljenoŠabloniVideoprogramiradna površdokumentapreuzetofilmovimuzikafotografijeslikeprojektijavnodeljenošablonivideoxdg-user-dirs-0.17/po/sv.gmo0000644000175000000120000000267413252163455012636 00000000000000)      & /9@FMV_f lvb}  ")19AHN V`i q}     ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs 0.11-pre1 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2009-09-19 10:12+0100 Last-Translator: Daniel Nylander Language-Team: Swedish Language: sv MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ProgramSkrivbordDokumentHämtatHämtningarFilmerMusikFotonBilderProjektPubliktUtdelatMallarVideoprogramskrivborddokumenthämtathämtningarfilmermusikfotonbilderprojektpubliktutdelatmallarvideoxdg-user-dirs-0.17/po/ta.gmo0000644000175000000120000000407313252163455012605 00000000000000)      & /9@FMV_f lv}!+Mc!|* $ !@V*f!!!*&Q d$n*!     ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs 0.11-pre1 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2010-01-22 17:06+0530 Last-Translator: I. Felix Language-Team: Tamil Language: ta MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: Lokalize 1.0 Plural-Forms: nplurals=2; plural=(n!=1); பயன்பாடுகள்பணிமேடைஆவணங்கள்பதிவிறக்கம்பதிவிறக்கங்கள்மூவிஸ்இசைநிழற்படங்கள்படங்கள்திட்டங்கள்பொதுவானபகிர்மாதிரிஉருக்கள்வீடியோக்கள்பயன்பாடுகள்பணிமேடைஆவணங்கள்பதிவிறக்கம்பதிவிறக்கங்கள்மூவிஸ்இசைநிழற்படங்கள்படங்கள்திட்டங்கள்பொதுவானபகிர்மாதிரிஉருக்கள்வீடியோக்கள்xdg-user-dirs-0.17/po/te.gmo0000644000175000000120000000415713252163455012614 00000000000000)      & /9@FMV_f lv}$)Nm!$'$$@e{$)!E$g'$=V     ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs-0.11-pre1 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2010-05-18 14:18+0530 Last-Translator: Krishna Babu K Language-Team: Telugu Language: te MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.11.4 Plural-Forms: nplurals=2; plural=(n!=1); అనువర్తనములుడెస్కుటాప్పత్రములుడౌన్‌లోడుడౌన్‌లోడ్లుచలనచిత్రములుసంగీతంఛాయాచిత్రములుచిత్రములుప్రోజెక్టులుపబ్లిక్భాగస్వామ్యమాదిరిలువీడియోలుఅనువర్తనములుడెస్కుటాప్పత్రములుడౌన్‌లోడుడౌన్‌లోడ్లుచలనచిత్రములుసంగీతంఛాయాచిత్రములుచిత్రములుప్రోజెక్టులుపబ్లిక్భాగస్వామ్యమాదిరిలువీడియోలుxdg-user-dirs-0.17/po/th.gmo0000644000175000000120000000366513252163455012622 00000000000000)      & /9@FMV_f lv}#9Re:Pl%8Nd     ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs 0.11-pre1 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2010-06-19 18:57+0700 Last-Translator: Sira Nokyoongtong Language-Team: Thai Language: th MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Poedit-Language: Thai X-Poedit-Country: THAILAND โปรแกรมพื้นโต๊ะเอกสารดาวน์โหลดดาวน์โหลดภาพยนตร์ดนตรีภาพถ่ายรูปภาพโครงการสาธารณะใช้ร่วมกันเทมเพลตวีดิทัศน์โปรแกรมพื้นโต๊ะเอกสารดาวน์โหลดดาวน์โหลดภาพยนตร์ดนตรีภาพถ่ายรูปภาพโครงการสาธารณะใช้ร่วมกันเทมเพลตวีดิทัศน์xdg-user-dirs-0.17/po/tr.gmo0000644000175000000120000000262213252163455012624 00000000000000%` an v    " (2W9         ) 2?G N[dm s ~    ApplicationsDesktopDocumentsDownloadMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloadmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2007-02-27 15:22:+0100 Last-Translator: Baris Cicek Language-Team: Turkish Language: tr MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit UygulamalarMasaüstüBelgelerİndirilenlerFilmlerMüzikFotoğraflarResimlerProjelerGenelPaylaşımŞablonlarVideolaruygulamalarmasaüstübelgelerindirilenlerfilmlermüzikfotoğraflarresimlerprojelergenelpaylaşımşablonlarvideolarxdg-user-dirs-0.17/po/uk.gmo0000644000175000000120000000353313252163455012620 00000000000000)      & /9@FMV_f lv}{  "1BQ `k|  !2A P     ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs 0.14 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2013-02-14 07:59+0200 Last-Translator: Yuri Chornoivan Language-Team: Ukrainian Language: uk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: Lokalize 1.5 Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2); ПрограмиСтільницяДокументиЗавантаженняЗавантаженеФільмиМузикаФотографіїКартинкиПроектиЗагальнеСпільнеШаблониВідеопрограмистільницядокументизавантаженнязавантаженефільмимузикафотографіїкартинкипроектизагальнеспільнешаблонивідеоxdg-user-dirs-0.17/po/vi.gmo0000644000175000000120000000311313252163455012611 00000000000000)      & /9@FMV_f lv} '4 E Q\mr y      ' -7 =     ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs 0.12 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2010-10-03 18:36+1030 Last-Translator: Clytie Siddall Language-Team: Vietnamese Language: vi MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=1; plural=0; X-Generator: LocFactoryEditor 1.8 Ứng dụngMàn hình nềnTài liệuTải vềBản tải vềPhimNhạcẢnh chụpẢnhDự ánCôngChia sẻMẫuẢnh độngứng dụngmàn hình nềntài liệutải vềbản tải vềphimnhạcảnh chụpảnhdự áncôngchia sẻmẫuảnh độngxdg-user-dirs-0.17/po/zh_CN.gmo0000644000175000000120000000267013252163455013203 00000000000000)      & /9@FMV_f lvj}  &-4;BI P]dkry     ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs 0.12 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2010-12-10 20:13+0800 Last-Translator: Aron Xu Language-Team: Chinese (simplified) Language: zh_CN MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 应用程序桌面文档下载下载电影音乐照片图片项目公共共享模板视频应用程序桌面文档下载下载电影音乐照片图片项目公共共享模板视频xdg-user-dirs-0.17/po/zh_HK.gmo0000644000175000000120000000253313252163455013203 00000000000000%` an v    " (2_9 $+29 @MT    ApplicationsDesktopDocumentsDownloadMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloadmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2007-02-28 03:27+0800 Last-Translator: Abel Cheung Language-Team: Chinese (Hong Kong) Language: zh_HK MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 程式桌面文件下載電影音樂相片圖片專案公共分享目錄模板影片程式桌面文件下載電影音樂相片圖片專案公共分享目錄模板影片xdg-user-dirs-0.17/po/zh_TW.gmo0000644000175000000120000000272013252163455013231 00000000000000)      & /9@FMV_f lv} !(/6=DKRY`gnu|     ApplicationsDesktopDocumentsDownloadDownloadsMoviesMusicPhotosPicturesProjectsPublicShareTemplatesVideosapplicationsdesktopdocumentsdownloaddownloadsmoviesmusicphotospicturesprojectspublicsharetemplatesvideosProject-Id-Version: xdg-user-dirs 0.12 Report-Msgid-Bugs-To: POT-Creation-Date: 2018-03-14 10:09+0100 PO-Revision-Date: 2010-09-05 21:50+0800 Last-Translator: Wei-Lun Chao Language-Team: Chinese (traditional) Language: zh_TW MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=1; plural=0; 程式桌面文件下載下載電影音樂相片圖片專案公共分享模板影片程式桌面文件下載下載電影音樂相片圖片專案公共分享模板影片xdg-user-dirs-0.17/po/xdg-user-dirs.pot0000644000175000000120000000343413252163304014707 00000000000000# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR Red Hat, Inc # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-14 10:09+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #: translate.c:2 msgid "Applications" msgstr "" #: translate.c:2 msgid "applications" msgstr "" #: translate.c:3 msgid "Desktop" msgstr "" #: translate.c:3 msgid "desktop" msgstr "" #: translate.c:4 msgid "Documents" msgstr "" #: translate.c:4 msgid "documents" msgstr "" #: translate.c:5 msgid "Download" msgstr "" #: translate.c:5 msgid "download" msgstr "" #: translate.c:6 msgid "Downloads" msgstr "" #: translate.c:6 msgid "downloads" msgstr "" #: translate.c:7 msgid "Movies" msgstr "" #: translate.c:7 msgid "movies" msgstr "" #: translate.c:8 msgid "Music" msgstr "" #: translate.c:8 msgid "music" msgstr "" #: translate.c:9 msgid "Photos" msgstr "" #: translate.c:9 msgid "photos" msgstr "" #: translate.c:10 msgid "Pictures" msgstr "" #: translate.c:10 msgid "pictures" msgstr "" #: translate.c:11 msgid "Projects" msgstr "" #: translate.c:11 msgid "projects" msgstr "" #: translate.c:12 msgid "Public" msgstr "" #: translate.c:12 msgid "public" msgstr "" #: translate.c:13 msgid "Share" msgstr "" #: translate.c:13 msgid "share" msgstr "" #: translate.c:14 msgid "Templates" msgstr "" #: translate.c:14 msgid "templates" msgstr "" #: translate.c:15 msgid "Videos" msgstr "" #: translate.c:15 msgid "videos" msgstr "" xdg-user-dirs-0.17/po/stamp-po0000644000175000000120000000001213252163305013137 00000000000000timestamp xdg-user-dirs-0.17/po/ChangeLog0000664000175000000120000000717212162605406013250 000000000000002008-03-14 Alexander Larsson * LINGUAS: * sq.po: Added albanian translation from Laurent Dhima 2008-03-06 Alexander Larsson * eu.po: Updated translation from Mikel Olasagasti 2008-02-19 Alexander Larsson * LINGUAS: * he.po: * kn.po: Added he (#14553) and kn (#14565) === xdg-user-dirs 0.10 === 2008-01-29 Alexander Larsson * th.po: Update thai translation 2008-01-23 Alexander Larsson * ga.po: Fix irish translation (#14191) 2008-01-16 Alexander Larsson * tr.po: Fix "Templates" translation 2008-01-03 Alexander Larsson * LINGUAS: * ga.po: Added gaelic translations. 2007-11-12 Alexander Larsson * sk.po: Fix translation. Patch from palo.simo@post.sk 2007-11-12 Alexander Larsson * et.po: Fix translation (#13062) Patch from Priit Laes 2007-10-22 Alexander Larsson * LINGUAS: * be@latin.po: * cs.po: Add Belarusian and Czech translations 2007-10-15 Alexander Larsson * LINGUAS: * ku.po: Add kurdish translations 2007-09-17 Alexander Larsson * LINGUAS: * bg.po: Add bulgarian translation 2007-08-28 Alexander Larsson * LINGUAS: * uk.po: Added ukranian translation 2007-08-27 Alexander Larsson * Update greek translation (#12146) 2007-08-20 Alexander Larsson * LINGUAS: * es.po: * ja.po: * ko.po: * nb.po: * nl.po: * nn.po: * pt_BR.po: * ru.po: * th.po: * zh_CN.po: New and updated translation 2007-07-13 Alexander Larsson * pl.po: Updated translation 2007-06-27 Alexander Larsson * LINGUAS: * eu.po: * sk.po: Added eu and sk * sv.po: Updated (bug #11371) 2007-06-11 Alexander Larsson * mk.po: Update 2007-06-11 Alexander Larsson * fr.po: Fix Public translation (#11155) 2007-06-11 Alexander Larsson * LINGUAS: * af.po: New translation === xdg-user-dirs 0.6 === 2007-03-28 Alexander Larsson * LINGUAS: * tr.po: New translation === xdg-user-dirs 0.5 === 2007-03-26 Alexander Larsson * LINGUAS: * et.po: New translation 2007-03-23 Alexander Larsson * LINGUAS: * lt.po: New translation 2007-03-14 Alexander Larsson * fi.po: Updated 2007-03-13 Alexander Larsson * LINGUAS: * es.po: New translation 2007-03-13 Alexander Larsson * LINGUAS: * fi.po: * pl.po: New translations 2007-03-12 Alexander Larsson * LINGUAS: * el.po: New translation === xdg-user-dirs 0.4 === 2007-03-07 Alexander Larsson * LINGUAS: * pt.po: New translation 2007-03-06 Alexander Larsson * LINGUAS: * it.po: New translation 2007-03-05 Alexander Larsson * ca.po: New translation * LINGUAS: Added da.po and ca.po 2007-03-02 Alexander Larsson * da.po: Added danish translation. === xdg-user-dirs 0.3 === === xdg-user-dirs 0.2 === === xdg-user-dirs 0.1 === 2007-02-28 Alexander Larsson * .cvsignore: Ignore stuff * de.po * nl.po * sr.po * sr@Latn.po * zh_HK.po * zh_TW.po New translations 2007-02-27 Alexander Larsson * LINGUAS: * ar.po: * fr.po: * hu.po: * mk.po: * pa.po: * sv.po: * xdg-user-dirs.pot: Added some new translations xdg-user-dirs-0.17/po/LINGUAS0000644000175000000120000000045413252163344012516 00000000000000# please keep this list sorted alphabetically # af an ar as ast be be@latin bg bn_IN br ca crh cs da de el eo es et eu fa fi fr fur ga gd gl gu he hi hr hu ia id is it ja kk kn ko ku ky lt lv mk ml mr nb nds nl nn or pa pl ps pt pt_BR ro ru sk sl sq sr sr@Latn sv ta te th tr uk vi zh_CN zh_HK zh_TW xdg-user-dirs-0.17/man/0000755000175000000120000000000013252163536011706 500000000000000xdg-user-dirs-0.17/man/Makefile.am0000664000175000000120000000142312162776170013667 00000000000000XSLTPROC_FLAGS = \ --nonet \ --stringparam man.output.quietly 1 \ --stringparam funcsynopsis.style ansi \ --stringparam man.th.extra1.suppress 1 \ --stringparam man.authors.section.enabled 0 \ --stringparam man.copyright.section.enabled 0 .xml.1: $(AM_V_GEN) $(XSLTPROC) $(XSLTPROC_FLAGS) http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $< .xml.5: $(AM_V_GEN) $(XSLTPROC) $(XSLTPROC_FLAGS) http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $< man_MANS = \ xdg-user-dir.1 \ xdg-user-dirs-update.1 \ user-dirs.conf.5 \ user-dirs.defaults.5 \ user-dirs.dirs.5 xml_files = $(patsubst %.5,%.xml,$(patsubst %.1,%.xml,$(man_MANS))) EXTRA_DIST = $(xml_files) DISTCLEANFILES = $(man_MANS) xdg-user-dirs-0.17/man/Makefile.in0000644000175000000120000004220413252163526013674 00000000000000# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = man ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = SOURCES = DIST_SOURCES = am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } man1dir = $(mandir)/man1 am__installdirs = "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man5dir)" man5dir = $(mandir)/man5 NROFF = nroff MANS = $(man_MANS) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/mkinstalldirs DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GREP = @GREP@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INTLLIBS = @INTLLIBS@ INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LDFLAGS = @LDFLAGS@ LIBICONV = @LIBICONV@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LN_S = @LN_S@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ OBJEXT = @OBJEXT@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ POSUB = @POSUB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ XSLTPROC = @XSLTPROC@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ XSLTPROC_FLAGS = \ --nonet \ --stringparam man.output.quietly 1 \ --stringparam funcsynopsis.style ansi \ --stringparam man.th.extra1.suppress 1 \ --stringparam man.authors.section.enabled 0 \ --stringparam man.copyright.section.enabled 0 man_MANS = \ xdg-user-dir.1 \ xdg-user-dirs-update.1 \ user-dirs.conf.5 \ user-dirs.defaults.5 \ user-dirs.dirs.5 xml_files = $(patsubst %.5,%.xml,$(patsubst %.1,%.xml,$(man_MANS))) EXTRA_DIST = $(xml_files) DISTCLEANFILES = $(man_MANS) all: all-am .SUFFIXES: .SUFFIXES: .1 .5 .xml $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu man/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu man/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): install-man1: $(man_MANS) @$(NORMAL_INSTALL) @list1=''; \ list2='$(man_MANS)'; \ test -n "$(man1dir)" \ && test -n "`echo $$list1$$list2`" \ || exit 0; \ echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ { for i in $$list1; do echo "$$i"; done; \ if test -n "$$list2"; then \ for i in $$list2; do echo "$$i"; done \ | sed -n '/\.1[a-z]*$$/p'; \ fi; \ } | while read p; do \ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; echo "$$p"; \ done | \ sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ sed 'N;N;s,\n, ,g' | { \ list=; while read file base inst; do \ if test "$$base" = "$$inst"; then list="$$list $$file"; else \ echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ fi; \ done; \ for i in $$list; do echo "$$i"; done | $(am__base_list) | \ while read files; do \ test -z "$$files" || { \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ done; } uninstall-man1: @$(NORMAL_UNINSTALL) @list=''; test -n "$(man1dir)" || exit 0; \ files=`{ for i in $$list; do echo "$$i"; done; \ l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ sed -n '/\.1[a-z]*$$/p'; \ } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) install-man5: $(man_MANS) @$(NORMAL_INSTALL) @list1=''; \ list2='$(man_MANS)'; \ test -n "$(man5dir)" \ && test -n "`echo $$list1$$list2`" \ || exit 0; \ echo " $(MKDIR_P) '$(DESTDIR)$(man5dir)'"; \ $(MKDIR_P) "$(DESTDIR)$(man5dir)" || exit 1; \ { for i in $$list1; do echo "$$i"; done; \ if test -n "$$list2"; then \ for i in $$list2; do echo "$$i"; done \ | sed -n '/\.5[a-z]*$$/p'; \ fi; \ } | while read p; do \ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; echo "$$p"; \ done | \ sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ sed 'N;N;s,\n, ,g' | { \ list=; while read file base inst; do \ if test "$$base" = "$$inst"; then list="$$list $$file"; else \ echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \ $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst" || exit $$?; \ fi; \ done; \ for i in $$list; do echo "$$i"; done | $(am__base_list) | \ while read files; do \ test -z "$$files" || { \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man5dir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(man5dir)" || exit $$?; }; \ done; } uninstall-man5: @$(NORMAL_UNINSTALL) @list=''; test -n "$(man5dir)" || exit 0; \ files=`{ for i in $$list; do echo "$$i"; done; \ l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ sed -n '/\.5[a-z]*$$/p'; \ } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ dir='$(DESTDIR)$(man5dir)'; $(am__uninstall_files_from_dir) tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(MANS) installdirs: for dir in "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man5dir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic mostlyclean-am distclean: distclean-am -rm -f Makefile distclean-am: clean-am distclean-generic dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-man install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-man1 install-man5 install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-generic pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-man uninstall-man: uninstall-man1 uninstall-man5 .MAKE: install-am install-strip .PHONY: all all-am check check-am clean clean-generic cscopelist-am \ ctags-am distclean distclean-generic distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-man install-man1 install-man5 \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-generic pdf pdf-am ps ps-am tags-am uninstall \ uninstall-am uninstall-man uninstall-man1 uninstall-man5 .PRECIOUS: Makefile .xml.1: $(AM_V_GEN) $(XSLTPROC) $(XSLTPROC_FLAGS) http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $< .xml.5: $(AM_V_GEN) $(XSLTPROC) $(XSLTPROC_FLAGS) http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $< # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: xdg-user-dirs-0.17/man/xdg-user-dir.xml0000664000175000000120000000366012162605773014674 00000000000000 xdg-user-dir XDG Developer Alexander Larsson alexl@redhat.com xdg-user-dir 1 User Commands xdg-user-dir Find an XDG user dir xdg-user-dir NAME Description xdg-user-dir looks up the current path for one of the special XDG user dirs. This command expects the name of an XDG user dir as argument. The possible names are: DESKTOP DOWNLOAD TEMPLATES PUBLICSHARE DOCUMENTS MUSIC PICTURES VIDEOS Files The values are looked up in the user-dirs.dir file. This file is created by the xdg-user-dirs-update utility. Environment The XDG_CONFIG_HOME environment variable determines where the user-dirs.dirs file is located. See Also xdg-user-dirs-update1 xdg-user-dirs-0.17/man/xdg-user-dirs-update.xml0000644000175000000120000001156513203015002016311 00000000000000 xdg-user-dirs-update XDG Developer Alexander Larsson alexl@redhat.com xdg-user-dirs-update 1 User Commands xdg-user-dirs-update Update XDG user dir configuration xdg-user-dirs-update OPTION --set NAME PATH Description xdg-user-dirs-update updates the current state of the users user-dirs.dir. If none existed before then one is created based on the system default values, or falling back to the old non-translated filenames if such directories exists. The list of old directories used are: ~/Desktop, ~/Templates and ~/Public. If an old configuration exists it is updated with any new default directories. Additionally, any configured directories that point to non-existing locations are reset by pointing then to the users home directory. This typically happens when the users removed the directory, so they likely don't want to use it anymore. On the first run a user-dirs.locale file is created containing the locale that was used for the translation. This is used later by GUI tools like xdg-user-dirs-gtk-update to detect if the locale was changed, letting you to migrate from the old names. xdg-user-dirs-update is normally run automatically at the start of a user session to update the XDG user dirs according to the users locale. Options The following options are understood: Print help output and exit. Update existing user-dirs.dir, but force a full reset. This means: Don't reset nonexisting directories to HOME, rather recreate the directory. Never use backwards compatible non-translated names. Always recreate user-dirs.locale. Write the configuration to PATH instead of the default configuration file. Also, no directories are created. Sets the XDG user dir with the given name. NAME should be one of the following: DESKTOP DOWNLOAD TEMPLATES PUBLICSHARE DOCUMENTS MUSIC PICTURES VIDEOS PATH must be an absolute path, e.g. $HOME/Some/Directory. Files The XDG user dirs configuration is stored in the user-dirs.dir file in the location pointed to by the XDG_CONFIG_HOME environment variable. Environment The XDG_CONFIG_HOME environment variable determines where the user-dirs.dirs file is located. See Also xdg-user-dir1, user-dirs.dirs5, user-dirs.defaults5, user-dirs.conf5. xdg-user-dirs-0.17/man/user-dirs.conf.xml0000644000175000000120000000474613203015001015177 00000000000000 user-dirs.conf XDG Developer Alexander Larsson alexl@redhat.com user-dirs.conf 5 File Formats user-dirs.conf configuration for xdg-user-dirs-update Description The /etc/xdg/user-dirs.conf file is a text file that controls the behavior of the xdg-user-dirs-update command. Users can have their own ~/.config/user-dirs.conf file, which overrides the system-wide configuration. The following keys are recognised: enabled=boolean When set to False, xdg-user-dirs-update will not change the XDG user dirs configuration. filename_encoding=encoding This sets the filename encoding to use. encoding can be an explicit encoding name, such as UTF-8, or "locale", which means the encoding of the users locale will be used. Lines beginning with a # character are ignored. Environment XDG_CONFIG_DIRS The system-wide user-dirs.conf file is located in this directory. The default is /etc/xdg. XDG_CONFIG_HOME The per-user user-dirs.conf file is located in this directory. The default is $HOME/.config. See Also xdg-user-dirs-update1 xdg-user-dirs-0.17/man/user-dirs.defaults.xml0000664000175000000120000000422112162605773016077 00000000000000 user-dirs.defaults XDG Developer Alexander Larsson alexl@redhat.com user-dirs.defaults 5 File Formats user-dirs.defaults default settings for XDG user dirs Description The /etc/xdg/user-dirs.defaults file is a text file that contains the default values for the XDG user dirs which are used by the xdg-user-dirs-update command. This file contains lines of the form NAME=VALUE The following names are recognised: DESKTOP DOWNLOAD TEMPLATES PUBLICSHARE DOCUMENTS MUSIC PICTURES VIDEOS The values are relative pathnames from the home directory and will be translated on a per-path-element basis into the users locale. Lines beginning with a # character are ignored. Environment XDG_CONFIG_DIRS The user-dirs.defaults file is located in this directory. The default is /etc/xdg. See Also xdg-user-dirs-update1 xdg-user-dirs-0.17/man/user-dirs.dirs.xml0000664000175000000120000000434112162605773015234 00000000000000 user-dirs.dirs XDG Developer Alexander Larsson alexl@redhat.com user-dirs.dirs 5 File Formats user-dirs.dirs settings for XDG user dirs Description The $HOME/.config/user-dirs.dirs file is a text file that contains the user-specific values for the XDG user dirs. It is created and updated by the xdg-user-dirs-update command. This file contains lines of the form XDG_NAME_DIR=VALUE The following names are recognised: DESKTOP DOWNLOAD TEMPLATES PUBLICSHARE DOCUMENTS MUSIC PICTURES VIDEOS VALUE must be of the form "$HOME/Path" or "/Path". Lines beginning with a # character are ignored. The format of user-dirs.dirs is designed to allow direct sourcing of this file in shell scripts. Environment XDG_CONFIG_DIRS The user-dirs.defaults file is located in this directory. The default is /etc/xdg. See Also xdg-user-dirs-update1