X-Git-Url: https://git.wpitchoune.net/gitweb/?p=prss.git;a=blobdiff_plain;f=config.status;h=85e7b0961bb9c9445fefb929c89c79feaf93f447;hp=ef4001c0f584a50b7598ac671c469e0387bab21e;hb=2fb68788e31ef558ad744ea218a4eb2f042316dc;hpb=f96659e59301af90fd058031486a98317b077caa diff --git a/config.status b/config.status index ef4001c..85e7b09 100755 --- a/config.status +++ b/config.status @@ -393,7 +393,7 @@ on `(hostname || uname -n) 2>/dev/null | sed 1q` " # Files that config.status was made for. -config_files=" Makefile po/Makefile.in src/Makefile src/glade/Makefile tests/Makefile" +config_files=" Makefile doc/Makefile icons/hicolor/scalable/Makefile po/Makefile.in src/Makefile src/glade/Makefile tests/Makefile" config_commands=" depfiles po-directories" ac_cs_usage="\ @@ -422,7 +422,7 @@ $config_commands Report bugs to . prss home page: ." -ac_cs_config="'--prefix=/tmp'" +ac_cs_config="" ac_cs_version="\ prss config.status 0.0.x configured by ./configure, generated by GNU Autoconf 2.69, @@ -432,7 +432,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.local/wpitchoune/svnpub/prss/trunk' +ac_pwd='/home/jporsini/work/wpitchoune/svnpub/prss/trunk' srcdir='.' INSTALL='/usr/bin/install -c' MKDIR_P='/bin/mkdir -p' @@ -503,7 +503,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' @@ -540,6 +540,8 @@ do "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "po-directories") CONFIG_COMMANDS="$CONFIG_COMMANDS po-directories" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; + "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; + "icons/hicolor/scalable/Makefile") CONFIG_FILES="$CONFIG_FILES icons/hicolor/scalable/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" ;; @@ -616,6 +618,7 @@ S["CPPCHECK_FALSE"]="#" S["CPPCHECK_TRUE"]="" S["HAVE_CPPCHECK"]="yes" S["HELP2MAN"]="help2man" +S["PTHREAD_LIBS"]="-pthread" S["WEBKIT_LIBS"]="-lwebkitgtk-3.0 -lgtk-3 -lsoup-2.4 -ljavascriptcoregtk-3.0 -lgdk-3 -latk-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -"\ "lgio-2.0 -lgobject-2.0 -lglib-2.0 " S["WEBKIT_CFLAGS"]="-pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gtk-3.0 -I/usr/include/libsoup-2.4 -I/usr/include/atk-1"\ @@ -667,8 +670,8 @@ S["GSETTINGS_RULES"]="\n"\ S["GLIB_COMPILE_SCHEMAS"]="/usr/lib/x86_64-linux-gnu/glib-2.0/glib-compile-schemas" S["gsettingsschemadir"]="${datarootdir}/glib-2.0/schemas" S["GSETTINGS_DISABLE_SCHEMAS_COMPILE"]="" -S["JSON_LIBS"]="-ljson " -S["JSON_CFLAGS"]="-I/usr/include/json " +S["JSON_LIBS"]="-ljson-c " +S["JSON_CFLAGS"]="-I/usr/include/json-c " S["CURL_LIBS"]="-lcurl " S["CURL_CFLAGS"]=" " S["GTK_LIBS"]="-lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 " @@ -709,7 +712,7 @@ S["GMSGFMT"]="/usr/bin/msgfmt" S["MSGFMT"]="/usr/bin/msgfmt" S["GETTEXT_MACRO_VERSION"]="0.18" S["USE_NLS"]="yes" -S["CPP"]="gcc -E" +S["CPP"]="gcc -std=gnu99 -E" S["XMKMF"]="" S["am__fastdepCC_FALSE"]="#" S["am__fastdepCC_TRUE"]="" @@ -727,7 +730,7 @@ S["ac_ct_CC"]="gcc" S["CPPFLAGS"]="" S["LDFLAGS"]="" S["CFLAGS"]="-g -O2" -S["CC"]="gcc" +S["CC"]="gcc -std=gnu99" S["am__untar"]="$${TAR-tar} xf -" S["am__tar"]="$${TAR-tar} chof - \"$$tardir\"" S["AMTAR"]="$${TAR-tar}" @@ -738,12 +741,12 @@ S["mkdir_p"]="/bin/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.local/wpitchoune/svnpub/prss/trunk/install-sh" -S["MAKEINFO"]="${SHELL} /home/jporsini/work.local/wpitchoune/svnpub/prss/trunk/missing --run makeinfo" -S["AUTOHEADER"]="${SHELL} /home/jporsini/work.local/wpitchoune/svnpub/prss/trunk/missing --run autoheader" -S["AUTOMAKE"]="${SHELL} /home/jporsini/work.local/wpitchoune/svnpub/prss/trunk/missing --run automake-1.11" -S["AUTOCONF"]="${SHELL} /home/jporsini/work.local/wpitchoune/svnpub/prss/trunk/missing --run autoconf" -S["ACLOCAL"]="${SHELL} /home/jporsini/work.local/wpitchoune/svnpub/prss/trunk/missing --run aclocal-1.11" +S["install_sh"]="${SHELL} /home/jporsini/work/wpitchoune/svnpub/prss/trunk/install-sh" +S["MAKEINFO"]="${SHELL} /home/jporsini/work/wpitchoune/svnpub/prss/trunk/missing --run makeinfo" +S["AUTOHEADER"]="${SHELL} /home/jporsini/work/wpitchoune/svnpub/prss/trunk/missing --run autoheader" +S["AUTOMAKE"]="${SHELL} /home/jporsini/work/wpitchoune/svnpub/prss/trunk/missing --run automake-1.11" +S["AUTOCONF"]="${SHELL} /home/jporsini/work/wpitchoune/svnpub/prss/trunk/missing --run autoconf" +S["ACLOCAL"]="${SHELL} /home/jporsini/work/wpitchoune/svnpub/prss/trunk/missing --run aclocal-1.11" S["VERSION"]="0.0.x" S["PACKAGE"]="prss" S["CYGPATH_W"]="echo" @@ -754,12 +757,13 @@ S["INSTALL_PROGRAM"]="${INSTALL}" S["target_alias"]="" S["host_alias"]="" S["build_alias"]="" -S["LIBS"]="" +S["LIBS"]="-lpthread " S["ECHO_T"]="" S["ECHO_N"]="-n" S["ECHO_C"]="" S["DEFS"]="-DPACKAGE_NAME=\\\"prss\\\" -DPACKAGE_TARNAME=\\\"prss\\\" -DPACKAGE_VERSION=\\\"0.0.x\\\" -DPACKAGE_STRING=\\\"prss\\ 0.0.x\\\" -DPACKAGE_BUGREPORT=\\\"jeanfi@gmail.c"\ -"om\\\" -DPACKAGE_URL=\\\"http://wpitchoune.net/prss\\\" -DPACKAGE=\\\"prss\\\" -DVERSION=\\\"0.0.x\\\" -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1" +"om\\\" -DPACKAGE_URL=\\\"http://wpitchoune.net/prss\\\" -DPACKAGE=\\\"prss\\\" -DVERSION=\\\"0.0.x\\\" -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DHAVE_L"\ +"IBPTHREAD=1" S["mandir"]="${datarootdir}/man" S["localedir"]="${datarootdir}/locale" S["libdir"]="${exec_prefix}/lib" @@ -780,7 +784,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/prss" S["PACKAGE_BUGREPORT"]="jeanfi@gmail.com"