~ubuntu-branches/ubuntu/wily/wxwidgets3.0/wily-proposed

« back to all changes in this revision

Viewing changes to configure

  • Committer: Package Import Robot
  • Author(s): Olly Betts, Olly Betts, Christian Beier
  • Date: 2014-10-07 13:12:10 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20141007131210-3oyq1x092j6fd8ib
Tags: 3.0.2-1
[ Olly Betts ]

* New upstream release:
  - wxTR_EDIT_LABELS now works again.  (Closes: #762134)
* Disable gcc4.9-workaround.patch, as GCC is now fixed in jessie and this
  bug is new in 4.9 so wheezy was never affected.

[ Christian Beier ]

* debian/control.in: Add BD on libnotify-dev to enable use of libnotify.
  (Closes: #745887)

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.69 for wxWidgets 3.0.1.
 
3
# Generated by GNU Autoconf 2.69 for wxWidgets 3.0.2.
4
4
#
5
5
# Report bugs to <wx-dev@lists.wxwidgets.org>.
6
6
#
580
580
# Identity of this package.
581
581
PACKAGE_NAME='wxWidgets'
582
582
PACKAGE_TARNAME='wxwidgets'
583
 
PACKAGE_VERSION='3.0.1'
584
 
PACKAGE_STRING='wxWidgets 3.0.1'
 
583
PACKAGE_VERSION='3.0.2'
 
584
PACKAGE_STRING='wxWidgets 3.0.2'
585
585
PACKAGE_BUGREPORT='wx-dev@lists.wxwidgets.org'
586
586
PACKAGE_URL=''
587
587
 
1960
1960
  # Omit some internal or obsolete options to make the list less imposing.
1961
1961
  # This message is too long to be a string in the A/UX 3.1 sh.
1962
1962
  cat <<_ACEOF
1963
 
\`configure' configures wxWidgets 3.0.1 to adapt to many kinds of systems.
 
1963
\`configure' configures wxWidgets 3.0.2 to adapt to many kinds of systems.
1964
1964
 
1965
1965
Usage: $0 [OPTION]... [VAR=VALUE]...
1966
1966
 
2029
2029
 
2030
2030
if test -n "$ac_init_help"; then
2031
2031
  case $ac_init_help in
2032
 
     short | recursive ) echo "Configuration of wxWidgets 3.0.1:";;
 
2032
     short | recursive ) echo "Configuration of wxWidgets 3.0.2:";;
2033
2033
   esac
2034
2034
  cat <<\_ACEOF
2035
2035
 
2488
2488
test -n "$ac_init_help" && exit $ac_status
2489
2489
if $ac_init_version; then
2490
2490
  cat <<\_ACEOF
2491
 
wxWidgets configure 3.0.1
 
2491
wxWidgets configure 3.0.2
2492
2492
generated by GNU Autoconf 2.69
2493
2493
 
2494
2494
Copyright (C) 2012 Free Software Foundation, Inc.
3342
3342
This file contains any messages produced by compilers while
3343
3343
running configure, to aid debugging if configure makes a mistake.
3344
3344
 
3345
 
It was created by wxWidgets $as_me 3.0.1, which was
 
3345
It was created by wxWidgets $as_me 3.0.2, which was
3346
3346
generated by GNU Autoconf 2.69.  Invocation command line was
3347
3347
 
3348
3348
  $ $0 $@
3805
3805
 
3806
3806
wx_major_version_number=3
3807
3807
wx_minor_version_number=0
3808
 
wx_release_number=1
 
3808
wx_release_number=2
3809
3809
wx_subrelease_number=0
3810
3810
 
3811
3811
WX_RELEASE=$wx_major_version_number.$wx_minor_version_number
37466
37466
        else
37467
37467
            EXTRA_FRAMEWORKS="-framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL"
37468
37468
 
 
37469
                                                                                                if test "$wxUSE_OSX_CARBON" = 1 -o "$wxUSE_MEDIACTRL" = "yes"; then
37469
37470
 
37470
37471
            if test "$cross_compiling" != "no"; then
37471
37472
                                                                                                wx_cv_target_x86_64=no
37498
37499
            if test "$wx_cv_target_x86_64" != "yes"; then
37499
37500
                EXTRA_FRAMEWORKS="$EXTRA_FRAMEWORKS -framework QuickTime"
37500
37501
            fi
 
37502
 
 
37503
            fi
37501
37504
        fi
37502
37505
    fi
37503
37506
fi
41941
41944
# report actual input values of CONFIG_FILES etc. instead of their
41942
41945
# values after options handling.
41943
41946
ac_log="
41944
 
This file was extended by wxWidgets $as_me 3.0.1, which was
 
41947
This file was extended by wxWidgets $as_me 3.0.2, which was
41945
41948
generated by GNU Autoconf 2.69.  Invocation command line was
41946
41949
 
41947
41950
  CONFIG_FILES    = $CONFIG_FILES
42007
42010
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42008
42011
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
42009
42012
ac_cs_version="\\
42010
 
wxWidgets config.status 3.0.1
 
42013
wxWidgets config.status 3.0.2
42011
42014
configured by $0, generated by GNU Autoconf 2.69,
42012
42015
  with options \\"\$ac_cs_config\\"
42013
42016