~ubuntu-branches/ubuntu/maverick/ltspfs/maverick

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Stéphane Graber
  • Date: 2008-10-10 19:34:18 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20081010193418-ndfzz7g0jnxmdw2o
Tags: 0.5.5-0ubuntu1
* new upstream version:
 * Fix a segfault in cdpinger
* Remove manpages from packaging as they now are upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
# Guess values for system-dependent variables and create Makefiles.
3
 
# Generated by GNU Autoconf 2.61 for ltspfs 0.5.3.
 
3
# Generated by GNU Autoconf 2.61 for ltspfs 0.5.5.
4
4
#
5
5
# Report bugs to <sbalneav@ltsp.org>.
6
6
#
574
574
# Identity of this package.
575
575
PACKAGE_NAME='ltspfs'
576
576
PACKAGE_TARNAME='ltspfs'
577
 
PACKAGE_VERSION='0.5.3'
578
 
PACKAGE_STRING='ltspfs 0.5.3'
 
577
PACKAGE_VERSION='0.5.5'
 
578
PACKAGE_STRING='ltspfs 0.5.5'
579
579
PACKAGE_BUGREPORT='sbalneav@ltsp.org'
580
580
 
581
581
ac_unique_file="src/ltspfs.c"
655
655
INSTALL_PROGRAM
656
656
INSTALL_SCRIPT
657
657
INSTALL_DATA
 
658
am__isrc
658
659
CYGPATH_W
659
660
PACKAGE
660
661
VERSION
1225
1226
  # Omit some internal or obsolete options to make the list less imposing.
1226
1227
  # This message is too long to be a string in the A/UX 3.1 sh.
1227
1228
  cat <<_ACEOF
1228
 
\`configure' configures ltspfs 0.5.3 to adapt to many kinds of systems.
 
1229
\`configure' configures ltspfs 0.5.5 to adapt to many kinds of systems.
1229
1230
 
1230
1231
Usage: $0 [OPTION]... [VAR=VALUE]...
1231
1232
 
1291
1292
 
1292
1293
if test -n "$ac_init_help"; then
1293
1294
  case $ac_init_help in
1294
 
     short | recursive ) echo "Configuration of ltspfs 0.5.3:";;
 
1295
     short | recursive ) echo "Configuration of ltspfs 0.5.5:";;
1295
1296
   esac
1296
1297
  cat <<\_ACEOF
1297
1298
 
1387
1388
test -n "$ac_init_help" && exit $ac_status
1388
1389
if $ac_init_version; then
1389
1390
  cat <<\_ACEOF
1390
 
ltspfs configure 0.5.3
 
1391
ltspfs configure 0.5.5
1391
1392
generated by GNU Autoconf 2.61
1392
1393
 
1393
1394
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1401
1402
This file contains any messages produced by compilers while
1402
1403
running configure, to aid debugging if configure makes a mistake.
1403
1404
 
1404
 
It was created by ltspfs $as_me 0.5.3, which was
 
1405
It was created by ltspfs $as_me 0.5.5, which was
1405
1406
generated by GNU Autoconf 2.61.  Invocation command line was
1406
1407
 
1407
1408
  $ $0 $@
1755
1756
 
1756
1757
 
1757
1758
 
1758
 
am__api_version="1.9"
 
1759
am__api_version='1.10'
 
1760
 
1759
1761
ac_aux_dir=
1760
1762
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
1761
1763
  if test -f "$ac_dir/install-sh"; then
1938
1940
echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1939
1941
fi
1940
1942
 
1941
 
if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
1942
 
  # We used to keeping the `.' as first argument, in order to
1943
 
  # allow $(mkdir_p) to be used without argument.  As in
1944
 
  #   $(mkdir_p) $(somedir)
1945
 
  # where $(somedir) is conditionally defined.  However this is wrong
1946
 
  # for two reasons:
1947
 
  #  1. if the package is installed by a user who cannot write `.'
1948
 
  #     make install will fail,
1949
 
  #  2. the above comment should most certainly read
1950
 
  #     $(mkdir_p) $(DESTDIR)$(somedir)
1951
 
  #     so it does not work when $(somedir) is undefined and
1952
 
  #     $(DESTDIR) is not.
1953
 
  #  To support the latter case, we have to write
1954
 
  #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
1955
 
  #  so the `.' trick is pointless.
1956
 
  mkdir_p='mkdir -p --'
 
1943
{ echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
 
1944
echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; }
 
1945
if test -z "$MKDIR_P"; then
 
1946
  if test "${ac_cv_path_mkdir+set}" = set; then
 
1947
  echo $ECHO_N "(cached) $ECHO_C" >&6
1957
1948
else
1958
 
  # On NextStep and OpenStep, the `mkdir' command does not
1959
 
  # recognize any option.  It will interpret all options as
1960
 
  # directories to create, and then abort because `.' already
1961
 
  # exists.
1962
 
  for d in ./-p ./--version;
1963
 
  do
1964
 
    test -d $d && rmdir $d
1965
 
  done
1966
 
  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
1967
 
  if test -f "$ac_aux_dir/mkinstalldirs"; then
1968
 
    mkdir_p='$(mkinstalldirs)'
 
1949
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
1950
for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
 
1951
do
 
1952
  IFS=$as_save_IFS
 
1953
  test -z "$as_dir" && as_dir=.
 
1954
  for ac_prog in mkdir gmkdir; do
 
1955
         for ac_exec_ext in '' $ac_executable_extensions; do
 
1956
           { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
 
1957
           case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
 
1958
             'mkdir (GNU coreutils) '* | \
 
1959
             'mkdir (coreutils) '* | \
 
1960
             'mkdir (fileutils) '4.1*)
 
1961
               ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
 
1962
               break 3;;
 
1963
           esac
 
1964
         done
 
1965
       done
 
1966
done
 
1967
IFS=$as_save_IFS
 
1968
 
 
1969
fi
 
1970
 
 
1971
  if test "${ac_cv_path_mkdir+set}" = set; then
 
1972
    MKDIR_P="$ac_cv_path_mkdir -p"
1969
1973
  else
1970
 
    mkdir_p='$(install_sh) -d'
 
1974
    # As a last resort, use the slow shell script.  Don't cache a
 
1975
    # value for MKDIR_P within a source directory, because that will
 
1976
    # break other packages using the cache if that directory is
 
1977
    # removed, or if the value is a relative name.
 
1978
    test -d ./--version && rmdir ./--version
 
1979
    MKDIR_P="$ac_install_sh -d"
1971
1980
  fi
1972
1981
fi
 
1982
{ echo "$as_me:$LINENO: result: $MKDIR_P" >&5
 
1983
echo "${ECHO_T}$MKDIR_P" >&6; }
 
1984
 
 
1985
mkdir_p="$MKDIR_P"
 
1986
case $mkdir_p in
 
1987
  [\\/$]* | ?:[\\/]*) ;;
 
1988
  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
 
1989
esac
1973
1990
 
1974
1991
for ac_prog in gawk mawk nawk awk
1975
1992
do
2052
2069
fi
2053
2070
rmdir .tst 2>/dev/null
2054
2071
 
2055
 
# test to see if srcdir already configured
2056
 
if test "`cd $srcdir && pwd`" != "`pwd`" &&
2057
 
   test -f $srcdir/config.status; then
2058
 
  { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
 
2072
if test "`cd $srcdir && pwd`" != "`pwd`"; then
 
2073
  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
 
2074
  # is not polluted with repeated "-I."
 
2075
  am__isrc=' -I$(srcdir)'
 
2076
  # test to see if srcdir already configured
 
2077
  if test -f $srcdir/config.status; then
 
2078
    { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2059
2079
echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
2060
2080
   { (exit 1); exit 1; }; }
 
2081
  fi
2061
2082
fi
2062
2083
 
2063
2084
# test whether we have cygpath
2072
2093
 
2073
2094
# Define the identity of the package.
2074
2095
 PACKAGE='ltspfs'
2075
 
 VERSION='0.5.3'
 
2096
 VERSION='0.5.5'
2076
2097
 
2077
2098
 
2078
2099
cat >>confdefs.h <<_ACEOF
2100
2121
 
2101
2122
MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2102
2123
 
2103
 
install_sh=${install_sh-"$am_aux_dir/install-sh"}
 
2124
install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
2104
2125
 
2105
2126
# Installed binaries are usually stripped using `strip' when the user
2106
2127
# run `make install-strip'.  However `strip' might not be the right
2204
2225
fi
2205
2226
 
2206
2227
fi
2207
 
INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
 
2228
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2208
2229
 
2209
2230
# We need awk for the "check" target.  The system "awk" is bad on
2210
2231
# some platforms.
2232
2253
 
2233
2254
  { echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
2234
2255
echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6; }
2235
 
 
2236
 
 
2237
 
if test $USE_MAINTAINER_MODE = yes; then
 
2256
   if test $USE_MAINTAINER_MODE = yes; then
2238
2257
  MAINTAINER_MODE_TRUE=
2239
2258
  MAINTAINER_MODE_FALSE='#'
2240
2259
else
3217
3236
  am_depcomp="$ac_aux_dir/depcomp"
3218
3237
  AMDEPBACKSLASH='\'
3219
3238
fi
3220
 
 
3221
 
 
3222
 
if test "x$enable_dependency_tracking" != xno; then
 
3239
 if test "x$enable_dependency_tracking" != xno; then
3223
3240
  AMDEP_TRUE=
3224
3241
  AMDEP_FALSE='#'
3225
3242
else
3229
3246
 
3230
3247
 
3231
3248
 
3232
 
 
3233
3249
depcc="$CC"   am_compiler_list=
3234
3250
 
3235
3251
{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3297
3313
       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3298
3314
       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
3299
3315
         >/dev/null 2>conftest.err &&
 
3316
       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
3300
3317
       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3301
3318
       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
3302
3319
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3326
3343
echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
3327
3344
CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3328
3345
 
3329
 
 
3330
 
 
3331
 
if
 
3346
 if
3332
3347
  test "x$enable_dependency_tracking" != xno \
3333
3348
  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3334
3349
  am__fastdepCC_TRUE=
5409
5424
# report actual input values of CONFIG_FILES etc. instead of their
5410
5425
# values after options handling.
5411
5426
ac_log="
5412
 
This file was extended by ltspfs $as_me 0.5.3, which was
 
5427
This file was extended by ltspfs $as_me 0.5.5, which was
5413
5428
generated by GNU Autoconf 2.61.  Invocation command line was
5414
5429
 
5415
5430
  CONFIG_FILES    = $CONFIG_FILES
5462
5477
_ACEOF
5463
5478
cat >>$CONFIG_STATUS <<_ACEOF
5464
5479
ac_cs_version="\\
5465
 
ltspfs config.status 0.5.3
 
5480
ltspfs config.status 0.5.5
5466
5481
configured by $0, generated by GNU Autoconf 2.61,
5467
5482
  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
5468
5483
 
5473
5488
ac_pwd='$ac_pwd'
5474
5489
srcdir='$srcdir'
5475
5490
INSTALL='$INSTALL'
 
5491
MKDIR_P='$MKDIR_P'
5476
5492
_ACEOF
5477
5493
 
5478
5494
cat >>$CONFIG_STATUS <<\_ACEOF
5684
5700
INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
5685
5701
INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
5686
5702
INSTALL_DATA!$INSTALL_DATA$ac_delim
 
5703
am__isrc!$am__isrc$ac_delim
5687
5704
CYGPATH_W!$CYGPATH_W$ac_delim
5688
5705
PACKAGE!$PACKAGE$ac_delim
5689
5706
VERSION!$VERSION$ac_delim
5737
5754
LTLIBOBJS!$LTLIBOBJS$ac_delim
5738
5755
_ACEOF
5739
5756
 
5740
 
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 91; then
 
5757
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 92; then
5741
5758
    break
5742
5759
  elif $ac_last_try; then
5743
5760
    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
5964
5981
  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
5965
5982
  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
5966
5983
  esac
 
5984
  ac_MKDIR_P=$MKDIR_P
 
5985
  case $MKDIR_P in
 
5986
  [\\/$]* | ?:[\\/]* ) ;;
 
5987
  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
 
5988
  esac
5967
5989
_ACEOF
5968
5990
 
5969
5991
cat >>$CONFIG_STATUS <<\_ACEOF
6017
6039
s&@abs_builddir@&$ac_abs_builddir&;t t
6018
6040
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
6019
6041
s&@INSTALL@&$ac_INSTALL&;t t
 
6042
s&@MKDIR_P@&$ac_MKDIR_P&;t t
6020
6043
$ac_datarootdir_hack
6021
6044
" $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out
6022
6045
 
6132
6155
  fi
6133
6156
  rm -f "$tmp/out12"
6134
6157
# Compute $ac_file's index in $config_headers.
 
6158
_am_arg=$ac_file
6135
6159
_am_stamp_count=1
6136
6160
for _am_header in $config_headers :; do
6137
6161
  case $_am_header in
6138
 
    $ac_file | $ac_file:* )
 
6162
    $_am_arg | $_am_arg:* )
6139
6163
      break ;;
6140
6164
    * )
6141
6165
      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
6142
6166
  esac
6143
6167
done
6144
 
echo "timestamp for $ac_file" >`$as_dirname -- $ac_file ||
6145
 
$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6146
 
         X$ac_file : 'X\(//\)[^/]' \| \
6147
 
         X$ac_file : 'X\(//\)$' \| \
6148
 
         X$ac_file : 'X\(/\)' \| . 2>/dev/null ||
6149
 
echo X$ac_file |
 
6168
echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
 
6169
$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
6170
         X"$_am_arg" : 'X\(//\)[^/]' \| \
 
6171
         X"$_am_arg" : 'X\(//\)$' \| \
 
6172
         X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
 
6173
echo X"$_am_arg" |
6150
6174
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
6151
6175
            s//\1/
6152
6176
            q
6181
6205
  # some people rename them; so instead we look at the file content.
6182
6206
  # Grep'ing the first line is not enough: some people post-process
6183
6207
  # each Makefile.in and add a new line on top of each file to say so.
6184
 
  # So let's grep whole file.
6185
 
  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
 
6208
  # Grep'ing the whole file is not good either: AIX grep has a line
 
6209
  # limit of 2048, but all sed's we know have understand at least 4000.
 
6210
  if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
6186
6211
    dirpart=`$as_dirname -- "$mf" ||
6187
6212
$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6188
6213
         X"$mf" : 'X\(//\)[^/]' \| \