X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=configure;h=d02dd6be1e74276b4a79954503f7b447df9387ae;hb=refs%2Fheads%2Fv0.0.2;hp=d84044531c5b4f3e0a6ab92d9b1edc9d3b38eafd;hpb=796ae3c2d3d27ea0ce5dbd72e29e4fe5f87d7966;p=ptask.git diff --git a/configure b/configure index d840445..d02dd6b 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 gtask 0.0.x. +# Generated by GNU Autoconf 2.69 for ptask 0.0.2. # # Report bugs to . # @@ -578,12 +578,12 @@ MFLAGS= MAKEFLAGS= # Identity of this package. -PACKAGE_NAME='gtask' -PACKAGE_TARNAME='gtask' -PACKAGE_VERSION='0.0.x' -PACKAGE_STRING='gtask 0.0.x' +PACKAGE_NAME='ptask' +PACKAGE_TARNAME='ptask' +PACKAGE_VERSION='0.0.2' +PACKAGE_STRING='ptask 0.0.2' PACKAGE_BUGREPORT='jeanfi@gmail.com' -PACKAGE_URL='http://wpitchoune.net/gtask' +PACKAGE_URL='http://wpitchoune.net/ptask' ac_unique_file="src/main.c" gt_needs= @@ -595,8 +595,6 @@ CPPCHECK_FALSE CPPCHECK_TRUE HAVE_CPPCHECK HELP2MAN -JSON_FALSE -JSON_TRUE JSON_LIBS JSON_CFLAGS GTK_LIBS @@ -1287,7 +1285,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 gtask 0.0.x to adapt to many kinds of systems. +\`configure' configures ptask 0.0.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1335,7 +1333,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/gtask] + --docdir=DIR documentation root [DATAROOTDIR/doc/ptask] --htmldir=DIR html documentation [DOCDIR] --dvidir=DIR dvi documentation [DOCDIR] --pdfdir=DIR pdf documentation [DOCDIR] @@ -1361,7 +1359,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of gtask 0.0.x:";; + short | recursive ) echo "Configuration of ptask 0.0.2:";; esac cat <<\_ACEOF @@ -1412,7 +1410,7 @@ 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 . -gtask home page: . +ptask home page: . _ACEOF ac_status=$? fi @@ -1475,7 +1473,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -gtask configure 0.0.x +ptask configure 0.0.2 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1655,7 +1653,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 gtask $as_me 0.0.x, which was +It was created by ptask $as_me 0.0.2, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2471,8 +2469,8 @@ fi # Define the identity of the package. - PACKAGE='gtask' - VERSION='0.0.x' + PACKAGE='ptask' + VERSION='0.0.2' cat >>confdefs.h <<_ACEOF @@ -6652,34 +6650,42 @@ fi # Put the nasty error message in config.log where it belongs echo "$JSON_PKG_ERRORS" >&5 - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \"Remote monitoring disabled" >&5 -$as_echo "$as_me: WARNING: \"Remote monitoring disabled" >&2;} + as_fn_error $? "Package requirements (json) were not met: + +$JSON_PKG_ERRORS + +Consider adjusting the PKG_CONFIG_PATH environment variable if you +installed software in a non-standard prefix. + +Alternatively, you may set the environment variables JSON_CFLAGS +and JSON_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details." "$LINENO" 5 elif test $pkg_failed = untried; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \"Remote monitoring disabled" >&5 -$as_echo "$as_me: WARNING: \"Remote monitoring disabled" >&2;} + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it +is in your PATH or set the PKG_CONFIG environment variable to the full +path to pkg-config. + +Alternatively, you may set the environment variables JSON_CFLAGS +and JSON_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details. + +To get pkg-config, see . +See \`config.log' for more details" "$LINENO" 5; } else JSON_CFLAGS=$pkg_cv_JSON_CFLAGS JSON_LIBS=$pkg_cv_JSON_LIBS { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } -$as_echo "#define HAVE_JSON 1" >>confdefs.h - fi - if test -n "$JSON_LIBS"; then - JSON_TRUE= - JSON_FALSE='#' -else - JSON_TRUE='#' - JSON_FALSE= -fi - -ac_config_files="$ac_config_files Makefile po/Makefile.in src/Makefile tests/Makefile" +ac_config_files="$ac_config_files Makefile po/Makefile.in src/Makefile src/glade/Makefile tests/Makefile" for ac_prog in help2man @@ -6932,10 +6938,6 @@ 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 "${JSON_TRUE}" && test -z "${JSON_FALSE}"; then - as_fn_error $? "conditional \"JSON\" was never defined. -Usually this means the macro was only invoked conditionally." "$LINENO" 5 -fi if test -z "${CPPCHECK_TRUE}" && test -z "${CPPCHECK_FALSE}"; then as_fn_error $? "conditional \"CPPCHECK\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 @@ -7337,7 +7339,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 gtask $as_me 0.0.x, which was +This file was extended by ptask $as_me 0.0.2, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -7389,13 +7391,13 @@ Configuration commands: $config_commands Report bugs to . -gtask home page: ." +ptask home page: ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -gtask config.status 0.0.x +ptask config.status 0.0.2 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" @@ -7525,6 +7527,7 @@ do "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; + "src/glade/Makefile") CONFIG_FILES="$CONFIG_FILES src/glade/Makefile" ;; "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;; *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;