packaging update and add German translation

This commit is contained in:
Mario Fetka
2010-09-01 19:22:17 +02:00
parent 9b4bea11f4
commit 267f5a2964
59 changed files with 6166 additions and 1236 deletions

29
configure vendored
View File

@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.65 for proz 2.0.5.
# Generated by GNU Autoconf 2.65 for prozilla 2.0.5.
#
# Report bugs to <prozilla-dev@disconnected-by-peer.at>.
#
@@ -560,10 +560,10 @@ MFLAGS=
MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='proz'
PACKAGE_TARNAME='proz'
PACKAGE_NAME='prozilla'
PACKAGE_TARNAME='prozilla'
PACKAGE_VERSION='2.0.5'
PACKAGE_STRING='proz 2.0.5'
PACKAGE_STRING='prozilla 2.0.5'
PACKAGE_BUGREPORT='prozilla-dev@disconnected-by-peer.at'
PACKAGE_URL=''
@@ -1320,7 +1320,7 @@ 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 proz 2.0.5 to adapt to many kinds of systems.
\`configure' configures prozilla 2.0.5 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1368,7 +1368,7 @@ Fine tuning of the installation directories:
--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/proz]
--docdir=DIR documentation root [DATAROOTDIR/doc/prozilla]
--htmldir=DIR html documentation [DOCDIR]
--dvidir=DIR dvi documentation [DOCDIR]
--pdfdir=DIR pdf documentation [DOCDIR]
@@ -1394,7 +1394,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of proz 2.0.5:";;
short | recursive ) echo "Configuration of prozilla 2.0.5:";;
esac
cat <<\_ACEOF
@@ -1506,7 +1506,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
proz configure 2.0.5
prozilla configure 2.0.5
generated by GNU Autoconf 2.65
Copyright (C) 2009 Free Software Foundation, Inc.
@@ -2339,7 +2339,7 @@ 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 proz $as_me 2.0.5, which was
It was created by prozilla $as_me 2.0.5, which was
generated by GNU Autoconf 2.65. Invocation command line was
$ $0 $@
@@ -3148,7 +3148,7 @@ fi
# Define the identity of the package.
PACKAGE='proz'
PACKAGE='prozilla'
VERSION='2.0.5'
@@ -14981,7 +14981,7 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
# Only expand once:
ALL_LINGUAS="pt_BR nl ro it fr de"
ALL_LINGUAS="pt_BR es nl ro it fr de"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
$as_echo_n "checking whether NLS is requested... " >&6; }
@@ -18585,7 +18585,7 @@ _ACEOF
ac_config_files="$ac_config_files Makefile src/Makefile man/Makefile po/Makefile.in"
ac_config_files="$ac_config_files Makefile src/Makefile man/Makefile docs/Makefile po/Makefile.in"
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
@@ -19116,7 +19116,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by proz $as_me 2.0.5, which was
This file was extended by prozilla $as_me 2.0.5, which was
generated by GNU Autoconf 2.65. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -19182,7 +19182,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
proz config.status 2.0.5
prozilla config.status 2.0.5
configured by $0, generated by GNU Autoconf 2.65,
with options \\"\$ac_cs_config\\"
@@ -19679,6 +19679,7 @@ do
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
"src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
"man/Makefile") CONFIG_FILES="$CONFIG_FILES man/Makefile" ;;
"docs/Makefile") CONFIG_FILES="$CONFIG_FILES docs/Makefile" ;;
"po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
*) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;