~damg/gnome-system-monitor/lp296097_

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Michael Casadevall
  • Date: 2008-08-04 17:14:32 UTC
  • mfrom: (1.1.45 upstream)
  • Revision ID: james.westby@ubuntu.com-20080804171432-d13p1hv1xfjx8bkj
Tags: 2.23.6-0ubuntu1
* New Upstream Release
* removed 60_libtool_update.patch and 70_autoconf patch as changed
  are now upstream

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.61 for gnome-system-monitor 2.23.5.
 
3
# Generated by GNU Autoconf 2.61 for gnome-system-monitor 2.23.6.
4
4
#
5
5
# Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=system-monitor>.
6
6
#
728
728
# Identity of this package.
729
729
PACKAGE_NAME='gnome-system-monitor'
730
730
PACKAGE_TARNAME='gnome-system-monitor'
731
 
PACKAGE_VERSION='2.23.5'
732
 
PACKAGE_STRING='gnome-system-monitor 2.23.5'
 
731
PACKAGE_VERSION='2.23.6'
 
732
PACKAGE_STRING='gnome-system-monitor 2.23.6'
733
733
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=system-monitor'
734
734
 
735
735
ac_unique_file="configure.in"
1454
1454
  # Omit some internal or obsolete options to make the list less imposing.
1455
1455
  # This message is too long to be a string in the A/UX 3.1 sh.
1456
1456
  cat <<_ACEOF
1457
 
\`configure' configures gnome-system-monitor 2.23.5 to adapt to many kinds of systems.
 
1457
\`configure' configures gnome-system-monitor 2.23.6 to adapt to many kinds of systems.
1458
1458
 
1459
1459
Usage: $0 [OPTION]... [VAR=VALUE]...
1460
1460
 
1524
1524
 
1525
1525
if test -n "$ac_init_help"; then
1526
1526
  case $ac_init_help in
1527
 
     short | recursive ) echo "Configuration of gnome-system-monitor 2.23.5:";;
 
1527
     short | recursive ) echo "Configuration of gnome-system-monitor 2.23.6:";;
1528
1528
   esac
1529
1529
  cat <<\_ACEOF
1530
1530
 
1643
1643
test -n "$ac_init_help" && exit $ac_status
1644
1644
if $ac_init_version; then
1645
1645
  cat <<\_ACEOF
1646
 
gnome-system-monitor configure 2.23.5
 
1646
gnome-system-monitor configure 2.23.6
1647
1647
generated by GNU Autoconf 2.61
1648
1648
 
1649
1649
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1657
1657
This file contains any messages produced by compilers while
1658
1658
running configure, to aid debugging if configure makes a mistake.
1659
1659
 
1660
 
It was created by gnome-system-monitor $as_me 2.23.5, which was
 
1660
It was created by gnome-system-monitor $as_me 2.23.6, which was
1661
1661
generated by GNU Autoconf 2.61.  Invocation command line was
1662
1662
 
1663
1663
  $ $0 $@
2331
2331
 
2332
2332
# Define the identity of the package.
2333
2333
 PACKAGE='gnome-system-monitor'
2334
 
 VERSION='2.23.5'
 
2334
 VERSION='2.23.6'
2335
2335
 
2336
2336
 
2337
2337
cat >>confdefs.h <<_ACEOF
21356
21356
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21357
21357
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21358
21358
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
 
21359
if test -z "$CXX"; then
 
21360
  if test -n "$CCC"; then
 
21361
    CXX=$CCC
 
21362
  else
 
21363
    if test -n "$ac_tool_prefix"; then
 
21364
  for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
 
21365
  do
 
21366
    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
 
21367
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
 
21368
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
21369
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
21370
if test "${ac_cv_prog_CXX+set}" = set; then
 
21371
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
21372
else
 
21373
  if test -n "$CXX"; then
 
21374
  ac_cv_prog_CXX="$CXX" # Let the user override the test.
 
21375
else
 
21376
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
21377
for as_dir in $PATH
 
21378
do
 
21379
  IFS=$as_save_IFS
 
21380
  test -z "$as_dir" && as_dir=.
 
21381
  for ac_exec_ext in '' $ac_executable_extensions; do
 
21382
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
21383
    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
 
21384
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
21385
    break 2
 
21386
  fi
 
21387
done
 
21388
done
 
21389
IFS=$as_save_IFS
 
21390
 
 
21391
fi
 
21392
fi
 
21393
CXX=$ac_cv_prog_CXX
 
21394
if test -n "$CXX"; then
 
21395
  { echo "$as_me:$LINENO: result: $CXX" >&5
 
21396
echo "${ECHO_T}$CXX" >&6; }
 
21397
else
 
21398
  { echo "$as_me:$LINENO: result: no" >&5
 
21399
echo "${ECHO_T}no" >&6; }
 
21400
fi
 
21401
 
 
21402
 
 
21403
    test -n "$CXX" && break
 
21404
  done
 
21405
fi
 
21406
if test -z "$CXX"; then
 
21407
  ac_ct_CXX=$CXX
 
21408
  for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
 
21409
do
 
21410
  # Extract the first word of "$ac_prog", so it can be a program name with args.
 
21411
set dummy $ac_prog; ac_word=$2
 
21412
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
21413
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
21414
if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
 
21415
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
21416
else
 
21417
  if test -n "$ac_ct_CXX"; then
 
21418
  ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
 
21419
else
 
21420
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
21421
for as_dir in $PATH
 
21422
do
 
21423
  IFS=$as_save_IFS
 
21424
  test -z "$as_dir" && as_dir=.
 
21425
  for ac_exec_ext in '' $ac_executable_extensions; do
 
21426
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
21427
    ac_cv_prog_ac_ct_CXX="$ac_prog"
 
21428
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
21429
    break 2
 
21430
  fi
 
21431
done
 
21432
done
 
21433
IFS=$as_save_IFS
 
21434
 
 
21435
fi
 
21436
fi
 
21437
ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
 
21438
if test -n "$ac_ct_CXX"; then
 
21439
  { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
 
21440
echo "${ECHO_T}$ac_ct_CXX" >&6; }
 
21441
else
 
21442
  { echo "$as_me:$LINENO: result: no" >&5
 
21443
echo "${ECHO_T}no" >&6; }
 
21444
fi
 
21445
 
 
21446
 
 
21447
  test -n "$ac_ct_CXX" && break
 
21448
done
 
21449
 
 
21450
  if test "x$ac_ct_CXX" = x; then
 
21451
    CXX="g++"
 
21452
  else
 
21453
    case $cross_compiling:$ac_tool_warned in
 
21454
yes:)
 
21455
{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
21456
whose name does not start with the host triplet.  If you think this
 
21457
configuration is useful to you, please write to autoconf@gnu.org." >&5
 
21458
echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
21459
whose name does not start with the host triplet.  If you think this
 
21460
configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
21461
ac_tool_warned=yes ;;
 
21462
esac
 
21463
    CXX=$ac_ct_CXX
 
21464
  fi
 
21465
fi
 
21466
 
 
21467
  fi
 
21468
fi
 
21469
# Provide some information about the compiler.
 
21470
echo "$as_me:$LINENO: checking for C++ compiler version" >&5
 
21471
ac_compiler=`set X $ac_compile; echo $2`
 
21472
{ (ac_try="$ac_compiler --version >&5"
 
21473
case "(($ac_try" in
 
21474
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
21475
  *) ac_try_echo=$ac_try;;
 
21476
esac
 
21477
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
21478
  (eval "$ac_compiler --version >&5") 2>&5
 
21479
  ac_status=$?
 
21480
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
21481
  (exit $ac_status); }
 
21482
{ (ac_try="$ac_compiler -v >&5"
 
21483
case "(($ac_try" in
 
21484
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
21485
  *) ac_try_echo=$ac_try;;
 
21486
esac
 
21487
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
21488
  (eval "$ac_compiler -v >&5") 2>&5
 
21489
  ac_status=$?
 
21490
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
21491
  (exit $ac_status); }
 
21492
{ (ac_try="$ac_compiler -V >&5"
 
21493
case "(($ac_try" in
 
21494
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
21495
  *) ac_try_echo=$ac_try;;
 
21496
esac
 
21497
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
21498
  (eval "$ac_compiler -V >&5") 2>&5
 
21499
  ac_status=$?
 
21500
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
21501
  (exit $ac_status); }
 
21502
 
 
21503
{ echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
 
21504
echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
 
21505
if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
 
21506
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
21507
else
 
21508
  cat >conftest.$ac_ext <<_ACEOF
 
21509
/* confdefs.h.  */
 
21510
_ACEOF
 
21511
cat confdefs.h >>conftest.$ac_ext
 
21512
cat >>conftest.$ac_ext <<_ACEOF
 
21513
/* end confdefs.h.  */
 
21514
 
 
21515
int
 
21516
main ()
 
21517
{
 
21518
#ifndef __GNUC__
 
21519
       choke me
 
21520
#endif
 
21521
 
 
21522
  ;
 
21523
  return 0;
 
21524
}
 
21525
_ACEOF
 
21526
rm -f conftest.$ac_objext
 
21527
if { (ac_try="$ac_compile"
 
21528
case "(($ac_try" in
 
21529
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
21530
  *) ac_try_echo=$ac_try;;
 
21531
esac
 
21532
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
21533
  (eval "$ac_compile") 2>conftest.er1
 
21534
  ac_status=$?
 
21535
  grep -v '^ *+' conftest.er1 >conftest.err
 
21536
  rm -f conftest.er1
 
21537
  cat conftest.err >&5
 
21538
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
21539
  (exit $ac_status); } && {
 
21540
         test -z "$ac_cxx_werror_flag" ||
 
21541
         test ! -s conftest.err
 
21542
       } && test -s conftest.$ac_objext; then
 
21543
  ac_compiler_gnu=yes
 
21544
else
 
21545
  echo "$as_me: failed program was:" >&5
 
21546
sed 's/^/| /' conftest.$ac_ext >&5
 
21547
 
 
21548
        ac_compiler_gnu=no
 
21549
fi
 
21550
 
 
21551
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
21552
ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
 
21553
 
 
21554
fi
 
21555
{ echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
 
21556
echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
 
21557
GXX=`test $ac_compiler_gnu = yes && echo yes`
 
21558
ac_test_CXXFLAGS=${CXXFLAGS+set}
 
21559
ac_save_CXXFLAGS=$CXXFLAGS
 
21560
{ echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
 
21561
echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
 
21562
if test "${ac_cv_prog_cxx_g+set}" = set; then
 
21563
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
21564
else
 
21565
  ac_save_cxx_werror_flag=$ac_cxx_werror_flag
 
21566
   ac_cxx_werror_flag=yes
 
21567
   ac_cv_prog_cxx_g=no
 
21568
   CXXFLAGS="-g"
 
21569
   cat >conftest.$ac_ext <<_ACEOF
 
21570
/* confdefs.h.  */
 
21571
_ACEOF
 
21572
cat confdefs.h >>conftest.$ac_ext
 
21573
cat >>conftest.$ac_ext <<_ACEOF
 
21574
/* end confdefs.h.  */
 
21575
 
 
21576
int
 
21577
main ()
 
21578
{
 
21579
 
 
21580
  ;
 
21581
  return 0;
 
21582
}
 
21583
_ACEOF
 
21584
rm -f conftest.$ac_objext
 
21585
if { (ac_try="$ac_compile"
 
21586
case "(($ac_try" in
 
21587
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
21588
  *) ac_try_echo=$ac_try;;
 
21589
esac
 
21590
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
21591
  (eval "$ac_compile") 2>conftest.er1
 
21592
  ac_status=$?
 
21593
  grep -v '^ *+' conftest.er1 >conftest.err
 
21594
  rm -f conftest.er1
 
21595
  cat conftest.err >&5
 
21596
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
21597
  (exit $ac_status); } && {
 
21598
         test -z "$ac_cxx_werror_flag" ||
 
21599
         test ! -s conftest.err
 
21600
       } && test -s conftest.$ac_objext; then
 
21601
  ac_cv_prog_cxx_g=yes
 
21602
else
 
21603
  echo "$as_me: failed program was:" >&5
 
21604
sed 's/^/| /' conftest.$ac_ext >&5
 
21605
 
 
21606
        CXXFLAGS=""
 
21607
      cat >conftest.$ac_ext <<_ACEOF
 
21608
/* confdefs.h.  */
 
21609
_ACEOF
 
21610
cat confdefs.h >>conftest.$ac_ext
 
21611
cat >>conftest.$ac_ext <<_ACEOF
 
21612
/* end confdefs.h.  */
 
21613
 
 
21614
int
 
21615
main ()
 
21616
{
 
21617
 
 
21618
  ;
 
21619
  return 0;
 
21620
}
 
21621
_ACEOF
 
21622
rm -f conftest.$ac_objext
 
21623
if { (ac_try="$ac_compile"
 
21624
case "(($ac_try" in
 
21625
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
21626
  *) ac_try_echo=$ac_try;;
 
21627
esac
 
21628
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
21629
  (eval "$ac_compile") 2>conftest.er1
 
21630
  ac_status=$?
 
21631
  grep -v '^ *+' conftest.er1 >conftest.err
 
21632
  rm -f conftest.er1
 
21633
  cat conftest.err >&5
 
21634
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
21635
  (exit $ac_status); } && {
 
21636
         test -z "$ac_cxx_werror_flag" ||
 
21637
         test ! -s conftest.err
 
21638
       } && test -s conftest.$ac_objext; then
 
21639
  :
 
21640
else
 
21641
  echo "$as_me: failed program was:" >&5
 
21642
sed 's/^/| /' conftest.$ac_ext >&5
 
21643
 
 
21644
        ac_cxx_werror_flag=$ac_save_cxx_werror_flag
 
21645
         CXXFLAGS="-g"
 
21646
         cat >conftest.$ac_ext <<_ACEOF
 
21647
/* confdefs.h.  */
 
21648
_ACEOF
 
21649
cat confdefs.h >>conftest.$ac_ext
 
21650
cat >>conftest.$ac_ext <<_ACEOF
 
21651
/* end confdefs.h.  */
 
21652
 
 
21653
int
 
21654
main ()
 
21655
{
 
21656
 
 
21657
  ;
 
21658
  return 0;
 
21659
}
 
21660
_ACEOF
 
21661
rm -f conftest.$ac_objext
 
21662
if { (ac_try="$ac_compile"
 
21663
case "(($ac_try" in
 
21664
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
21665
  *) ac_try_echo=$ac_try;;
 
21666
esac
 
21667
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
21668
  (eval "$ac_compile") 2>conftest.er1
 
21669
  ac_status=$?
 
21670
  grep -v '^ *+' conftest.er1 >conftest.err
 
21671
  rm -f conftest.er1
 
21672
  cat conftest.err >&5
 
21673
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
21674
  (exit $ac_status); } && {
 
21675
         test -z "$ac_cxx_werror_flag" ||
 
21676
         test ! -s conftest.err
 
21677
       } && test -s conftest.$ac_objext; then
 
21678
  ac_cv_prog_cxx_g=yes
 
21679
else
 
21680
  echo "$as_me: failed program was:" >&5
 
21681
sed 's/^/| /' conftest.$ac_ext >&5
 
21682
 
 
21683
 
 
21684
fi
 
21685
 
 
21686
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
21687
fi
 
21688
 
 
21689
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
21690
fi
 
21691
 
 
21692
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
21693
   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
 
21694
fi
 
21695
{ echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
 
21696
echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
 
21697
if test "$ac_test_CXXFLAGS" = set; then
 
21698
  CXXFLAGS=$ac_save_CXXFLAGS
 
21699
elif test $ac_cv_prog_cxx_g = yes; then
 
21700
  if test "$GXX" = yes; then
 
21701
    CXXFLAGS="-g -O2"
 
21702
  else
 
21703
    CXXFLAGS="-g"
 
21704
  fi
 
21705
else
 
21706
  if test "$GXX" = yes; then
 
21707
    CXXFLAGS="-O2"
 
21708
  else
 
21709
    CXXFLAGS=
 
21710
  fi
 
21711
fi
 
21712
ac_ext=c
 
21713
ac_cpp='$CPP $CPPFLAGS'
 
21714
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
21715
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
21716
ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
21717
 
 
21718
depcc="$CXX"  am_compiler_list=
 
21719
 
 
21720
{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
 
21721
echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
 
21722
if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
 
21723
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
21724
else
 
21725
  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
 
21726
  # We make a subdir and do the tests there.  Otherwise we can end up
 
21727
  # making bogus files that we don't know about and never remove.  For
 
21728
  # instance it was reported that on HP-UX the gcc test will end up
 
21729
  # making a dummy file named `D' -- because `-MD' means `put the output
 
21730
  # in D'.
 
21731
  mkdir conftest.dir
 
21732
  # Copy depcomp to subdir because otherwise we won't find it if we're
 
21733
  # using a relative directory.
 
21734
  cp "$am_depcomp" conftest.dir
 
21735
  cd conftest.dir
 
21736
  # We will build objects and dependencies in a subdirectory because
 
21737
  # it helps to detect inapplicable dependency modes.  For instance
 
21738
  # both Tru64's cc and ICC support -MD to output dependencies as a
 
21739
  # side effect of compilation, but ICC will put the dependencies in
 
21740
  # the current directory while Tru64 will put them in the object
 
21741
  # directory.
 
21742
  mkdir sub
 
21743
 
 
21744
  am_cv_CXX_dependencies_compiler_type=none
 
21745
  if test "$am_compiler_list" = ""; then
 
21746
     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
 
21747
  fi
 
21748
  for depmode in $am_compiler_list; do
 
21749
    # Setup a source with many dependencies, because some compilers
 
21750
    # like to wrap large dependency lists on column 80 (with \), and
 
21751
    # we should not choose a depcomp mode which is confused by this.
 
21752
    #
 
21753
    # We need to recreate these files for each test, as the compiler may
 
21754
    # overwrite some of them when testing with obscure command lines.
 
21755
    # This happens at least with the AIX C compiler.
 
21756
    : > sub/conftest.c
 
21757
    for i in 1 2 3 4 5 6; do
 
21758
      echo '#include "conftst'$i'.h"' >> sub/conftest.c
 
21759
      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
 
21760
      # Solaris 8's {/usr,}/bin/sh.
 
21761
      touch sub/conftst$i.h
 
21762
    done
 
21763
    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
 
21764
 
 
21765
    case $depmode in
 
21766
    nosideeffect)
 
21767
      # after this tag, mechanisms are not by side-effect, so they'll
 
21768
      # only be used when explicitly requested
 
21769
      if test "x$enable_dependency_tracking" = xyes; then
 
21770
        continue
 
21771
      else
 
21772
        break
 
21773
      fi
 
21774
      ;;
 
21775
    none) break ;;
 
21776
    esac
 
21777
    # We check with `-c' and `-o' for the sake of the "dashmstdout"
 
21778
    # mode.  It turns out that the SunPro C++ compiler does not properly
 
21779
    # handle `-M -o', and we need to detect this.
 
21780
    if depmode=$depmode \
 
21781
       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
 
21782
       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
 
21783
       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
 
21784
         >/dev/null 2>conftest.err &&
 
21785
       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
 
21786
       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
 
21787
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
 
21788
      # icc doesn't choke on unknown options, it will just issue warnings
 
21789
      # or remarks (even with -Werror).  So we grep stderr for any message
 
21790
      # that says an option was ignored or not supported.
 
21791
      # When given -MP, icc 7.0 and 7.1 complain thusly:
 
21792
      #   icc: Command line warning: ignoring option '-M'; no argument required
 
21793
      # The diagnosis changed in icc 8.0:
 
21794
      #   icc: Command line remark: option '-MP' not supported
 
21795
      if (grep 'ignoring option' conftest.err ||
 
21796
          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
 
21797
        am_cv_CXX_dependencies_compiler_type=$depmode
 
21798
        break
 
21799
      fi
 
21800
    fi
 
21801
  done
 
21802
 
 
21803
  cd ..
 
21804
  rm -rf conftest.dir
 
21805
else
 
21806
  am_cv_CXX_dependencies_compiler_type=none
 
21807
fi
 
21808
 
 
21809
fi
 
21810
{ echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
 
21811
echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; }
 
21812
CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
 
21813
 
 
21814
 
 
21815
 
 
21816
if
 
21817
  test "x$enable_dependency_tracking" != xno \
 
21818
  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
 
21819
  am__fastdepCXX_TRUE=
 
21820
  am__fastdepCXX_FALSE='#'
 
21821
else
 
21822
  am__fastdepCXX_TRUE='#'
 
21823
  am__fastdepCXX_FALSE=
 
21824
fi
 
21825
 
 
21826
 
 
21827
ac_ext=cpp
 
21828
ac_cpp='$CXXCPP $CPPFLAGS'
 
21829
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
21830
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
21831
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21359
21832
 
21360
21833
 
21361
21834
ac_ext=c
22476
22949
        pkg_cv_PROCMAN_CFLAGS="$PROCMAN_CFLAGS"
22477
22950
    else
22478
22951
        if test -n "$PKG_CONFIG" && \
22479
 
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= \$GLIB_REQUIRED gconf-2.0 >= \$GCONF_REQUIRED libgtop-2.0 >= \$LIBGTOP_REQUIRED libwnck-1.0 >= \$LIBWNCK_REQUIRED gtk+-2.0 >= \$GTK_REQUIRED gnome-icon-theme >= \$GNOME_ICON_THEME_REQUIRED gtkmm-2.4 >= \$GTKMM_REQUIRED libxml-2.0 >= \$LIBXML_REQUIRED librsvg-2.0 >= \$RSVG_REQUIRED glibmm-2.4 >= \$GLIBMM_REQUIRED giomm-2.4 >= \$GIOMM_REQUIRED\"") >&5
22480
 
  ($PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB_REQUIRED gconf-2.0 >= $GCONF_REQUIRED libgtop-2.0 >= $LIBGTOP_REQUIRED libwnck-1.0 >= $LIBWNCK_REQUIRED gtk+-2.0 >= $GTK_REQUIRED gnome-icon-theme >= $GNOME_ICON_THEME_REQUIRED gtkmm-2.4 >= $GTKMM_REQUIRED libxml-2.0 >= $LIBXML_REQUIRED librsvg-2.0 >= $RSVG_REQUIRED glibmm-2.4 >= $GLIBMM_REQUIRED giomm-2.4 >= $GIOMM_REQUIRED") 2>&5
 
22952
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= \$GLIB_REQUIRED gconf-2.0 >= \$GCONF_REQUIRED libgtop-2.0 >= \$LIBGTOP_REQUIRED libwnck-1.0 >= \$LIBWNCK_REQUIRED gtk+-2.0 >= \$GTK_REQUIRED launchpad-integration gnome-icon-theme >= \$GNOME_ICON_THEME_REQUIRED gtkmm-2.4 >= \$GTKMM_REQUIRED libxml-2.0 >= \$LIBXML_REQUIRED librsvg-2.0 >= \$RSVG_REQUIRED glibmm-2.4 >= \$GLIBMM_REQUIRED giomm-2.4 >= \$GIOMM_REQUIRED\"") >&5
 
22953
  ($PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB_REQUIRED gconf-2.0 >= $GCONF_REQUIRED libgtop-2.0 >= $LIBGTOP_REQUIRED libwnck-1.0 >= $LIBWNCK_REQUIRED gtk+-2.0 >= $GTK_REQUIRED launchpad-integration gnome-icon-theme >= $GNOME_ICON_THEME_REQUIRED gtkmm-2.4 >= $GTKMM_REQUIRED libxml-2.0 >= $LIBXML_REQUIRED librsvg-2.0 >= $RSVG_REQUIRED glibmm-2.4 >= $GLIBMM_REQUIRED giomm-2.4 >= $GIOMM_REQUIRED") 2>&5
22481
22954
  ac_status=$?
22482
22955
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22483
22956
  (exit $ac_status); }; then
22484
 
  pkg_cv_PROCMAN_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= $GLIB_REQUIRED gconf-2.0 >= $GCONF_REQUIRED libgtop-2.0 >= $LIBGTOP_REQUIRED libwnck-1.0 >= $LIBWNCK_REQUIRED gtk+-2.0 >= $GTK_REQUIRED gnome-icon-theme >= $GNOME_ICON_THEME_REQUIRED gtkmm-2.4 >= $GTKMM_REQUIRED libxml-2.0 >= $LIBXML_REQUIRED librsvg-2.0 >= $RSVG_REQUIRED glibmm-2.4 >= $GLIBMM_REQUIRED giomm-2.4 >= $GIOMM_REQUIRED" 2>/dev/null`
 
22957
  pkg_cv_PROCMAN_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= $GLIB_REQUIRED gconf-2.0 >= $GCONF_REQUIRED libgtop-2.0 >= $LIBGTOP_REQUIRED libwnck-1.0 >= $LIBWNCK_REQUIRED gtk+-2.0 >= $GTK_REQUIRED launchpad-integration gnome-icon-theme >= $GNOME_ICON_THEME_REQUIRED gtkmm-2.4 >= $GTKMM_REQUIRED libxml-2.0 >= $LIBXML_REQUIRED librsvg-2.0 >= $RSVG_REQUIRED glibmm-2.4 >= $GLIBMM_REQUIRED giomm-2.4 >= $GIOMM_REQUIRED" 2>/dev/null`
22485
22958
else
22486
22959
  pkg_failed=yes
22487
22960
fi
22494
22967
        pkg_cv_PROCMAN_LIBS="$PROCMAN_LIBS"
22495
22968
    else
22496
22969
        if test -n "$PKG_CONFIG" && \
22497
 
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= \$GLIB_REQUIRED gconf-2.0 >= \$GCONF_REQUIRED libgtop-2.0 >= \$LIBGTOP_REQUIRED libwnck-1.0 >= \$LIBWNCK_REQUIRED gtk+-2.0 >= \$GTK_REQUIRED gnome-icon-theme >= \$GNOME_ICON_THEME_REQUIRED gtkmm-2.4 >= \$GTKMM_REQUIRED libxml-2.0 >= \$LIBXML_REQUIRED librsvg-2.0 >= \$RSVG_REQUIRED glibmm-2.4 >= \$GLIBMM_REQUIRED giomm-2.4 >= \$GIOMM_REQUIRED\"") >&5
22498
 
  ($PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB_REQUIRED gconf-2.0 >= $GCONF_REQUIRED libgtop-2.0 >= $LIBGTOP_REQUIRED libwnck-1.0 >= $LIBWNCK_REQUIRED gtk+-2.0 >= $GTK_REQUIRED gnome-icon-theme >= $GNOME_ICON_THEME_REQUIRED gtkmm-2.4 >= $GTKMM_REQUIRED libxml-2.0 >= $LIBXML_REQUIRED librsvg-2.0 >= $RSVG_REQUIRED glibmm-2.4 >= $GLIBMM_REQUIRED giomm-2.4 >= $GIOMM_REQUIRED") 2>&5
 
22970
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= \$GLIB_REQUIRED gconf-2.0 >= \$GCONF_REQUIRED libgtop-2.0 >= \$LIBGTOP_REQUIRED libwnck-1.0 >= \$LIBWNCK_REQUIRED gtk+-2.0 >= \$GTK_REQUIRED launchpad-integration gnome-icon-theme >= \$GNOME_ICON_THEME_REQUIRED gtkmm-2.4 >= \$GTKMM_REQUIRED libxml-2.0 >= \$LIBXML_REQUIRED librsvg-2.0 >= \$RSVG_REQUIRED glibmm-2.4 >= \$GLIBMM_REQUIRED giomm-2.4 >= \$GIOMM_REQUIRED\"") >&5
 
22971
  ($PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB_REQUIRED gconf-2.0 >= $GCONF_REQUIRED libgtop-2.0 >= $LIBGTOP_REQUIRED libwnck-1.0 >= $LIBWNCK_REQUIRED gtk+-2.0 >= $GTK_REQUIRED launchpad-integration gnome-icon-theme >= $GNOME_ICON_THEME_REQUIRED gtkmm-2.4 >= $GTKMM_REQUIRED libxml-2.0 >= $LIBXML_REQUIRED librsvg-2.0 >= $RSVG_REQUIRED glibmm-2.4 >= $GLIBMM_REQUIRED giomm-2.4 >= $GIOMM_REQUIRED") 2>&5
22499
22972
  ac_status=$?
22500
22973
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22501
22974
  (exit $ac_status); }; then
22502
 
  pkg_cv_PROCMAN_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= $GLIB_REQUIRED gconf-2.0 >= $GCONF_REQUIRED libgtop-2.0 >= $LIBGTOP_REQUIRED libwnck-1.0 >= $LIBWNCK_REQUIRED gtk+-2.0 >= $GTK_REQUIRED gnome-icon-theme >= $GNOME_ICON_THEME_REQUIRED gtkmm-2.4 >= $GTKMM_REQUIRED libxml-2.0 >= $LIBXML_REQUIRED librsvg-2.0 >= $RSVG_REQUIRED glibmm-2.4 >= $GLIBMM_REQUIRED giomm-2.4 >= $GIOMM_REQUIRED" 2>/dev/null`
 
22975
  pkg_cv_PROCMAN_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= $GLIB_REQUIRED gconf-2.0 >= $GCONF_REQUIRED libgtop-2.0 >= $LIBGTOP_REQUIRED libwnck-1.0 >= $LIBWNCK_REQUIRED gtk+-2.0 >= $GTK_REQUIRED launchpad-integration gnome-icon-theme >= $GNOME_ICON_THEME_REQUIRED gtkmm-2.4 >= $GTKMM_REQUIRED libxml-2.0 >= $LIBXML_REQUIRED librsvg-2.0 >= $RSVG_REQUIRED glibmm-2.4 >= $GLIBMM_REQUIRED giomm-2.4 >= $GIOMM_REQUIRED" 2>/dev/null`
22503
22976
else
22504
22977
  pkg_failed=yes
22505
22978
fi
22518
22991
        _pkg_short_errors_supported=no
22519
22992
fi
22520
22993
        if test $_pkg_short_errors_supported = yes; then
22521
 
                PROCMAN_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "glib-2.0 >= $GLIB_REQUIRED gconf-2.0 >= $GCONF_REQUIRED libgtop-2.0 >= $LIBGTOP_REQUIRED libwnck-1.0 >= $LIBWNCK_REQUIRED gtk+-2.0 >= $GTK_REQUIRED gnome-icon-theme >= $GNOME_ICON_THEME_REQUIRED gtkmm-2.4 >= $GTKMM_REQUIRED libxml-2.0 >= $LIBXML_REQUIRED librsvg-2.0 >= $RSVG_REQUIRED glibmm-2.4 >= $GLIBMM_REQUIRED giomm-2.4 >= $GIOMM_REQUIRED"`
 
22994
                PROCMAN_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "glib-2.0 >= $GLIB_REQUIRED gconf-2.0 >= $GCONF_REQUIRED libgtop-2.0 >= $LIBGTOP_REQUIRED libwnck-1.0 >= $LIBWNCK_REQUIRED gtk+-2.0 >= $GTK_REQUIRED launchpad-integration gnome-icon-theme >= $GNOME_ICON_THEME_REQUIRED gtkmm-2.4 >= $GTKMM_REQUIRED libxml-2.0 >= $LIBXML_REQUIRED librsvg-2.0 >= $RSVG_REQUIRED glibmm-2.4 >= $GLIBMM_REQUIRED giomm-2.4 >= $GIOMM_REQUIRED"`
22522
22995
        else
22523
 
                PROCMAN_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "glib-2.0 >= $GLIB_REQUIRED gconf-2.0 >= $GCONF_REQUIRED libgtop-2.0 >= $LIBGTOP_REQUIRED libwnck-1.0 >= $LIBWNCK_REQUIRED gtk+-2.0 >= $GTK_REQUIRED gnome-icon-theme >= $GNOME_ICON_THEME_REQUIRED gtkmm-2.4 >= $GTKMM_REQUIRED libxml-2.0 >= $LIBXML_REQUIRED librsvg-2.0 >= $RSVG_REQUIRED glibmm-2.4 >= $GLIBMM_REQUIRED giomm-2.4 >= $GIOMM_REQUIRED"`
 
22996
                PROCMAN_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "glib-2.0 >= $GLIB_REQUIRED gconf-2.0 >= $GCONF_REQUIRED libgtop-2.0 >= $LIBGTOP_REQUIRED libwnck-1.0 >= $LIBWNCK_REQUIRED gtk+-2.0 >= $GTK_REQUIRED launchpad-integration gnome-icon-theme >= $GNOME_ICON_THEME_REQUIRED gtkmm-2.4 >= $GTKMM_REQUIRED libxml-2.0 >= $LIBXML_REQUIRED librsvg-2.0 >= $RSVG_REQUIRED glibmm-2.4 >= $GLIBMM_REQUIRED giomm-2.4 >= $GIOMM_REQUIRED"`
22524
22997
        fi
22525
22998
        # Put the nasty error message in config.log where it belongs
22526
22999
        echo "$PROCMAN_PKG_ERRORS" >&5
22527
23000
 
22528
 
        { { echo "$as_me:$LINENO: error: Package requirements (glib-2.0 >= $GLIB_REQUIRED gconf-2.0 >= $GCONF_REQUIRED libgtop-2.0 >= $LIBGTOP_REQUIRED libwnck-1.0 >= $LIBWNCK_REQUIRED gtk+-2.0 >= $GTK_REQUIRED gnome-icon-theme >= $GNOME_ICON_THEME_REQUIRED gtkmm-2.4 >= $GTKMM_REQUIRED libxml-2.0 >= $LIBXML_REQUIRED librsvg-2.0 >= $RSVG_REQUIRED glibmm-2.4 >= $GLIBMM_REQUIRED giomm-2.4 >= $GIOMM_REQUIRED) were not met:
 
23001
        { { echo "$as_me:$LINENO: error: Package requirements (glib-2.0 >= $GLIB_REQUIRED gconf-2.0 >= $GCONF_REQUIRED libgtop-2.0 >= $LIBGTOP_REQUIRED libwnck-1.0 >= $LIBWNCK_REQUIRED gtk+-2.0 >= $GTK_REQUIRED launchpad-integration gnome-icon-theme >= $GNOME_ICON_THEME_REQUIRED gtkmm-2.4 >= $GTKMM_REQUIRED libxml-2.0 >= $LIBXML_REQUIRED librsvg-2.0 >= $RSVG_REQUIRED glibmm-2.4 >= $GLIBMM_REQUIRED giomm-2.4 >= $GIOMM_REQUIRED) were not met:
22529
23002
 
22530
23003
$PROCMAN_PKG_ERRORS
22531
23004
 
22536
23009
and PROCMAN_LIBS to avoid the need to call pkg-config.
22537
23010
See the pkg-config man page for more details.
22538
23011
" >&5
22539
 
echo "$as_me: error: Package requirements (glib-2.0 >= $GLIB_REQUIRED gconf-2.0 >= $GCONF_REQUIRED libgtop-2.0 >= $LIBGTOP_REQUIRED libwnck-1.0 >= $LIBWNCK_REQUIRED gtk+-2.0 >= $GTK_REQUIRED gnome-icon-theme >= $GNOME_ICON_THEME_REQUIRED gtkmm-2.4 >= $GTKMM_REQUIRED libxml-2.0 >= $LIBXML_REQUIRED librsvg-2.0 >= $RSVG_REQUIRED glibmm-2.4 >= $GLIBMM_REQUIRED giomm-2.4 >= $GIOMM_REQUIRED) were not met:
 
23012
echo "$as_me: error: Package requirements (glib-2.0 >= $GLIB_REQUIRED gconf-2.0 >= $GCONF_REQUIRED libgtop-2.0 >= $LIBGTOP_REQUIRED libwnck-1.0 >= $LIBWNCK_REQUIRED gtk+-2.0 >= $GTK_REQUIRED launchpad-integration gnome-icon-theme >= $GNOME_ICON_THEME_REQUIRED gtkmm-2.4 >= $GTKMM_REQUIRED libxml-2.0 >= $LIBXML_REQUIRED librsvg-2.0 >= $RSVG_REQUIRED glibmm-2.4 >= $GLIBMM_REQUIRED giomm-2.4 >= $GIOMM_REQUIRED) were not met:
22540
23013
 
22541
23014
$PROCMAN_PKG_ERRORS
22542
23015
 
24440
24913
Usually this means the macro was only invoked conditionally." >&2;}
24441
24914
   { (exit 1); exit 1; }; }
24442
24915
fi
 
24916
if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
 
24917
  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
 
24918
Usually this means the macro was only invoked conditionally." >&5
 
24919
echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
 
24920
Usually this means the macro was only invoked conditionally." >&2;}
 
24921
   { (exit 1); exit 1; }; }
 
24922
fi
24443
24923
if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
24444
24924
  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
24445
24925
Usually this means the macro was only invoked conditionally." >&5
24768
25248
# report actual input values of CONFIG_FILES etc. instead of their
24769
25249
# values after options handling.
24770
25250
ac_log="
24771
 
This file was extended by gnome-system-monitor $as_me 2.23.5, which was
 
25251
This file was extended by gnome-system-monitor $as_me 2.23.6, which was
24772
25252
generated by GNU Autoconf 2.61.  Invocation command line was
24773
25253
 
24774
25254
  CONFIG_FILES    = $CONFIG_FILES
24821
25301
_ACEOF
24822
25302
cat >>$CONFIG_STATUS <<_ACEOF
24823
25303
ac_cs_version="\\
24824
 
gnome-system-monitor config.status 2.23.5
 
25304
gnome-system-monitor config.status 2.23.6
24825
25305
configured by $0, generated by GNU Autoconf 2.61,
24826
25306
  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
24827
25307