~ubuntu-branches/ubuntu/utopic/almanah/utopic-proposed

« back to all changes in this revision

Viewing changes to configure

  • Committer: Package Import Robot
  • Author(s): Angel Abad
  • Date: 2013-12-02 13:21:08 UTC
  • mfrom: (1.3.6)
  • Revision ID: package-import@ubuntu.com-20131202132108-d4v6my2vq69rk648
Tags: 0.11.0-1
* Imported Upstream version 0.11.0
* debian/control: Update Homepage field.
* debian/patches/:
  - encrypt_database: Removed, applied upstream
  - spellchecking_error: Removed, applied upstream
  - desktop_keywords: Removed, applied upstream
* Bump Standards-Version to 3.9.5 (no changes).

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 almanah 0.10.8.
 
3
# Generated by GNU Autoconf 2.69 for almanah 0.11.0.
4
4
#
5
5
# Report bugs to <https://bugzilla.gnome.org/enter_bug.cgi?product=almanah>.
6
6
#
591
591
# Identity of this package.
592
592
PACKAGE_NAME='almanah'
593
593
PACKAGE_TARNAME='almanah'
594
 
PACKAGE_VERSION='0.10.8'
595
 
PACKAGE_STRING='almanah 0.10.8'
 
594
PACKAGE_VERSION='0.11.0'
 
595
PACKAGE_STRING='almanah 0.11.0'
596
596
PACKAGE_BUGREPORT='https://bugzilla.gnome.org/enter_bug.cgi?product=almanah'
597
 
PACKAGE_URL='http://live.gnome.org/Almanah_Diary'
 
597
PACKAGE_URL='http://wiki.gnome.org/Apps/Almanah_Diary'
598
598
 
599
599
ac_unique_file="src/main.c"
600
600
# Factoring default headers for most tests.
1404
1404
  # Omit some internal or obsolete options to make the list less imposing.
1405
1405
  # This message is too long to be a string in the A/UX 3.1 sh.
1406
1406
  cat <<_ACEOF
1407
 
\`configure' configures almanah 0.10.8 to adapt to many kinds of systems.
 
1407
\`configure' configures almanah 0.11.0 to adapt to many kinds of systems.
1408
1408
 
1409
1409
Usage: $0 [OPTION]... [VAR=VALUE]...
1410
1410
 
1474
1474
 
1475
1475
if test -n "$ac_init_help"; then
1476
1476
  case $ac_init_help in
1477
 
     short | recursive ) echo "Configuration of almanah 0.10.8:";;
 
1477
     short | recursive ) echo "Configuration of almanah 0.11.0:";;
1478
1478
   esac
1479
1479
  cat <<\_ACEOF
1480
1480
 
1546
1546
it to find libraries and programs with nonstandard names/locations.
1547
1547
 
1548
1548
Report bugs to <https://bugzilla.gnome.org/enter_bug.cgi?product=almanah>.
1549
 
almanah home page: <http://live.gnome.org/Almanah_Diary>.
 
1549
almanah home page: <http://wiki.gnome.org/Apps/Almanah_Diary>.
1550
1550
_ACEOF
1551
1551
ac_status=$?
1552
1552
fi
1609
1609
test -n "$ac_init_help" && exit $ac_status
1610
1610
if $ac_init_version; then
1611
1611
  cat <<\_ACEOF
1612
 
almanah configure 0.10.8
 
1612
almanah configure 0.11.0
1613
1613
generated by GNU Autoconf 2.69
1614
1614
 
1615
1615
Copyright (C) 2012 Free Software Foundation, Inc.
2153
2153
This file contains any messages produced by compilers while
2154
2154
running configure, to aid debugging if configure makes a mistake.
2155
2155
 
2156
 
It was created by almanah $as_me 0.10.8, which was
 
2156
It was created by almanah $as_me 0.11.0, which was
2157
2157
generated by GNU Autoconf 2.69.  Invocation command line was
2158
2158
 
2159
2159
  $ $0 $@
2508
2508
 
2509
2509
ac_config_headers="$ac_config_headers config.h"
2510
2510
 
 
2511
# expand $ac_aux_dir to an absolute path
 
2512
am_aux_dir=`cd $ac_aux_dir && pwd`
 
2513
 
2511
2514
ac_ext=c
2512
2515
ac_cpp='$CPP $CPPFLAGS'
2513
2516
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3297
3300
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3298
3301
ac_compiler_gnu=$ac_cv_c_compiler_gnu
3299
3302
 
 
3303
ac_ext=c
 
3304
ac_cpp='$CPP $CPPFLAGS'
 
3305
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
3306
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
3307
ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
3308
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
 
3309
$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
 
3310
if ${am_cv_prog_cc_c_o+:} false; then :
 
3311
  $as_echo_n "(cached) " >&6
 
3312
else
 
3313
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
3314
/* end confdefs.h.  */
 
3315
 
 
3316
int
 
3317
main ()
 
3318
{
 
3319
 
 
3320
  ;
 
3321
  return 0;
 
3322
}
 
3323
_ACEOF
 
3324
  # Make sure it works both with $CC and with simple cc.
 
3325
  # Following AC_PROG_CC_C_O, we do the test twice because some
 
3326
  # compilers refuse to overwrite an existing .o file with -o,
 
3327
  # though they will create one.
 
3328
  am_cv_prog_cc_c_o=yes
 
3329
  for am_i in 1 2; do
 
3330
    if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
 
3331
   ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
 
3332
   ac_status=$?
 
3333
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3334
   (exit $ac_status); } \
 
3335
         && test -f conftest2.$ac_objext; then
 
3336
      : OK
 
3337
    else
 
3338
      am_cv_prog_cc_c_o=no
 
3339
      break
 
3340
    fi
 
3341
  done
 
3342
  rm -f core conftest*
 
3343
  unset am_i
 
3344
fi
 
3345
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
 
3346
$as_echo "$am_cv_prog_cc_c_o" >&6; }
 
3347
if test "$am_cv_prog_cc_c_o" != yes; then
 
3348
   # Losing compiler, so override with the script.
 
3349
   # FIXME: It is wrong to rewrite CC.
 
3350
   # But if we don't then we get into trouble of one sort or another.
 
3351
   # A longer-term fix would be to have automake use am__CC in this case,
 
3352
   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
 
3353
   CC="$am_aux_dir/compile $CC"
 
3354
fi
 
3355
ac_ext=c
 
3356
ac_cpp='$CPP $CPPFLAGS'
 
3357
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
3358
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
3359
ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
3360
 
 
3361
 
3300
3362
 
3301
3363
ac_ext=c
3302
3364
ac_cpp='$CPP $CPPFLAGS'
3757
3819
 
3758
3820
 
3759
3821
 
3760
 
am__api_version='1.12'
 
3822
am__api_version='1.14'
3761
3823
 
3762
3824
ac_aux_dir=
3763
3825
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
3958
4020
ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3959
4021
program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3960
4022
 
3961
 
# expand $ac_aux_dir to an absolute path
3962
 
am_aux_dir=`cd $ac_aux_dir && pwd`
3963
 
 
3964
4023
if test x"${MISSING+set}" != xset; then
3965
4024
  case $am_aux_dir in
3966
4025
  *\ * | *\     *)
3970
4029
  esac
3971
4030
fi
3972
4031
# Use eval to expand $SHELL
3973
 
if eval "$MISSING --run true"; then
3974
 
  am_missing_run="$MISSING --run "
 
4032
if eval "$MISSING --is-lightweight"; then
 
4033
  am_missing_run="$MISSING "
3975
4034
else
3976
4035
  am_missing_run=
3977
4036
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
4274
4333
fi
4275
4334
 
4276
4335
 
 
4336
# Check whether --enable-silent-rules was given.
 
4337
if test "${enable_silent_rules+set}" = set; then :
 
4338
  enableval=$enable_silent_rules;
 
4339
fi
 
4340
 
 
4341
case $enable_silent_rules in # (((
 
4342
  yes) AM_DEFAULT_VERBOSITY=0;;
 
4343
   no) AM_DEFAULT_VERBOSITY=1;;
 
4344
    *) AM_DEFAULT_VERBOSITY=1;;
 
4345
esac
 
4346
am_make=${MAKE-make}
 
4347
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
 
4348
$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
 
4349
if ${am_cv_make_support_nested_variables+:} false; then :
 
4350
  $as_echo_n "(cached) " >&6
 
4351
else
 
4352
  if $as_echo 'TRUE=$(BAR$(V))
 
4353
BAR0=false
 
4354
BAR1=true
 
4355
V=1
 
4356
am__doit:
 
4357
        @$(TRUE)
 
4358
.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
 
4359
  am_cv_make_support_nested_variables=yes
 
4360
else
 
4361
  am_cv_make_support_nested_variables=no
 
4362
fi
 
4363
fi
 
4364
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
 
4365
$as_echo "$am_cv_make_support_nested_variables" >&6; }
 
4366
if test $am_cv_make_support_nested_variables = yes; then
 
4367
    AM_V='$(V)'
 
4368
  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
 
4369
else
 
4370
  AM_V=$AM_DEFAULT_VERBOSITY
 
4371
  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
 
4372
fi
 
4373
AM_BACKSLASH='\'
 
4374
 
4277
4375
if test "`cd $srcdir && pwd`" != "`pwd`"; then
4278
4376
  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
4279
4377
  # is not polluted with repeated "-I."
4296
4394
 
4297
4395
# Define the identity of the package.
4298
4396
 PACKAGE='almanah'
4299
 
 VERSION='0.10.8'
 
4397
 VERSION='0.11.0'
4300
4398
 
4301
4399
 
4302
4400
cat >>confdefs.h <<_ACEOF
4336
4434
# in the wild :-(  We should find a proper way to deprecate it ...
4337
4435
AMTAR='$${TAR-tar}'
4338
4436
 
 
4437
 
 
4438
# We'll loop over all known methods to create a tar archive until one works.
 
4439
_am_tools='gnutar  pax cpio none'
 
4440
 
4339
4441
am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
4340
4442
 
4341
4443
 
4342
4444
 
4343
4445
 
 
4446
 
4344
4447
depcc="$CC"   am_compiler_list=
4345
4448
 
4346
4449
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4470
4573
 
4471
4574
 
4472
4575
 
 
4576
# POSIX will say in a future version that running "rm -f" with no argument
 
4577
# is OK; and we want to be able to make that assumption in our Makefile
 
4578
# recipes.  So use an aggressive probe to check that the usage we want is
 
4579
# actually supported "in the wild" to an acceptable degree.
 
4580
# See automake bug#10828.
 
4581
# To make any issue more visible, cause the running configure to be aborted
 
4582
# by default if the 'rm' program in use doesn't match our expectations; the
 
4583
# user can still override this though.
 
4584
if rm -f && rm -fr && rm -rf; then : OK; else
 
4585
  cat >&2 <<'END'
 
4586
Oops!
 
4587
 
 
4588
Your 'rm' program seems unable to run without file operands specified
 
4589
on the command line, even when the '-f' option is present.  This is contrary
 
4590
to the behaviour of most rm programs out there, and not conforming with
 
4591
the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
 
4592
 
 
4593
Please tell bug-automake@gnu.org about your system, including the value
 
4594
of your $PATH and any error possibly output before this message.  This
 
4595
can help us improve future automake versions.
 
4596
 
 
4597
END
 
4598
  if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
 
4599
    echo 'Configuration will proceed anyway, since you have set the' >&2
 
4600
    echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
 
4601
    echo >&2
 
4602
  else
 
4603
    cat >&2 <<'END'
 
4604
Aborting the configuration process, to ensure you take notice of the issue.
 
4605
 
 
4606
You can download and install GNU coreutils to get an 'rm' implementation
 
4607
that behaves properly: <http://www.gnu.org/software/coreutils/>.
 
4608
 
 
4609
If you want to complete the configuration process using your problematic
 
4610
'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
 
4611
to "yes", and re-run configure.
 
4612
 
 
4613
END
 
4614
    as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
 
4615
  fi
 
4616
fi
4473
4617
 
4474
4618
# Enable silent build when available (Automake 1.11)
4475
4619
# Check whether --enable-silent-rules was given.
5484
5628
fi
5485
5629
 
5486
5630
 
5487
 
if test "x$CC" != xcc; then
5488
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC and cc understand -c and -o together" >&5
5489
 
$as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; }
5490
 
else
5491
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cc understands -c and -o together" >&5
5492
 
$as_echo_n "checking whether cc understands -c and -o together... " >&6; }
5493
 
fi
5494
 
set dummy $CC; ac_cc=`$as_echo "$2" |
5495
 
                      sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
5496
 
if eval \${ac_cv_prog_cc_${ac_cc}_c_o+:} false; then :
5497
 
  $as_echo_n "(cached) " >&6
5498
 
else
5499
 
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5500
 
/* end confdefs.h.  */
5501
 
 
5502
 
int
5503
 
main ()
5504
 
{
5505
 
 
5506
 
  ;
5507
 
  return 0;
5508
 
}
5509
 
_ACEOF
5510
 
# Make sure it works both with $CC and with simple cc.
5511
 
# We do the test twice because some compilers refuse to overwrite an
5512
 
# existing .o file with -o, though they will create one.
5513
 
ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
5514
 
rm -f conftest2.*
5515
 
if { { case "(($ac_try" in
5516
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5517
 
  *) ac_try_echo=$ac_try;;
5518
 
esac
5519
 
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5520
 
$as_echo "$ac_try_echo"; } >&5
5521
 
  (eval "$ac_try") 2>&5
5522
 
  ac_status=$?
5523
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5524
 
  test $ac_status = 0; } &&
5525
 
   test -f conftest2.$ac_objext && { { case "(($ac_try" in
5526
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5527
 
  *) ac_try_echo=$ac_try;;
5528
 
esac
5529
 
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5530
 
$as_echo "$ac_try_echo"; } >&5
5531
 
  (eval "$ac_try") 2>&5
5532
 
  ac_status=$?
5533
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5534
 
  test $ac_status = 0; };
5535
 
then
5536
 
  eval ac_cv_prog_cc_${ac_cc}_c_o=yes
5537
 
  if test "x$CC" != xcc; then
5538
 
    # Test first that cc exists at all.
5539
 
    if { ac_try='cc -c conftest.$ac_ext >&5'
5540
 
  { { case "(($ac_try" in
5541
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5542
 
  *) ac_try_echo=$ac_try;;
5543
 
esac
5544
 
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5545
 
$as_echo "$ac_try_echo"; } >&5
5546
 
  (eval "$ac_try") 2>&5
5547
 
  ac_status=$?
5548
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5549
 
  test $ac_status = 0; }; }; then
5550
 
      ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
5551
 
      rm -f conftest2.*
5552
 
      if { { case "(($ac_try" in
5553
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5554
 
  *) ac_try_echo=$ac_try;;
5555
 
esac
5556
 
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5557
 
$as_echo "$ac_try_echo"; } >&5
5558
 
  (eval "$ac_try") 2>&5
5559
 
  ac_status=$?
5560
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5561
 
  test $ac_status = 0; } &&
5562
 
         test -f conftest2.$ac_objext && { { case "(($ac_try" in
5563
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5564
 
  *) ac_try_echo=$ac_try;;
5565
 
esac
5566
 
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5567
 
$as_echo "$ac_try_echo"; } >&5
5568
 
  (eval "$ac_try") 2>&5
5569
 
  ac_status=$?
5570
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5571
 
  test $ac_status = 0; };
5572
 
      then
5573
 
        # cc works too.
5574
 
        :
5575
 
      else
5576
 
        # cc exists but doesn't like -o.
5577
 
        eval ac_cv_prog_cc_${ac_cc}_c_o=no
5578
 
      fi
5579
 
    fi
5580
 
  fi
5581
 
else
5582
 
  eval ac_cv_prog_cc_${ac_cc}_c_o=no
5583
 
fi
5584
 
rm -f core conftest*
5585
 
 
5586
 
fi
5587
 
if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then
5588
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5589
 
$as_echo "yes" >&6; }
5590
 
else
5591
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5592
 
$as_echo "no" >&6; }
5593
 
 
5594
 
$as_echo "#define NO_MINUS_C_MINUS_O 1" >>confdefs.h
5595
 
 
5596
 
fi
5597
 
 
5598
 
# FIXME: we rely on the cache variable name because
5599
 
# there is no other way.
5600
 
set dummy $CC
5601
 
am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
5602
 
eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
5603
 
if test "$am_t" != yes; then
5604
 
   # Losing compiler, so override with the script.
5605
 
   # FIXME: It is wrong to rewrite CC.
5606
 
   # But if we don't then we get into trouble of one sort or another.
5607
 
   # A longer-term fix would be to have automake use am__CC in this case,
5608
 
   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
5609
 
   CC="$am_aux_dir/compile $CC"
5610
 
fi
5611
 
 
5612
5631
 
5613
5632
case `pwd` in
5614
5633
  *\ * | *\     *)
7889
7908
  rm -rf conftest*
7890
7909
  ;;
7891
7910
 
7892
 
x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
 
7911
x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7893
7912
s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7894
7913
  # Find out which ABI we are using.
7895
7914
  echo 'int i;' > conftest.$ac_ext
7907
7926
          x86_64-*linux*)
7908
7927
            LD="${LD-ld} -m elf_i386"
7909
7928
            ;;
7910
 
          ppc64-*linux*|powerpc64-*linux*)
 
7929
          powerpc64le-*linux*)
 
7930
            LD="${LD-ld} -m elf32lppclinux"
 
7931
            ;;
 
7932
          powerpc64-*linux*)
7911
7933
            LD="${LD-ld} -m elf32ppclinux"
7912
7934
            ;;
7913
7935
          s390x-*linux*)
7926
7948
          x86_64-*linux*)
7927
7949
            LD="${LD-ld} -m elf_x86_64"
7928
7950
            ;;
7929
 
          ppc*-*linux*|powerpc*-*linux*)
 
7951
          powerpcle-*linux*)
 
7952
            LD="${LD-ld} -m elf64lppc"
 
7953
            ;;
 
7954
          powerpc-*linux*)
7930
7955
            LD="${LD-ld} -m elf64ppc"
7931
7956
            ;;
7932
7957
          s390*-*linux*|s390*-*tpf*)
17541
17566
fi
17542
17567
 
17543
17568
 
17544
 
ac_config_files="$ac_config_files Makefile src/Makefile po/Makefile.in data/Makefile data/icons/Makefile data/icons/16x16/Makefile data/icons/22x22/Makefile data/icons/32x32/Makefile data/icons/48x48/Makefile data/org.gnome.almanah.gschema.xml.in"
 
17569
ac_config_files="$ac_config_files Makefile src/Makefile po/Makefile.in data/Makefile data/icons/Makefile data/icons/16x16/Makefile data/icons/22x22/Makefile data/icons/32x32/Makefile data/icons/48x48/Makefile data/icons/256x256/Makefile data/icons/scalable/Makefile data/org.gnome.almanah.gschema.xml.in"
17545
17570
 
17546
17571
cat >confcache <<\_ACEOF
17547
17572
# This file is a shell script that caches the results of configure
18097
18122
# report actual input values of CONFIG_FILES etc. instead of their
18098
18123
# values after options handling.
18099
18124
ac_log="
18100
 
This file was extended by almanah $as_me 0.10.8, which was
 
18125
This file was extended by almanah $as_me 0.11.0, which was
18101
18126
generated by GNU Autoconf 2.69.  Invocation command line was
18102
18127
 
18103
18128
  CONFIG_FILES    = $CONFIG_FILES
18158
18183
$config_commands
18159
18184
 
18160
18185
Report bugs to <https://bugzilla.gnome.org/enter_bug.cgi?product=almanah>.
18161
 
almanah home page: <http://live.gnome.org/Almanah_Diary>."
 
18186
almanah home page: <http://wiki.gnome.org/Apps/Almanah_Diary>."
18162
18187
 
18163
18188
_ACEOF
18164
18189
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18165
18190
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
18166
18191
ac_cs_version="\\
18167
 
almanah config.status 0.10.8
 
18192
almanah config.status 0.11.0
18168
18193
configured by $0, generated by GNU Autoconf 2.69,
18169
18194
  with options \\"\$ac_cs_config\\"
18170
18195
 
18680
18705
    "data/icons/22x22/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/22x22/Makefile" ;;
18681
18706
    "data/icons/32x32/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/32x32/Makefile" ;;
18682
18707
    "data/icons/48x48/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/48x48/Makefile" ;;
 
18708
    "data/icons/256x256/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/256x256/Makefile" ;;
 
18709
    "data/icons/scalable/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/scalable/Makefile" ;;
18683
18710
    "data/org.gnome.almanah.gschema.xml.in") CONFIG_FILES="$CONFIG_FILES data/org.gnome.almanah.gschema.xml.in" ;;
18684
18711
    "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;;
18685
18712
 
19278
19305
 
19279
19306
  case $ac_file$ac_mode in
19280
19307
    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
19281
 
  # Autoconf 2.62 quotes --file arguments for eval, but not when files
 
19308
  # Older Autoconf quotes --file arguments for eval, but not when files
19282
19309
  # are listed without --file.  Let's play safe and only enable the eval
19283
19310
  # if we detect the quoting.
19284
19311
  case $CONFIG_FILES in
19329
19356
    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
19330
19357
    test -z "$DEPDIR" && continue
19331
19358
    am__include=`sed -n 's/^am__include = //p' < "$mf"`
19332
 
    test -z "am__include" && continue
 
19359
    test -z "$am__include" && continue
19333
19360
    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
19334
19361
    # Find all dependency output files, they are included files with
19335
19362
    # $(DEPDIR) in their names.  We invoke sed twice because it is the