~ubuntu-branches/ubuntu/oneiric/gpe-expenses/oneiric

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Neil Williams
  • Date: 2008-06-26 15:50:11 UTC
  • mfrom: (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: james.westby@ubuntu.com-20080626155011-pm6wxt1k78ykm4bm
Tags: upstream-0.1.6
ImportĀ upstreamĀ versionĀ 0.1.6

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 gpe-expenses 0.1.5.
 
3
# Generated by GNU Autoconf 2.61 for gpe-expenses 0.1.6.
4
4
#
5
5
# Report bugs to <http://lists.sourceforge.net/lists/listinfo/qof-devel>.
6
6
#
728
728
# Identity of this package.
729
729
PACKAGE_NAME='gpe-expenses'
730
730
PACKAGE_TARNAME='gpe-expenses'
731
 
PACKAGE_VERSION='0.1.5'
732
 
PACKAGE_STRING='gpe-expenses 0.1.5'
 
731
PACKAGE_VERSION='0.1.6'
 
732
PACKAGE_STRING='gpe-expenses 0.1.6'
733
733
PACKAGE_BUGREPORT='http://lists.sourceforge.net/lists/listinfo/qof-devel'
734
734
 
735
735
ac_default_prefix=/usr/local
844
844
AMTAR
845
845
am__tar
846
846
am__untar
 
847
INTLTOOL_UPDATE
 
848
INTLTOOL_MERGE
 
849
INTLTOOL_EXTRACT
847
850
INTLTOOL_DESKTOP_RULE
848
851
INTLTOOL_DIRECTORY_RULE
849
852
INTLTOOL_KEYS_RULE
866
869
XGETTEXT
867
870
MSGMERGE
868
871
MSGFMT
869
 
INTLTOOL_EXTRACT
870
 
INTLTOOL_MERGE
871
 
INTLTOOL_UPDATE
872
872
INTLTOOL_PERL
873
873
ALL_LINGUAS
874
874
CC
1495
1495
  # Omit some internal or obsolete options to make the list less imposing.
1496
1496
  # This message is too long to be a string in the A/UX 3.1 sh.
1497
1497
  cat <<_ACEOF
1498
 
\`configure' configures gpe-expenses 0.1.5 to adapt to many kinds of systems.
 
1498
\`configure' configures gpe-expenses 0.1.6 to adapt to many kinds of systems.
1499
1499
 
1500
1500
Usage: $0 [OPTION]... [VAR=VALUE]...
1501
1501
 
1566
1566
 
1567
1567
if test -n "$ac_init_help"; then
1568
1568
  case $ac_init_help in
1569
 
     short | recursive ) echo "Configuration of gpe-expenses 0.1.5:";;
 
1569
     short | recursive ) echo "Configuration of gpe-expenses 0.1.6:";;
1570
1570
   esac
1571
1571
  cat <<\_ACEOF
1572
1572
 
1701
1701
test -n "$ac_init_help" && exit $ac_status
1702
1702
if $ac_init_version; then
1703
1703
  cat <<\_ACEOF
1704
 
gpe-expenses configure 0.1.5
 
1704
gpe-expenses configure 0.1.6
1705
1705
generated by GNU Autoconf 2.61
1706
1706
 
1707
1707
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1715
1715
This file contains any messages produced by compilers while
1716
1716
running configure, to aid debugging if configure makes a mistake.
1717
1717
 
1718
 
It was created by gpe-expenses $as_me 0.1.5, which was
 
1718
It was created by gpe-expenses $as_me 0.1.6, which was
1719
1719
generated by GNU Autoconf 2.61.  Invocation command line was
1720
1720
 
1721
1721
  $ $0 $@
2084
2084
ac_config_headers="$ac_config_headers config.h"
2085
2085
 
2086
2086
 
2087
 
VERSION=0.1.5
 
2087
VERSION=0.1.6
2088
2088
PACKAGE=gpe-expenses
2089
2089
 
2090
2090
 
3815
3815
echo $ECHO_N "checking for intltool >= ... $ECHO_C" >&6; }
3816
3816
 
3817
3817
    INTLTOOL_REQUIRED_VERSION_AS_INT=`echo  | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
3818
 
    INTLTOOL_APPLIED_VERSION=`awk -F\" '/\\$VERSION / { print $ 2; }' ${ac_aux_dir}/intltool-update.in`
3819
 
    INTLTOOL_APPLIED_VERSION_AS_INT=`awk -F\" '/\\$VERSION / { split($ 2, VERSION, "."); print VERSION[1] * 1000 + VERSION[2] * 100 + VERSION[3];}' ${ac_aux_dir}/intltool-update.in`
 
3818
    INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
 
3819
    INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
3820
3820
 
3821
3821
    { echo "$as_me:$LINENO: result: $INTLTOOL_APPLIED_VERSION found" >&5
3822
3822
echo "${ECHO_T}$INTLTOOL_APPLIED_VERSION found" >&6; }
3826
3826
   { (exit 1); exit 1; }; }
3827
3827
fi
3828
3828
 
 
3829
# Extract the first word of "intltool-update", so it can be a program name with args.
 
3830
set dummy intltool-update; ac_word=$2
 
3831
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
3832
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
3833
if test "${ac_cv_path_INTLTOOL_UPDATE+set}" = set; then
 
3834
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
3835
else
 
3836
  case $INTLTOOL_UPDATE in
 
3837
  [\\/]* | ?:[\\/]*)
 
3838
  ac_cv_path_INTLTOOL_UPDATE="$INTLTOOL_UPDATE" # Let the user override the test with a path.
 
3839
  ;;
 
3840
  *)
 
3841
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
3842
for as_dir in $PATH
 
3843
do
 
3844
  IFS=$as_save_IFS
 
3845
  test -z "$as_dir" && as_dir=.
 
3846
  for ac_exec_ext in '' $ac_executable_extensions; do
 
3847
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
3848
    ac_cv_path_INTLTOOL_UPDATE="$as_dir/$ac_word$ac_exec_ext"
 
3849
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
3850
    break 2
 
3851
  fi
 
3852
done
 
3853
done
 
3854
IFS=$as_save_IFS
 
3855
 
 
3856
  ;;
 
3857
esac
 
3858
fi
 
3859
INTLTOOL_UPDATE=$ac_cv_path_INTLTOOL_UPDATE
 
3860
if test -n "$INTLTOOL_UPDATE"; then
 
3861
  { echo "$as_me:$LINENO: result: $INTLTOOL_UPDATE" >&5
 
3862
echo "${ECHO_T}$INTLTOOL_UPDATE" >&6; }
 
3863
else
 
3864
  { echo "$as_me:$LINENO: result: no" >&5
 
3865
echo "${ECHO_T}no" >&6; }
 
3866
fi
 
3867
 
 
3868
 
 
3869
# Extract the first word of "intltool-merge", so it can be a program name with args.
 
3870
set dummy intltool-merge; ac_word=$2
 
3871
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
3872
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
3873
if test "${ac_cv_path_INTLTOOL_MERGE+set}" = set; then
 
3874
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
3875
else
 
3876
  case $INTLTOOL_MERGE in
 
3877
  [\\/]* | ?:[\\/]*)
 
3878
  ac_cv_path_INTLTOOL_MERGE="$INTLTOOL_MERGE" # Let the user override the test with a path.
 
3879
  ;;
 
3880
  *)
 
3881
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
3882
for as_dir in $PATH
 
3883
do
 
3884
  IFS=$as_save_IFS
 
3885
  test -z "$as_dir" && as_dir=.
 
3886
  for ac_exec_ext in '' $ac_executable_extensions; do
 
3887
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
3888
    ac_cv_path_INTLTOOL_MERGE="$as_dir/$ac_word$ac_exec_ext"
 
3889
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
3890
    break 2
 
3891
  fi
 
3892
done
 
3893
done
 
3894
IFS=$as_save_IFS
 
3895
 
 
3896
  ;;
 
3897
esac
 
3898
fi
 
3899
INTLTOOL_MERGE=$ac_cv_path_INTLTOOL_MERGE
 
3900
if test -n "$INTLTOOL_MERGE"; then
 
3901
  { echo "$as_me:$LINENO: result: $INTLTOOL_MERGE" >&5
 
3902
echo "${ECHO_T}$INTLTOOL_MERGE" >&6; }
 
3903
else
 
3904
  { echo "$as_me:$LINENO: result: no" >&5
 
3905
echo "${ECHO_T}no" >&6; }
 
3906
fi
 
3907
 
 
3908
 
 
3909
# Extract the first word of "intltool-extract", so it can be a program name with args.
 
3910
set dummy intltool-extract; ac_word=$2
 
3911
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
3912
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
3913
if test "${ac_cv_path_INTLTOOL_EXTRACT+set}" = set; then
 
3914
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
3915
else
 
3916
  case $INTLTOOL_EXTRACT in
 
3917
  [\\/]* | ?:[\\/]*)
 
3918
  ac_cv_path_INTLTOOL_EXTRACT="$INTLTOOL_EXTRACT" # Let the user override the test with a path.
 
3919
  ;;
 
3920
  *)
 
3921
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
3922
for as_dir in $PATH
 
3923
do
 
3924
  IFS=$as_save_IFS
 
3925
  test -z "$as_dir" && as_dir=.
 
3926
  for ac_exec_ext in '' $ac_executable_extensions; do
 
3927
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
3928
    ac_cv_path_INTLTOOL_EXTRACT="$as_dir/$ac_word$ac_exec_ext"
 
3929
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
3930
    break 2
 
3931
  fi
 
3932
done
 
3933
done
 
3934
IFS=$as_save_IFS
 
3935
 
 
3936
  ;;
 
3937
esac
 
3938
fi
 
3939
INTLTOOL_EXTRACT=$ac_cv_path_INTLTOOL_EXTRACT
 
3940
if test -n "$INTLTOOL_EXTRACT"; then
 
3941
  { echo "$as_me:$LINENO: result: $INTLTOOL_EXTRACT" >&5
 
3942
echo "${ECHO_T}$INTLTOOL_EXTRACT" >&6; }
 
3943
else
 
3944
  { echo "$as_me:$LINENO: result: no" >&5
 
3945
echo "${ECHO_T}no" >&6; }
 
3946
fi
 
3947
 
 
3948
 
 
3949
if test -z "$INTLTOOL_UPDATE" -o -z "$INTLTOOL_MERGE" -o -z "$INTLTOOL_EXTRACT"; then
 
3950
    { { echo "$as_me:$LINENO: error: The intltool scripts were not found. Please install intltool." >&5
 
3951
echo "$as_me: error: The intltool scripts were not found. Please install intltool." >&2;}
 
3952
   { (exit 1); exit 1; }; }
 
3953
fi
 
3954
 
3829
3955
  INTLTOOL_DESKTOP_RULE='%.desktop:   %.desktop.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
3830
3956
INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
3831
3957
     INTLTOOL_KEYS_RULE='%.keys:      %.keys.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
4001
4127
   { (exit 1); exit 1; }; }
4002
4128
fi
4003
4129
 
4004
 
# Use the tools built into the package, not the ones that are installed.
4005
 
INTLTOOL_EXTRACT='$(top_builddir)/intltool-extract'
4006
 
 
4007
 
INTLTOOL_MERGE='$(top_builddir)/intltool-merge'
4008
 
 
4009
 
INTLTOOL_UPDATE='$(top_builddir)/intltool-update'
4010
 
 
4011
 
 
4012
4130
# Extract the first word of "perl", so it can be a program name with args.
4013
4131
set dummy perl; ac_word=$2
4014
4132
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
4221
4339
 
4222
4340
 
4223
4341
 
4224
 
ac_config_commands="$ac_config_commands intltool"
4225
 
 
4226
 
 
4227
 
 
4228
4342
INTLTOOLIZE=${INTLTOOLIZE:-intltoolize}
4229
4343
 
4230
4344
 
5816
5930
  ;;
5817
5931
*-*-irix6*)
5818
5932
  # Find out which ABI we are using.
5819
 
  echo '#line 5819 "configure"' > conftest.$ac_ext
 
5933
  echo '#line 5933 "configure"' > conftest.$ac_ext
5820
5934
  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5821
5935
  (eval $ac_compile) 2>&5
5822
5936
  ac_status=$?
8873
8987
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8874
8988
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8875
8989
   -e 's:$: $lt_compiler_flag:'`
8876
 
   (eval echo "\"\$as_me:8876: $lt_compile\"" >&5)
 
8990
   (eval echo "\"\$as_me:8990: $lt_compile\"" >&5)
8877
8991
   (eval "$lt_compile" 2>conftest.err)
8878
8992
   ac_status=$?
8879
8993
   cat conftest.err >&5
8880
 
   echo "$as_me:8880: \$? = $ac_status" >&5
 
8994
   echo "$as_me:8994: \$? = $ac_status" >&5
8881
8995
   if (exit $ac_status) && test -s "$ac_outfile"; then
8882
8996
     # The compiler can only warn and ignore the option if not recognized
8883
8997
     # So say no if there are warnings other than the usual output.
9163
9277
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9164
9278
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9165
9279
   -e 's:$: $lt_compiler_flag:'`
9166
 
   (eval echo "\"\$as_me:9166: $lt_compile\"" >&5)
 
9280
   (eval echo "\"\$as_me:9280: $lt_compile\"" >&5)
9167
9281
   (eval "$lt_compile" 2>conftest.err)
9168
9282
   ac_status=$?
9169
9283
   cat conftest.err >&5
9170
 
   echo "$as_me:9170: \$? = $ac_status" >&5
 
9284
   echo "$as_me:9284: \$? = $ac_status" >&5
9171
9285
   if (exit $ac_status) && test -s "$ac_outfile"; then
9172
9286
     # The compiler can only warn and ignore the option if not recognized
9173
9287
     # So say no if there are warnings other than the usual output.
9267
9381
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9268
9382
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9269
9383
   -e 's:$: $lt_compiler_flag:'`
9270
 
   (eval echo "\"\$as_me:9270: $lt_compile\"" >&5)
 
9384
   (eval echo "\"\$as_me:9384: $lt_compile\"" >&5)
9271
9385
   (eval "$lt_compile" 2>out/conftest.err)
9272
9386
   ac_status=$?
9273
9387
   cat out/conftest.err >&5
9274
 
   echo "$as_me:9274: \$? = $ac_status" >&5
 
9388
   echo "$as_me:9388: \$? = $ac_status" >&5
9275
9389
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
9276
9390
   then
9277
9391
     # The compiler can only warn and ignore the option if not recognized
11644
11758
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11645
11759
  lt_status=$lt_dlunknown
11646
11760
  cat > conftest.$ac_ext <<EOF
11647
 
#line 11647 "configure"
 
11761
#line 11761 "configure"
11648
11762
#include "confdefs.h"
11649
11763
 
11650
11764
#if HAVE_DLFCN_H
11744
11858
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11745
11859
  lt_status=$lt_dlunknown
11746
11860
  cat > conftest.$ac_ext <<EOF
11747
 
#line 11747 "configure"
 
11861
#line 11861 "configure"
11748
11862
#include "confdefs.h"
11749
11863
 
11750
11864
#if HAVE_DLFCN_H
14145
14259
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14146
14260
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14147
14261
   -e 's:$: $lt_compiler_flag:'`
14148
 
   (eval echo "\"\$as_me:14148: $lt_compile\"" >&5)
 
14262
   (eval echo "\"\$as_me:14262: $lt_compile\"" >&5)
14149
14263
   (eval "$lt_compile" 2>conftest.err)
14150
14264
   ac_status=$?
14151
14265
   cat conftest.err >&5
14152
 
   echo "$as_me:14152: \$? = $ac_status" >&5
 
14266
   echo "$as_me:14266: \$? = $ac_status" >&5
14153
14267
   if (exit $ac_status) && test -s "$ac_outfile"; then
14154
14268
     # The compiler can only warn and ignore the option if not recognized
14155
14269
     # So say no if there are warnings other than the usual output.
14249
14363
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14250
14364
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14251
14365
   -e 's:$: $lt_compiler_flag:'`
14252
 
   (eval echo "\"\$as_me:14252: $lt_compile\"" >&5)
 
14366
   (eval echo "\"\$as_me:14366: $lt_compile\"" >&5)
14253
14367
   (eval "$lt_compile" 2>out/conftest.err)
14254
14368
   ac_status=$?
14255
14369
   cat out/conftest.err >&5
14256
 
   echo "$as_me:14256: \$? = $ac_status" >&5
 
14370
   echo "$as_me:14370: \$? = $ac_status" >&5
14257
14371
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
14258
14372
   then
14259
14373
     # The compiler can only warn and ignore the option if not recognized
15847
15961
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
15848
15962
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
15849
15963
   -e 's:$: $lt_compiler_flag:'`
15850
 
   (eval echo "\"\$as_me:15850: $lt_compile\"" >&5)
 
15964
   (eval echo "\"\$as_me:15964: $lt_compile\"" >&5)
15851
15965
   (eval "$lt_compile" 2>conftest.err)
15852
15966
   ac_status=$?
15853
15967
   cat conftest.err >&5
15854
 
   echo "$as_me:15854: \$? = $ac_status" >&5
 
15968
   echo "$as_me:15968: \$? = $ac_status" >&5
15855
15969
   if (exit $ac_status) && test -s "$ac_outfile"; then
15856
15970
     # The compiler can only warn and ignore the option if not recognized
15857
15971
     # So say no if there are warnings other than the usual output.
15951
16065
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
15952
16066
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
15953
16067
   -e 's:$: $lt_compiler_flag:'`
15954
 
   (eval echo "\"\$as_me:15954: $lt_compile\"" >&5)
 
16068
   (eval echo "\"\$as_me:16068: $lt_compile\"" >&5)
15955
16069
   (eval "$lt_compile" 2>out/conftest.err)
15956
16070
   ac_status=$?
15957
16071
   cat out/conftest.err >&5
15958
 
   echo "$as_me:15958: \$? = $ac_status" >&5
 
16072
   echo "$as_me:16072: \$? = $ac_status" >&5
15959
16073
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
15960
16074
   then
15961
16075
     # The compiler can only warn and ignore the option if not recognized
18171
18285
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
18172
18286
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
18173
18287
   -e 's:$: $lt_compiler_flag:'`
18174
 
   (eval echo "\"\$as_me:18174: $lt_compile\"" >&5)
 
18288
   (eval echo "\"\$as_me:18288: $lt_compile\"" >&5)
18175
18289
   (eval "$lt_compile" 2>conftest.err)
18176
18290
   ac_status=$?
18177
18291
   cat conftest.err >&5
18178
 
   echo "$as_me:18178: \$? = $ac_status" >&5
 
18292
   echo "$as_me:18292: \$? = $ac_status" >&5
18179
18293
   if (exit $ac_status) && test -s "$ac_outfile"; then
18180
18294
     # The compiler can only warn and ignore the option if not recognized
18181
18295
     # So say no if there are warnings other than the usual output.
18461
18575
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
18462
18576
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
18463
18577
   -e 's:$: $lt_compiler_flag:'`
18464
 
   (eval echo "\"\$as_me:18464: $lt_compile\"" >&5)
 
18578
   (eval echo "\"\$as_me:18578: $lt_compile\"" >&5)
18465
18579
   (eval "$lt_compile" 2>conftest.err)
18466
18580
   ac_status=$?
18467
18581
   cat conftest.err >&5
18468
 
   echo "$as_me:18468: \$? = $ac_status" >&5
 
18582
   echo "$as_me:18582: \$? = $ac_status" >&5
18469
18583
   if (exit $ac_status) && test -s "$ac_outfile"; then
18470
18584
     # The compiler can only warn and ignore the option if not recognized
18471
18585
     # So say no if there are warnings other than the usual output.
18565
18679
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
18566
18680
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
18567
18681
   -e 's:$: $lt_compiler_flag:'`
18568
 
   (eval echo "\"\$as_me:18568: $lt_compile\"" >&5)
 
18682
   (eval echo "\"\$as_me:18682: $lt_compile\"" >&5)
18569
18683
   (eval "$lt_compile" 2>out/conftest.err)
18570
18684
   ac_status=$?
18571
18685
   cat out/conftest.err >&5
18572
 
   echo "$as_me:18572: \$? = $ac_status" >&5
 
18686
   echo "$as_me:18686: \$? = $ac_status" >&5
18573
18687
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
18574
18688
   then
18575
18689
     # The compiler can only warn and ignore the option if not recognized
22859
22973
# endif
22860
22974
#endif
22861
22975
 
 
22976
#include <limits.h>
22862
22977
#include <stdlib.h>
22863
22978
 
22864
22979
#ifdef HAVE_UNISTD_H
23007
23122
     isn't worth using anyway.  */
23008
23123
  alarm (60);
23009
23124
 
23010
 
  for (time_t_max = 1; 0 < time_t_max; time_t_max *= 2)
23011
 
    continue;
23012
 
  time_t_max--;
23013
 
  if ((time_t) -1 < 0)
23014
 
    for (time_t_min = -1; (time_t) (time_t_min * 2) < 0; time_t_min *= 2)
23015
 
      continue;
 
23125
  for (;;)
 
23126
    {
 
23127
      t = (time_t_max << 1) + 1;
 
23128
      if (t <= time_t_max)
 
23129
        break;
 
23130
      time_t_max = t;
 
23131
    }
 
23132
  time_t_min = - ((time_t) ~ (time_t) 0 == (time_t) -1) - time_t_max;
 
23133
 
23016
23134
  delta = time_t_max / 997; /* a suitable prime number */
23017
23135
  for (i = 0; i < N_STRINGS; i++)
23018
23136
    {
23027
23145
             && mktime_test ((time_t) (60 * 60 * 24))))
23028
23146
        return 1;
23029
23147
 
23030
 
      for (j = 1; 0 < j; j *= 2)
 
23148
      for (j = 1; ; j <<= 1)
23031
23149
        if (! bigtime_test (j))
23032
23150
          return 1;
23033
 
      if (! bigtime_test (j - 1))
 
23151
        else if (INT_MAX / 2 < j)
 
23152
          break;
 
23153
      if (! bigtime_test (INT_MAX))
23034
23154
        return 1;
23035
23155
    }
23036
23156
  return ! (irix_6_4_bug () && spring_forward_gap () && year_2050_test ());
23717
23837
         gthread)
23718
23838
             pkg_config_args="$pkg_config_args gthread-2.0"
23719
23839
         ;;
 
23840
         gio*)
 
23841
             pkg_config_args="$pkg_config_args $module-2.0"
 
23842
         ;;
23720
23843
      esac
23721
23844
  done
23722
23845
 
27145
27268
# report actual input values of CONFIG_FILES etc. instead of their
27146
27269
# values after options handling.
27147
27270
ac_log="
27148
 
This file was extended by gpe-expenses $as_me 0.1.5, which was
 
27271
This file was extended by gpe-expenses $as_me 0.1.6, which was
27149
27272
generated by GNU Autoconf 2.61.  Invocation command line was
27150
27273
 
27151
27274
  CONFIG_FILES    = $CONFIG_FILES
27198
27321
_ACEOF
27199
27322
cat >>$CONFIG_STATUS <<_ACEOF
27200
27323
ac_cs_version="\\
27201
 
gpe-expenses config.status 0.1.5
 
27324
gpe-expenses config.status 0.1.6
27202
27325
configured by $0, generated by GNU Autoconf 2.61,
27203
27326
  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
27204
27327
 
27303
27426
# INIT-COMMANDS
27304
27427
#
27305
27428
AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
27306
 
INTLTOOL_PERL='${INTLTOOL_PERL}' ac_aux_dir='${ac_aux_dir}'
27307
 
prefix="$prefix" exec_prefix="$exec_prefix" INTLTOOL_LIBDIR="$libdir"
27308
 
INTLTOOL_EXTRACT='${INTLTOOL_EXTRACT}'
27309
27429
# Capture the value of obsolete ALL_LINGUAS because we need it to compute
27310
27430
    # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it
27311
27431
    # from automake < 1.5.
27324
27444
  case $ac_config_target in
27325
27445
    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
27326
27446
    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
27327
 
    "intltool") CONFIG_COMMANDS="$CONFIG_COMMANDS intltool" ;;
27328
27447
    "po-directories") CONFIG_COMMANDS="$CONFIG_COMMANDS po-directories" ;;
27329
27448
    "po-lib/Makefile.in") CONFIG_FILES="$CONFIG_FILES po-lib/Makefile.in" ;;
27330
27449
    "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
27474
27593
AMTAR!$AMTAR$ac_delim
27475
27594
am__tar!$am__tar$ac_delim
27476
27595
am__untar!$am__untar$ac_delim
 
27596
INTLTOOL_UPDATE!$INTLTOOL_UPDATE$ac_delim
 
27597
INTLTOOL_MERGE!$INTLTOOL_MERGE$ac_delim
 
27598
INTLTOOL_EXTRACT!$INTLTOOL_EXTRACT$ac_delim
27477
27599
INTLTOOL_DESKTOP_RULE!$INTLTOOL_DESKTOP_RULE$ac_delim
27478
27600
INTLTOOL_DIRECTORY_RULE!$INTLTOOL_DIRECTORY_RULE$ac_delim
27479
27601
INTLTOOL_KEYS_RULE!$INTLTOOL_KEYS_RULE$ac_delim
27496
27618
XGETTEXT!$XGETTEXT$ac_delim
27497
27619
MSGMERGE!$MSGMERGE$ac_delim
27498
27620
MSGFMT!$MSGFMT$ac_delim
27499
 
INTLTOOL_EXTRACT!$INTLTOOL_EXTRACT$ac_delim
27500
 
INTLTOOL_MERGE!$INTLTOOL_MERGE$ac_delim
27501
 
INTLTOOL_UPDATE!$INTLTOOL_UPDATE$ac_delim
27502
27621
_ACEOF
27503
27622
 
27504
27623
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
28251
28370
  done
28252
28371
done
28253
28372
 ;;
28254
 
    "intltool":C)
28255
 
 
28256
 
for file in intltool-extract intltool-merge intltool-update; do
28257
 
  sed -e "s|@INTLTOOL_EXTRACT@|`pwd`/intltool-extract|g" \
28258
 
      -e "s|@INTLTOOL_LIBDIR@|${INTLTOOL_LIBDIR}|g" \
28259
 
      -e "s|@INTLTOOL_PERL@|${INTLTOOL_PERL}|g" \
28260
 
        < ${ac_aux_dir}/${file}.in > ${file}.out
28261
 
  if cmp -s ${file} ${file}.out 2>/dev/null; then
28262
 
    rm -f ${file}.out
28263
 
  else
28264
 
    mv -f ${file}.out ${file}
28265
 
  fi
28266
 
  chmod ugo+x ${file}
28267
 
  chmod u+w ${file}
28268
 
done
28269
 
 
28270
 
 ;;
28271
28373
    "po-directories":C)
28272
28374
    for ac_file in $CONFIG_FILES; do
28273
28375
      # Support "outfile[:infile[:infile...]]"