Description: Upstream changes introduced in version 1.11.0+debian-3
This patch has been created by dpkg-source during the package build.
Here's the last changelog entry, hopefully it gives details on why
those changes were made:
.
bar (1.11.0+debian-3) unstable; urgency=low
.
* apllied "manually" A. Costa's patch to bar.1.in. Closes: #647347
* bumped Standards-Version to 3.9.2
.
The person named in the Author field signed this changelog entry.
Author: Georges Khaznadar <georgesk@ofset.org>
Bug-Debian: http://bugs.debian.org/647347
---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:
Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>
--- bar-1.11.0+debian.orig/bar.1.in
+++ bar-1.11.0+debian/bar.1.in
@@ -503,7 +503,7 @@ while copying data. The file
.I infofile
is a regular text file containing tidbits of information broken up into
sections. Each section is separated by a line containing the string "@@@" by
-itself, with no other characters on the line, either preceeding or following.
+itself, with no other characters on the line, either preceding or following.
.PP
When bar begins, it will count the number of sections within the file. Bar
will then begin by displaying the first section of information to the display
@@ -517,7 +517,7 @@ data transfer hits 25%, the third at 50%
.PP
If bar is configured to use ANSI control codes, then the screen will be
cleared before printing a section from the information file. Otherwise, the
-contents of the current screen are scolled up and off the screen.
+contents of the current screen are scrolled up and off the screen.
.RE
.B -dnum
@@ -1209,7 +1209,7 @@ while copying data. The file
.I infofile
is a regular text file containing tidbits of information broken up into
sections. Each section is separated by a line containing the string "@@@" by
-itself, with no other characters on the line, either preceeding or following.
+itself, with no other characters on the line, either preceding or following.
.PP
When bar begins, it will count the number of sections within the file. Bar
will then begin by displaying the first section of information to the display
@@ -1223,7 +1223,7 @@ data transfer hits 25%, the third at 50%
.PP
If bar is configured to use ANSI control codes, then the screen will be
cleared before printing a section from the information file. Otherwise, the
-contents of the current screen are scolled up and off the screen.
+contents of the current screen are scrolled up and off the screen.
.RE
.BR display-numeric :
@@ -1695,7 +1695,7 @@ md5sum, diff, or cmp.)
.RS 0
.TP 2
-
-When the value of a calculation exceeds the size alloted for the display, the
+When the value of a calculation exceeds the size allotted for the display, the
value +99... will be substituted in it's place. The complete value will be
displayed in a summary statement after bar has reached the end of input.
.RE
--- /dev/null
+++ bar-1.11.0+debian/Changelog
@@ -0,0 +1,18 @@
+Version 11.1.0:
+ * Added display-numeric, for combination of bar w/ dialog and zenity.
+ * Added display-wait
+ * Added bar-openbrace-char
+ * Added bar-closebrace-char
+ * Added bar-complete-char
+ * Added bar-incomplete-char
+ * Fixed some compiler warnings
+ * Bugfix for some 64-bit systems:
+ * Added an autoconf test to check to see if CC supports -m64
+ * Added a configure flag: --disable-use-m64 - to prevent use of -m64 flag
+ * On some 64-bit systems uint64 was found to not be able to hold the value
+ of 1E. This resulted in faulty logic in safe_mul() that would cause
+ segmentation faults and infinite loops. For systems without a CC that
+ supprots -m64, added a test to check for the largest safe number to use
+ for the variable 'multiplier' in safe_mul(). However, without access to
+ such a system there would likely be other bugs to contend with...
+ * Added support for a system-wide config file: /etc/clpbarrc.
--- /dev/null
+++ bar-1.11.0+debian/config.log
@@ -0,0 +1,549 @@
+This file contains any messages produced by compilers while
+running configure, to aid debugging if configure makes a mistake.
+
+It was created by configure, which was
+generated by GNU Autoconf 2.64. Invocation command line was
+
+ $ ./configure --host=x86_64-linux-gnu --build=x86_64-linux-gnu --prefix=/usr --mandir=${prefix}/share/man --infodir=${prefix}/share/info
+
+## --------- ##
+## Platform. ##
+## --------- ##
+
+hostname = georges
+uname -m = x86_64
+uname -r = 3.0.0-1-amd64
+uname -s = Linux
+uname -v = #1 SMP Sat Aug 27 16:21:11 UTC 2011
+
+/usr/bin/uname -p = unknown
+/bin/uname -X = unknown
+
+/bin/arch = unknown
+/usr/bin/arch -k = unknown
+/usr/convex/getsysinfo = unknown
+/usr/bin/hostinfo = unknown
+/bin/machine = unknown
+/usr/bin/oslevel = unknown
+/bin/universe = unknown
+
+PATH: /usr/sbin
+PATH: /usr/bin
+PATH: /sbin
+PATH: /bin
+PATH: /usr/bin/X11
+
+
+## ----------- ##
+## Core tests. ##
+## ----------- ##
+
+configure:2392: checking build system type
+configure:2406: result: x86_64-pc-linux-gnu
+configure:2426: checking host system type
+configure:2439: result: x86_64-pc-linux-gnu
+configure:2459: checking target system type
+configure:2472: result: x86_64-pc-linux-gnu
+configure:2515: checking for a BSD-compatible install
+configure:2583: result: /usr/bin/install -c
+configure:2594: checking whether build environment is sane
+configure:2644: result: yes
+configure:2785: checking for a thread-safe mkdir -p
+configure:2824: result: /bin/mkdir -p
+configure:2837: checking for gawk
+configure:2853: found /usr/bin/gawk
+configure:2864: result: gawk
+configure:2875: checking whether make sets $(MAKE)
+configure:2897: result: yes
+configure:2988: checking for x86_64-linux-gnu-gcc
+configure:3004: found /usr/bin/x86_64-linux-gnu-gcc
+configure:3015: result: x86_64-linux-gnu-gcc
+configure:3284: checking for C compiler version
+configure:3293: x86_64-linux-gnu-gcc --version >&5
+x86_64-linux-gnu-gcc (Debian 4.6.1-1) 4.6.1
+Copyright (C) 2011 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.
+
+configure:3304: $? = 0
+configure:3293: x86_64-linux-gnu-gcc -v >&5
+Using built-in specs.
+COLLECT_GCC=x86_64-linux-gnu-gcc
+COLLECT_LTO_WRAPPER=/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.6.1/lto-wrapper
+Target: x86_64-linux-gnu
+Configured with: ../src/configure -v --with-pkgversion='Debian 4.6.1-1' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++,go --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-multiarch --with-multiarch-defaults=x86_64-linux-gnu --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib/x86_64-linux-gnu --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib/x86_64-linux-gnu --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-objc-gc --with-arch-32=i586 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
+Thread model: posix
+gcc version 4.6.1 (Debian 4.6.1-1)
+configure:3304: $? = 0
+configure:3293: x86_64-linux-gnu-gcc -V >&5
+x86_64-linux-gnu-gcc: error: unrecognized option '-V'
+x86_64-linux-gnu-gcc: fatal error: no input files
+compilation terminated.
+configure:3304: $? = 1
+configure:3293: x86_64-linux-gnu-gcc -qversion >&5
+x86_64-linux-gnu-gcc: error: unrecognized option '-qversion'
+x86_64-linux-gnu-gcc: fatal error: no input files
+compilation terminated.
+configure:3304: $? = 1
+configure:3326: checking for C compiler default output file name
+configure:3348: x86_64-linux-gnu-gcc -Wall -g -O2 conftest.c >&5
+configure:3352: $? = 0
+configure:3389: result: a.out
+configure:3405: checking whether the C compiler works
+configure:3414: ./a.out
+configure:3418: $? = 0
+configure:3433: result: yes
+configure:3440: checking whether we are cross compiling
+configure:3442: result: no
+configure:3445: checking for suffix of executables
+configure:3452: x86_64-linux-gnu-gcc -o conftest -Wall -g -O2 conftest.c >&5
+configure:3456: $? = 0
+configure:3478: result:
+configure:3484: checking for suffix of object files
+configure:3506: x86_64-linux-gnu-gcc -c -Wall -g -O2 conftest.c >&5
+configure:3510: $? = 0
+configure:3531: result: o
+configure:3535: checking whether we are using the GNU C compiler
+configure:3554: x86_64-linux-gnu-gcc -c -Wall -g -O2 conftest.c >&5
+configure:3554: $? = 0
+configure:3563: result: yes
+configure:3572: checking whether x86_64-linux-gnu-gcc accepts -g
+configure:3592: x86_64-linux-gnu-gcc -c -g conftest.c >&5
+configure:3592: $? = 0
+configure:3633: result: yes
+configure:3650: checking for x86_64-linux-gnu-gcc option to accept ISO C89
+configure:3714: x86_64-linux-gnu-gcc -c -Wall -g -O2 conftest.c >&5
+configure:3714: $? = 0
+configure:3727: result: none needed
+configure:3758: checking for style of include used by make
+configure:3786: result: GNU
+configure:3811: checking dependency style of x86_64-linux-gnu-gcc
+configure:3921: result: gcc3
+configure:3937: checking whether ln -s works
+configure:3941: result: yes
+configure:3952: checking for gawk
+configure:3979: result: gawk
+configure:3997: checking how to run the C preprocessor
+configure:4028: x86_64-linux-gnu-gcc -E conftest.c
+configure:4028: $? = 0
+configure:4042: x86_64-linux-gnu-gcc -E conftest.c
+conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
+compilation terminated.
+configure:4042: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME ""
+| #define PACKAGE_TARNAME ""
+| #define PACKAGE_VERSION ""
+| #define PACKAGE_STRING ""
+| #define PACKAGE_BUGREPORT ""
+| #define PACKAGE_URL ""
+| #define PACKAGE "bar"
+| #define VERSION "1.11.0"
+| /* end confdefs.h. */
+| #include <ac_nonexistent.h>
+configure:4067: result: x86_64-linux-gnu-gcc -E
+configure:4087: x86_64-linux-gnu-gcc -E conftest.c
+configure:4087: $? = 0
+configure:4101: x86_64-linux-gnu-gcc -E conftest.c
+conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
+compilation terminated.
+configure:4101: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME ""
+| #define PACKAGE_TARNAME ""
+| #define PACKAGE_VERSION ""
+| #define PACKAGE_STRING ""
+| #define PACKAGE_BUGREPORT ""
+| #define PACKAGE_URL ""
+| #define PACKAGE "bar"
+| #define VERSION "1.11.0"
+| /* end confdefs.h. */
+| #include <ac_nonexistent.h>
+configure:4130: checking for grep that handles long lines and -e
+configure:4188: result: /bin/grep
+configure:4193: checking for egrep
+configure:4255: result: /bin/grep -E
+configure:4260: checking for ANSI C header files
+configure:4280: x86_64-linux-gnu-gcc -c -Wall -g -O2 conftest.c >&5
+configure:4280: $? = 0
+configure:4353: x86_64-linux-gnu-gcc -o conftest -Wall -g -O2 conftest.c >&5
+configure:4353: $? = 0
+configure:4353: ./conftest
+configure:4353: $? = 0
+configure:4364: result: yes
+configure:4377: checking for sys/types.h
+configure:4377: x86_64-linux-gnu-gcc -c -Wall -g -O2 conftest.c >&5
+configure:4377: $? = 0
+configure:4377: result: yes
+configure:4377: checking for sys/stat.h
+configure:4377: x86_64-linux-gnu-gcc -c -Wall -g -O2 conftest.c >&5
+configure:4377: $? = 0
+configure:4377: result: yes
+configure:4377: checking for stdlib.h
+configure:4377: x86_64-linux-gnu-gcc -c -Wall -g -O2 conftest.c >&5
+configure:4377: $? = 0
+configure:4377: result: yes
+configure:4377: checking for string.h
+configure:4377: x86_64-linux-gnu-gcc -c -Wall -g -O2 conftest.c >&5
+configure:4377: $? = 0
+configure:4377: result: yes
+configure:4377: checking for memory.h
+configure:4377: x86_64-linux-gnu-gcc -c -Wall -g -O2 conftest.c >&5
+configure:4377: $? = 0
+configure:4377: result: yes
+configure:4377: checking for strings.h
+configure:4377: x86_64-linux-gnu-gcc -c -Wall -g -O2 conftest.c >&5
+configure:4377: $? = 0
+configure:4377: result: yes
+configure:4377: checking for inttypes.h
+configure:4377: x86_64-linux-gnu-gcc -c -Wall -g -O2 conftest.c >&5
+configure:4377: $? = 0
+configure:4377: result: yes
+configure:4377: checking for stdint.h
+configure:4377: x86_64-linux-gnu-gcc -c -Wall -g -O2 conftest.c >&5
+configure:4377: $? = 0
+configure:4377: result: yes
+configure:4377: checking for unistd.h
+configure:4377: x86_64-linux-gnu-gcc -c -Wall -g -O2 conftest.c >&5
+configure:4377: $? = 0
+configure:4377: result: yes
+configure:4412: checking assert.h usability
+configure:4412: x86_64-linux-gnu-gcc -c -Wall -g -O2 conftest.c >&5
+configure:4412: $? = 0
+configure:4412: result: yes
+configure:4412: checking assert.h presence
+configure:4412: x86_64-linux-gnu-gcc -E conftest.c
+configure:4412: $? = 0
+configure:4412: result: yes
+configure:4412: checking for assert.h
+configure:4412: result: yes
+configure:4412: checking ctype.h usability
+configure:4412: x86_64-linux-gnu-gcc -c -Wall -g -O2 conftest.c >&5
+configure:4412: $? = 0
+configure:4412: result: yes
+configure:4412: checking ctype.h presence
+configure:4412: x86_64-linux-gnu-gcc -E conftest.c
+configure:4412: $? = 0
+configure:4412: result: yes
+configure:4412: checking for ctype.h
+configure:4412: result: yes
+configure:4412: checking errno.h usability
+configure:4412: x86_64-linux-gnu-gcc -c -Wall -g -O2 conftest.c >&5
+configure:4412: $? = 0
+configure:4412: result: yes
+configure:4412: checking errno.h presence
+configure:4412: x86_64-linux-gnu-gcc -E conftest.c
+configure:4412: $? = 0
+configure:4412: result: yes
+configure:4412: checking for errno.h
+configure:4412: result: yes
+configure:4412: checking fcntl.h usability
+configure:4412: x86_64-linux-gnu-gcc -c -Wall -g -O2 conftest.c >&5
+configure:4412: $? = 0
+configure:4412: result: yes
+configure:4412: checking fcntl.h presence
+configure:4412: x86_64-linux-gnu-gcc -E conftest.c
+configure:4412: $? = 0
+configure:4412: result: yes
+configure:4412: checking for fcntl.h
+configure:4412: result: yes
+configure:4412: checking malloc.h usability
+configure:4412: x86_64-linux-gnu-gcc -c -Wall -g -O2 conftest.c >&5
+configure:4412: $? = 0
+configure:4412: result: yes
+configure:4412: checking malloc.h presence
+configure:4412: x86_64-linux-gnu-gcc -E conftest.c
+configure:4412: $? = 0
+configure:4412: result: yes
+configure:4412: checking for malloc.h
+configure:4412: result: yes
+configure:4412: checking stdarg.h usability
+configure:4412: x86_64-linux-gnu-gcc -c -Wall -g -O2 conftest.c >&5
+configure:4412: $? = 0
+configure:4412: result: yes
+configure:4412: checking stdarg.h presence
+configure:4412: x86_64-linux-gnu-gcc -E conftest.c
+configure:4412: $? = 0
+configure:4412: result: yes
+configure:4412: checking for stdarg.h
+configure:4412: result: yes
+configure:4412: checking stdio.h usability
+configure:4412: x86_64-linux-gnu-gcc -c -Wall -g -O2 conftest.c >&5
+configure:4412: $? = 0
+configure:4412: result: yes
+configure:4412: checking stdio.h presence
+configure:4412: x86_64-linux-gnu-gcc -E conftest.c
+configure:4412: $? = 0
+configure:4412: result: yes
+configure:4412: checking for stdio.h
+configure:4412: result: yes
+configure:4412: checking for stdlib.h
+configure:4412: result: yes
+configure:4412: checking for string.h
+configure:4412: result: yes
+configure:4412: checking for strings.h
+configure:4412: result: yes
+configure:4412: checking sys/ioctl.h usability
+configure:4412: x86_64-linux-gnu-gcc -c -Wall -g -O2 conftest.c >&5
+configure:4412: $? = 0
+configure:4412: result: yes
+configure:4412: checking sys/ioctl.h presence
+configure:4412: x86_64-linux-gnu-gcc -E conftest.c
+configure:4412: $? = 0
+configure:4412: result: yes
+configure:4412: checking for sys/ioctl.h
+configure:4412: result: yes
+configure:4412: checking sys/select.h usability
+configure:4412: x86_64-linux-gnu-gcc -c -Wall -g -O2 conftest.c >&5
+configure:4412: $? = 0
+configure:4412: result: yes
+configure:4412: checking sys/select.h presence
+configure:4412: x86_64-linux-gnu-gcc -E conftest.c
+configure:4412: $? = 0
+configure:4412: result: yes
+configure:4412: checking for sys/select.h
+configure:4412: result: yes
+configure:4412: checking for sys/stat.h
+configure:4412: result: yes
+configure:4412: checking sys/time.h usability
+configure:4412: x86_64-linux-gnu-gcc -c -Wall -g -O2 conftest.c >&5
+configure:4412: $? = 0
+configure:4412: result: yes
+configure:4412: checking sys/time.h presence
+configure:4412: x86_64-linux-gnu-gcc -E conftest.c
+configure:4412: $? = 0
+configure:4412: result: yes
+configure:4412: checking for sys/time.h
+configure:4412: result: yes
+configure:4412: checking sys/uio.h usability
+configure:4412: x86_64-linux-gnu-gcc -c -Wall -g -O2 conftest.c >&5
+configure:4412: $? = 0
+configure:4412: result: yes
+configure:4412: checking sys/uio.h presence
+configure:4412: x86_64-linux-gnu-gcc -E conftest.c
+configure:4412: $? = 0
+configure:4412: result: yes
+configure:4412: checking for sys/uio.h
+configure:4412: result: yes
+configure:4412: checking for unistd.h
+configure:4412: result: yes
+configure:4412: checking signal.h usability
+configure:4412: x86_64-linux-gnu-gcc -c -Wall -g -O2 conftest.c >&5
+configure:4412: $? = 0
+configure:4412: result: yes
+configure:4412: checking signal.h presence
+configure:4412: x86_64-linux-gnu-gcc -E conftest.c
+
+## ---------------- ##
+## Cache variables. ##
+## ---------------- ##
+
+ac_cv_build=x86_64-pc-linux-gnu
+ac_cv_c_compiler_gnu=yes
+ac_cv_env_CC_set=
+ac_cv_env_CC_value=
+ac_cv_env_CFLAGS_set=set
+ac_cv_env_CFLAGS_value='-Wall -g -O2'
+ac_cv_env_CPPFLAGS_set=set
+ac_cv_env_CPPFLAGS_value=
+ac_cv_env_CPP_set=
+ac_cv_env_CPP_value=
+ac_cv_env_LDFLAGS_set=set
+ac_cv_env_LDFLAGS_value=
+ac_cv_env_LIBS_set=
+ac_cv_env_LIBS_value=
+ac_cv_env_build_alias_set=set
+ac_cv_env_build_alias_value=x86_64-linux-gnu
+ac_cv_env_host_alias_set=set
+ac_cv_env_host_alias_value=x86_64-linux-gnu
+ac_cv_env_target_alias_set=
+ac_cv_env_target_alias_value=
+ac_cv_header_assert_h=yes
+ac_cv_header_ctype_h=yes
+ac_cv_header_errno_h=yes
+ac_cv_header_fcntl_h=yes
+ac_cv_header_inttypes_h=yes
+ac_cv_header_malloc_h=yes
+ac_cv_header_memory_h=yes
+ac_cv_header_stdarg_h=yes
+ac_cv_header_stdc=yes
+ac_cv_header_stdint_h=yes
+ac_cv_header_stdio_h=yes
+ac_cv_header_stdlib_h=yes
+ac_cv_header_string_h=yes
+ac_cv_header_strings_h=yes
+ac_cv_header_sys_ioctl_h=yes
+ac_cv_header_sys_select_h=yes
+ac_cv_header_sys_stat_h=yes
+ac_cv_header_sys_time_h=yes
+ac_cv_header_sys_types_h=yes
+ac_cv_header_sys_uio_h=yes
+ac_cv_header_unistd_h=yes
+ac_cv_host=x86_64-pc-linux-gnu
+ac_cv_objext=o
+ac_cv_path_EGREP='/bin/grep -E'
+ac_cv_path_GREP=/bin/grep
+ac_cv_path_install='/usr/bin/install -c'
+ac_cv_path_mkdir=/bin/mkdir
+ac_cv_prog_AWK=gawk
+ac_cv_prog_CC=x86_64-linux-gnu-gcc
+ac_cv_prog_CPP='x86_64-linux-gnu-gcc -E'
+ac_cv_prog_cc_c89=
+ac_cv_prog_cc_g=yes
+ac_cv_prog_make_make_set=yes
+ac_cv_target=x86_64-pc-linux-gnu
+am_cv_CC_dependencies_compiler_type=gcc3
+
+## ----------------- ##
+## Output variables. ##
+## ----------------- ##
+
+ACLOCAL='${SHELL} /home/georgesk/developpement/bar/bar-1.11.0+debian/missing --run aclocal-1.11'
+AMDEPBACKSLASH='\'
+AMDEP_FALSE='#'
+AMDEP_TRUE=''
+AMTAR='${SHELL} /home/georgesk/developpement/bar/bar-1.11.0+debian/missing --run tar'
+AM_CFLAGS=''
+AUTOCONF='${SHELL} /home/georgesk/developpement/bar/bar-1.11.0+debian/missing --run autoconf'
+AUTOHEADER='${SHELL} /home/georgesk/developpement/bar/bar-1.11.0+debian/missing --run autoheader'
+AUTOMAKE='${SHELL} /home/georgesk/developpement/bar/bar-1.11.0+debian/missing --run automake-1.11'
+AWK='gawk'
+CC='x86_64-linux-gnu-gcc'
+CCDEPMODE='depmode=gcc3'
+CFLAGS='-Wall -g -O2'
+CPP='x86_64-linux-gnu-gcc -E'
+CPPFLAGS=''
+CYGPATH_W='echo'
+DEFAULT_BUFFER_SIZE=''
+DEFAULT_DISPLAY_TWIDDLE=''
+DEFAULT_PAGE_SIZE=''
+DEFAULT_SH_MINUS_ONE=''
+DEFAULT_SW_MINUS_ONE=''
+DEFS=''
+DEPDIR='.deps'
+ECHO_C=''
+ECHO_N='-n'
+ECHO_T=''
+EGREP='/bin/grep -E'
+EXEEXT=''
+GREP='/bin/grep'
+INSTALL_DATA='${INSTALL} -m 644'
+INSTALL_PROGRAM='${INSTALL}'
+INSTALL_SCRIPT='${INSTALL}'
+INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
+LDFLAGS=''
+LIBOBJS=''
+LIBS=''
+LN_S='ln -s'
+LTLIBOBJS=''
+MAKEINFO='${SHELL} /home/georgesk/developpement/bar/bar-1.11.0+debian/missing --run makeinfo'
+MAX_SAFE_MULTIPLIER=''
+MKDIR_P='/bin/mkdir -p'
+OBJEXT='o'
+PACKAGE='bar'
+PACKAGE_BUGREPORT=''
+PACKAGE_NAME=''
+PACKAGE_STRING=''
+PACKAGE_TARNAME=''
+PACKAGE_URL=''
+PACKAGE_VERSION=''
+PATH_SEPARATOR=':'
+SET_MAKE=''
+SHELL='/bin/sh'
+STRIP=''
+VERSION='1.11.0'
+ac_ct_CC=''
+am__EXEEXT_FALSE=''
+am__EXEEXT_TRUE=''
+am__fastdepCC_FALSE='#'
+am__fastdepCC_TRUE=''
+am__include='include'
+am__isrc=''
+am__leading_dot='.'
+am__quote=''
+am__tar='${AMTAR} chof - "$$tardir"'
+am__untar='${AMTAR} xf -'
+bindir='${exec_prefix}/bin'
+build='x86_64-pc-linux-gnu'
+build_alias='x86_64-linux-gnu'
+build_cpu='x86_64'
+build_os='linux-gnu'
+build_vendor='pc'
+datadir='${datarootdir}'
+datarootdir='${prefix}/share'
+docdir='${datarootdir}/doc/${PACKAGE}'
+dvidir='${docdir}'
+exec_prefix='NONE'
+host='x86_64-pc-linux-gnu'
+host_alias='x86_64-linux-gnu'
+host_cpu='x86_64'
+host_os='linux-gnu'
+host_vendor='pc'
+htmldir='${docdir}'
+includedir='${prefix}/include'
+infodir='${prefix}/share/info'
+install_sh='${SHELL} /home/georgesk/developpement/bar/bar-1.11.0+debian/install-sh'
+libdir='${exec_prefix}/lib'
+libexecdir='${exec_prefix}/libexec'
+localedir='${datarootdir}/locale'
+localstatedir='${prefix}/var'
+mandir='${prefix}/share/man'
+mkdir_p='/bin/mkdir -p'
+oldincludedir='/usr/include'
+pdfdir='${docdir}'
+prefix='/usr'
+program_transform_name='s,x,x,'
+psdir='${docdir}'
+sbindir='${exec_prefix}/sbin'
+sharedstatedir='${prefix}/com'
+sysconfdir='${prefix}/etc'
+target='x86_64-pc-linux-gnu'
+target_alias=''
+target_cpu='x86_64'
+target_os='linux-gnu'
+target_vendor='pc'
+
+## ----------- ##
+## confdefs.h. ##
+## ----------- ##
+
+/* confdefs.h */
+#define PACKAGE_NAME ""
+#define PACKAGE_TARNAME ""
+#define PACKAGE_VERSION ""
+#define PACKAGE_STRING ""
+#define PACKAGE_BUGREPORT ""
+#define PACKAGE_URL ""
+#define PACKAGE "bar"
+#define VERSION "1.11.0"
+#define STDC_HEADERS 1
+#define HAVE_SYS_TYPES_H 1
+#define HAVE_SYS_STAT_H 1
+#define HAVE_STDLIB_H 1
+#define HAVE_STRING_H 1
+#define HAVE_MEMORY_H 1
+#define HAVE_STRINGS_H 1
+#define HAVE_INTTYPES_H 1
+#define HAVE_STDINT_H 1
+#define HAVE_UNISTD_H 1
+#define HAVE_ASSERT_H 1
+#define HAVE_CTYPE_H 1
+#define HAVE_ERRNO_H 1
+#define HAVE_FCNTL_H 1
+#define HAVE_MALLOC_H 1
+#define HAVE_STDARG_H 1
+#define HAVE_STDIO_H 1
+#define HAVE_STDLIB_H 1
+#define HAVE_STRING_H 1
+#define HAVE_STRINGS_H 1
+#define HAVE_SYS_IOCTL_H 1
+#define HAVE_SYS_SELECT_H 1
+#define HAVE_SYS_STAT_H 1
+#define HAVE_SYS_TIME_H 1
+#define HAVE_SYS_UIO_H 1
+#define HAVE_UNISTD_H 1
+
+configure: caught signal 2
+configure: exit 1