~ubuntu-branches/ubuntu/hoary/courier/hoary

« back to all changes in this revision

Viewing changes to webmail/html/en-us/configure

  • Committer: Bazaar Package Importer
  • Author(s): Thom May
  • Date: 2004-11-29 12:09:34 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041129120934-kkn0xj11j0n1n6lo
Tags: 0.47-3ubuntu1
* Nathaniel McCallum
 - debian/*.init: pretty initscripts
 - debian/control: version depends on lsb-base

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.57.
 
3
# Generated by GNU Autoconf 2.59.
4
4
#
5
 
# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
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.
9
8
## --------------------- ##
20
19
elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
21
20
  set -o posix
22
21
fi
 
22
DUALCASE=1; export DUALCASE # for MKS sh
23
23
 
24
24
# Support unset when possible.
25
 
if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
 
25
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
26
26
  as_unset=unset
27
27
else
28
28
  as_unset=false
41
41
  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
42
42
  LC_TELEPHONE LC_TIME
43
43
do
44
 
  if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
 
44
  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
45
45
    eval $as_var=C; export $as_var
46
46
  else
47
47
    $as_unset $as_var
218
218
if mkdir -p . 2>/dev/null; then
219
219
  as_mkdir_p=:
220
220
else
 
221
  test -d ./-p && rmdir ./-p
221
222
  as_mkdir_p=false
222
223
fi
223
224
 
224
225
as_executable_p="test -f"
225
226
 
226
227
# Sed expression to map a string onto a valid CPP name.
227
 
as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
 
228
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
228
229
 
229
230
# Sed expression to map a string onto a valid variable name.
230
 
as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
 
231
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
231
232
 
232
233
 
233
234
# IFS
271
272
PACKAGE_BUGREPORT=
272
273
 
273
274
ac_unique_file="configure.in"
274
 
ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE am__leading_dot SED lang htmldir LIBOBJS LTLIBOBJS'
 
275
ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot SED lang htmldir LIBOBJS LTLIBOBJS'
275
276
ac_subst_files=''
276
277
 
277
278
# Initialize some variables set by options.
630
631
 
631
632
# Be sure to have absolute paths.
632
633
for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
633
 
              localstatedir libdir includedir oldincludedir infodir mandir
 
634
              localstatedir libdir includedir oldincludedir infodir mandir
634
635
do
635
636
  eval ac_val=$`echo $ac_var`
636
637
  case $ac_val in
670
671
  # Try the directory containing this script, then its parent.
671
672
  ac_confdir=`(dirname "$0") 2>/dev/null ||
672
673
$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
673
 
         X"$0" : 'X\(//\)[^/]' \| \
674
 
         X"$0" : 'X\(//\)$' \| \
675
 
         X"$0" : 'X\(/\)' \| \
676
 
         .     : '\(.\)' 2>/dev/null ||
 
674
         X"$0" : 'X\(//\)[^/]' \| \
 
675
         X"$0" : 'X\(//\)$' \| \
 
676
         X"$0" : 'X\(/\)' \| \
 
677
         .     : '\(.\)' 2>/dev/null ||
677
678
echo X"$0" |
678
679
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
679
680
          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
745
746
  cat <<_ACEOF
746
747
Installation directories:
747
748
  --prefix=PREFIX         install architecture-independent files in PREFIX
748
 
                          [$ac_default_prefix]
 
749
                          [$ac_default_prefix]
749
750
  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
750
 
                          [PREFIX]
 
751
                          [PREFIX]
751
752
 
752
753
By default, \`make install' will install all the files in
753
754
\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
822
823
    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
823
824
    ac_top_srcdir=$ac_top_builddir$srcdir ;;
824
825
esac
825
 
# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
826
 
# absolute.
827
 
ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
828
 
ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
829
 
ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
830
 
ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
 
826
 
 
827
# Do not use `cd foo && pwd` to compute absolute paths, because
 
828
# the directories may not exist.
 
829
case `pwd` in
 
830
.) ac_abs_builddir="$ac_dir";;
 
831
*)
 
832
  case "$ac_dir" in
 
833
  .) ac_abs_builddir=`pwd`;;
 
834
  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
 
835
  *) ac_abs_builddir=`pwd`/"$ac_dir";;
 
836
  esac;;
 
837
esac
 
838
case $ac_abs_builddir in
 
839
.) ac_abs_top_builddir=${ac_top_builddir}.;;
 
840
*)
 
841
  case ${ac_top_builddir}. in
 
842
  .) ac_abs_top_builddir=$ac_abs_builddir;;
 
843
  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
 
844
  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
 
845
  esac;;
 
846
esac
 
847
case $ac_abs_builddir in
 
848
.) ac_abs_srcdir=$ac_srcdir;;
 
849
*)
 
850
  case $ac_srcdir in
 
851
  .) ac_abs_srcdir=$ac_abs_builddir;;
 
852
  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
 
853
  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
 
854
  esac;;
 
855
esac
 
856
case $ac_abs_builddir in
 
857
.) ac_abs_top_srcdir=$ac_top_srcdir;;
 
858
*)
 
859
  case $ac_top_srcdir in
 
860
  .) ac_abs_top_srcdir=$ac_abs_builddir;;
 
861
  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
 
862
  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
 
863
  esac;;
 
864
esac
831
865
 
832
866
    cd $ac_dir
833
867
    # Check for guested configure; otherwise get Cygnus style configure.
838
872
      echo
839
873
      $SHELL $ac_srcdir/configure  --help=recursive
840
874
    elif test -f $ac_srcdir/configure.ac ||
841
 
           test -f $ac_srcdir/configure.in; then
 
875
           test -f $ac_srcdir/configure.in; then
842
876
      echo
843
877
      $ac_configure --help
844
878
    else
852
886
if $ac_init_version; then
853
887
  cat <<\_ACEOF
854
888
 
855
 
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
856
 
Free Software Foundation, Inc.
 
889
Copyright (C) 2003 Free Software Foundation, Inc.
857
890
This configure script is free software; the Free Software Foundation
858
891
gives unlimited permission to copy, distribute and modify it.
859
892
_ACEOF
865
898
running configure, to aid debugging if configure makes a mistake.
866
899
 
867
900
It was created by $as_me, which was
868
 
generated by GNU Autoconf 2.57.  Invocation command line was
 
901
generated by GNU Autoconf 2.59.  Invocation command line was
869
902
 
870
903
  $ $0 $@
871
904
 
942
975
    2)
943
976
      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
944
977
      if test $ac_must_keep_next = true; then
945
 
        ac_must_keep_next=false # Got value, back to normal.
 
978
        ac_must_keep_next=false # Got value, back to normal.
946
979
      else
947
 
        case $ac_arg in
948
 
          *=* | --config-cache | -C | -disable-* | --disable-* \
949
 
          | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
950
 
          | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
951
 
          | -with-* | --with-* | -without-* | --without-* | --x)
952
 
            case "$ac_configure_args0 " in
953
 
              "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
954
 
            esac
955
 
            ;;
956
 
          -* ) ac_must_keep_next=true ;;
957
 
        esac
 
980
        case $ac_arg in
 
981
          *=* | --config-cache | -C | -disable-* | --disable-* \
 
982
          | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
 
983
          | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
 
984
          | -with-* | --with-* | -without-* | --without-* | --x)
 
985
            case "$ac_configure_args0 " in
 
986
              "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
 
987
            esac
 
988
            ;;
 
989
          -* ) ac_must_keep_next=true ;;
 
990
        esac
958
991
      fi
959
992
      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
960
993
      # Get rid of the leading space.
988
1021
    case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
989
1022
    *ac_space=\ *)
990
1023
      sed -n \
991
 
        "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
992
 
          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
 
1024
        "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
 
1025
          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
993
1026
      ;;
994
1027
    *)
995
1028
      sed -n \
996
 
        "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
 
1029
        "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
997
1030
      ;;
998
1031
    esac;
999
1032
}
1022
1055
      for ac_var in $ac_subst_files
1023
1056
      do
1024
1057
        eval ac_val=$`echo $ac_var`
1025
 
        echo "$ac_var='"'"'$ac_val'"'"'"
 
1058
        echo "$ac_var='"'"'$ac_val'"'"'"
1026
1059
      done | sort
1027
1060
      echo
1028
1061
    fi
1041
1074
      echo "$as_me: caught signal $ac_signal"
1042
1075
    echo "$as_me: exit $exit_status"
1043
1076
  } >&5
1044
 
  rm -f core core.* *.core &&
 
1077
  rm -f core *.core &&
1045
1078
  rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1046
1079
    exit $exit_status
1047
1080
     ' 0
1121
1154
# value.
1122
1155
ac_cache_corrupted=false
1123
1156
for ac_var in `(set) 2>&1 |
1124
 
               sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
 
1157
               sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1125
1158
  eval ac_old_set=\$ac_cv_env_${ac_var}_set
1126
1159
  eval ac_new_set=\$ac_env_${ac_var}_set
1127
1160
  eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1138
1171
    ,);;
1139
1172
    *)
1140
1173
      if test "x$ac_old_val" != "x$ac_new_val"; then
1141
 
        { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
 
1174
        { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1142
1175
echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1143
 
        { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
 
1176
        { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1144
1177
echo "$as_me:   former value:  $ac_old_val" >&2;}
1145
 
        { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
 
1178
        { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1146
1179
echo "$as_me:   current value: $ac_new_val" >&2;}
1147
 
        ac_cache_corrupted=:
 
1180
        ac_cache_corrupted=:
1148
1181
      fi;;
1149
1182
  esac
1150
1183
  # Pass precious variables to config.status.
1222
1255
lang="`cat ${srcdir}/LANGUAGE | sed 's/[^a-zA-z]/_/g'`"
1223
1256
 
1224
1257
 
1225
 
am__api_version="1.7"
 
1258
am__api_version="1.8"
1226
1259
# Find a good install program.  We prefer a C program (faster),
1227
1260
# so one script is as good as another.  But avoid the broken or
1228
1261
# incompatible versions:
1234
1267
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1235
1268
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1236
1269
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
 
1270
# OS/2's system install, which has a completely different semantic
1237
1271
# ./install, which can be erroneously created by make from ./install.sh.
1238
1272
echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1239
1273
echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1250
1284
case $as_dir/ in
1251
1285
  ./ | .// | /cC/* | \
1252
1286
  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
 
1287
  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1253
1288
  /usr/ucb/* ) ;;
1254
1289
  *)
1255
1290
    # OSF1 and SCO ODT 3.0 have their own names for install.
1257
1292
    # by default.
1258
1293
    for ac_prog in ginstall scoinst install; do
1259
1294
      for ac_exec_ext in '' $ac_executable_extensions; do
1260
 
        if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1261
 
          if test $ac_prog = install &&
1262
 
            grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1263
 
            # AIX install.  It has an incompatible calling convention.
1264
 
            :
1265
 
          elif test $ac_prog = install &&
1266
 
            grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1267
 
            # program-specific install script used by HP pwplus--don't use.
1268
 
            :
1269
 
          else
1270
 
            ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1271
 
            break 3
1272
 
          fi
1273
 
        fi
 
1295
        if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
 
1296
          if test $ac_prog = install &&
 
1297
            grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
 
1298
            # AIX install.  It has an incompatible calling convention.
 
1299
            :
 
1300
          elif test $ac_prog = install &&
 
1301
            grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
 
1302
            # program-specific install script used by HP pwplus--don't use.
 
1303
            :
 
1304
          else
 
1305
            ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
 
1306
            break 3
 
1307
          fi
 
1308
        fi
1274
1309
      done
1275
1310
    done
1276
1311
    ;;
1358
1393
program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1359
1394
rm conftest.sed
1360
1395
 
1361
 
 
1362
1396
# expand $ac_aux_dir to an absolute path
1363
1397
am_aux_dir=`cd $ac_aux_dir && pwd`
1364
1398
 
1372
1406
echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1373
1407
fi
1374
1408
 
 
1409
if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
 
1410
  # Keeping the `.' argument allows $(mkdir_p) to be used without
 
1411
  # argument.  Indeed, we sometimes output rules like
 
1412
  #   $(mkdir_p) $(somedir)
 
1413
  # where $(somedir) is conditionally defined.
 
1414
  # (`test -n '$(somedir)' && $(mkdir_p) $(somedir)' is a more
 
1415
  # expensive solution, as it forces Make to start a sub-shell.)
 
1416
  mkdir_p='mkdir -p -- .'
 
1417
else
 
1418
  # On NextStep and OpenStep, the `mkdir' command does not
 
1419
  # recognize any option.  It will interpret all options as
 
1420
  # directories to create, and then abort because `.' already
 
1421
  # exists.
 
1422
  for d in ./-p ./--version;
 
1423
  do
 
1424
    test -d $d && rmdir $d
 
1425
  done
 
1426
  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
 
1427
  if test -f "$ac_aux_dir/mkinstalldirs"; then
 
1428
    mkdir_p='$(mkinstalldirs)'
 
1429
  else
 
1430
    mkdir_p='$(install_sh) -d'
 
1431
  fi
 
1432
fi
 
1433
 
1375
1434
for ac_prog in gawk mawk nawk awk
1376
1435
do
1377
1436
  # Extract the first word of "$ac_prog", so it can be a program name with args.
1414
1473
 
1415
1474
echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1416
1475
echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
1417
 
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
 
1476
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
1418
1477
if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1419
1478
  echo $ECHO_N "(cached) $ECHO_C" >&6
1420
1479
else
1450
1509
fi
1451
1510
rmdir .tst 2>/dev/null
1452
1511
 
1453
 
 # test to see if srcdir already configured
 
1512
# test to see if srcdir already configured
1454
1513
if test "`cd $srcdir && pwd`" != "`pwd`" &&
1455
1514
   test -f $srcdir/config.status; then
1456
1515
  { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
1671
1730
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1672
1731
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1673
1732
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
 
1733
# OS/2's system install, which has a completely different semantic
1674
1734
# ./install, which can be erroneously created by make from ./install.sh.
1675
1735
echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1676
1736
echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1687
1747
case $as_dir/ in
1688
1748
  ./ | .// | /cC/* | \
1689
1749
  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
 
1750
  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1690
1751
  /usr/ucb/* ) ;;
1691
1752
  *)
1692
1753
    # OSF1 and SCO ODT 3.0 have their own names for install.
1694
1755
    # by default.
1695
1756
    for ac_prog in ginstall scoinst install; do
1696
1757
      for ac_exec_ext in '' $ac_executable_extensions; do
1697
 
        if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1698
 
          if test $ac_prog = install &&
1699
 
            grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1700
 
            # AIX install.  It has an incompatible calling convention.
1701
 
            :
1702
 
          elif test $ac_prog = install &&
1703
 
            grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1704
 
            # program-specific install script used by HP pwplus--don't use.
1705
 
            :
1706
 
          else
1707
 
            ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1708
 
            break 3
1709
 
          fi
1710
 
        fi
 
1758
        if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
 
1759
          if test $ac_prog = install &&
 
1760
            grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
 
1761
            # AIX install.  It has an incompatible calling convention.
 
1762
            :
 
1763
          elif test $ac_prog = install &&
 
1764
            grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
 
1765
            # program-specific install script used by HP pwplus--don't use.
 
1766
            :
 
1767
          else
 
1768
            ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
 
1769
            break 3
 
1770
          fi
 
1771
        fi
1711
1772
      done
1712
1773
    done
1713
1774
    ;;
1739
1800
 
1740
1801
echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1741
1802
echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
1742
 
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
 
1803
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
1743
1804
if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1744
1805
  echo $ECHO_N "(cached) $ECHO_C" >&6
1745
1806
else
1795
1856
      # `set' does not quote correctly, so add quotes (double-quote
1796
1857
      # substitution turns \\\\ into \\, and sed turns \\ into \).
1797
1858
      sed -n \
1798
 
        "s/'/'\\\\''/g;
1799
 
          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
 
1859
        "s/'/'\\\\''/g;
 
1860
          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
1800
1861
      ;;
1801
1862
    *)
1802
1863
      # `set' quotes correctly as required by POSIX, so do not add quotes.
1803
1864
      sed -n \
1804
 
        "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
 
1865
        "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1805
1866
      ;;
1806
1867
    esac;
1807
1868
} |
1831
1892
# trailing colons and then remove the whole line if VPATH becomes empty
1832
1893
# (actually we leave an empty line to preserve line numbers).
1833
1894
if test "x$srcdir" = x.; then
1834
 
  ac_vpsub='/^[         ]*VPATH[        ]*=/{
 
1895
  ac_vpsub='/^[  ]*VPATH[        ]*=/{
1835
1896
s/:*\$(srcdir):*/:/;
1836
1897
s/:*\${srcdir}:*/:/;
1837
1898
s/:*@srcdir@:*/:/;
1838
 
s/^\([^=]*=[    ]*\):*/\1/;
 
1899
s/^\([^=]*=[     ]*\):*/\1/;
1839
1900
s/:*$//;
1840
 
s/^[^=]*=[      ]*$//;
 
1901
s/^[^=]*=[       ]*$//;
1841
1902
}'
1842
1903
fi
1843
1904
 
1851
1912
cat >confdef2opt.sed <<\_ACEOF
1852
1913
t clear
1853
1914
: clear
1854
 
s,^[    ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\),-D\1=\2,g
 
1915
s,^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\),-D\1=\2,g
1855
1916
t quote
1856
 
s,^[    ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\),-D\1=\2,g
 
1917
s,^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\),-D\1=\2,g
1857
1918
t quote
1858
1919
d
1859
1920
: quote
1860
 
s,[     `~#$^&*(){}\\|;'"<>?],\\&,g
 
1921
s,[      `~#$^&*(){}\\|;'"<>?],\\&,g
1861
1922
s,\[,\\&,g
1862
1923
s,\],\\&,g
1863
1924
s,\$,$$,g
1879
1940
for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
1880
1941
  # 1. Remove the extension, and $U if already installed.
1881
1942
  ac_i=`echo "$ac_i" |
1882
 
         sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
 
1943
         sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
1883
1944
  # 2. Add them.
1884
1945
  ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
1885
1946
  ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
1923
1984
elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
1924
1985
  set -o posix
1925
1986
fi
 
1987
DUALCASE=1; export DUALCASE # for MKS sh
1926
1988
 
1927
1989
# Support unset when possible.
1928
 
if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
 
1990
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
1929
1991
  as_unset=unset
1930
1992
else
1931
1993
  as_unset=false
1944
2006
  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
1945
2007
  LC_TELEPHONE LC_TIME
1946
2008
do
1947
 
  if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
 
2009
  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
1948
2010
    eval $as_var=C; export $as_var
1949
2011
  else
1950
2012
    $as_unset $as_var
2123
2185
if mkdir -p . 2>/dev/null; then
2124
2186
  as_mkdir_p=:
2125
2187
else
 
2188
  test -d ./-p && rmdir ./-p
2126
2189
  as_mkdir_p=false
2127
2190
fi
2128
2191
 
2129
2192
as_executable_p="test -f"
2130
2193
 
2131
2194
# Sed expression to map a string onto a valid CPP name.
2132
 
as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
 
2195
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
2133
2196
 
2134
2197
# Sed expression to map a string onto a valid variable name.
2135
 
as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
 
2198
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
2136
2199
 
2137
2200
 
2138
2201
# IFS
2159
2222
cat >&5 <<_CSEOF
2160
2223
 
2161
2224
This file was extended by $as_me, which was
2162
 
generated by GNU Autoconf 2.57.  Invocation command line was
 
2225
generated by GNU Autoconf 2.59.  Invocation command line was
2163
2226
 
2164
2227
  CONFIG_FILES    = $CONFIG_FILES
2165
2228
  CONFIG_HEADERS  = $CONFIG_HEADERS
2203
2266
  -d, --debug      don't remove temporary files
2204
2267
      --recheck    update $as_me by reconfiguring in the same conditions
2205
2268
  --file=FILE[:TEMPLATE]
2206
 
                   instantiate the configuration file FILE
 
2269
                   instantiate the configuration file FILE
2207
2270
 
2208
2271
Configuration files:
2209
2272
$config_files
2214
2277
cat >>$CONFIG_STATUS <<_ACEOF
2215
2278
ac_cs_version="\\
2216
2279
config.status
2217
 
configured by $0, generated by GNU Autoconf 2.57,
 
2280
configured by $0, generated by GNU Autoconf 2.59,
2218
2281
  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
2219
2282
 
2220
 
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
2221
 
Free Software Foundation, Inc.
 
2283
Copyright (C) 2003 Free Software Foundation, Inc.
2222
2284
This config.status script is free software; the Free Software Foundation
2223
2285
gives unlimited permission to copy, distribute and modify it."
2224
2286
srcdir=$srcdir
2417
2479
s,@STRIP@,$STRIP,;t t
2418
2480
s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
2419
2481
s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
 
2482
s,@mkdir_p@,$mkdir_p,;t t
2420
2483
s,@AWK@,$AWK,;t t
2421
2484
s,@SET_MAKE@,$SET_MAKE,;t t
2422
2485
s,@am__leading_dot@,$am__leading_dot,;t t
2454
2517
      (echo ':t
2455
2518
  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
2456
2519
      if test -z "$ac_sed_cmds"; then
2457
 
        ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
 
2520
        ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
2458
2521
      else
2459
 
        ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
 
2522
        ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
2460
2523
      fi
2461
2524
      ac_sed_frag=`expr $ac_sed_frag + 1`
2462
2525
      ac_beg=$ac_end
2474
2537
  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
2475
2538
  case $ac_file in
2476
2539
  - | *:- | *:-:* ) # input from stdin
2477
 
        cat >$tmp/stdin
2478
 
        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
2479
 
        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
 
2540
        cat >$tmp/stdin
 
2541
        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
 
2542
        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
2480
2543
  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
2481
 
        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
 
2544
        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
2482
2545
  * )   ac_file_in=$ac_file.in ;;
2483
2546
  esac
2484
2547
 
2485
2548
  # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
2486
2549
  ac_dir=`(dirname "$ac_file") 2>/dev/null ||
2487
2550
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2488
 
         X"$ac_file" : 'X\(//\)[^/]' \| \
2489
 
         X"$ac_file" : 'X\(//\)$' \| \
2490
 
         X"$ac_file" : 'X\(/\)' \| \
2491
 
         .     : '\(.\)' 2>/dev/null ||
 
2551
         X"$ac_file" : 'X\(//\)[^/]' \| \
 
2552
         X"$ac_file" : 'X\(//\)$' \| \
 
2553
         X"$ac_file" : 'X\(/\)' \| \
 
2554
         .     : '\(.\)' 2>/dev/null ||
2492
2555
echo X"$ac_file" |
2493
2556
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
2494
2557
          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
2504
2567
      as_dirs="$as_dir $as_dirs"
2505
2568
      as_dir=`(dirname "$as_dir") 2>/dev/null ||
2506
2569
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2507
 
         X"$as_dir" : 'X\(//\)[^/]' \| \
2508
 
         X"$as_dir" : 'X\(//\)$' \| \
2509
 
         X"$as_dir" : 'X\(/\)' \| \
2510
 
         .     : '\(.\)' 2>/dev/null ||
 
2570
         X"$as_dir" : 'X\(//\)[^/]' \| \
 
2571
         X"$as_dir" : 'X\(//\)$' \| \
 
2572
         X"$as_dir" : 'X\(/\)' \| \
 
2573
         .     : '\(.\)' 2>/dev/null ||
2511
2574
echo X"$as_dir" |
2512
2575
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
2513
2576
          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
2545
2608
    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
2546
2609
    ac_top_srcdir=$ac_top_builddir$srcdir ;;
2547
2610
esac
2548
 
# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
2549
 
# absolute.
2550
 
ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
2551
 
ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
2552
 
ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
2553
 
ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
 
2611
 
 
2612
# Do not use `cd foo && pwd` to compute absolute paths, because
 
2613
# the directories may not exist.
 
2614
case `pwd` in
 
2615
.) ac_abs_builddir="$ac_dir";;
 
2616
*)
 
2617
  case "$ac_dir" in
 
2618
  .) ac_abs_builddir=`pwd`;;
 
2619
  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
 
2620
  *) ac_abs_builddir=`pwd`/"$ac_dir";;
 
2621
  esac;;
 
2622
esac
 
2623
case $ac_abs_builddir in
 
2624
.) ac_abs_top_builddir=${ac_top_builddir}.;;
 
2625
*)
 
2626
  case ${ac_top_builddir}. in
 
2627
  .) ac_abs_top_builddir=$ac_abs_builddir;;
 
2628
  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
 
2629
  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
 
2630
  esac;;
 
2631
esac
 
2632
case $ac_abs_builddir in
 
2633
.) ac_abs_srcdir=$ac_srcdir;;
 
2634
*)
 
2635
  case $ac_srcdir in
 
2636
  .) ac_abs_srcdir=$ac_abs_builddir;;
 
2637
  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
 
2638
  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
 
2639
  esac;;
 
2640
esac
 
2641
case $ac_abs_builddir in
 
2642
.) ac_abs_top_srcdir=$ac_top_srcdir;;
 
2643
*)
 
2644
  case $ac_top_srcdir in
 
2645
  .) ac_abs_top_srcdir=$ac_abs_builddir;;
 
2646
  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
 
2647
  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
 
2648
  esac;;
 
2649
esac
2554
2650
 
2555
2651
 
2556
2652
  case $INSTALL in
2572
2668
    configure_input="$ac_file.  "
2573
2669
  fi
2574
2670
  configure_input=$configure_input"Generated from `echo $ac_file_in |
2575
 
                                     sed 's,.*/,,'` by configure."
 
2671
                                     sed 's,.*/,,'` by configure."
2576
2672
 
2577
2673
  # First look for the input files in the build tree, otherwise in the
2578
2674
  # src tree.
2581
2677
      case $f in
2582
2678
      -) echo $tmp/stdin ;;
2583
2679
      [\\/$]*)
2584
 
         # Absolute (can't be DOS-style, as IFS=:)
2585
 
         test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
 
2680
         # Absolute (can't be DOS-style, as IFS=:)
 
2681
         test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
2586
2682
echo "$as_me: error: cannot find input file: $f" >&2;}
2587
2683
   { (exit 1); exit 1; }; }
2588
 
         echo $f;;
 
2684
         echo "$f";;
2589
2685
      *) # Relative
2590
 
         if test -f "$f"; then
2591
 
           # Build tree
2592
 
           echo $f
2593
 
         elif test -f "$srcdir/$f"; then
2594
 
           # Source tree
2595
 
           echo $srcdir/$f
2596
 
         else
2597
 
           # /dev/null tree
2598
 
           { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
 
2686
         if test -f "$f"; then
 
2687
           # Build tree
 
2688
           echo "$f"
 
2689
         elif test -f "$srcdir/$f"; then
 
2690
           # Source tree
 
2691
           echo "$srcdir/$f"
 
2692
         else
 
2693
           # /dev/null tree
 
2694
           { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
2599
2695
echo "$as_me: error: cannot find input file: $f" >&2;}
2600
2696
   { (exit 1); exit 1; }; }
2601
 
         fi;;
 
2697
         fi;;
2602
2698
      esac
2603
2699
    done` || { (exit 1); exit 1; }
2604
2700
_ACEOF