~barry/ubuntu/maverick/fuse/bug-697792-m

« back to all changes in this revision

Viewing changes to kernel/configure

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2007-08-04 08:09:00 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20070804080900-m1e9xpk5eitzmelg
Tags: 2.7.0-1ubuntu1
* Resynchronise with Debian (LP: #128292). Remaining changes:
  - Don't install the init script; install the udev rule and the module
    configuration file instead.
  - debian/45-fuse.rules: set /dev/fuse group to fuse.
  - debian/fuse-utils.modprobe: module configuration file that mounts the
    control filesystem when fuse is loaded and unmounts it when fuse is
    unloaded, along with checking that the control FS is mounting before
    unmounting it.
  - debian/fuse-utils.install: add the udev rule, the module configuration
    file, and ulockmgr_server.
  - Load fuse on install, and set it so it gets loaded on reboot.
  - Move fusermount and ulockmgr_server to /bin and associated libraries
    to /lib.
* Use dpkg-query to fetch conffile md5sums rather than parsing
  /var/lib/dpkg/status directly.

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 fuse-kernel 2.6.5.
 
3
# Generated by GNU Autoconf 2.61 for fuse-kernel 2.7.0.
4
4
#
5
5
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6
6
# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
572
572
# Identity of this package.
573
573
PACKAGE_NAME='fuse-kernel'
574
574
PACKAGE_TARNAME='fuse-kernel'
575
 
PACKAGE_VERSION='2.6.5'
576
 
PACKAGE_STRING='fuse-kernel 2.6.5'
 
575
PACKAGE_VERSION='2.7.0'
 
576
PACKAGE_STRING='fuse-kernel 2.7.0'
577
577
PACKAGE_BUGREPORT=''
578
578
 
579
579
ac_subst_vars='SHELL
1130
1130
  # Omit some internal or obsolete options to make the list less imposing.
1131
1131
  # This message is too long to be a string in the A/UX 3.1 sh.
1132
1132
  cat <<_ACEOF
1133
 
\`configure' configures fuse-kernel 2.6.5 to adapt to many kinds of systems.
 
1133
\`configure' configures fuse-kernel 2.7.0 to adapt to many kinds of systems.
1134
1134
 
1135
1135
Usage: $0 [OPTION]... [VAR=VALUE]...
1136
1136
 
1191
1191
 
1192
1192
if test -n "$ac_init_help"; then
1193
1193
  case $ac_init_help in
1194
 
     short | recursive ) echo "Configuration of fuse-kernel 2.6.5:";;
 
1194
     short | recursive ) echo "Configuration of fuse-kernel 2.7.0:";;
1195
1195
   esac
1196
1196
  cat <<\_ACEOF
1197
1197
 
1266
1266
test -n "$ac_init_help" && exit $ac_status
1267
1267
if $ac_init_version; then
1268
1268
  cat <<\_ACEOF
1269
 
fuse-kernel configure 2.6.5
 
1269
fuse-kernel configure 2.7.0
1270
1270
generated by GNU Autoconf 2.61
1271
1271
 
1272
1272
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1280
1280
This file contains any messages produced by compilers while
1281
1281
running configure, to aid debugging if configure makes a mistake.
1282
1282
 
1283
 
It was created by fuse-kernel $as_me 2.6.5, which was
 
1283
It was created by fuse-kernel $as_me 2.7.0, which was
1284
1284
generated by GNU Autoconf 2.61.  Invocation command line was
1285
1285
 
1286
1286
  $ $0 $@
2040
2040
                { echo "$as_me:$LINENO: result: no" >&5
2041
2041
echo "${ECHO_T}no" >&6; }
2042
2042
        fi
 
2043
        { echo "$as_me:$LINENO: checking if kernel has exportfs.h " >&5
 
2044
echo $ECHO_N "checking if kernel has exportfs.h ... $ECHO_C" >&6; }
 
2045
        if test -f $kernelsrc/include/linux/exportfs.h; then
 
2046
 
 
2047
cat >>confdefs.h <<\_ACEOF
 
2048
#define HAVE_EXPORTFS_H 1
 
2049
_ACEOF
 
2050
 
 
2051
                { echo "$as_me:$LINENO: result: yes" >&5
 
2052
echo "${ECHO_T}yes" >&6; }
 
2053
        else
 
2054
                { echo "$as_me:$LINENO: result: no" >&5
 
2055
echo "${ECHO_T}no" >&6; }
 
2056
        fi
2043
2057
        { echo "$as_me:$LINENO: checking if kernel has BLOCK option " >&5
2044
2058
echo $ECHO_N "checking if kernel has BLOCK option ... $ECHO_C" >&6; }
2045
 
        if test -f $kernelsrc/block/Kconfig && egrep -wq "config *BLOCK" $kernelsrc/block/Kconfig; then
 
2059
        if test -f $kernelsrc/block/Kconfig && egrep -q "config *BLOCK" $kernelsrc/block/Kconfig; then
2046
2060
 
2047
2061
cat >>confdefs.h <<\_ACEOF
2048
2062
#define HAVE_CONFIG_BLOCK 1
2473
2487
# report actual input values of CONFIG_FILES etc. instead of their
2474
2488
# values after options handling.
2475
2489
ac_log="
2476
 
This file was extended by fuse-kernel $as_me 2.6.5, which was
 
2490
This file was extended by fuse-kernel $as_me 2.7.0, which was
2477
2491
generated by GNU Autoconf 2.61.  Invocation command line was
2478
2492
 
2479
2493
  CONFIG_FILES    = $CONFIG_FILES
2522
2536
_ACEOF
2523
2537
cat >>$CONFIG_STATUS <<_ACEOF
2524
2538
ac_cs_version="\\
2525
 
fuse-kernel config.status 2.6.5
 
2539
fuse-kernel config.status 2.7.0
2526
2540
configured by $0, generated by GNU Autoconf 2.61,
2527
2541
  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
2528
2542