regen build file
authorJean-Philippe Orsini <jeanfi@gmail.com>
Sat, 19 Oct 2013 12:19:00 +0000 (12:19 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Sat, 19 Oct 2013 12:19:00 +0000 (12:19 +0000)
NEWS.html
config.status
po/Makefile
po/Makefile.in

index 9069856..901d329 100644 (file)
--- a/NEWS.html
+++ b/NEWS.html
@@ -773,6 +773,21 @@ popup error dialog when .taskrc does not exist.
 added --debug.\r
 </p>\r
 </li>\r
+<li>\r
+<p>\r
+supported version of taskwarrior is 2.2.0.\r
+</p>\r
+</li>\r
+<li>\r
+<p>\r
+added taskwarrior version checking.\r
+</p>\r
+</li>\r
+<li>\r
+<p>\r
+added .taskrc check (must exist).\r
+</p>\r
+</li>\r
 </ul></div>\r
 </div>\r
 </div>\r
@@ -819,7 +834,7 @@ added new task keyboard shortcut (ALT-n).
 </li>\r
 <li>\r
 <p>\r
-renamed ptask to gtask.\r
+renamed gtask to ptask.\r
 </p>\r
 </li>\r
 </ul></div>\r
@@ -841,7 +856,7 @@ Initial release.
 <div id="footnotes"><hr /></div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 2013-10-17 08:59:25 CEST\r
+Last updated 2013-10-19 12:04:17 CEST\r
 </div>\r
 </div>\r
 </body>\r
index 7a9ef8b..3819bc5 100755 (executable)
@@ -428,7 +428,7 @@ $config_commands
 Report bugs to <jeanfi@gmail.com>.
 ptask home page: <http://wpitchoune.net/ptask>."
 
-ac_cs_config="'--prefix=/tmp'"
+ac_cs_config=""
 ac_cs_version="\
 ptask config.status 0.0.x
 configured by ./configure, generated by GNU Autoconf 2.69,
@@ -520,7 +520,7 @@ if $ac_cs_silent; then
 fi
 
 if $ac_cs_recheck; then
-  set X /bin/bash './configure'  '--prefix=/tmp' $ac_configure_extra_args --no-create --no-recursion
+  set X /bin/bash './configure'  $ac_configure_extra_args --no-create --no-recursion
   shift
   $as_echo "running CONFIG_SHELL=/bin/bash $*" >&6
   CONFIG_SHELL='/bin/bash'
@@ -746,7 +746,7 @@ S["libexecdir"]="${exec_prefix}/libexec"
 S["sbindir"]="${exec_prefix}/sbin"
 S["bindir"]="${exec_prefix}/bin"
 S["program_transform_name"]="s,x,x,"
-S["prefix"]="/tmp"
+S["prefix"]="/usr/local"
 S["exec_prefix"]="${prefix}"
 S["PACKAGE_URL"]="http://wpitchoune.net/ptask"
 S["PACKAGE_BUGREPORT"]="jeanfi@gmail.com"
index ea8150b..430bf0b 100644 (file)
@@ -21,7 +21,7 @@ srcdir = .
 top_srcdir = ..
 
 
-prefix = /tmp
+prefix = /usr/local
 exec_prefix = ${prefix}
 datarootdir = ${prefix}/share
 datadir = ${datarootdir}
index ca508b4..9db3564 100644 (file)
@@ -21,7 +21,7 @@ srcdir = .
 top_srcdir = ..
 
 
-prefix = /tmp
+prefix = /usr/local
 exec_prefix = ${prefix}
 datarootdir = ${prefix}/share
 datadir = ${datarootdir}