~cosmos-door/ubuntu/oneiric/nautilus-share/fix-840292

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Michael Terry, Chow Loong Jin, Michael Terry
  • Date: 2010-12-17 10:04:15 UTC
  • Revision ID: james.westby@ubuntu.com-20101217100415-71zeksyb99sghggv
Tags: 0.7.2-14ubuntu1
[ Chow Loong Jin ]
* debian/source/format: Move to 3.0 (quilt)
* debian/patches/*: Refresh all patches for 3.0 (quilt) since
  dpkg-source is less tolerant

[ Michael Terry ]
* debian/patches/02_install_missing_samba.patch,
  debian/patches/05_dependencies.patch,
  debian/patches/11_use-gio.patch:
  + Drop libgnomeui dependency as part of the GNOME 3 cleaning effort
    (LP: #664745).

Show diffs side-by-side

added added

removed removed

Lines of Context:
899
899
NAUTILUS_LIBS
900
900
GLIB_CFLAGS
901
901
GLIB_LIBS
902
 
LIBGLADE_CFLAGS
903
 
LIBGLADE_LIBS
904
902
pixmapsdir
905
903
interfacesdir
906
904
GETTEXT_PACKAGE
942
940
NAUTILUS_CFLAGS
943
941
NAUTILUS_LIBS
944
942
GLIB_CFLAGS
945
 
GLIB_LIBS
946
 
LIBGLADE_CFLAGS
947
 
LIBGLADE_LIBS'
 
943
GLIB_LIBS'
948
944
 
949
945
 
950
946
# Initialize some variables set by options.
1561
1557
              linker flags for NAUTILUS, overriding pkg-config
1562
1558
  GLIB_CFLAGS C compiler flags for GLIB, overriding pkg-config
1563
1559
  GLIB_LIBS   linker flags for GLIB, overriding pkg-config
1564
 
  LIBGLADE_CFLAGS
1565
 
              C compiler flags for LIBGLADE, overriding pkg-config
1566
 
  LIBGLADE_LIBS
1567
 
              linker flags for LIBGLADE, overriding pkg-config
1568
1560
 
1569
1561
Use these variables to override the choices made by `configure' or to help
1570
1562
it to find libraries and programs with nonstandard names/locations.
3853
3845
NAUTILUS_REQUIRED=2.10.0
3854
3846
EEL_REQUIRED=2.10.0
3855
3847
GLIB_REQUIRED=2.4.0
3856
 
LIBGLADE_REQUIRED=2.4.0
3857
3848
 
3858
3849
DATADIRNAME=share
3859
3850
 
20683
20674
        pkg_cv_NAUTILUS_CFLAGS="$NAUTILUS_CFLAGS"
20684
20675
    else
20685
20676
        if test -n "$PKG_CONFIG" && \
20686
 
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libnautilus-extension >= \$NAUTILUS_REQUIRED eel-2.0 >= \$EEL_REQUIRED\"") >&5
20687
 
  ($PKG_CONFIG --exists --print-errors "libnautilus-extension >= $NAUTILUS_REQUIRED eel-2.0 >= $EEL_REQUIRED") 2>&5
 
20677
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libnautilus-extension >= \$NAUTILUS_REQUIRED\"") >&5
 
20678
  ($PKG_CONFIG --exists --print-errors "libnautilus-extension >= $NAUTILUS_REQUIRED") 2>&5
20688
20679
  ac_status=$?
20689
20680
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
20690
20681
  (exit $ac_status); }; then
20691
 
  pkg_cv_NAUTILUS_CFLAGS=`$PKG_CONFIG --cflags "libnautilus-extension >= $NAUTILUS_REQUIRED eel-2.0 >= $EEL_REQUIRED" 2>/dev/null`
 
20682
  pkg_cv_NAUTILUS_CFLAGS=`$PKG_CONFIG --cflags "libnautilus-extension >= $NAUTILUS_REQUIRED" 2>/dev/null`
20692
20683
else
20693
20684
  pkg_failed=yes
20694
20685
fi
20701
20692
        pkg_cv_NAUTILUS_LIBS="$NAUTILUS_LIBS"
20702
20693
    else
20703
20694
        if test -n "$PKG_CONFIG" && \
20704
 
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libnautilus-extension >= \$NAUTILUS_REQUIRED eel-2.0 >= \$EEL_REQUIRED\"") >&5
20705
 
  ($PKG_CONFIG --exists --print-errors "libnautilus-extension >= $NAUTILUS_REQUIRED eel-2.0 >= $EEL_REQUIRED") 2>&5
 
20695
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libnautilus-extension >= \$NAUTILUS_REQUIRED\"") >&5
 
20696
  ($PKG_CONFIG --exists --print-errors "libnautilus-extension >= $NAUTILUS_REQUIRED") 2>&5
20706
20697
  ac_status=$?
20707
20698
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
20708
20699
  (exit $ac_status); }; then
20709
 
  pkg_cv_NAUTILUS_LIBS=`$PKG_CONFIG --libs "libnautilus-extension >= $NAUTILUS_REQUIRED eel-2.0 >= $EEL_REQUIRED" 2>/dev/null`
 
20700
  pkg_cv_NAUTILUS_LIBS=`$PKG_CONFIG --libs "libnautilus-extension >= $NAUTILUS_REQUIRED" 2>/dev/null`
20710
20701
else
20711
20702
  pkg_failed=yes
20712
20703
fi
20725
20716
        _pkg_short_errors_supported=no
20726
20717
fi
20727
20718
        if test $_pkg_short_errors_supported = yes; then
20728
 
                NAUTILUS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libnautilus-extension >= $NAUTILUS_REQUIRED eel-2.0 >= $EEL_REQUIRED"`
 
20719
                NAUTILUS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libnautilus-extension >= $NAUTILUS_REQUIRED"`
20729
20720
        else
20730
 
                NAUTILUS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libnautilus-extension >= $NAUTILUS_REQUIRED eel-2.0 >= $EEL_REQUIRED"`
 
20721
                NAUTILUS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libnautilus-extension >= $NAUTILUS_REQUIRED"`
20731
20722
        fi
20732
20723
        # Put the nasty error message in config.log where it belongs
20733
20724
        echo "$NAUTILUS_PKG_ERRORS" >&5
20734
20725
 
20735
 
        { { echo "$as_me:$LINENO: error: Package requirements (libnautilus-extension >= $NAUTILUS_REQUIRED eel-2.0 >= $EEL_REQUIRED) were not met:
 
20726
        { { echo "$as_me:$LINENO: error: Package requirements (libnautilus-extension >= $NAUTILUS_REQUIRED) were not met:
20736
20727
 
20737
20728
$NAUTILUS_PKG_ERRORS
20738
20729
 
20743
20734
and NAUTILUS_LIBS to avoid the need to call pkg-config.
20744
20735
See the pkg-config man page for more details.
20745
20736
" >&5
20746
 
echo "$as_me: error: Package requirements (libnautilus-extension >= $NAUTILUS_REQUIRED eel-2.0 >= $EEL_REQUIRED) were not met:
 
20737
echo "$as_me: error: Package requirements (libnautilus-extension >= $NAUTILUS_REQUIRED) were not met:
20747
20738
 
20748
20739
$NAUTILUS_PKG_ERRORS
20749
20740
 
20896
20887
        :
20897
20888
fi
20898
20889
 
20899
 
pkg_failed=no
20900
 
{ echo "$as_me:$LINENO: checking for LIBGLADE" >&5
20901
 
echo $ECHO_N "checking for LIBGLADE... $ECHO_C" >&6; }
20902
 
 
20903
 
if test -n "$PKG_CONFIG"; then
20904
 
    if test -n "$LIBGLADE_CFLAGS"; then
20905
 
        pkg_cv_LIBGLADE_CFLAGS="$LIBGLADE_CFLAGS"
20906
 
    else
20907
 
        if test -n "$PKG_CONFIG" && \
20908
 
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libglade-2.0 >= \$LIBGLADE_REQUIRED\"") >&5
20909
 
  ($PKG_CONFIG --exists --print-errors "libglade-2.0 >= $LIBGLADE_REQUIRED") 2>&5
20910
 
  ac_status=$?
20911
 
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
20912
 
  (exit $ac_status); }; then
20913
 
  pkg_cv_LIBGLADE_CFLAGS=`$PKG_CONFIG --cflags "libglade-2.0 >= $LIBGLADE_REQUIRED" 2>/dev/null`
20914
 
else
20915
 
  pkg_failed=yes
20916
 
fi
20917
 
    fi
20918
 
else
20919
 
        pkg_failed=untried
20920
 
fi
20921
 
if test -n "$PKG_CONFIG"; then
20922
 
    if test -n "$LIBGLADE_LIBS"; then
20923
 
        pkg_cv_LIBGLADE_LIBS="$LIBGLADE_LIBS"
20924
 
    else
20925
 
        if test -n "$PKG_CONFIG" && \
20926
 
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libglade-2.0 >= \$LIBGLADE_REQUIRED\"") >&5
20927
 
  ($PKG_CONFIG --exists --print-errors "libglade-2.0 >= $LIBGLADE_REQUIRED") 2>&5
20928
 
  ac_status=$?
20929
 
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
20930
 
  (exit $ac_status); }; then
20931
 
  pkg_cv_LIBGLADE_LIBS=`$PKG_CONFIG --libs "libglade-2.0 >= $LIBGLADE_REQUIRED" 2>/dev/null`
20932
 
else
20933
 
  pkg_failed=yes
20934
 
fi
20935
 
    fi
20936
 
else
20937
 
        pkg_failed=untried
20938
 
fi
20939
 
 
20940
 
 
20941
 
 
20942
 
if test $pkg_failed = yes; then
20943
 
 
20944
 
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
20945
 
        _pkg_short_errors_supported=yes
20946
 
else
20947
 
        _pkg_short_errors_supported=no
20948
 
fi
20949
 
        if test $_pkg_short_errors_supported = yes; then
20950
 
                LIBGLADE_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libglade-2.0 >= $LIBGLADE_REQUIRED"`
20951
 
        else
20952
 
                LIBGLADE_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libglade-2.0 >= $LIBGLADE_REQUIRED"`
20953
 
        fi
20954
 
        # Put the nasty error message in config.log where it belongs
20955
 
        echo "$LIBGLADE_PKG_ERRORS" >&5
20956
 
 
20957
 
        { { echo "$as_me:$LINENO: error: Package requirements (libglade-2.0 >= $LIBGLADE_REQUIRED) were not met:
20958
 
 
20959
 
$LIBGLADE_PKG_ERRORS
20960
 
 
20961
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
20962
 
installed software in a non-standard prefix.
20963
 
 
20964
 
Alternatively, you may set the environment variables LIBGLADE_CFLAGS
20965
 
and LIBGLADE_LIBS to avoid the need to call pkg-config.
20966
 
See the pkg-config man page for more details.
20967
 
" >&5
20968
 
echo "$as_me: error: Package requirements (libglade-2.0 >= $LIBGLADE_REQUIRED) were not met:
20969
 
 
20970
 
$LIBGLADE_PKG_ERRORS
20971
 
 
20972
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
20973
 
installed software in a non-standard prefix.
20974
 
 
20975
 
Alternatively, you may set the environment variables LIBGLADE_CFLAGS
20976
 
and LIBGLADE_LIBS to avoid the need to call pkg-config.
20977
 
See the pkg-config man page for more details.
20978
 
" >&2;}
20979
 
   { (exit 1); exit 1; }; }
20980
 
elif test $pkg_failed = untried; then
20981
 
        { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
20982
 
is in your PATH or set the PKG_CONFIG environment variable to the full
20983
 
path to pkg-config.
20984
 
 
20985
 
Alternatively, you may set the environment variables LIBGLADE_CFLAGS
20986
 
and LIBGLADE_LIBS to avoid the need to call pkg-config.
20987
 
See the pkg-config man page for more details.
20988
 
 
20989
 
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
20990
 
See \`config.log' for more details." >&5
20991
 
echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
20992
 
is in your PATH or set the PKG_CONFIG environment variable to the full
20993
 
path to pkg-config.
20994
 
 
20995
 
Alternatively, you may set the environment variables LIBGLADE_CFLAGS
20996
 
and LIBGLADE_LIBS to avoid the need to call pkg-config.
20997
 
See the pkg-config man page for more details.
20998
 
 
20999
 
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
21000
 
See \`config.log' for more details." >&2;}
21001
 
   { (exit 1); exit 1; }; }
21002
 
else
21003
 
        LIBGLADE_CFLAGS=$pkg_cv_LIBGLADE_CFLAGS
21004
 
        LIBGLADE_LIBS=$pkg_cv_LIBGLADE_LIBS
21005
 
        { echo "$as_me:$LINENO: result: yes" >&5
21006
 
echo "${ECHO_T}yes" >&6; }
21007
 
        :
21008
 
fi
21009
 
 
21010
 
 
21011
 
 
21012
 
 
21013
 
 
21014
 
 
21015
 
 
21016
 
 
21017
 
 
21018
 
 
21019
 
 
21020
 
 
21021
20890
if test "x${prefix}" = "xNONE"; then
21022
20891
 
21023
20892
cat >>confdefs.h <<_ACEOF
23447
23316
NAUTILUS_LIBS!$NAUTILUS_LIBS$ac_delim
23448
23317
GLIB_CFLAGS!$GLIB_CFLAGS$ac_delim
23449
23318
GLIB_LIBS!$GLIB_LIBS$ac_delim
23450
 
LIBGLADE_CFLAGS!$LIBGLADE_CFLAGS$ac_delim
23451
 
LIBGLADE_LIBS!$LIBGLADE_LIBS$ac_delim
23452
23319
pixmapsdir!$pixmapsdir$ac_delim
23453
23320
interfacesdir!$interfacesdir$ac_delim
23454
23321
GETTEXT_PACKAGE!$GETTEXT_PACKAGE$ac_delim
23472
23339
LTLIBOBJS!$LTLIBOBJS$ac_delim
23473
23340
_ACEOF
23474
23341
 
23475
 
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 58; then
 
23342
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 56; then
23476
23343
    break
23477
23344
  elif $ac_last_try; then
23478
23345
    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5