From 12a30fed6ef3b60b21459e5bca9f0d262d00d0f2 Mon Sep 17 00:00:00 2001 From: Wolfgang Ulbrich Date: Mon, 16 Sep 2013 13:31:49 +0200 Subject: correct python libdir to avoid configure warnings for x86_64 DEBUG: checking whether Python support is requested... autodetect DEBUG: checking for a Python interpreter with version >= 2.3... python DEBUG: checking for python... /usr/bin/python DEBUG: checking for python version... 2.7 DEBUG: checking for python platform... linux2 DEBUG: checking for python script directory... ${prefix}/lib/python2.7/site-packages DEBUG: checking for python extension module directory... ${exec_prefix}/lib64/python2.7/site-packages DEBUG: sed: can't read /usr/lib/python2.7/config/Makefile: No such file or directory DEBUG: sed: can't read /usr/lib/python2.7/config/Makefile: No such file or directory DEBUG: checking for PYGTK... yes DEBUG: checking for pygobject defs... /usr/share/pygobject/2.0/defs DEBUG: checking for pygtk defs... /usr/share/pygtk/2.0/defs DEBUG: checking for pygobject codegen... /usr/bin/python /usr/share/pygobject/2.0/codegen/codegen.py DEBUG: checking for pygobject h2def... /usr/bin/python /usr/share/pygobject/2.0/codegen/h2def.py --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 426f5b2..7e9a560 100644 --- a/configure.ac +++ b/configure.ac @@ -365,7 +365,7 @@ if test "x$have_python" != "xno"; then PYTHON_LIBS="-lpython$PYTHON_VERSION" PYTHON_LIB_LOC="-L$PY_EXEC_PREFIX/lib/python$PYTHON_VERSION/config" PYTHON_CFLAGS="-I$PY_PREFIX/include/python$PYTHON_VERSION" - PYTHON_MAKEFILE="$PY_EXEC_PREFIX/lib/python$PYTHON_VERSION/config/Makefile" + PYTHON_MAKEFILE="$libdir/python$PYTHON_VERSION/config/Makefile" PYTHON_BASEMODLIBS=`sed -n -e 's/^BASEMODLIBS=\(.*\)/\1/p' $PYTHON_MAKEFILE` PYTHON_OTHER_LIBS=`sed -n -e 's/^LIBS=\(.*\)/\1/p' $PYTHON_MAKEFILE` PYTHON_EXTRA_LIBS="$PYTHON_BASEMODLIBS $PYTHON_OTHER_LIBS" -- cgit v1.2.1 From 55e5efdcfe2bb2a9a8ba9901ecc1fed543b9f1b7 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Wed, 6 Nov 2013 00:08:29 +0100 Subject: Fix Sun GNOME Documentation Team references --- help/C/eom.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/help/C/eom.xml b/help/C/eom.xml index 14718aa..9063c5a 100644 --- a/help/C/eom.xml +++ b/help/C/eom.xml @@ -131,7 +131,7 @@ &appname; Manual V2.7 February 2004 - Sun MATE Documentation Team + Sun GNOME Documentation Team MATE Documentation Project @@ -139,7 +139,7 @@ Eye of MATE Manual V2.6 November 2003 - Sun MATE Documentation Team + Sun GNOME Documentation Team MATE Documentation Project @@ -147,7 +147,7 @@ Eye of MATE Manual V2.5 September 2003 - Sun MATE Documentation Team + Sun GNOME Documentation Team MATE Documentation Project @@ -155,7 +155,7 @@ Eye of MATE Manual V2.4 January 2003 - Sun MATE Documentation Team + Sun GNOME Documentation Team MATE Documentation Project @@ -163,7 +163,7 @@ Eye of MATE Manual V2.3 October 2002 - Sun MATE Documentation Team + Sun GNOME Documentation Team MATE Documentation Project @@ -171,7 +171,7 @@ Eye of MATE Manual V2.2 August 2002 - Sun MATE Documentation Team + Sun GNOME Documentation Team MATE Documentation Project @@ -179,7 +179,7 @@ Eye of MATE Manual V2.1 July 2002 - Sun MATE Documentation Team + Sun GNOME Documentation Team MATE Documentation Project @@ -187,7 +187,7 @@ Eye of MATE Manual V2.0 May 2002 - Sun MATE Documentation Team + Sun GNOME Documentation Team MATE Documentation Project -- cgit v1.2.1