~ubuntu-branches/ubuntu/precise/nbd/precise-security

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Stéphane Graber
  • Date: 2011-06-21 19:17:59 UTC
  • mfrom: (1.1.17 upstream) (21.1.22 sid)
  • Revision ID: james.westby@ubuntu.com-20110621191759-5p1y2yyfat280oni
Tags: 1:2.9.22-1ubuntu1
* Merge from debian unstable.  Remaining changes:
  - Use clean upstream tarball (nbd-2.9.22.tar.gz).
  - Drop /etc/modprobe.d/nbd-client; the kernel default is already
    appropriate. Ubuntu-specific change.
    + Modify debian/nbd-client.dirs
    + Remove debian/nbd-client.modprobe
    + Add debian/nbd-client.preinst

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.68 for nbd 2.9.21.
 
3
# Generated by GNU Autoconf 2.68 for nbd 2.9.22.
4
4
#
5
5
# Report bugs to <wouter@debian.org>.
6
6
#
560
560
# Identity of this package.
561
561
PACKAGE_NAME='nbd'
562
562
PACKAGE_TARNAME='nbd'
563
 
PACKAGE_VERSION='2.9.21'
564
 
PACKAGE_STRING='nbd 2.9.21'
 
563
PACKAGE_VERSION='2.9.22'
 
564
PACKAGE_STRING='nbd 2.9.22'
565
565
PACKAGE_BUGREPORT='wouter@debian.org'
566
566
PACKAGE_URL=''
567
567
 
1271
1271
  # Omit some internal or obsolete options to make the list less imposing.
1272
1272
  # This message is too long to be a string in the A/UX 3.1 sh.
1273
1273
  cat <<_ACEOF
1274
 
\`configure' configures nbd 2.9.21 to adapt to many kinds of systems.
 
1274
\`configure' configures nbd 2.9.22 to adapt to many kinds of systems.
1275
1275
 
1276
1276
Usage: $0 [OPTION]... [VAR=VALUE]...
1277
1277
 
1341
1341
 
1342
1342
if test -n "$ac_init_help"; then
1343
1343
  case $ac_init_help in
1344
 
     short | recursive ) echo "Configuration of nbd 2.9.21:";;
 
1344
     short | recursive ) echo "Configuration of nbd 2.9.22:";;
1345
1345
   esac
1346
1346
  cat <<\_ACEOF
1347
1347
 
1443
1443
test -n "$ac_init_help" && exit $ac_status
1444
1444
if $ac_init_version; then
1445
1445
  cat <<\_ACEOF
1446
 
nbd configure 2.9.21
 
1446
nbd configure 2.9.22
1447
1447
generated by GNU Autoconf 2.68
1448
1448
 
1449
1449
Copyright (C) 2010 Free Software Foundation, Inc.
2044
2044
This file contains any messages produced by compilers while
2045
2045
running configure, to aid debugging if configure makes a mistake.
2046
2046
 
2047
 
It was created by nbd $as_me 2.9.21, which was
 
2047
It was created by nbd $as_me 2.9.22, which was
2048
2048
generated by GNU Autoconf 2.68.  Invocation command line was
2049
2049
 
2050
2050
  $ $0 $@
2859
2859
 
2860
2860
# Define the identity of the package.
2861
2861
 PACKAGE='nbd'
2862
 
 VERSION='2.9.21'
 
2862
 VERSION='2.9.22'
2863
2863
 
2864
2864
 
2865
2865
cat >>confdefs.h <<_ACEOF
5131
5131
_ACEOF
5132
5132
 
5133
5133
 
5134
 
for ac_func in llseek alarm gethostbyname inet_ntoa memset socket strerror strstr
 
5134
for ac_func in llseek alarm gethostbyname inet_ntoa memset socket strerror strstr mkstemp
5135
5135
do :
5136
5136
  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
5137
5137
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
5143
5143
fi
5144
5144
done
5145
5145
 
 
5146
ac_fn_c_check_func "$LINENO" "sync_file_range" "ac_cv_func_sync_file_range"
 
5147
if test "x$ac_cv_func_sync_file_range" = xyes; then :
 
5148
 
 
5149
$as_echo "#define HAVE_SYNC_FILE_RANGE sync_file_range(2) is not supported" >>confdefs.h
 
5150
 
 
5151
fi
 
5152
 
5146
5153
ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
5147
5154
if test "x$ac_cv_type_pid_t" = xyes; then :
5148
5155
 
5624
5631
 
5625
5632
 
5626
5633
 
 
5634
 
5627
5635
if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
5628
5636
        if test -n "$ac_tool_prefix"; then
5629
5637
  # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
6007
6015
 
6008
6016
ac_config_headers="$ac_config_headers config.h"
6009
6017
 
6010
 
ac_config_files="$ac_config_files Makefile doc/Doxyfile man/Makefile man/nbd-client.8.sh man/nbd-server.5.sh man/nbd-server.1.sh"
 
6018
ac_config_files="$ac_config_files Makefile doc/Doxyfile man/Makefile man/nbd-client.8.sh man/nbd-server.5.sh man/nbd-server.1.sh man/nbd-trdump.1.sh"
6011
6019
 
6012
6020
cat >confcache <<\_ACEOF
6013
6021
# This file is a shell script that caches the results of configure
6548
6556
# report actual input values of CONFIG_FILES etc. instead of their
6549
6557
# values after options handling.
6550
6558
ac_log="
6551
 
This file was extended by nbd $as_me 2.9.21, which was
 
6559
This file was extended by nbd $as_me 2.9.22, which was
6552
6560
generated by GNU Autoconf 2.68.  Invocation command line was
6553
6561
 
6554
6562
  CONFIG_FILES    = $CONFIG_FILES
6614
6622
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6615
6623
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
6616
6624
ac_cs_version="\\
6617
 
nbd config.status 2.9.21
 
6625
nbd config.status 2.9.22
6618
6626
configured by $0, generated by GNU Autoconf 2.68,
6619
6627
  with options \\"\$ac_cs_config\\"
6620
6628
 
6751
6759
    "man/nbd-client.8.sh") CONFIG_FILES="$CONFIG_FILES man/nbd-client.8.sh" ;;
6752
6760
    "man/nbd-server.5.sh") CONFIG_FILES="$CONFIG_FILES man/nbd-server.5.sh" ;;
6753
6761
    "man/nbd-server.1.sh") CONFIG_FILES="$CONFIG_FILES man/nbd-server.1.sh" ;;
 
6762
    "man/nbd-trdump.1.sh") CONFIG_FILES="$CONFIG_FILES man/nbd-trdump.1.sh" ;;
6754
6763
 
6755
6764
  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
6756
6765
  esac