~ubuntu-branches/ubuntu/trusty/anjuta/trusty

« back to all changes in this revision

Viewing changes to .pc/workaround_python_config_bug.patch/configure

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2012-05-19 19:20:27 UTC
  • mfrom: (1.1.47) (27.1.23 sid)
  • Revision ID: package-import@ubuntu.com-20120519192027-nn4vwn7auyo91d47
Tags: 2:3.4.3-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
# Guess values for system-dependent variables and create Makefiles.
3
 
# Generated by GNU Autoconf 2.68 for Anjuta 3.4.1.
 
3
# Generated by GNU Autoconf 2.68 for Anjuta 3.4.3.
4
4
#
5
5
# Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=anjuta>.
6
6
#
571
571
# Identity of this package.
572
572
PACKAGE_NAME='Anjuta'
573
573
PACKAGE_TARNAME='anjuta'
574
 
PACKAGE_VERSION='3.4.1'
575
 
PACKAGE_STRING='Anjuta 3.4.1'
 
574
PACKAGE_VERSION='3.4.3'
 
575
PACKAGE_STRING='Anjuta 3.4.3'
576
576
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=anjuta'
577
577
PACKAGE_URL='http://www.anjuta.org/'
578
578
 
1552
1552
  # Omit some internal or obsolete options to make the list less imposing.
1553
1553
  # This message is too long to be a string in the A/UX 3.1 sh.
1554
1554
  cat <<_ACEOF
1555
 
\`configure' configures Anjuta 3.4.1 to adapt to many kinds of systems.
 
1555
\`configure' configures Anjuta 3.4.3 to adapt to many kinds of systems.
1556
1556
 
1557
1557
Usage: $0 [OPTION]... [VAR=VALUE]...
1558
1558
 
1622
1622
 
1623
1623
if test -n "$ac_init_help"; then
1624
1624
  case $ac_init_help in
1625
 
     short | recursive ) echo "Configuration of Anjuta 3.4.1:";;
 
1625
     short | recursive ) echo "Configuration of Anjuta 3.4.3:";;
1626
1626
   esac
1627
1627
  cat <<\_ACEOF
1628
1628
 
1831
1831
test -n "$ac_init_help" && exit $ac_status
1832
1832
if $ac_init_version; then
1833
1833
  cat <<\_ACEOF
1834
 
Anjuta configure 3.4.1
 
1834
Anjuta configure 3.4.3
1835
1835
generated by GNU Autoconf 2.68
1836
1836
 
1837
1837
Copyright (C) 2010 Free Software Foundation, Inc.
2476
2476
This file contains any messages produced by compilers while
2477
2477
running configure, to aid debugging if configure makes a mistake.
2478
2478
 
2479
 
It was created by Anjuta $as_me 3.4.1, which was
 
2479
It was created by Anjuta $as_me 3.4.3, which was
2480
2480
generated by GNU Autoconf 2.68.  Invocation command line was
2481
2481
 
2482
2482
  $ $0 $@
2843
2843
ANJUTA_MINOR_VERSION=4
2844
2844
 
2845
2845
 
2846
 
$as_echo "#define ANJUTA_MICRO_VERSION 1" >>confdefs.h
2847
 
 
2848
 
ANJUTA_MICRO_VERSION=1
2849
 
 
2850
 
 
2851
 
$as_echo "#define ANJUTA_VERSION 3.4.1" >>confdefs.h
2852
 
 
2853
 
 
2854
 
 
2855
 
ANJUTA_VERSION=3.4.1
2856
 
 
2857
 
 
2858
 
BUGZILLA_VERSION=3.4.1
 
2846
$as_echo "#define ANJUTA_MICRO_VERSION 3" >>confdefs.h
 
2847
 
 
2848
ANJUTA_MICRO_VERSION=3
 
2849
 
 
2850
 
 
2851
$as_echo "#define ANJUTA_VERSION 3.4.3" >>confdefs.h
 
2852
 
 
2853
 
 
2854
 
 
2855
ANJUTA_VERSION=3.4.3
 
2856
 
 
2857
 
 
2858
BUGZILLA_VERSION=3.4.3
2859
2859
 
2860
2860
 
2861
2861
GLIB_REQUIRED=2.28.0
3355
3355
 
3356
3356
# Define the identity of the package.
3357
3357
 PACKAGE='anjuta'
3358
 
 VERSION='3.4.1'
 
3358
 VERSION='3.4.3'
3359
3359
 
3360
3360
 
3361
3361
cat >>confdefs.h <<_ACEOF
17951
17951
                PYTHON_LIBS=`$PYTHON-config --libs`
17952
17952
 
17953
17953
 
 
17954
        elif test -x $PYTHON$PYTHON_VERSION-config; then
 
17955
                PYTHON_CFLAGS=`$PYTHON$PYTHON_VERSION-config --cflags`
 
17956
                PYTHON_LIBS=`$PYTHON$PYTHON_VERSION-config --libs`
 
17957
 
 
17958
 
17954
17959
        else
17955
17960
                have_python="no"
 
17961
                echo "$PYTHON-config or $PYTHON$PYTHON_VERSION-config not found - disabling python"
17956
17962
        fi
17957
17963
fi
17958
17964
 
22951
22957
# report actual input values of CONFIG_FILES etc. instead of their
22952
22958
# values after options handling.
22953
22959
ac_log="
22954
 
This file was extended by Anjuta $as_me 3.4.1, which was
 
22960
This file was extended by Anjuta $as_me 3.4.3, which was
22955
22961
generated by GNU Autoconf 2.68.  Invocation command line was
22956
22962
 
22957
22963
  CONFIG_FILES    = $CONFIG_FILES
23018
23024
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
23019
23025
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
23020
23026
ac_cs_version="\\
23021
 
Anjuta config.status 3.4.1
 
23027
Anjuta config.status 3.4.3
23022
23028
configured by $0, generated by GNU Autoconf 2.68,
23023
23029
  with options \\"\$ac_cs_config\\"
23024
23030
 
25406
25412
        echo "Building class inheritance plugin: .....................NO"
25407
25413
        echo "        Requires graphviz (>= 2.6.0); http://graphviz.org"
25408
25414
fi
 
25415
if  test x$have_python = xyes; then
 
25416
        echo "Building python plugin loaeder: ........................YES"
 
25417
else
 
25418
        echo "Building python plugin loaeder: ........................NO"
 
25419
        echo "        Requires python"
 
25420
fi
25409
25421
echo "-------------------------------------------------------------------"
25410
25422
echo "AM_CFLAGS = $AM_CFLAGS"
25411
25423
echo "AM_CXXFLAGS = $AM_CXXFLAGS"