From f95b5976e6c4382b3d4bc1d709c56cbfebbc1169 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Sun, 20 Apr 2014 14:43:11 +0200 Subject: [PATCH] regenerated build files --- NEWS.html | 7 ++++++- README.html | 2 +- config.status | 20 ++++++++++---------- configure | 20 ++++++++++---------- po/Makefile | 8 ++++---- po/Makefile.in | 8 ++++---- 6 files changed, 35 insertions(+), 30 deletions(-) diff --git a/NEWS.html b/NEWS.html index 8b68f68..ab536ac 100644 --- a/NEWS.html +++ b/NEWS.html @@ -333,6 +333,11 @@ added contextal menu item in the task tree: task done. added start/stop task.

+
  • +

    +fixed coredump with taskwarrior 2.0.0 when there is not any tasks. +

    +
  • @@ -541,7 +546,7 @@ Initial release.

    diff --git a/README.html b/README.html index 22f3a84..b6cbdd2 100644 --- a/README.html +++ b/README.html @@ -486,7 +486,7 @@ make clean all

    diff --git a/config.status b/config.status index 9dff310..2dcb58c 100755 --- a/config.status +++ b/config.status @@ -380,7 +380,7 @@ exec 6>&1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by ptask $as_me 0.0.x, which was +This file was extended by ptask $as_me 0.0.6, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -430,7 +430,7 @@ ptask home page: ." ac_cs_config="" ac_cs_version="\ -ptask config.status 0.0.x +ptask config.status 0.0.6 configured by ./configure, generated by GNU Autoconf 2.69, with options \"$ac_cs_config\" @@ -438,7 +438,7 @@ 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='/home/jporsini/work/ptask' +ac_pwd='/home/jporsini/work.local/ptask' srcdir='.' INSTALL='/usr/bin/install -c' MKDIR_P='/bin/mkdir -p' @@ -758,13 +758,13 @@ S["mkdir_p"]="$(MKDIR_P)" S["MKDIR_P"]="/bin/mkdir -p" S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s" S["STRIP"]="" -S["install_sh"]="${SHELL} /home/jporsini/work/ptask/install-sh" +S["install_sh"]="${SHELL} /home/jporsini/work.local/ptask/install-sh" S["MAKEINFO"]="makeinfo" S["AUTOHEADER"]="autoheader" S["AUTOMAKE"]="automake-1.14" S["AUTOCONF"]="autoconf" S["ACLOCAL"]="aclocal-1.14" -S["VERSION"]="0.0.x" +S["VERSION"]="0.0.6" S["PACKAGE"]="ptask" S["CYGPATH_W"]="echo" S["am__isrc"]="" @@ -803,8 +803,8 @@ S["prefix"]="/usr/local" S["exec_prefix"]="${prefix}" S["PACKAGE_URL"]="http://wpitchoune.net/ptask" S["PACKAGE_BUGREPORT"]="jeanfi@gmail.com" -S["PACKAGE_STRING"]="ptask 0.0.x" -S["PACKAGE_VERSION"]="0.0.x" +S["PACKAGE_STRING"]="ptask 0.0.6" +S["PACKAGE_VERSION"]="0.0.6" S["PACKAGE_TARNAME"]="ptask" S["PACKAGE_NAME"]="ptask" S["PATH_SEPARATOR"]=":" @@ -852,12 +852,12 @@ cat >"$ac_tmp/defines.awk" <<\_ACAWK || BEGIN { D["PACKAGE_NAME"]=" \"ptask\"" D["PACKAGE_TARNAME"]=" \"ptask\"" -D["PACKAGE_VERSION"]=" \"0.0.x\"" -D["PACKAGE_STRING"]=" \"ptask 0.0.x\"" +D["PACKAGE_VERSION"]=" \"0.0.6\"" +D["PACKAGE_STRING"]=" \"ptask 0.0.6\"" D["PACKAGE_BUGREPORT"]=" \"jeanfi@gmail.com\"" D["PACKAGE_URL"]=" \"http://wpitchoune.net/ptask\"" D["PACKAGE"]=" \"ptask\"" -D["VERSION"]=" \"0.0.x\"" +D["VERSION"]=" \"0.0.6\"" D["ENABLE_NLS"]=" 1" D["HAVE_GETTEXT"]=" 1" D["HAVE_DCGETTEXT"]=" 1" diff --git a/configure b/configure index c0d4656..c84a3a3 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for ptask 0.0.x. +# Generated by GNU Autoconf 2.69 for ptask 0.0.6. # # Report bugs to . # @@ -580,8 +580,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='ptask' PACKAGE_TARNAME='ptask' -PACKAGE_VERSION='0.0.x' -PACKAGE_STRING='ptask 0.0.x' +PACKAGE_VERSION='0.0.6' +PACKAGE_STRING='ptask 0.0.6' PACKAGE_BUGREPORT='jeanfi@gmail.com' PACKAGE_URL='http://wpitchoune.net/ptask' @@ -1298,7 +1298,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 ptask 0.0.x to adapt to many kinds of systems. +\`configure' configures ptask 0.0.6 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1372,7 +1372,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of ptask 0.0.x:";; + short | recursive ) echo "Configuration of ptask 0.0.6:";; esac cat <<\_ACEOF @@ -1492,7 +1492,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -ptask configure 0.0.x +ptask configure 0.0.6 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1672,7 +1672,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 ptask $as_me 0.0.x, which was +It was created by ptask $as_me 0.0.6, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2537,7 +2537,7 @@ fi # Define the identity of the package. PACKAGE='ptask' - VERSION='0.0.x' + VERSION='0.0.6' cat >>confdefs.h <<_ACEOF @@ -7968,7 +7968,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 ptask $as_me 0.0.x, which was +This file was extended by ptask $as_me 0.0.6, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -8035,7 +8035,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="\\ -ptask config.status 0.0.x +ptask config.status 0.0.6 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/po/Makefile b/po/Makefile index e6a51bc..6b8e17f 100644 --- a/po/Makefile +++ b/po/Makefile @@ -11,7 +11,7 @@ # Origin: gettext-0.16 PACKAGE = ptask -VERSION = 0.0.x +VERSION = 0.0.6 PACKAGE_BUGREPORT = jeanfi@gmail.com SHELL = /bin/sh @@ -34,12 +34,12 @@ INSTALL_DATA = ${INSTALL} -m 644 # We use $(mkdir_p). # In automake <= 1.9.x, $(mkdir_p) is defined either as "mkdir -p --" or as # "$(mkinstalldirs)" or as "$(install_sh) -d". For these automake versions, -# ${SHELL} /home/jporsini/work/ptask/install-sh does not start with $(SHELL), so we add it. +# ${SHELL} /home/jporsini/work.local/ptask/install-sh does not start with $(SHELL), so we add it. # In automake >= 1.10, $(MKDIR_P) is derived from ${MKDIR_P}, which is defined # either as "/path/to/mkdir -p" or ".../install-sh -c -d". For these automake # versions, $(mkinstalldirs) and $(install_sh) are unused. -mkinstalldirs = $(SHELL) ${SHELL} /home/jporsini/work/ptask/install-sh -d -install_sh = $(SHELL) ${SHELL} /home/jporsini/work/ptask/install-sh +mkinstalldirs = $(SHELL) ${SHELL} /home/jporsini/work.local/ptask/install-sh -d +install_sh = $(SHELL) ${SHELL} /home/jporsini/work.local/ptask/install-sh MKDIR_P = /bin/mkdir -p mkdir_p = $(MKDIR_P) diff --git a/po/Makefile.in b/po/Makefile.in index dfc9282..4868a5d 100644 --- a/po/Makefile.in +++ b/po/Makefile.in @@ -11,7 +11,7 @@ # Origin: gettext-0.16 PACKAGE = ptask -VERSION = 0.0.x +VERSION = 0.0.6 PACKAGE_BUGREPORT = jeanfi@gmail.com SHELL = /bin/sh @@ -34,12 +34,12 @@ INSTALL_DATA = ${INSTALL} -m 644 # We use $(mkdir_p). # In automake <= 1.9.x, $(mkdir_p) is defined either as "mkdir -p --" or as # "$(mkinstalldirs)" or as "$(install_sh) -d". For these automake versions, -# ${SHELL} /home/jporsini/work/ptask/install-sh does not start with $(SHELL), so we add it. +# ${SHELL} /home/jporsini/work.local/ptask/install-sh does not start with $(SHELL), so we add it. # In automake >= 1.10, $(MKDIR_P) is derived from ${MKDIR_P}, which is defined # either as "/path/to/mkdir -p" or ".../install-sh -c -d". For these automake # versions, $(mkinstalldirs) and $(install_sh) are unused. -mkinstalldirs = $(SHELL) ${SHELL} /home/jporsini/work/ptask/install-sh -d -install_sh = $(SHELL) ${SHELL} /home/jporsini/work/ptask/install-sh +mkinstalldirs = $(SHELL) ${SHELL} /home/jporsini/work.local/ptask/install-sh -d +install_sh = $(SHELL) ${SHELL} /home/jporsini/work.local/ptask/install-sh MKDIR_P = /bin/mkdir -p mkdir_p = $(MKDIR_P) -- 2.7.4