2
2
# Guess values for system-dependent variables and create Makefiles.
3
# Generated by Autoconf 2.52.
3
# Generated by GNU Autoconf 2.59.
5
# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
6
# Free Software Foundation, Inc.
5
# Copyright (C) 2003 Free Software Foundation, Inc.
7
6
# This configure script is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy, distribute and modify it.
10
# Avoid depending upon Character Ranges.
11
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
12
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14
as_cr_digits='0123456789'
15
as_cr_alnum=$as_cr_Letters$as_cr_digits
17
# Sed expression to map a string onto a valid variable name.
18
as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
20
# Sed expression to map a string onto a valid CPP name.
21
as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
8
## --------------------- ##
9
## M4sh Initialization. ##
10
## --------------------- ##
23
12
# Be Bourne compatible
24
13
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
16
# Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
17
# is contrary to our usage. Disable this feature.
18
alias -g '${1+"$@"}'='"$@"'
27
19
elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
22
DUALCASE=1; export DUALCASE # for MKS sh
24
# Support unset when possible.
25
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
32
# Work around bugs in pre-3.0 UWIN ksh.
33
$as_unset ENV MAIL MAILPATH
40
LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
41
LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
44
if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
45
eval $as_var=C; export $as_var
51
# Required to use basename.
52
if expr a : '\(a\)' >/dev/null 2>&1; then
58
if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
31
65
# Name of the executable.
32
as_me=`echo "$0" |sed 's,.*[\\/],,'`
66
as_me=`$as_basename "$0" ||
67
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
68
X"$0" : 'X\(//\)$' \| \
69
X"$0" : 'X\(/\)$' \| \
70
. : '\(.\)' 2>/dev/null ||
72
sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
73
/^X\/\(\/\/\)$/{ s//\1/; q; }
74
/^X\/\(\/\).*/{ s//\1/; q; }
78
# PATH needs CR, and LINENO needs CR and PATH.
79
# Avoid depending upon Character Ranges.
80
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
81
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
82
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
83
as_cr_digits='0123456789'
84
as_cr_alnum=$as_cr_Letters$as_cr_digits
86
# The user is always right.
87
if test "${PATH_SEPARATOR+set}" != set; then
88
echo "#! /bin/sh" >conf$$.sh
89
echo "exit 0" >>conf$$.sh
91
if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
102
as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
103
test "x$as_lineno_1" != "x$as_lineno_2" &&
104
test "x$as_lineno_3" = "x$as_lineno_2" || {
105
# Find who we are. Look in the path if we contain no path at all
108
*[\\/]* ) as_myself=$0 ;;
109
*) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
113
test -z "$as_dir" && as_dir=.
114
test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
119
# We did not find ourselves, most probably we were run as `sh COMMAND'
120
# in which case we are not to be found in the path.
121
if test "x$as_myself" = x; then
124
if test ! -f "$as_myself"; then
125
{ echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
126
{ (exit 1); exit 1; }; }
128
case $CONFIG_SHELL in
130
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
131
for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
134
test -z "$as_dir" && as_dir=.
135
for as_base in sh bash ksh sh5; do
138
if ("$as_dir/$as_base" -c '
141
as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
142
test "x$as_lineno_1" != "x$as_lineno_2" &&
143
test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
144
$as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
145
$as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
146
CONFIG_SHELL=$as_dir/$as_base
148
exec "$CONFIG_SHELL" "$0" ${1+"$@"}
156
# Create $as_me.lineno as a copy of $as_myself, but with $LINENO
157
# uniformly replaced by the line number. The first 'sed' inserts a
158
# line-number line before each line; the second 'sed' does the real
159
# work. The second script uses 'N' to pair each line-number line
160
# with the numbered line, and appends trailing '-' during
161
# substitution so that $LINENO is not a special case at line end.
162
# (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
163
# second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
164
sed '=' <$as_myself |
169
s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
172
s,^['$as_cr_digits']*\n,,
174
chmod +x $as_me.lineno ||
175
{ echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
176
{ (exit 1); exit 1; }; }
178
# Don't try to exec as it changes $[0], causing all sort of problems
179
# (the dirname of $[0] is not the place where we might find the
180
# original and so on. Autoconf is especially sensible to this).
182
# Exit status is that of the last command.
187
case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
188
*c*,-n*) ECHO_N= ECHO_C='
190
*c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
191
*) ECHO_N= ECHO_C='\c' ECHO_T= ;;
34
194
if expr a : '\(a\)' >/dev/null 2>&1; then
594
770
--oldincludedir=DIR C header files for non-gcc [/usr/include]
595
771
--infodir=DIR info documentation [PREFIX/info]
596
772
--mandir=DIR man documentation [PREFIX/man]
602
778
--program-prefix=PREFIX prepend PREFIX to installed program names
603
779
--program-suffix=SUFFIX append SUFFIX to installed program names
604
780
--program-transform-name=PROGRAM run sed PROGRAM on installed program names
608
784
if test -n "$ac_init_help"; then
615
791
if test "$ac_init_help" = "recursive"; then
616
792
# If there are subdirs, report their specific --help.
618
for ac_subdir in : $ac_subdirs_all; do test "x$ac_subdir" = x: && continue
620
# A "../" for each directory in /$ac_subdir.
621
ac_dots=`echo $ac_subdir |
622
sed 's,^\./,,;s,[^/]$,&/,;s,[^/]*/,../,g'`
625
.) # No --srcdir option. We are building in place.
626
ac_sub_srcdir=$srcdir ;;
627
[\\/]* | ?:[\\/]* ) # Absolute path.
628
ac_sub_srcdir=$srcdir/$ac_subdir ;;
630
ac_sub_srcdir=$ac_dots$srcdir/$ac_subdir ;;
794
for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
795
test -d $ac_dir || continue
798
if test "$ac_dir" != .; then
799
ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
800
# A "../" for each directory in $ac_dir_suffix.
801
ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
803
ac_dir_suffix= ac_top_builddir=
807
.) # No --srcdir option. We are building in place.
809
if test -z "$ac_top_builddir"; then
812
ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
814
[\\/]* | ?:[\\/]* ) # Absolute path.
815
ac_srcdir=$srcdir$ac_dir_suffix;
816
ac_top_srcdir=$srcdir ;;
818
ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
819
ac_top_srcdir=$ac_top_builddir$srcdir ;;
822
# Do not use `cd foo && pwd` to compute absolute paths, because
823
# the directories may not exist.
825
.) ac_abs_builddir="$ac_dir";;
828
.) ac_abs_builddir=`pwd`;;
829
[\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
830
*) ac_abs_builddir=`pwd`/"$ac_dir";;
833
case $ac_abs_builddir in
834
.) ac_abs_top_builddir=${ac_top_builddir}.;;
836
case ${ac_top_builddir}. in
837
.) ac_abs_top_builddir=$ac_abs_builddir;;
838
[\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
839
*) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
842
case $ac_abs_builddir in
843
.) ac_abs_srcdir=$ac_srcdir;;
846
.) ac_abs_srcdir=$ac_abs_builddir;;
847
[\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
848
*) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
851
case $ac_abs_builddir in
852
.) ac_abs_top_srcdir=$ac_top_srcdir;;
854
case $ac_top_srcdir in
855
.) ac_abs_top_srcdir=$ac_abs_builddir;;
856
[\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
857
*) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
633
862
# Check for guested configure; otherwise get Cygnus style configure.
634
if test -f $ac_sub_srcdir/configure.gnu; then
636
$SHELL $ac_sub_srcdir/configure.gnu --help=recursive
637
elif test -f $ac_sub_srcdir/configure; then
639
$SHELL $ac_sub_srcdir/configure --help=recursive
640
elif test -f $ac_sub_srcdir/configure.ac ||
641
test -f $ac_sub_srcdir/configure.in; then
863
if test -f $ac_srcdir/configure.gnu; then
865
$SHELL $ac_srcdir/configure.gnu --help=recursive
866
elif test -f $ac_srcdir/configure; then
868
$SHELL $ac_srcdir/configure --help=recursive
869
elif test -f $ac_srcdir/configure.ac ||
870
test -f $ac_srcdir/configure.in; then
643
872
$ac_configure --help
645
echo "$as_me: WARNING: no configuration information is in $ac_subdir" >&2
874
echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
693
921
/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
694
922
/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
926
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
930
test -z "$as_dir" && as_dir=.
708
946
# Keep a trace of the command line.
709
947
# Strip out --no-create and --no-recursion so they do not pile up.
948
# Strip out --silent because we don't want to record it for future runs.
710
949
# Also quote any args containing shell meta-characters.
950
# Make two passes to allow for proper duplicate-argument suppression.
711
951
ac_configure_args=
955
ac_must_keep_next=false
716
-no-create | --no-create | --no-creat | --no-crea | --no-cre \
717
| --no-cr | --no-c) ;;
718
-no-recursion | --no-recursion | --no-recursio | --no-recursi \
719
| --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
720
*" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
721
ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
722
ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
724
*) ac_configure_args="$ac_configure_args$ac_sep$ac_arg"
727
# Get rid of the leading space.
961
-no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
962
-q | -quiet | --quiet | --quie | --qui | --qu | --q \
963
| -silent | --silent | --silen | --sile | --sil)
965
*" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
966
ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
969
1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
971
ac_configure_args1="$ac_configure_args1 '$ac_arg'"
972
if test $ac_must_keep_next = true; then
973
ac_must_keep_next=false # Got value, back to normal.
976
*=* | --config-cache | -C | -disable-* | --disable-* \
977
| -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
978
| -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
979
| -with-* | --with-* | -without-* | --without-* | --x)
980
case "$ac_configure_args0 " in
981
"$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
984
-* ) ac_must_keep_next=true ;;
987
ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
988
# Get rid of the leading space.
994
$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
995
$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
730
997
# When interrupted or exit'd, cleanup temporary files, and complete
731
998
# config.log. We remove comments because anyway the quotes in there
732
999
# would cause problems or look ugly.
1000
# WARNING: Be sure not to use single quotes in there, as some shells,
1001
# such as our DU 5.0 friend, will then `close' the trap.
733
1002
trap 'exit_status=$?
734
1003
# Save into config.log some information that might help in debugging.
736
echo "## ----------------- ##" >&5
737
echo "## Cache variables. ##" >&5
738
echo "## ----------------- ##" >&5
740
# The following way of writing the cache mishandles newlines in values,
1008
## ---------------- ##
1009
## Cache variables. ##
1010
## ---------------- ##
1013
# The following way of writing the cache mishandles newlines in values,
743
1016
case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
746
"s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
747
s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1019
"s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1020
s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
751
"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1024
"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
755
sed "/^$/d" confdefs.h >conftest.log
756
if test -s conftest.log; then
758
echo "## ------------ ##" >&5
759
echo "## confdefs.h. ##" >&5
760
echo "## ------------ ##" >&5
765
test "$ac_signal" != 0 &&
766
echo "$as_me: caught signal $ac_signal" >&5
767
echo "$as_me: exit $exit_status" >&5
768
rm -rf conftest* confdefs* core core.* *.core conf$$* $ac_clean_files &&
1031
## ----------------- ##
1032
## Output variables. ##
1033
## ----------------- ##
1036
for ac_var in $ac_subst_vars
1038
eval ac_val=$`echo $ac_var`
1039
echo "$ac_var='"'"'$ac_val'"'"'"
1043
if test -n "$ac_subst_files"; then
1050
for ac_var in $ac_subst_files
1052
eval ac_val=$`echo $ac_var`
1053
echo "$ac_var='"'"'$ac_val'"'"'"
1058
if test -s confdefs.h; then
1065
sed "/^$/d" confdefs.h | sort
1068
test "$ac_signal" != 0 &&
1069
echo "$as_me: caught signal $ac_signal"
1070
echo "$as_me: exit $exit_status"
1072
rm -f core *.core &&
1073
rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
769
1074
exit $exit_status
771
1076
for ac_signal in 1 2 13 15; do
818
1150
ac_cache_corrupted=false
819
1151
for ac_var in `(set) 2>&1 |
820
sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1152
sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
821
1153
eval ac_old_set=\$ac_cv_env_${ac_var}_set
822
1154
eval ac_new_set=\$ac_env_${ac_var}_set
823
1155
eval ac_old_val="\$ac_cv_env_${ac_var}_value"
824
1156
eval ac_new_val="\$ac_env_${ac_var}_value"
825
1157
case $ac_old_set,$ac_new_set in
827
{ echo "$as_me:827: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1159
{ echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
828
1160
echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
829
1161
ac_cache_corrupted=: ;;
831
{ echo "$as_me:831: error: \`$ac_var' was not set in the previous run" >&5
1163
{ echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
832
1164
echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
833
1165
ac_cache_corrupted=: ;;
836
1168
if test "x$ac_old_val" != "x$ac_new_val"; then
837
{ echo "$as_me:837: error: \`$ac_var' has changed since the previous run:" >&5
1169
{ echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
838
1170
echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
839
{ echo "$as_me:839: former value: $ac_old_val" >&5
1171
{ echo "$as_me:$LINENO: former value: $ac_old_val" >&5
840
1172
echo "$as_me: former value: $ac_old_val" >&2;}
841
{ echo "$as_me:841: current value: $ac_new_val" >&5
1173
{ echo "$as_me:$LINENO: current value: $ac_new_val" >&5
842
1174
echo "$as_me: current value: $ac_new_val" >&2;}
1175
ac_cache_corrupted=:
846
# Pass precious variables to config.status. It doesn't matter if
847
# we pass some twice (in addition to the command line arguments).
1178
# Pass precious variables to config.status.
848
1179
if test "$ac_new_set" = set; then
849
1180
case $ac_new_val in
850
1181
*" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
851
ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"`
852
ac_configure_args="$ac_configure_args '$ac_arg'"
854
*) ac_configure_args="$ac_configure_args $ac_var=$ac_new_val"
1182
ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1183
*) ac_arg=$ac_var=$ac_new_val ;;
1185
case " $ac_configure_args " in
1186
*" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1187
*) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
859
1191
if $ac_cache_corrupted; then
860
{ echo "$as_me:860: error: changes in the environment can compromise the build" >&5
1192
{ echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
861
1193
echo "$as_me: error: changes in the environment can compromise the build" >&2;}
862
{ { echo "$as_me:862: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1194
{ { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
863
1195
echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
864
1196
{ (exit 1); exit 1; }; }
929
1259
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
930
1260
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
931
1261
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1262
# OS/2's system install, which has a completely different semantic
932
1263
# ./install, which can be erroneously created by make from ./install.sh.
933
echo "$as_me:933: checking for a BSD compatible install" >&5
934
echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6
1264
echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1265
echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
935
1266
if test -z "$INSTALL"; then
936
1267
if test "${ac_cv_path_install+set}" = set; then
937
1268
echo $ECHO_N "(cached) $ECHO_C" >&6
939
ac_save_IFS=$IFS; IFS=$ac_path_separator
940
for ac_dir in $PATH; do
942
# Account for people who put trailing slashes in PATH elements.
944
/ | ./ | .// | /cC/* \
945
| /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* \
948
# OSF1 and SCO ODT 3.0 have their own names for install.
949
# Don't use installbsd from OSF since it installs stuff as root
951
for ac_prog in ginstall scoinst install; do
952
if $as_executable_p "$ac_dir/$ac_prog"; then
1270
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1274
test -z "$as_dir" && as_dir=.
1275
# Account for people who put trailing slashes in PATH elements.
1277
./ | .// | /cC/* | \
1278
/etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1279
?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1282
# OSF1 and SCO ODT 3.0 have their own names for install.
1283
# Don't use installbsd from OSF since it installs stuff as root
1285
for ac_prog in ginstall scoinst install; do
1286
for ac_exec_ext in '' $ac_executable_extensions; do
1287
if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
953
1288
if test $ac_prog = install &&
954
grep dspmsg "$ac_dir/$ac_prog" >/dev/null 2>&1; then
1289
grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
955
1290
# AIX install. It has an incompatible calling convention.
957
1292
elif test $ac_prog = install &&
958
grep pwplus "$ac_dir/$ac_prog" >/dev/null 2>&1; then
1293
grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
959
1294
# program-specific install script used by HP pwplus--don't use.
962
ac_cv_path_install="$ac_dir/$ac_prog -c"
1297
ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
972
1309
if test "${ac_cv_path_install+set}" = set; then
991
1328
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
993
echo "$as_me:993: checking whether build environment is sane" >&5
1330
echo "$as_me:$LINENO: checking whether build environment is sane" >&5
994
1331
echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
997
echo timestamp > conftestfile
1334
echo timestamp > conftest.file
998
1335
# Do `set' in a subshell so we don't clobber the current shell's
999
1336
# arguments. Must try -L first in case configure is actually a
1000
1337
# symlink; some systems play weird games with the mod time of symlinks
1001
1338
# (eg FreeBSD returns the mod time of the symlink's containing
1004
set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
1341
set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
1005
1342
if test "$*" = "X"; then
1006
1343
# -L didn't work.
1007
set X `ls -t $srcdir/configure conftestfile`
1344
set X `ls -t $srcdir/configure conftest.file`
1009
if test "$*" != "X $srcdir/configure conftestfile" \
1010
&& test "$*" != "X conftestfile $srcdir/configure"; then
1347
if test "$*" != "X $srcdir/configure conftest.file" \
1348
&& test "$*" != "X conftest.file $srcdir/configure"; then
1012
1350
# If neither matched, then we have a broken ls. This can happen
1013
1351
# if, for instance, CONFIG_SHELL is bash and it inherits a
1014
1352
# broken ls alias from the environment. This has actually
1015
1353
# happened. Such a system could not be considered "sane".
1016
{ { echo "$as_me:1016: error: ls -t appears to fail. Make sure there is not a broken
1354
{ { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
1017
1355
alias in your environment" >&5
1018
1356
echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
1019
1357
alias in your environment" >&2;}
1020
1358
{ (exit 1); exit 1; }; }
1023
test "$2" = conftestfile
1361
test "$2" = conftest.file
1029
{ { echo "$as_me:1029: error: newly created file is older than distributed files!
1367
{ { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
1030
1368
Check your system clock" >&5
1031
1369
echo "$as_me: error: newly created file is older than distributed files!
1032
1370
Check your system clock" >&2;}
1033
1371
{ (exit 1); exit 1; }; }
1036
echo "$as_me:1036: result: yes" >&5
1373
echo "$as_me:$LINENO: result: yes" >&5
1037
1374
echo "${ECHO_T}yes" >&6
1038
1375
test "$program_prefix" != NONE &&
1039
1376
program_transform_name="s,^,$program_prefix,;$program_transform_name"
1048
1385
program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1049
1386
rm conftest.sed
1051
echo "$as_me:1051: checking whether ${MAKE-make} sets \${MAKE}" >&5
1052
echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6
1053
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
1388
# expand $ac_aux_dir to an absolute path
1389
am_aux_dir=`cd $ac_aux_dir && pwd`
1391
test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
1392
# Use eval to expand $SHELL
1393
if eval "$MISSING --run true"; then
1394
am_missing_run="$MISSING --run "
1397
{ echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1398
echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1401
if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
1402
# Keeping the `.' argument allows $(mkdir_p) to be used without
1403
# argument. Indeed, we sometimes output rules like
1404
# $(mkdir_p) $(somedir)
1405
# where $(somedir) is conditionally defined.
1406
# (`test -n '$(somedir)' && $(mkdir_p) $(somedir)' is a more
1407
# expensive solution, as it forces Make to start a sub-shell.)
1408
mkdir_p='mkdir -p -- .'
1410
# On NextStep and OpenStep, the `mkdir' command does not
1411
# recognize any option. It will interpret all options as
1412
# directories to create, and then abort because `.' already
1414
for d in ./-p ./--version;
1416
test -d $d && rmdir $d
1418
# $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
1419
if test -f "$ac_aux_dir/mkinstalldirs"; then
1420
mkdir_p='$(mkinstalldirs)'
1422
mkdir_p='$(install_sh) -d'
1426
for ac_prog in gawk mawk nawk awk
1428
# Extract the first word of "$ac_prog", so it can be a program name with args.
1429
set dummy $ac_prog; ac_word=$2
1430
echo "$as_me:$LINENO: checking for $ac_word" >&5
1431
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1432
if test "${ac_cv_prog_AWK+set}" = set; then
1433
echo $ECHO_N "(cached) $ECHO_C" >&6
1435
if test -n "$AWK"; then
1436
ac_cv_prog_AWK="$AWK" # Let the user override the test.
1438
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1442
test -z "$as_dir" && as_dir=.
1443
for ac_exec_ext in '' $ac_executable_extensions; do
1444
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1445
ac_cv_prog_AWK="$ac_prog"
1446
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1455
if test -n "$AWK"; then
1456
echo "$as_me:$LINENO: result: $AWK" >&5
1457
echo "${ECHO_T}$AWK" >&6
1459
echo "$as_me:$LINENO: result: no" >&5
1460
echo "${ECHO_T}no" >&6
1463
test -n "$AWK" && break
1466
echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1467
echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
1468
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
1054
1469
if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1055
1470
echo $ECHO_N "(cached) $ECHO_C" >&6
1057
cat >conftest.make <<\EOF
1472
cat >conftest.make <<\_ACEOF
1059
@echo 'ac_maketemp="${MAKE}"'
1474
@echo 'ac_maketemp="$(MAKE)"'
1061
1476
# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1062
1477
eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
1063
1478
if test -n "$ac_maketemp"; then
1068
1483
rm -f conftest.make
1070
1485
if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
1071
echo "$as_me:1071: result: yes" >&5
1486
echo "$as_me:$LINENO: result: yes" >&5
1072
1487
echo "${ECHO_T}yes" >&6
1075
echo "$as_me:1075: result: no" >&5
1490
echo "$as_me:$LINENO: result: no" >&5
1076
1491
echo "${ECHO_T}no" >&6
1077
1492
SET_MAKE="MAKE=${MAKE-make}"
1082
VERSION=$INTLTOOL_VERSION
1084
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
1085
{ { echo "$as_me:1085: error: source directory already configured; run \"make distclean\" there first" >&5
1495
rm -rf .tst 2>/dev/null
1496
mkdir .tst 2>/dev/null
1497
if test -d .tst; then
1502
rmdir .tst 2>/dev/null
1504
# test to see if srcdir already configured
1505
if test "`cd $srcdir && pwd`" != "`pwd`" &&
1506
test -f $srcdir/config.status; then
1507
{ { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
1086
1508
echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
1087
1509
{ (exit 1); exit 1; }; }
1090
cat >>confdefs.h <<EOF
1512
# test whether we have cygpath
1513
if test -z "$CYGPATH_W"; then
1514
if (cygpath --version) >/dev/null 2>/dev/null; then
1515
CYGPATH_W='cygpath -w'
1522
# Define the identity of the package.
1524
VERSION=$INTLTOOL_VERSION
1527
cat >>confdefs.h <<_ACEOF
1091
1528
#define PACKAGE "$PACKAGE"
1094
cat >>confdefs.h <<EOF
1532
cat >>confdefs.h <<_ACEOF
1095
1533
#define VERSION "$VERSION"
1098
missing_dir=`cd $ac_aux_dir && pwd`
1099
echo "$as_me:1099: checking for working aclocal" >&5
1100
echo $ECHO_N "checking for working aclocal... $ECHO_C" >&6
1101
# Run test in a subshell; some versions of sh will print an error if
1102
# an executable is not found, even if stderr is redirected.
1103
# Redirect stdin to placate older versions of autoconf. Sigh.
1104
if (aclocal --version) < /dev/null > /dev/null 2>&1; then
1106
echo "$as_me:1106: result: found" >&5
1107
echo "${ECHO_T}found" >&6
1109
ACLOCAL="$missing_dir/missing aclocal"
1110
echo "$as_me:1110: result: missing" >&5
1111
echo "${ECHO_T}missing" >&6
1114
echo "$as_me:1114: checking for working autoconf" >&5
1115
echo $ECHO_N "checking for working autoconf... $ECHO_C" >&6
1116
# Run test in a subshell; some versions of sh will print an error if
1117
# an executable is not found, even if stderr is redirected.
1118
# Redirect stdin to placate older versions of autoconf. Sigh.
1119
if (autoconf --version) < /dev/null > /dev/null 2>&1; then
1121
echo "$as_me:1121: result: found" >&5
1122
echo "${ECHO_T}found" >&6
1124
AUTOCONF="$missing_dir/missing autoconf"
1125
echo "$as_me:1125: result: missing" >&5
1126
echo "${ECHO_T}missing" >&6
1129
echo "$as_me:1129: checking for working automake" >&5
1130
echo $ECHO_N "checking for working automake... $ECHO_C" >&6
1131
# Run test in a subshell; some versions of sh will print an error if
1132
# an executable is not found, even if stderr is redirected.
1133
# Redirect stdin to placate older versions of autoconf. Sigh.
1134
if (automake --version) < /dev/null > /dev/null 2>&1; then
1136
echo "$as_me:1136: result: found" >&5
1137
echo "${ECHO_T}found" >&6
1139
AUTOMAKE="$missing_dir/missing automake"
1140
echo "$as_me:1140: result: missing" >&5
1141
echo "${ECHO_T}missing" >&6
1144
echo "$as_me:1144: checking for working autoheader" >&5
1145
echo $ECHO_N "checking for working autoheader... $ECHO_C" >&6
1146
# Run test in a subshell; some versions of sh will print an error if
1147
# an executable is not found, even if stderr is redirected.
1148
# Redirect stdin to placate older versions of autoconf. Sigh.
1149
if (autoheader --version) < /dev/null > /dev/null 2>&1; then
1150
AUTOHEADER=autoheader
1151
echo "$as_me:1151: result: found" >&5
1152
echo "${ECHO_T}found" >&6
1154
AUTOHEADER="$missing_dir/missing autoheader"
1155
echo "$as_me:1155: result: missing" >&5
1156
echo "${ECHO_T}missing" >&6
1159
echo "$as_me:1159: checking for working makeinfo" >&5
1160
echo $ECHO_N "checking for working makeinfo... $ECHO_C" >&6
1161
# Run test in a subshell; some versions of sh will print an error if
1162
# an executable is not found, even if stderr is redirected.
1163
# Redirect stdin to placate older versions of autoconf. Sigh.
1164
if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
1166
echo "$as_me:1166: result: found" >&5
1167
echo "${ECHO_T}found" >&6
1169
MAKEINFO="$missing_dir/missing makeinfo"
1170
echo "$as_me:1170: result: missing" >&5
1171
echo "${ECHO_T}missing" >&6
1536
# Some tools Automake needs.
1538
ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
1541
AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
1544
AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
1547
AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
1550
MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
1553
AMTAR=${AMTAR-"${am_missing_run}tar"}
1555
install_sh=${install_sh-"$am_aux_dir/install-sh"}
1557
# Installed binaries are usually stripped using `strip' when the user
1558
# run `make install-strip'. However `strip' might not be the right
1559
# tool to use in cross-compilation environments, therefore Automake
1560
# will honor the `STRIP' environment variable to overrule this program.
1561
if test "$cross_compiling" != no; then
1562
if test -n "$ac_tool_prefix"; then
1563
# Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1564
set dummy ${ac_tool_prefix}strip; ac_word=$2
1565
echo "$as_me:$LINENO: checking for $ac_word" >&5
1566
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1567
if test "${ac_cv_prog_STRIP+set}" = set; then
1568
echo $ECHO_N "(cached) $ECHO_C" >&6
1570
if test -n "$STRIP"; then
1571
ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
1573
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1577
test -z "$as_dir" && as_dir=.
1578
for ac_exec_ext in '' $ac_executable_extensions; do
1579
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1580
ac_cv_prog_STRIP="${ac_tool_prefix}strip"
1581
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1589
STRIP=$ac_cv_prog_STRIP
1590
if test -n "$STRIP"; then
1591
echo "$as_me:$LINENO: result: $STRIP" >&5
1592
echo "${ECHO_T}$STRIP" >&6
1594
echo "$as_me:$LINENO: result: no" >&5
1595
echo "${ECHO_T}no" >&6
1599
if test -z "$ac_cv_prog_STRIP"; then
1601
# Extract the first word of "strip", so it can be a program name with args.
1602
set dummy strip; ac_word=$2
1603
echo "$as_me:$LINENO: checking for $ac_word" >&5
1604
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1605
if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
1606
echo $ECHO_N "(cached) $ECHO_C" >&6
1608
if test -n "$ac_ct_STRIP"; then
1609
ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
1611
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1615
test -z "$as_dir" && as_dir=.
1616
for ac_exec_ext in '' $ac_executable_extensions; do
1617
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1618
ac_cv_prog_ac_ct_STRIP="strip"
1619
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1625
test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
1628
ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
1629
if test -n "$ac_ct_STRIP"; then
1630
echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
1631
echo "${ECHO_T}$ac_ct_STRIP" >&6
1633
echo "$as_me:$LINENO: result: no" >&5
1634
echo "${ECHO_T}no" >&6
1639
STRIP="$ac_cv_prog_STRIP"
1643
INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
1645
# We need awk for the "check" target. The system "awk" is bad on
1174
1651
pkgdatadir='${datadir}'"/${PACKAGE}"
1175
1652
aclocaldir='${datadir}'/aclocal
1177
1655
# Extract the first word of "perl", so it can be a program name with args.
1178
1656
set dummy perl; ac_word=$2
1179
echo "$as_me:1179: checking for $ac_word" >&5
1657
echo "$as_me:$LINENO: checking for $ac_word" >&5
1180
1658
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1181
1659
if test "${ac_cv_path_PERL+set}" = set; then
1182
1660
echo $ECHO_N "(cached) $ECHO_C" >&6
1204
1684
PERL=$ac_cv_path_PERL
1206
1686
if test -n "$PERL"; then
1207
echo "$as_me:1207: result: $PERL" >&5
1687
echo "$as_me:$LINENO: result: $PERL" >&5
1208
1688
echo "${ECHO_T}$PERL" >&6
1210
echo "$as_me:1210: result: no" >&5
1690
echo "$as_me:$LINENO: result: no" >&5
1211
1691
echo "${ECHO_T}no" >&6
1214
1694
if test -z "$PERL"; then
1215
{ { echo "$as_me:1215: error: perl not found" >&5
1695
{ { echo "$as_me:$LINENO: error: perl not found" >&5
1216
1696
echo "$as_me: error: perl not found" >&2;}
1217
1697
{ (exit 1); exit 1; }; }
1219
1699
if test -z "`$PERL -v | fgrep 'v5.' 2> /dev/null`" -a -z "`$PERL -v | fgrep 'version 5.' 2> /dev/null`"; then
1220
{ { echo "$as_me:1220: error: perl 5.x required for intltool" >&5
1700
{ { echo "$as_me:$LINENO: error: perl 5.x required for intltool" >&5
1221
1701
echo "$as_me: error: perl 5.x required for intltool" >&2;}
1222
1702
{ (exit 1); exit 1; }; }
1225
ac_config_files="$ac_config_files Makefile doc-i18n-tool/Makefile doc/Makefile intltool-extract.in intltool-merge.in intltool-prepare intltool-unicodify intltool-update.in intltool.spec intltoolize tests/Makefile tests/cases/Makefile tests/results/Makefile tests/selftest.pl xml-i18n-toolize"
1704
echo "$as_me:$LINENO: checking for XML::Parser" >&5
1705
echo $ECHO_N "checking for XML::Parser... $ECHO_C" >&6
1706
if `$PERL -e "require XML::Parser" 2>/dev/null`; then
1707
echo "$as_me:$LINENO: result: ok" >&5
1708
echo "${ECHO_T}ok" >&6
1710
{ { echo "$as_me:$LINENO: error: XML::Parser perl module is required for intltool" >&5
1711
echo "$as_me: error: XML::Parser perl module is required for intltool" >&2;}
1712
{ (exit 1); exit 1; }; }
1715
# Extract the first word of "iconv", so it can be a program name with args.
1716
set dummy iconv; ac_word=$2
1717
echo "$as_me:$LINENO: checking for $ac_word" >&5
1718
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1719
if test "${ac_cv_path_INTLTOOL_ICONV+set}" = set; then
1720
echo $ECHO_N "(cached) $ECHO_C" >&6
1722
case $INTLTOOL_ICONV in
1724
ac_cv_path_INTLTOOL_ICONV="$INTLTOOL_ICONV" # Let the user override the test with a path.
1727
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1731
test -z "$as_dir" && as_dir=.
1732
for ac_exec_ext in '' $ac_executable_extensions; do
1733
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1734
ac_cv_path_INTLTOOL_ICONV="$as_dir/$ac_word$ac_exec_ext"
1735
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1741
test -z "$ac_cv_path_INTLTOOL_ICONV" && ac_cv_path_INTLTOOL_ICONV="iconv"
1745
INTLTOOL_ICONV=$ac_cv_path_INTLTOOL_ICONV
1747
if test -n "$INTLTOOL_ICONV"; then
1748
echo "$as_me:$LINENO: result: $INTLTOOL_ICONV" >&5
1749
echo "${ECHO_T}$INTLTOOL_ICONV" >&6
1751
echo "$as_me:$LINENO: result: no" >&5
1752
echo "${ECHO_T}no" >&6
1755
# Extract the first word of "msgfmt", so it can be a program name with args.
1756
set dummy msgfmt; ac_word=$2
1757
echo "$as_me:$LINENO: checking for $ac_word" >&5
1758
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1759
if test "${ac_cv_path_INTLTOOL_MSGFMT+set}" = set; then
1760
echo $ECHO_N "(cached) $ECHO_C" >&6
1762
case $INTLTOOL_MSGFMT in
1764
ac_cv_path_INTLTOOL_MSGFMT="$INTLTOOL_MSGFMT" # Let the user override the test with a path.
1767
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1771
test -z "$as_dir" && as_dir=.
1772
for ac_exec_ext in '' $ac_executable_extensions; do
1773
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1774
ac_cv_path_INTLTOOL_MSGFMT="$as_dir/$ac_word$ac_exec_ext"
1775
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1781
test -z "$ac_cv_path_INTLTOOL_MSGFMT" && ac_cv_path_INTLTOOL_MSGFMT="msgfmt"
1785
INTLTOOL_MSGFMT=$ac_cv_path_INTLTOOL_MSGFMT
1787
if test -n "$INTLTOOL_MSGFMT"; then
1788
echo "$as_me:$LINENO: result: $INTLTOOL_MSGFMT" >&5
1789
echo "${ECHO_T}$INTLTOOL_MSGFMT" >&6
1791
echo "$as_me:$LINENO: result: no" >&5
1792
echo "${ECHO_T}no" >&6
1795
# Extract the first word of "msgmerge", so it can be a program name with args.
1796
set dummy msgmerge; ac_word=$2
1797
echo "$as_me:$LINENO: checking for $ac_word" >&5
1798
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1799
if test "${ac_cv_path_INTLTOOL_MSGMERGE+set}" = set; then
1800
echo $ECHO_N "(cached) $ECHO_C" >&6
1802
case $INTLTOOL_MSGMERGE in
1804
ac_cv_path_INTLTOOL_MSGMERGE="$INTLTOOL_MSGMERGE" # Let the user override the test with a path.
1807
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1811
test -z "$as_dir" && as_dir=.
1812
for ac_exec_ext in '' $ac_executable_extensions; do
1813
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1814
ac_cv_path_INTLTOOL_MSGMERGE="$as_dir/$ac_word$ac_exec_ext"
1815
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1821
test -z "$ac_cv_path_INTLTOOL_MSGMERGE" && ac_cv_path_INTLTOOL_MSGMERGE="msgmerge"
1825
INTLTOOL_MSGMERGE=$ac_cv_path_INTLTOOL_MSGMERGE
1827
if test -n "$INTLTOOL_MSGMERGE"; then
1828
echo "$as_me:$LINENO: result: $INTLTOOL_MSGMERGE" >&5
1829
echo "${ECHO_T}$INTLTOOL_MSGMERGE" >&6
1831
echo "$as_me:$LINENO: result: no" >&5
1832
echo "${ECHO_T}no" >&6
1835
# Extract the first word of "xgettext", so it can be a program name with args.
1836
set dummy xgettext; ac_word=$2
1837
echo "$as_me:$LINENO: checking for $ac_word" >&5
1838
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1839
if test "${ac_cv_path_INTLTOOL_XGETTEXT+set}" = set; then
1840
echo $ECHO_N "(cached) $ECHO_C" >&6
1842
case $INTLTOOL_XGETTEXT in
1844
ac_cv_path_INTLTOOL_XGETTEXT="$INTLTOOL_XGETTEXT" # Let the user override the test with a path.
1847
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1851
test -z "$as_dir" && as_dir=.
1852
for ac_exec_ext in '' $ac_executable_extensions; do
1853
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1854
ac_cv_path_INTLTOOL_XGETTEXT="$as_dir/$ac_word$ac_exec_ext"
1855
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1861
test -z "$ac_cv_path_INTLTOOL_XGETTEXT" && ac_cv_path_INTLTOOL_XGETTEXT="xgettext"
1865
INTLTOOL_XGETTEXT=$ac_cv_path_INTLTOOL_XGETTEXT
1867
if test -n "$INTLTOOL_XGETTEXT"; then
1868
echo "$as_me:$LINENO: result: $INTLTOOL_XGETTEXT" >&5
1869
echo "${ECHO_T}$INTLTOOL_XGETTEXT" >&6
1871
echo "$as_me:$LINENO: result: no" >&5
1872
echo "${ECHO_T}no" >&6
1876
# find the actual value for $prefix that we'll end up with
1877
# i think there's a better way to do this...
1879
if test "x$exec_prefix" = "xNONE"; then
1880
if test "x$prefix" = "xNONE"; then
1881
REAL_PREFIX=$ac_default_prefix
1886
REAL_PREFIX=$exec_prefix
1889
LIBDIR_TMP="$libdir"
1890
old_exec_prefix=$exec_prefix
1891
exec_prefix=$REAL_PREFIX
1892
EXPANDED_LIBDIR=`eval echo $LIBDIR_TMP`
1893
exec_prefix=$old_exec_prefix
1896
DATADIR_TMP="$datadir"
1897
old_exec_prefix=$exec_prefix
1898
exec_prefix=$REAL_PREFIX
1899
EXPANDED_DATADIR=`eval echo $DATADIR_TMP`
1900
exec_prefix=$old_exec_prefix
1904
ac_config_files="$ac_config_files Makefile doc/Makefile intltool-extract.in intltool-merge.in intltool-prepare intltool-unicodify intltool-update.in intltool.spec intltoolize tests/Makefile tests/cases/Makefile tests/results/Makefile tests/selftest.pl"
1226
1905
cat >confcache <<\_ACEOF
1227
1906
# This file is a shell script that caches the results of configure
1228
1907
# tests run on this system so they can be shared between configure
1329
2008
DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
1330
2009
rm -f confdef2opt.sed
2014
for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
2015
# 1. Remove the extension, and $U if already installed.
2016
ac_i=`echo "$ac_i" |
2017
sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
2019
ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
2020
ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
2024
LTLIBOBJS=$ac_ltlibobjs
1332
2028
: ${CONFIG_STATUS=./config.status}
1333
2029
ac_clean_files_save=$ac_clean_files
1334
2030
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
1335
{ echo "$as_me:1335: creating $CONFIG_STATUS" >&5
2031
{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
1336
2032
echo "$as_me: creating $CONFIG_STATUS" >&6;}
1337
2033
cat >$CONFIG_STATUS <<_ACEOF
1339
# Generated automatically by configure.
2035
# Generated by $as_me.
1340
2036
# Run this file to recreate the current configuration.
1341
2037
# Compiler output produced by configure, useful for debugging
1342
2038
# configure, is in config.log if it exists.
1345
2043
SHELL=\${CONFIG_SHELL-$SHELL}
1346
ac_cs_invocation="\$0 \$@"
1350
2046
cat >>$CONFIG_STATUS <<\_ACEOF
2047
## --------------------- ##
2048
## M4sh Initialization. ##
2049
## --------------------- ##
1351
2051
# Be Bourne compatible
1352
2052
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
2055
# Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
2056
# is contrary to our usage. Disable this feature.
2057
alias -g '${1+"$@"}'='"$@"'
1355
2058
elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
2061
DUALCASE=1; export DUALCASE # for MKS sh
2063
# Support unset when possible.
2064
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
2071
# Work around bugs in pre-3.0 UWIN ksh.
2072
$as_unset ENV MAIL MAILPATH
2079
LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
2080
LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
2081
LC_TELEPHONE LC_TIME
2083
if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
2084
eval $as_var=C; export $as_var
2090
# Required to use basename.
2091
if expr a : '\(a\)' >/dev/null 2>&1; then
2097
if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
2098
as_basename=basename
1359
2104
# Name of the executable.
1360
as_me=`echo "$0" |sed 's,.*[\\/],,'`
2105
as_me=`$as_basename "$0" ||
2106
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
2107
X"$0" : 'X\(//\)$' \| \
2108
X"$0" : 'X\(/\)$' \| \
2109
. : '\(.\)' 2>/dev/null ||
2111
sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
2112
/^X\/\(\/\/\)$/{ s//\1/; q; }
2113
/^X\/\(\/\).*/{ s//\1/; q; }
2117
# PATH needs CR, and LINENO needs CR and PATH.
2118
# Avoid depending upon Character Ranges.
2119
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
2120
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
2121
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
2122
as_cr_digits='0123456789'
2123
as_cr_alnum=$as_cr_Letters$as_cr_digits
2125
# The user is always right.
2126
if test "${PATH_SEPARATOR+set}" != set; then
2127
echo "#! /bin/sh" >conf$$.sh
2128
echo "exit 0" >>conf$$.sh
2130
if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
2141
as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
2142
test "x$as_lineno_1" != "x$as_lineno_2" &&
2143
test "x$as_lineno_3" = "x$as_lineno_2" || {
2144
# Find who we are. Look in the path if we contain no path at all
2147
*[\\/]* ) as_myself=$0 ;;
2148
*) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2152
test -z "$as_dir" && as_dir=.
2153
test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
2158
# We did not find ourselves, most probably we were run as `sh COMMAND'
2159
# in which case we are not to be found in the path.
2160
if test "x$as_myself" = x; then
2163
if test ! -f "$as_myself"; then
2164
{ { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
2165
echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
2166
{ (exit 1); exit 1; }; }
2168
case $CONFIG_SHELL in
2170
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2171
for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
2174
test -z "$as_dir" && as_dir=.
2175
for as_base in sh bash ksh sh5; do
2178
if ("$as_dir/$as_base" -c '
2181
as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
2182
test "x$as_lineno_1" != "x$as_lineno_2" &&
2183
test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
2184
$as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
2185
$as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
2186
CONFIG_SHELL=$as_dir/$as_base
2188
exec "$CONFIG_SHELL" "$0" ${1+"$@"}
2196
# Create $as_me.lineno as a copy of $as_myself, but with $LINENO
2197
# uniformly replaced by the line number. The first 'sed' inserts a
2198
# line-number line before each line; the second 'sed' does the real
2199
# work. The second script uses 'N' to pair each line-number line
2200
# with the numbered line, and appends trailing '-' during
2201
# substitution so that $LINENO is not a special case at line end.
2202
# (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
2203
# second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
2204
sed '=' <$as_myself |
2209
s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
2212
s,^['$as_cr_digits']*\n,,
2214
chmod +x $as_me.lineno ||
2215
{ { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
2216
echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
2217
{ (exit 1); exit 1; }; }
2219
# Don't try to exec as it changes $[0], causing all sort of problems
2220
# (the dirname of $[0] is not the place where we might find the
2221
# original and so on. Autoconf is especially sensible to this).
2223
# Exit status is that of the last command.
2228
case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
2229
*c*,-n*) ECHO_N= ECHO_C='
2231
*c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
2232
*) ECHO_N= ECHO_C='\c' ECHO_T= ;;
1362
2235
if expr a : '\(a\)' >/dev/null 2>&1; then
1443
2337
-h, --help print this help, then exit
1444
2338
-V, --version print version number, then exit
2339
-q, --quiet do not print progress messages
1445
2340
-d, --debug don't remove temporary files
1446
2341
--recheck update $as_me by reconfiguring in the same conditions
1447
2342
--file=FILE[:TEMPLATE]
1448
instantiate the configuration file FILE
2343
instantiate the configuration file FILE
1450
2345
Configuration files:
1453
2348
Report bugs to <bug-autoconf@gnu.org>."
1456
cat >>$CONFIG_STATUS <<EOF
2351
cat >>$CONFIG_STATUS <<_ACEOF
1457
2352
ac_cs_version="\\
1459
configured by $0, generated by GNU Autoconf 2.52,
2354
configured by $0, generated by GNU Autoconf 2.59,
1460
2355
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
1462
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
1463
Free Software Foundation, Inc.
2357
Copyright (C) 2003 Free Software Foundation, Inc.
1464
2358
This config.status script is free software; the Free Software Foundation
1465
2359
gives unlimited permission to copy, distribute and modify it."
1467
2361
INSTALL="$INSTALL"
1470
cat >>$CONFIG_STATUS <<\EOF
2364
cat >>$CONFIG_STATUS <<\_ACEOF
1471
2365
# If no file are specified by the user, then we need to provide default
1472
2366
# value. By we need to know if files were specified by the user.
1473
2367
ac_need_defaults=:
1635
2541
s,@oldincludedir@,$oldincludedir,;t t
1636
2542
s,@infodir@,$infodir,;t t
1637
2543
s,@mandir@,$mandir,;t t
1638
s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
1639
s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
1640
s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
1641
s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
1642
s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
1643
2544
s,@build_alias@,$build_alias,;t t
1644
2545
s,@host_alias@,$host_alias,;t t
1645
2546
s,@target_alias@,$target_alias,;t t
1646
2548
s,@ECHO_C@,$ECHO_C,;t t
1647
2549
s,@ECHO_N@,$ECHO_N,;t t
1648
2550
s,@ECHO_T@,$ECHO_T,;t t
1649
s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
1651
2551
s,@LIBS@,$LIBS,;t t
1652
2552
s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
1653
2553
s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
1654
2554
s,@INSTALL_DATA@,$INSTALL_DATA,;t t
2555
s,@CYGPATH_W@,$CYGPATH_W,;t t
1655
2556
s,@PACKAGE@,$PACKAGE,;t t
1656
2557
s,@VERSION@,$VERSION,;t t
1657
2558
s,@ACLOCAL@,$ACLOCAL,;t t
1659
2560
s,@AUTOMAKE@,$AUTOMAKE,;t t
1660
2561
s,@AUTOHEADER@,$AUTOHEADER,;t t
1661
2562
s,@MAKEINFO@,$MAKEINFO,;t t
2563
s,@AMTAR@,$AMTAR,;t t
2564
s,@install_sh@,$install_sh,;t t
2565
s,@STRIP@,$STRIP,;t t
2566
s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
2567
s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
2568
s,@mkdir_p@,$mkdir_p,;t t
1662
2570
s,@SET_MAKE@,$SET_MAKE,;t t
2571
s,@am__leading_dot@,$am__leading_dot,;t t
1663
2572
s,@pkgdatadir@,$pkgdatadir,;t t
1664
2573
s,@aclocaldir@,$aclocaldir,;t t
1665
2574
s,@PERL@,$PERL,;t t
2575
s,@INTLTOOL_ICONV@,$INTLTOOL_ICONV,;t t
2576
s,@INTLTOOL_MSGFMT@,$INTLTOOL_MSGFMT,;t t
2577
s,@INTLTOOL_MSGMERGE@,$INTLTOOL_MSGMERGE,;t t
2578
s,@INTLTOOL_XGETTEXT@,$INTLTOOL_XGETTEXT,;t t
2579
s,@EXPANDED_LIBDIR@,$EXPANDED_LIBDIR,;t t
2580
s,@EXPANDED_DATADIR@,$EXPANDED_DATADIR,;t t
2581
s,@LIBOBJS@,$LIBOBJS,;t t
2582
s,@LTLIBOBJS@,$LTLIBOBJS,;t t
1670
cat >>$CONFIG_STATUS <<\EOF
2587
cat >>$CONFIG_STATUS <<\_ACEOF
1671
2588
# Split the substitutions into bite-sized pieces for seds with
1672
2589
# small command number limits, like on Digital OSF/1 and HP-UX.
1673
2590
ac_max_sed_lines=48
1707
2624
fi # test -n "$CONFIG_FILES"
1710
cat >>$CONFIG_STATUS <<\EOF
2627
cat >>$CONFIG_STATUS <<\_ACEOF
1711
2628
for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
1712
2629
# Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
1713
2630
case $ac_file in
1714
2631
- | *:- | *:-:* ) # input from stdin
1716
ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
1717
ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
2633
ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
2634
ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
1718
2635
*:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
1719
ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
2636
ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
1720
2637
* ) ac_file_in=$ac_file.in ;;
1723
2640
# Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
1724
ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1725
X"$ac_file" : 'X\(//\)[^/]' \| \
1726
X"$ac_file" : 'X\(//\)$' \| \
1727
X"$ac_file" : 'X\(/\)' \| \
1728
. : '\(.\)' 2>/dev/null ||
2641
ac_dir=`(dirname "$ac_file") 2>/dev/null ||
2642
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2643
X"$ac_file" : 'X\(//\)[^/]' \| \
2644
X"$ac_file" : 'X\(//\)$' \| \
2645
X"$ac_file" : 'X\(/\)' \| \
2646
. : '\(.\)' 2>/dev/null ||
1729
2647
echo X"$ac_file" |
1730
2648
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
1731
2649
/^X\(\/\/\)[^/].*/{ s//\1/; q; }
1732
2650
/^X\(\/\/\)$/{ s//\1/; q; }
1733
2651
/^X\(\/\).*/{ s//\1/; q; }
1735
if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
1737
[\\/]* | ?:[\\/]* ) as_incr_dir=;;
1741
for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
1742
case $as_mkdir_dir in
1743
# Skip DOS drivespec
1744
?:) as_incr_dir=$as_mkdir_dir ;;
1746
as_incr_dir=$as_incr_dir/$as_mkdir_dir
1747
test -d "$as_incr_dir" || mkdir "$as_incr_dir"
1752
ac_dir_suffix="/`echo $ac_dir|sed 's,^\./,,'`"
1753
# A "../" for each directory in $ac_dir_suffix.
1754
ac_dots=`echo "$ac_dir_suffix" | sed 's,/[^/]*,../,g'`
2653
{ if $as_mkdir_p; then
1756
ac_dir_suffix= ac_dots=
1761
if test -z "$ac_dots"; then
1764
ac_top_srcdir=`echo $ac_dots | sed 's,/$,,'`
1767
ac_srcdir=$srcdir$ac_dir_suffix;
1768
ac_top_srcdir=$srcdir ;;
2658
while test ! -d "$as_dir"; do
2659
as_dirs="$as_dir $as_dirs"
2660
as_dir=`(dirname "$as_dir") 2>/dev/null ||
2661
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2662
X"$as_dir" : 'X\(//\)[^/]' \| \
2663
X"$as_dir" : 'X\(//\)$' \| \
2664
X"$as_dir" : 'X\(/\)' \| \
2665
. : '\(.\)' 2>/dev/null ||
2667
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
2668
/^X\(\/\/\)[^/].*/{ s//\1/; q; }
2669
/^X\(\/\/\)$/{ s//\1/; q; }
2670
/^X\(\/\).*/{ s//\1/; q; }
2673
test ! -n "$as_dirs" || mkdir $as_dirs
2674
fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
2675
echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
2676
{ (exit 1); exit 1; }; }; }
2680
if test "$ac_dir" != .; then
2681
ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
2682
# A "../" for each directory in $ac_dir_suffix.
2683
ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
2685
ac_dir_suffix= ac_top_builddir=
2689
.) # No --srcdir option. We are building in place.
2691
if test -z "$ac_top_builddir"; then
2694
ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
2696
[\\/]* | ?:[\\/]* ) # Absolute path.
2697
ac_srcdir=$srcdir$ac_dir_suffix;
2698
ac_top_srcdir=$srcdir ;;
1769
2699
*) # Relative path.
1770
ac_srcdir=$ac_dots$srcdir$ac_dir_suffix
1771
ac_top_srcdir=$ac_dots$srcdir ;;
2700
ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
2701
ac_top_srcdir=$ac_top_builddir$srcdir ;;
2704
# Do not use `cd foo && pwd` to compute absolute paths, because
2705
# the directories may not exist.
2707
.) ac_abs_builddir="$ac_dir";;
2710
.) ac_abs_builddir=`pwd`;;
2711
[\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
2712
*) ac_abs_builddir=`pwd`/"$ac_dir";;
2715
case $ac_abs_builddir in
2716
.) ac_abs_top_builddir=${ac_top_builddir}.;;
2718
case ${ac_top_builddir}. in
2719
.) ac_abs_top_builddir=$ac_abs_builddir;;
2720
[\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
2721
*) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
2724
case $ac_abs_builddir in
2725
.) ac_abs_srcdir=$ac_srcdir;;
2728
.) ac_abs_srcdir=$ac_abs_builddir;;
2729
[\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
2730
*) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
2733
case $ac_abs_builddir in
2734
.) ac_abs_top_srcdir=$ac_top_srcdir;;
2736
case $ac_top_srcdir in
2737
.) ac_abs_top_srcdir=$ac_abs_builddir;;
2738
[\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
2739
*) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
1774
2744
case $INSTALL in
1775
2745
[\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
1776
*) ac_INSTALL=$ac_dots$INSTALL ;;
2746
*) ac_INSTALL=$ac_top_builddir$INSTALL ;;
1779
2749
if test x"$ac_file" != x-; then
1780
{ echo "$as_me:1780: creating $ac_file" >&5
2750
{ echo "$as_me:$LINENO: creating $ac_file" >&5
1781
2751
echo "$as_me: creating $ac_file" >&6;}
1782
2752
rm -f "$ac_file"
1784
2754
# Let's still pretend it is `configure' which instantiates (i.e., don't
1785
2755
# use $as_me), people would be surprised to read:
1786
# /* config.h. Generated automatically by config.status. */
1787
configure_input="Generated automatically from `echo $ac_file_in |
1788
sed 's,.*/,,'` by configure."
2756
# /* config.h. Generated by config.status. */
2757
if test x"$ac_file" = x-; then
2760
configure_input="$ac_file. "
2762
configure_input=$configure_input"Generated from `echo $ac_file_in |
2763
sed 's,.*/,,'` by configure."
1790
2765
# First look for the input files in the build tree, otherwise in the
1795
2770
-) echo $tmp/stdin ;;
1797
# Absolute (can't be DOS-style, as IFS=:)
1798
test -f "$f" || { { echo "$as_me:1798: error: cannot find input file: $f" >&5
2772
# Absolute (can't be DOS-style, as IFS=:)
2773
test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
1799
2774
echo "$as_me: error: cannot find input file: $f" >&2;}
1800
2775
{ (exit 1); exit 1; }; }
1803
if test -f "$f"; then
1806
elif test -f "$srcdir/$f"; then
1811
{ { echo "$as_me:1811: error: cannot find input file: $f" >&5
2778
if test -f "$f"; then
2781
elif test -f "$srcdir/$f"; then
2786
{ { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
1812
2787
echo "$as_me: error: cannot find input file: $f" >&2;}
1813
2788
{ (exit 1); exit 1; }; }
1816
2791
done` || { (exit 1); exit 1; }
1818
cat >>$CONFIG_STATUS <<EOF
2793
cat >>$CONFIG_STATUS <<_ACEOF
1822
cat >>$CONFIG_STATUS <<\EOF
2797
cat >>$CONFIG_STATUS <<\_ACEOF
1824
2799
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
1825
2800
s,@configure_input@,$configure_input,;t t
1826
2801
s,@srcdir@,$ac_srcdir,;t t
2802
s,@abs_srcdir@,$ac_abs_srcdir,;t t
1827
2803
s,@top_srcdir@,$ac_top_srcdir,;t t
2804
s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
2805
s,@builddir@,$ac_builddir,;t t
2806
s,@abs_builddir@,$ac_abs_builddir,;t t
2807
s,@top_builddir@,$ac_top_builddir,;t t
2808
s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
1828
2809
s,@INSTALL@,$ac_INSTALL,;t t
1829
2810
" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
1830
2811
rm -f $tmp/stdin