~mdoyen/homebank/trunk

« back to all changes in this revision

Viewing changes to configure

  • Committer: Maxime Doyen
  • Date: 2019-04-11 20:31:11 UTC
  • Revision ID: homebank@free.fr-20190411203111-eqgyw88jxzdpnqp2
5.2.4 release

Show diffs side-by-side

added added

removed removed

Lines of Context:
678
678
AMDEPBACKSLASH
679
679
AMDEP_FALSE
680
680
AMDEP_TRUE
681
 
am__quote
682
681
am__include
683
682
DEPDIR
684
683
OBJEXT
753
752
PACKAGE_TARNAME
754
753
PACKAGE_NAME
755
754
PATH_SEPARATOR
756
 
SHELL'
 
755
SHELL
 
756
am__quote'
757
757
ac_subst_files=''
758
758
ac_user_opts='
759
759
enable_option_checking
2275
2275
ac_config_headers="$ac_config_headers config.h"
2276
2276
 
2277
2277
 
2278
 
am__api_version='1.15'
 
2278
am__api_version='1.16'
2279
2279
 
2280
2280
ac_aux_dir=
2281
2281
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2820
2820
 
2821
2821
# For better backward compatibility.  To be removed once Automake 1.9.x
2822
2822
# dies out for good.  For more background, see:
2823
 
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2824
 
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
 
2823
# <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
 
2824
# <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2825
2825
mkdir_p='$(MKDIR_P)'
2826
2826
 
2827
2827
# We need awk for the "check" target (and possibly the TAP driver).  The
2872
2872
Aborting the configuration process, to ensure you take notice of the issue.
2873
2873
 
2874
2874
You can download and install GNU coreutils to get an 'rm' implementation
2875
 
that behaves properly: <http://www.gnu.org/software/coreutils/>.
 
2875
that behaves properly: <https://www.gnu.org/software/coreutils/>.
2876
2876
 
2877
2877
If you want to complete the configuration process using your problematic
2878
2878
'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3742
3742
 
3743
3743
ac_config_commands="$ac_config_commands depfiles"
3744
3744
 
3745
 
 
3746
 
am_make=${MAKE-make}
3747
 
cat > confinc << 'END'
 
3745
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} supports the include directive" >&5
 
3746
$as_echo_n "checking whether ${MAKE-make} supports the include directive... " >&6; }
 
3747
cat > confinc.mk << 'END'
3748
3748
am__doit:
3749
 
        @echo this is the am__doit target
 
3749
        @echo this is the am__doit target >confinc.out
3750
3750
.PHONY: am__doit
3751
3751
END
3752
 
# If we don't find an include directive, just comment out the code.
3753
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3754
 
$as_echo_n "checking for style of include used by $am_make... " >&6; }
3755
3752
am__include="#"
3756
3753
am__quote=
3757
 
_am_result=none
3758
 
# First try GNU make style include.
3759
 
echo "include confinc" > confmf
3760
 
# Ignore all kinds of additional output from 'make'.
3761
 
case `$am_make -s -f confmf 2> /dev/null` in #(
3762
 
*the\ am__doit\ target*)
3763
 
  am__include=include
3764
 
  am__quote=
3765
 
  _am_result=GNU
3766
 
  ;;
 
3754
# BSD make does it like this.
 
3755
echo '.include "confinc.mk" # ignored' > confmf.BSD
 
3756
# Other make implementations (GNU, Solaris 10, AIX) do it like this.
 
3757
echo 'include confinc.mk # ignored' > confmf.GNU
 
3758
_am_result=no
 
3759
for s in GNU BSD; do
 
3760
  { echo "$as_me:$LINENO: ${MAKE-make} -f confmf.$s && cat confinc.out" >&5
 
3761
   (${MAKE-make} -f confmf.$s && cat confinc.out) >&5 2>&5
 
3762
   ac_status=$?
 
3763
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3764
   (exit $ac_status); }
 
3765
  case $?:`cat confinc.out 2>/dev/null` in #(
 
3766
  '0:this is the am__doit target') :
 
3767
    case $s in #(
 
3768
  BSD) :
 
3769
    am__include='.include' am__quote='"' ;; #(
 
3770
  *) :
 
3771
    am__include='include' am__quote='' ;;
 
3772
esac ;; #(
 
3773
  *) :
 
3774
     ;;
3767
3775
esac
3768
 
# Now try BSD make style include.
3769
 
if test "$am__include" = "#"; then
3770
 
   echo '.include "confinc"' > confmf
3771
 
   case `$am_make -s -f confmf 2> /dev/null` in #(
3772
 
   *the\ am__doit\ target*)
3773
 
     am__include=.include
3774
 
     am__quote="\""
3775
 
     _am_result=BSD
3776
 
     ;;
3777
 
   esac
3778
 
fi
3779
 
 
3780
 
 
3781
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3782
 
$as_echo "$_am_result" >&6; }
3783
 
rm -f confinc confmf
 
3776
  if test "$am__include" != "#"; then
 
3777
    _am_result="yes ($s style)"
 
3778
    break
 
3779
  fi
 
3780
done
 
3781
rm -f confinc.* confmf.*
 
3782
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5
 
3783
$as_echo "${_am_result}" >&6; }
3784
3784
 
3785
3785
# Check whether --enable-dependency-tracking was given.
3786
3786
if test "${enable_dependency_tracking+set}" = set; then :
4614
4614
    pkg_cv_DEPS_CFLAGS="$DEPS_CFLAGS"
4615
4615
 elif test -n "$PKG_CONFIG"; then
4616
4616
    if test -n "$PKG_CONFIG" && \
4617
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-3.0 >= 3.12 glib-2.0 >= 2.39\""; } >&5
4618
 
  ($PKG_CONFIG --exists --print-errors "gtk+-3.0 >= 3.12 glib-2.0 >= 2.39") 2>&5
 
4617
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-3.0 >= 3.16 glib-2.0 >= 2.39\""; } >&5
 
4618
  ($PKG_CONFIG --exists --print-errors "gtk+-3.0 >= 3.16 glib-2.0 >= 2.39") 2>&5
4619
4619
  ac_status=$?
4620
4620
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4621
4621
  test $ac_status = 0; }; then
4622
 
  pkg_cv_DEPS_CFLAGS=`$PKG_CONFIG --cflags "gtk+-3.0 >= 3.12 glib-2.0 >= 2.39" 2>/dev/null`
 
4622
  pkg_cv_DEPS_CFLAGS=`$PKG_CONFIG --cflags "gtk+-3.0 >= 3.16 glib-2.0 >= 2.39" 2>/dev/null`
4623
4623
                      test "x$?" != "x0" && pkg_failed=yes
4624
4624
else
4625
4625
  pkg_failed=yes
4631
4631
    pkg_cv_DEPS_LIBS="$DEPS_LIBS"
4632
4632
 elif test -n "$PKG_CONFIG"; then
4633
4633
    if test -n "$PKG_CONFIG" && \
4634
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-3.0 >= 3.12 glib-2.0 >= 2.39\""; } >&5
4635
 
  ($PKG_CONFIG --exists --print-errors "gtk+-3.0 >= 3.12 glib-2.0 >= 2.39") 2>&5
 
4634
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-3.0 >= 3.16 glib-2.0 >= 2.39\""; } >&5
 
4635
  ($PKG_CONFIG --exists --print-errors "gtk+-3.0 >= 3.16 glib-2.0 >= 2.39") 2>&5
4636
4636
  ac_status=$?
4637
4637
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4638
4638
  test $ac_status = 0; }; then
4639
 
  pkg_cv_DEPS_LIBS=`$PKG_CONFIG --libs "gtk+-3.0 >= 3.12 glib-2.0 >= 2.39" 2>/dev/null`
 
4639
  pkg_cv_DEPS_LIBS=`$PKG_CONFIG --libs "gtk+-3.0 >= 3.16 glib-2.0 >= 2.39" 2>/dev/null`
4640
4640
                      test "x$?" != "x0" && pkg_failed=yes
4641
4641
else
4642
4642
  pkg_failed=yes
4657
4657
        _pkg_short_errors_supported=no
4658
4658
fi
4659
4659
        if test $_pkg_short_errors_supported = yes; then
4660
 
                DEPS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtk+-3.0 >= 3.12 glib-2.0 >= 2.39" 2>&1`
 
4660
                DEPS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtk+-3.0 >= 3.16 glib-2.0 >= 2.39" 2>&1`
4661
4661
        else
4662
 
                DEPS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtk+-3.0 >= 3.12 glib-2.0 >= 2.39" 2>&1`
 
4662
                DEPS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtk+-3.0 >= 3.16 glib-2.0 >= 2.39" 2>&1`
4663
4663
        fi
4664
4664
        # Put the nasty error message in config.log where it belongs
4665
4665
        echo "$DEPS_PKG_ERRORS" >&5
4666
4666
 
4667
 
        as_fn_error $? "Package requirements (gtk+-3.0 >= 3.12 glib-2.0 >= 2.39) were not met:
 
4667
        as_fn_error $? "Package requirements (gtk+-3.0 >= 3.16 glib-2.0 >= 2.39) were not met:
4668
4668
 
4669
4669
$DEPS_PKG_ERRORS
4670
4670
 
6465
6465
#
6466
6466
# INIT-COMMANDS
6467
6467
#
6468
 
AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
 
6468
AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"
6469
6469
 
6470
6470
_ACEOF
6471
6471
 
7090
7090
  # Older Autoconf quotes --file arguments for eval, but not when files
7091
7091
  # are listed without --file.  Let's play safe and only enable the eval
7092
7092
  # if we detect the quoting.
7093
 
  case $CONFIG_FILES in
7094
 
  *\'*) eval set x "$CONFIG_FILES" ;;
7095
 
  *)   set x $CONFIG_FILES ;;
7096
 
  esac
 
7093
  # TODO: see whether this extra hack can be removed once we start
 
7094
  # requiring Autoconf 2.70 or later.
 
7095
  case $CONFIG_FILES in #(
 
7096
  *\'*) :
 
7097
    eval set x "$CONFIG_FILES" ;; #(
 
7098
  *) :
 
7099
    set x $CONFIG_FILES ;; #(
 
7100
  *) :
 
7101
     ;;
 
7102
esac
7097
7103
  shift
7098
 
  for mf
 
7104
  # Used to flag and report bootstrapping failures.
 
7105
  am_rc=0
 
7106
  for am_mf
7099
7107
  do
7100
7108
    # Strip MF so we end up with the name of the file.
7101
 
    mf=`echo "$mf" | sed -e 's/:.*$//'`
7102
 
    # Check whether this is an Automake generated Makefile or not.
7103
 
    # We used to match only the files named 'Makefile.in', but
7104
 
    # some people rename them; so instead we look at the file content.
7105
 
    # Grep'ing the first line is not enough: some people post-process
7106
 
    # each Makefile.in and add a new line on top of each file to say so.
7107
 
    # Grep'ing the whole file is not good either: AIX grep has a line
 
7109
    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
 
7110
    # Check whether this is an Automake generated Makefile which includes
 
7111
    # dependency-tracking related rules and includes.
 
7112
    # Grep'ing the whole file directly is not great: AIX grep has a line
7108
7113
    # limit of 2048, but all sed's we know have understand at least 4000.
7109
 
    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
7110
 
      dirpart=`$as_dirname -- "$mf" ||
7111
 
$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7112
 
         X"$mf" : 'X\(//\)[^/]' \| \
7113
 
         X"$mf" : 'X\(//\)$' \| \
7114
 
         X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
7115
 
$as_echo X"$mf" |
7116
 
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
7117
 
            s//\1/
7118
 
            q
7119
 
          }
7120
 
          /^X\(\/\/\)[^/].*/{
7121
 
            s//\1/
7122
 
            q
7123
 
          }
7124
 
          /^X\(\/\/\)$/{
7125
 
            s//\1/
7126
 
            q
7127
 
          }
7128
 
          /^X\(\/\).*/{
7129
 
            s//\1/
7130
 
            q
7131
 
          }
7132
 
          s/.*/./; q'`
7133
 
    else
7134
 
      continue
7135
 
    fi
7136
 
    # Extract the definition of DEPDIR, am__include, and am__quote
7137
 
    # from the Makefile without running 'make'.
7138
 
    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
7139
 
    test -z "$DEPDIR" && continue
7140
 
    am__include=`sed -n 's/^am__include = //p' < "$mf"`
7141
 
    test -z "$am__include" && continue
7142
 
    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
7143
 
    # Find all dependency output files, they are included files with
7144
 
    # $(DEPDIR) in their names.  We invoke sed twice because it is the
7145
 
    # simplest approach to changing $(DEPDIR) to its actual value in the
7146
 
    # expansion.
7147
 
    for file in `sed -n "
7148
 
      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
7149
 
         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
7150
 
      # Make sure the directory exists.
7151
 
      test -f "$dirpart/$file" && continue
7152
 
      fdir=`$as_dirname -- "$file" ||
7153
 
$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7154
 
         X"$file" : 'X\(//\)[^/]' \| \
7155
 
         X"$file" : 'X\(//\)$' \| \
7156
 
         X"$file" : 'X\(/\)' \| . 2>/dev/null ||
7157
 
$as_echo X"$file" |
7158
 
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
7159
 
            s//\1/
7160
 
            q
7161
 
          }
7162
 
          /^X\(\/\/\)[^/].*/{
7163
 
            s//\1/
7164
 
            q
7165
 
          }
7166
 
          /^X\(\/\/\)$/{
7167
 
            s//\1/
7168
 
            q
7169
 
          }
7170
 
          /^X\(\/\).*/{
7171
 
            s//\1/
7172
 
            q
7173
 
          }
7174
 
          s/.*/./; q'`
7175
 
      as_dir=$dirpart/$fdir; as_fn_mkdir_p
7176
 
      # echo "creating $dirpart/$file"
7177
 
      echo '# dummy' > "$dirpart/$file"
7178
 
    done
 
7114
    sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \
 
7115
      || continue
 
7116
    am_dirpart=`$as_dirname -- "$am_mf" ||
 
7117
$as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
7118
         X"$am_mf" : 'X\(//\)[^/]' \| \
 
7119
         X"$am_mf" : 'X\(//\)$' \| \
 
7120
         X"$am_mf" : 'X\(/\)' \| . 2>/dev/null ||
 
7121
$as_echo X"$am_mf" |
 
7122
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
7123
            s//\1/
 
7124
            q
 
7125
          }
 
7126
          /^X\(\/\/\)[^/].*/{
 
7127
            s//\1/
 
7128
            q
 
7129
          }
 
7130
          /^X\(\/\/\)$/{
 
7131
            s//\1/
 
7132
            q
 
7133
          }
 
7134
          /^X\(\/\).*/{
 
7135
            s//\1/
 
7136
            q
 
7137
          }
 
7138
          s/.*/./; q'`
 
7139
    am_filepart=`$as_basename -- "$am_mf" ||
 
7140
$as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \
 
7141
         X"$am_mf" : 'X\(//\)$' \| \
 
7142
         X"$am_mf" : 'X\(/\)' \| . 2>/dev/null ||
 
7143
$as_echo X/"$am_mf" |
 
7144
    sed '/^.*\/\([^/][^/]*\)\/*$/{
 
7145
            s//\1/
 
7146
            q
 
7147
          }
 
7148
          /^X\/\(\/\/\)$/{
 
7149
            s//\1/
 
7150
            q
 
7151
          }
 
7152
          /^X\/\(\/\).*/{
 
7153
            s//\1/
 
7154
            q
 
7155
          }
 
7156
          s/.*/./; q'`
 
7157
    { echo "$as_me:$LINENO: cd "$am_dirpart" \
 
7158
      && sed -e '/# am--include-marker/d' "$am_filepart" \
 
7159
        | $MAKE -f - am--depfiles" >&5
 
7160
   (cd "$am_dirpart" \
 
7161
      && sed -e '/# am--include-marker/d' "$am_filepart" \
 
7162
        | $MAKE -f - am--depfiles) >&5 2>&5
 
7163
   ac_status=$?
 
7164
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7165
   (exit $ac_status); } || am_rc=$?
7179
7166
  done
 
7167
  if test $am_rc -ne 0; then
 
7168
    { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 
7169
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
7170
as_fn_error $? "Something went wrong bootstrapping makefile fragments
 
7171
    for automatic dependency tracking.  Try re-running configure with the
 
7172
    '--disable-dependency-tracking' option to at least be able to build
 
7173
    the package (albeit without support for automatic dependency tracking).
 
7174
See \`config.log' for more details" "$LINENO" 5; }
 
7175
  fi
 
7176
  { am_dirpart=; unset am_dirpart;}
 
7177
  { am_filepart=; unset am_filepart;}
 
7178
  { am_mf=; unset am_mf;}
 
7179
  { am_rc=; unset am_rc;}
 
7180
  rm -f conftest-deps.mk
7180
7181
}
7181
7182
 ;;
7182
7183
    "po/stamp-it":C)