~ubuntu-branches/ubuntu/intrepid/glib2.0/intrepid-updates

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Loic Minier
  • Date: 2008-09-03 00:51:29 UTC
  • mfrom: (1.2.47 upstream)
  • Revision ID: james.westby@ubuntu.com-20080903005129-cuvzg72uin744gd6
Tags: 2.18.0-1
* New upstream stable release, with API addition.
  - Update symbols file for new g_object_get_type() symbol and drop
    g_slice_debug_tree_statistics() which shouldn't have been exported in
    the first place.
  - Refresh patches 01_gettext-desktopfiles,
    02_usr_share_gnome_applications, and 03_blacklist-directories to apply
    cleanly.

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.62 for glib 2.17.7.
 
3
# Generated by GNU Autoconf 2.62 for glib 2.18.0.
4
4
#
5
5
# Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=glib>.
6
6
#
750
750
# Identity of this package.
751
751
PACKAGE_NAME='glib'
752
752
PACKAGE_TARNAME='glib'
753
 
PACKAGE_VERSION='2.17.7'
754
 
PACKAGE_STRING='glib 2.17.7'
 
753
PACKAGE_VERSION='2.18.0'
 
754
PACKAGE_STRING='glib 2.18.0'
755
755
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=glib'
756
756
 
757
757
ac_unique_file="glib/glib.h"
1639
1639
  # Omit some internal or obsolete options to make the list less imposing.
1640
1640
  # This message is too long to be a string in the A/UX 3.1 sh.
1641
1641
  cat <<_ACEOF
1642
 
\`configure' configures glib 2.17.7 to adapt to many kinds of systems.
 
1642
\`configure' configures glib 2.18.0 to adapt to many kinds of systems.
1643
1643
 
1644
1644
Usage: $0 [OPTION]... [VAR=VALUE]...
1645
1645
 
1709
1709
 
1710
1710
if test -n "$ac_init_help"; then
1711
1711
  case $ac_init_help in
1712
 
     short | recursive ) echo "Configuration of glib 2.17.7:";;
 
1712
     short | recursive ) echo "Configuration of glib 2.18.0:";;
1713
1713
   esac
1714
1714
  cat <<\_ACEOF
1715
1715
 
1722
1722
  --disable-dependency-tracking  speeds up one-time build
1723
1723
  --enable-dependency-tracking   do not reject slow dependency extractors
1724
1724
  --enable-debug=[no/minimum/yes]
1725
 
                          turn on debugging [default=yes]
 
1725
                          turn on debugging [default=minimum]
1726
1726
  --enable-gc-friendly    turn on garbage collector friendliness [default=no]
1727
1727
  --disable-mem-pools     disable all glib memory pools
1728
1728
  --enable-threads        turn on basic thread support [default=yes] ([=no]
1851
1851
test -n "$ac_init_help" && exit $ac_status
1852
1852
if $ac_init_version; then
1853
1853
  cat <<\_ACEOF
1854
 
glib configure 2.17.7
 
1854
glib configure 2.18.0
1855
1855
generated by GNU Autoconf 2.62
1856
1856
 
1857
1857
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1865
1865
This file contains any messages produced by compilers while
1866
1866
running configure, to aid debugging if configure makes a mistake.
1867
1867
 
1868
 
It was created by glib $as_me 2.17.7, which was
 
1868
It was created by glib $as_me 2.18.0, which was
1869
1869
generated by GNU Autoconf 2.62.  Invocation command line was
1870
1870
 
1871
1871
  $ $0 $@
2585
2585
 
2586
2586
# Define the identity of the package.
2587
2587
 PACKAGE='glib'
2588
 
 VERSION='2.17.7'
 
2588
 VERSION='2.18.0'
2589
2589
 
2590
2590
 
2591
2591
# Some tools Automake needs.
2729
2729
 
2730
2730
 
2731
2731
GLIB_MAJOR_VERSION=2
2732
 
GLIB_MINOR_VERSION=17
2733
 
GLIB_MICRO_VERSION=7
 
2732
GLIB_MINOR_VERSION=18
 
2733
GLIB_MICRO_VERSION=0
2734
2734
GLIB_INTERFACE_AGE=0
2735
 
GLIB_BINARY_AGE=1707
2736
 
GLIB_VERSION=2.17.7
 
2735
GLIB_BINARY_AGE=1800
 
2736
GLIB_VERSION=2.18.0
2737
2737
 
2738
2738
 
2739
2739
 
2749
2749
 
2750
2750
 
2751
2751
cat >>confdefs.h <<\_ACEOF
2752
 
#define GLIB_MINOR_VERSION 17
 
2752
#define GLIB_MINOR_VERSION 18
2753
2753
_ACEOF
2754
2754
 
2755
2755
 
2756
2756
cat >>confdefs.h <<\_ACEOF
2757
 
#define GLIB_MICRO_VERSION 7
 
2757
#define GLIB_MICRO_VERSION 0
2758
2758
_ACEOF
2759
2759
 
2760
2760
 
2764
2764
 
2765
2765
 
2766
2766
cat >>confdefs.h <<\_ACEOF
2767
 
#define GLIB_BINARY_AGE 1707
 
2767
#define GLIB_BINARY_AGE 1800
2768
2768
_ACEOF
2769
2769
 
2770
2770
 
2771
2771
# libtool versioning
2772
 
LT_RELEASE=2.17
2773
 
LT_CURRENT=1707
 
2772
LT_RELEASE=2.18
 
2773
LT_CURRENT=1800
2774
2774
LT_REVISION=0
2775
 
LT_AGE=1707
 
2775
LT_AGE=1800
2776
2776
LT_CURRENT_MINUS_AGE=0
2777
2777
 
2778
2778
 
4733
4733
if test "${enable_debug+set}" = set; then
4734
4734
  enableval=$enable_debug;
4735
4735
else
4736
 
  enable_debug=yes
 
4736
  enable_debug=minimum
4737
4737
fi
4738
4738
 
4739
4739
 
38327
38327
  cat >>confdefs.h <<_ACEOF
38328
38328
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
38329
38329
_ACEOF
38330
 
 { $as_echo "$as_me:$LINENO: checking for library containing lgetfilecon_raw" >&5
38331
 
$as_echo_n "checking for library containing lgetfilecon_raw... " >&6; }
38332
 
if test "${ac_cv_search_lgetfilecon_raw+set}" = set; then
 
38330
 { $as_echo "$as_me:$LINENO: checking for lgetfilecon_raw in -lselinux" >&5
 
38331
$as_echo_n "checking for lgetfilecon_raw in -lselinux... " >&6; }
 
38332
if test "${ac_cv_lib_selinux_lgetfilecon_raw+set}" = set; then
38333
38333
  $as_echo_n "(cached) " >&6
38334
38334
else
38335
 
  ac_func_search_save_LIBS=$LIBS
 
38335
  ac_check_lib_save_LIBS=$LIBS
 
38336
LIBS="-lselinux  $LIBS"
38336
38337
cat >conftest.$ac_ext <<_ACEOF
38337
38338
/* confdefs.h.  */
38338
38339
_ACEOF
38355
38356
  return 0;
38356
38357
}
38357
38358
_ACEOF
38358
 
for ac_lib in '' selinux; do
38359
 
  if test -z "$ac_lib"; then
38360
 
    ac_res="none required"
38361
 
  else
38362
 
    ac_res=-l$ac_lib
38363
 
    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
38364
 
  fi
38365
 
  rm -f conftest.$ac_objext conftest$ac_exeext
 
38359
rm -f conftest.$ac_objext conftest$ac_exeext
38366
38360
if { (ac_try="$ac_link"
38367
38361
case "(($ac_try" in
38368
38362
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38383
38377
         test "$cross_compiling" = yes ||
38384
38378
         $as_test_x conftest$ac_exeext
38385
38379
       }; then
38386
 
  ac_cv_search_lgetfilecon_raw=$ac_res
 
38380
  ac_cv_lib_selinux_lgetfilecon_raw=yes
38387
38381
else
38388
38382
  $as_echo "$as_me: failed program was:" >&5
38389
38383
sed 's/^/| /' conftest.$ac_ext >&5
38390
38384
 
38391
 
 
 
38385
        ac_cv_lib_selinux_lgetfilecon_raw=no
38392
38386
fi
38393
38387
 
38394
38388
rm -rf conftest.dSYM
38395
38389
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38396
 
      conftest$ac_exeext
38397
 
  if test "${ac_cv_search_lgetfilecon_raw+set}" = set; then
38398
 
  break
38399
 
fi
38400
 
done
38401
 
if test "${ac_cv_search_lgetfilecon_raw+set}" = set; then
38402
 
  :
38403
 
else
38404
 
  ac_cv_search_lgetfilecon_raw=no
38405
 
fi
38406
 
rm conftest.$ac_ext
38407
 
LIBS=$ac_func_search_save_LIBS
38408
 
fi
38409
 
{ $as_echo "$as_me:$LINENO: result: $ac_cv_search_lgetfilecon_raw" >&5
38410
 
$as_echo "$ac_cv_search_lgetfilecon_raw" >&6; }
38411
 
ac_res=$ac_cv_search_lgetfilecon_raw
38412
 
if test "$ac_res" != no; then
38413
 
  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
 
38390
      conftest$ac_exeext conftest.$ac_ext
 
38391
LIBS=$ac_check_lib_save_LIBS
 
38392
fi
 
38393
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_selinux_lgetfilecon_raw" >&5
 
38394
$as_echo "$ac_cv_lib_selinux_lgetfilecon_raw" >&6; }
 
38395
if test $ac_cv_lib_selinux_lgetfilecon_raw = yes; then
38414
38396
 
38415
38397
cat >>confdefs.h <<\_ACEOF
38416
38398
#define HAVE_SELINUX 1
46563
46545
# report actual input values of CONFIG_FILES etc. instead of their
46564
46546
# values after options handling.
46565
46547
ac_log="
46566
 
This file was extended by glib $as_me 2.17.7, which was
 
46548
This file was extended by glib $as_me 2.18.0, which was
46567
46549
generated by GNU Autoconf 2.62.  Invocation command line was
46568
46550
 
46569
46551
  CONFIG_FILES    = $CONFIG_FILES
46616
46598
_ACEOF
46617
46599
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
46618
46600
ac_cs_version="\\
46619
 
glib config.status 2.17.7
 
46601
glib config.status 2.18.0
46620
46602
configured by $0, generated by GNU Autoconf 2.62,
46621
46603
  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
46622
46604