~ubuntu-branches/ubuntu/lucid/sawfish/lucid-updates

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Luis Rodrigo Gallardo Cruz
  • Date: 2009-03-05 11:53:27 UTC
  • mfrom: (1.2.8 upstream) (3.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090305115327-1r4yg4eeodiyzu6z
Tags: 1:1.3.4-1
* New upstream release (Closes: #501092).
 - Includes patch from upstream BTS to fix focus handling after move-window-*
 (Closes: #132236).
 - Bump build dependency on GTK+ to 2.6.
* Loosen quilt dependency.
* Add README.source. Bump Standards-Version to 3.8.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
 
# From configure.in Revision: 1.140 .
 
2
# From configure.in Revision: 1.141 .
3
3
# Guess values for system-dependent variables and create Makefiles.
4
4
# Generated by GNU Autoconf 2.61.
5
5
#
1320
1320
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1321
1321
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1322
1322
  --disable-gtktest       do not try to compile and run a test GTK+ program
1323
 
  --enable-capplet        Build the sawfish GNOME capplet default
1324
 
  --disable-capplet       Don't built the capplet
1325
 
  --enable-themer         Build the sawfish-themer program default
1326
 
  --disable-themer        Don't build the themer
1327
1323
  --enable-gnome-widgets  Use GNOME widgets in places default
1328
1324
  --disable-gnome-widgets Don't use GNOME widgets
1329
1325
  --enable-linguas=LANGS... Install language catalogs for language codes LANGS
1824
1820
 
1825
1821
 
1826
1822
 
1827
 
version="1.3.3"
 
1823
version="1.3.4"
1828
1824
subversion=""
1829
1825
 
1830
1826
output_files="src/Makefile lisp/Makefile scripts/Makefile themes/Makefile\
6559
6555
        pkg_cv_PANGO_CFLAGS="$PANGO_CFLAGS"
6560
6556
    else
6561
6557
        if test -n "$PKG_CONFIG" && \
6562
 
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pango >= 1.2.0\"") >&5
6563
 
  ($PKG_CONFIG --exists --print-errors "pango >= 1.2.0") 2>&5
 
6558
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pango >= 1.16.0\"") >&5
 
6559
  ($PKG_CONFIG --exists --print-errors "pango >= 1.16.0") 2>&5
6564
6560
  ac_status=$?
6565
6561
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6566
6562
  (exit $ac_status); }; then
6567
 
  pkg_cv_PANGO_CFLAGS=`$PKG_CONFIG --cflags "pango >= 1.2.0" 2>/dev/null`
 
6563
  pkg_cv_PANGO_CFLAGS=`$PKG_CONFIG --cflags "pango >= 1.16.0" 2>/dev/null`
6568
6564
else
6569
6565
  pkg_failed=yes
6570
6566
fi
6577
6573
        pkg_cv_PANGO_LIBS="$PANGO_LIBS"
6578
6574
    else
6579
6575
        if test -n "$PKG_CONFIG" && \
6580
 
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pango >= 1.2.0\"") >&5
6581
 
  ($PKG_CONFIG --exists --print-errors "pango >= 1.2.0") 2>&5
 
6576
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pango >= 1.16.0\"") >&5
 
6577
  ($PKG_CONFIG --exists --print-errors "pango >= 1.16.0") 2>&5
6582
6578
  ac_status=$?
6583
6579
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6584
6580
  (exit $ac_status); }; then
6585
 
  pkg_cv_PANGO_LIBS=`$PKG_CONFIG --libs "pango >= 1.2.0" 2>/dev/null`
 
6581
  pkg_cv_PANGO_LIBS=`$PKG_CONFIG --libs "pango >= 1.16.0" 2>/dev/null`
6586
6582
else
6587
6583
  pkg_failed=yes
6588
6584
fi
6601
6597
        _pkg_short_errors_supported=no
6602
6598
fi
6603
6599
        if test $_pkg_short_errors_supported = yes; then
6604
 
                PANGO_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "pango >= 1.2.0"`
 
6600
                PANGO_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "pango >= 1.16.0"`
6605
6601
        else
6606
 
                PANGO_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pango >= 1.2.0"`
 
6602
                PANGO_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pango >= 1.16.0"`
6607
6603
        fi
6608
6604
        # Put the nasty error message in config.log where it belongs
6609
6605
        echo "$PANGO_PKG_ERRORS" >&5
6771
6767
        pkg_cv_GDK_PIXBUF_CFLAGS="$GDK_PIXBUF_CFLAGS"
6772
6768
    else
6773
6769
        if test -n "$PKG_CONFIG" && \
6774
 
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gdk-pixbuf-xlib-2.0 >= 1.3.12\"") >&5
6775
 
  ($PKG_CONFIG --exists --print-errors "gdk-pixbuf-xlib-2.0 >= 1.3.12") 2>&5
 
6770
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gdk-pixbuf-xlib-2.0 >= 2.6.0\"") >&5
 
6771
  ($PKG_CONFIG --exists --print-errors "gdk-pixbuf-xlib-2.0 >= 2.6.0") 2>&5
6776
6772
  ac_status=$?
6777
6773
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6778
6774
  (exit $ac_status); }; then
6779
 
  pkg_cv_GDK_PIXBUF_CFLAGS=`$PKG_CONFIG --cflags "gdk-pixbuf-xlib-2.0 >= 1.3.12" 2>/dev/null`
 
6775
  pkg_cv_GDK_PIXBUF_CFLAGS=`$PKG_CONFIG --cflags "gdk-pixbuf-xlib-2.0 >= 2.6.0" 2>/dev/null`
6780
6776
else
6781
6777
  pkg_failed=yes
6782
6778
fi
6789
6785
        pkg_cv_GDK_PIXBUF_LIBS="$GDK_PIXBUF_LIBS"
6790
6786
    else
6791
6787
        if test -n "$PKG_CONFIG" && \
6792
 
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gdk-pixbuf-xlib-2.0 >= 1.3.12\"") >&5
6793
 
  ($PKG_CONFIG --exists --print-errors "gdk-pixbuf-xlib-2.0 >= 1.3.12") 2>&5
 
6788
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gdk-pixbuf-xlib-2.0 >= 2.6.0\"") >&5
 
6789
  ($PKG_CONFIG --exists --print-errors "gdk-pixbuf-xlib-2.0 >= 2.6.0") 2>&5
6794
6790
  ac_status=$?
6795
6791
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6796
6792
  (exit $ac_status); }; then
6797
 
  pkg_cv_GDK_PIXBUF_LIBS=`$PKG_CONFIG --libs "gdk-pixbuf-xlib-2.0 >= 1.3.12" 2>/dev/null`
 
6793
  pkg_cv_GDK_PIXBUF_LIBS=`$PKG_CONFIG --libs "gdk-pixbuf-xlib-2.0 >= 2.6.0" 2>/dev/null`
6798
6794
else
6799
6795
  pkg_failed=yes
6800
6796
fi
6813
6809
        _pkg_short_errors_supported=no
6814
6810
fi
6815
6811
        if test $_pkg_short_errors_supported = yes; then
6816
 
                GDK_PIXBUF_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gdk-pixbuf-xlib-2.0 >= 1.3.12"`
 
6812
                GDK_PIXBUF_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gdk-pixbuf-xlib-2.0 >= 2.6.0"`
6817
6813
        else
6818
 
                GDK_PIXBUF_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gdk-pixbuf-xlib-2.0 >= 1.3.12"`
 
6814
                GDK_PIXBUF_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gdk-pixbuf-xlib-2.0 >= 2.6.0"`
6819
6815
        fi
6820
6816
        # Put the nasty error message in config.log where it belongs
6821
6817
        echo "$GDK_PIXBUF_PKG_ERRORS" >&5
6822
6818
 
6823
 
        { { echo "$as_me:$LINENO: error: Package requirements (gdk-pixbuf-xlib-2.0 >= 1.3.12) were not met:
 
6819
        { { echo "$as_me:$LINENO: error: Package requirements (gdk-pixbuf-xlib-2.0 >= 2.6.0) were not met:
6824
6820
 
6825
6821
$GDK_PIXBUF_PKG_ERRORS
6826
6822
 
6831
6827
and GDK_PIXBUF_LIBS to avoid the need to call pkg-config.
6832
6828
See the pkg-config man page for more details.
6833
6829
" >&5
6834
 
echo "$as_me: error: Package requirements (gdk-pixbuf-xlib-2.0 >= 1.3.12) were not met:
 
6830
echo "$as_me: error: Package requirements (gdk-pixbuf-xlib-2.0 >= 2.6.0) were not met:
6835
6831
 
6836
6832
$GDK_PIXBUF_PKG_ERRORS
6837
6833
 
6852
6848
and GDK_PIXBUF_LIBS to avoid the need to call pkg-config.
6853
6849
See the pkg-config man page for more details.
6854
6850
 
6855
 
To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
 
6851
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
6856
6852
See \`config.log' for more details." >&5
6857
6853
echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
6858
6854
is in your PATH or set the PKG_CONFIG environment variable to the full
6862
6858
and GDK_PIXBUF_LIBS to avoid the need to call pkg-config.
6863
6859
See the pkg-config man page for more details.
6864
6860
 
6865
 
To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
 
6861
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
6866
6862
See \`config.log' for more details." >&2;}
6867
6863
   { (exit 1); exit 1; }; }
6868
6864
else
7047
7043
    no_gtk=yes
7048
7044
  fi
7049
7045
 
7050
 
  min_gtk_version=1.3.12
 
7046
  min_gtk_version=2.6.0
7051
7047
  { echo "$as_me:$LINENO: checking for GTK+ - version >= $min_gtk_version" >&5
7052
7048
echo $ECHO_N "checking for GTK+ - version >= $min_gtk_version... $ECHO_C" >&6; }
7053
7049
 
7386
7382
and AUDIOFILE_LIBS to avoid the need to call pkg-config.
7387
7383
See the pkg-config man page for more details.
7388
7384
 
7389
 
To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
 
7385
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
7390
7386
See \`config.log' for more details." >&5
7391
7387
echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
7392
7388
is in your PATH or set the PKG_CONFIG environment variable to the full
7396
7392
and AUDIOFILE_LIBS to avoid the need to call pkg-config.
7397
7393
See the pkg-config man page for more details.
7398
7394
 
7399
 
To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
 
7395
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
7400
7396
See \`config.log' for more details." >&2;}
7401
7397
   { (exit 1); exit 1; }; }
7402
7398
else
7514
7510
and ESD_LIBS to avoid the need to call pkg-config.
7515
7511
See the pkg-config man page for more details.
7516
7512
 
7517
 
To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
 
7513
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
7518
7514
See \`config.log' for more details." >&5
7519
7515
echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
7520
7516
is in your PATH or set the PKG_CONFIG environment variable to the full
7524
7520
and ESD_LIBS to avoid the need to call pkg-config.
7525
7521
See the pkg-config man page for more details.
7526
7522
 
7527
 
To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
 
7523
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
7528
7524
See \`config.log' for more details." >&2;}
7529
7525
   { (exit 1); exit 1; }; }
7530
7526
else
7542
7538
 
7543
7539
fi
7544
7540
 
7545
 
# Check whether --enable-capplet was given.
7546
 
if test "${enable_capplet+set}" = set; then
7547
 
  enableval=$enable_capplet;
7548
 
else
7549
 
  enable_capplet=no
7550
 
fi
7551
 
 
7552
 
 
7553
 
if test "$enable_capplet" = "yes"; then
7554
 
  add_subdir "capplet"
7555
 
fi
7556
 
 
7557
 
# Check whether --enable-themer was given.
7558
 
if test "${enable_themer+set}" = set; then
7559
 
  enableval=$enable_themer;
7560
 
else
7561
 
  enable_themer=yes
7562
 
fi
7563
 
 
7564
 
 
7565
 
if test "$enable_themer" = yes; then
7566
 
    { echo "$as_me:$LINENO: checking for rep-gtk libglade wrapper" >&5
7567
 
echo $ECHO_N "checking for rep-gtk libglade wrapper... $ECHO_C" >&6; }
7568
 
  if REP_GTK_DONT_INITIALIZE=1 rep --batch -l gui.gtk.libglade 2>&5; then
7569
 
    { echo "$as_me:$LINENO: result: yes" >&5
7570
 
echo "${ECHO_T}yes" >&6; }
7571
 
    add_subdir "themer"
7572
 
  else
7573
 
    { echo "$as_me:$LINENO: result: no" >&5
7574
 
echo "${ECHO_T}no" >&6; }
7575
 
    { echo "$as_me:$LINENO: WARNING: Can't load rep's libglade wrapper, not building themer" >&5
7576
 
echo "$as_me: WARNING: Can't load rep's libglade wrapper, not building themer" >&2;}
7577
 
  fi
7578
 
fi
7579
 
 
7580
7541
# Check whether --enable-gnome-widgets was given.
7581
7542
if test "${enable_gnome_widgets+set}" = set; then
7582
7543
  enableval=$enable_gnome_widgets;