~ubuntu-branches/ubuntu/oneiric/sg3-utils/oneiric

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2009-11-05 20:42:13 UTC
  • mfrom: (5.2.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091105204213-ug7wrb6m7l9kmvyg
Tags: 1.28-2
* QA upload.
* Add libsgutils2-2.symbols.kfreebsd. Some of the symbols are Linux
  specific causing FTBFS on kfreebsd.

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 sg3_utils 1.27.
 
3
# Generated by GNU Autoconf 2.61 for sg3_utils 1.28.
4
4
#
5
5
# Report bugs to <dgilbert@interlog.com>.
6
6
#
728
728
# Identity of this package.
729
729
PACKAGE_NAME='sg3_utils'
730
730
PACKAGE_TARNAME='sg3_utils'
731
 
PACKAGE_VERSION='1.27'
732
 
PACKAGE_STRING='sg3_utils 1.27'
 
731
PACKAGE_VERSION='1.28'
 
732
PACKAGE_STRING='sg3_utils 1.28'
733
733
PACKAGE_BUGREPORT='dgilbert@interlog.com'
734
734
 
735
735
# Factoring default headers for most tests.
1403
1403
  # Omit some internal or obsolete options to make the list less imposing.
1404
1404
  # This message is too long to be a string in the A/UX 3.1 sh.
1405
1405
  cat <<_ACEOF
1406
 
\`configure' configures sg3_utils 1.27 to adapt to many kinds of systems.
 
1406
\`configure' configures sg3_utils 1.28 to adapt to many kinds of systems.
1407
1407
 
1408
1408
Usage: $0 [OPTION]... [VAR=VALUE]...
1409
1409
 
1473
1473
 
1474
1474
if test -n "$ac_init_help"; then
1475
1475
  case $ac_init_help in
1476
 
     short | recursive ) echo "Configuration of sg3_utils 1.27:";;
 
1476
     short | recursive ) echo "Configuration of sg3_utils 1.28:";;
1477
1477
   esac
1478
1478
  cat <<\_ACEOF
1479
1479
 
1488
1488
                          optimize for fast installation [default=yes]
1489
1489
  --disable-libtool-lock  avoid locking (might break parallel builds)
1490
1490
  --enable-no-linux-bsg   ignore linux bsg (sgv4) if present
 
1491
  --enable-win32-spt-direct
 
1492
                          enable Win32 SPT Direct
1491
1493
 
1492
1494
Optional Packages:
1493
1495
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1576
1578
test -n "$ac_init_help" && exit $ac_status
1577
1579
if $ac_init_version; then
1578
1580
  cat <<\_ACEOF
1579
 
sg3_utils configure 1.27
 
1581
sg3_utils configure 1.28
1580
1582
generated by GNU Autoconf 2.61
1581
1583
 
1582
1584
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1590
1592
This file contains any messages produced by compilers while
1591
1593
running configure, to aid debugging if configure makes a mistake.
1592
1594
 
1593
 
It was created by sg3_utils $as_me 1.27, which was
 
1595
It was created by sg3_utils $as_me 1.28, which was
1594
1596
generated by GNU Autoconf 2.61.  Invocation command line was
1595
1597
 
1596
1598
  $ $0 $@
2281
2283
 
2282
2284
# Define the identity of the package.
2283
2285
 PACKAGE='sg3_utils'
2284
 
 VERSION='1.27'
 
2286
 VERSION='1.28'
2285
2287
 
2286
2288
 
2287
2289
cat >>confdefs.h <<_ACEOF
4398
4400
  ;;
4399
4401
*-*-irix6*)
4400
4402
  # Find out which ABI we are using.
4401
 
  echo '#line 4401 "configure"' > conftest.$ac_ext
 
4403
  echo '#line 4403 "configure"' > conftest.$ac_ext
4402
4404
  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4403
4405
  (eval $ac_compile) 2>&5
4404
4406
  ac_status=$?
7129
7131
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7130
7132
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7131
7133
   -e 's:$: $lt_compiler_flag:'`
7132
 
   (eval echo "\"\$as_me:7132: $lt_compile\"" >&5)
 
7134
   (eval echo "\"\$as_me:7134: $lt_compile\"" >&5)
7133
7135
   (eval "$lt_compile" 2>conftest.err)
7134
7136
   ac_status=$?
7135
7137
   cat conftest.err >&5
7136
 
   echo "$as_me:7136: \$? = $ac_status" >&5
 
7138
   echo "$as_me:7138: \$? = $ac_status" >&5
7137
7139
   if (exit $ac_status) && test -s "$ac_outfile"; then
7138
7140
     # The compiler can only warn and ignore the option if not recognized
7139
7141
     # So say no if there are warnings other than the usual output.
7397
7399
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7398
7400
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7399
7401
   -e 's:$: $lt_compiler_flag:'`
7400
 
   (eval echo "\"\$as_me:7400: $lt_compile\"" >&5)
 
7402
   (eval echo "\"\$as_me:7402: $lt_compile\"" >&5)
7401
7403
   (eval "$lt_compile" 2>conftest.err)
7402
7404
   ac_status=$?
7403
7405
   cat conftest.err >&5
7404
 
   echo "$as_me:7404: \$? = $ac_status" >&5
 
7406
   echo "$as_me:7406: \$? = $ac_status" >&5
7405
7407
   if (exit $ac_status) && test -s "$ac_outfile"; then
7406
7408
     # The compiler can only warn and ignore the option if not recognized
7407
7409
     # So say no if there are warnings other than the usual output.
7501
7503
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7502
7504
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7503
7505
   -e 's:$: $lt_compiler_flag:'`
7504
 
   (eval echo "\"\$as_me:7504: $lt_compile\"" >&5)
 
7506
   (eval echo "\"\$as_me:7506: $lt_compile\"" >&5)
7505
7507
   (eval "$lt_compile" 2>out/conftest.err)
7506
7508
   ac_status=$?
7507
7509
   cat out/conftest.err >&5
7508
 
   echo "$as_me:7508: \$? = $ac_status" >&5
 
7510
   echo "$as_me:7510: \$? = $ac_status" >&5
7509
7511
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
7510
7512
   then
7511
7513
     # The compiler can only warn and ignore the option if not recognized
9798
9800
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
9799
9801
  lt_status=$lt_dlunknown
9800
9802
  cat > conftest.$ac_ext <<EOF
9801
 
#line 9801 "configure"
 
9803
#line 9803 "configure"
9802
9804
#include "confdefs.h"
9803
9805
 
9804
9806
#if HAVE_DLFCN_H
9898
9900
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
9899
9901
  lt_status=$lt_dlunknown
9900
9902
  cat > conftest.$ac_ext <<EOF
9901
 
#line 9901 "configure"
 
9903
#line 9903 "configure"
9902
9904
#include "confdefs.h"
9903
9905
 
9904
9906
#if HAVE_DLFCN_H
12234
12236
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
12235
12237
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
12236
12238
   -e 's:$: $lt_compiler_flag:'`
12237
 
   (eval echo "\"\$as_me:12237: $lt_compile\"" >&5)
 
12239
   (eval echo "\"\$as_me:12239: $lt_compile\"" >&5)
12238
12240
   (eval "$lt_compile" 2>conftest.err)
12239
12241
   ac_status=$?
12240
12242
   cat conftest.err >&5
12241
 
   echo "$as_me:12241: \$? = $ac_status" >&5
 
12243
   echo "$as_me:12243: \$? = $ac_status" >&5
12242
12244
   if (exit $ac_status) && test -s "$ac_outfile"; then
12243
12245
     # The compiler can only warn and ignore the option if not recognized
12244
12246
     # So say no if there are warnings other than the usual output.
12338
12340
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
12339
12341
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
12340
12342
   -e 's:$: $lt_compiler_flag:'`
12341
 
   (eval echo "\"\$as_me:12341: $lt_compile\"" >&5)
 
12343
   (eval echo "\"\$as_me:12343: $lt_compile\"" >&5)
12342
12344
   (eval "$lt_compile" 2>out/conftest.err)
12343
12345
   ac_status=$?
12344
12346
   cat out/conftest.err >&5
12345
 
   echo "$as_me:12345: \$? = $ac_status" >&5
 
12347
   echo "$as_me:12347: \$? = $ac_status" >&5
12346
12348
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
12347
12349
   then
12348
12350
     # The compiler can only warn and ignore the option if not recognized
13899
13901
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13900
13902
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13901
13903
   -e 's:$: $lt_compiler_flag:'`
13902
 
   (eval echo "\"\$as_me:13902: $lt_compile\"" >&5)
 
13904
   (eval echo "\"\$as_me:13904: $lt_compile\"" >&5)
13903
13905
   (eval "$lt_compile" 2>conftest.err)
13904
13906
   ac_status=$?
13905
13907
   cat conftest.err >&5
13906
 
   echo "$as_me:13906: \$? = $ac_status" >&5
 
13908
   echo "$as_me:13908: \$? = $ac_status" >&5
13907
13909
   if (exit $ac_status) && test -s "$ac_outfile"; then
13908
13910
     # The compiler can only warn and ignore the option if not recognized
13909
13911
     # So say no if there are warnings other than the usual output.
14003
14005
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14004
14006
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14005
14007
   -e 's:$: $lt_compiler_flag:'`
14006
 
   (eval echo "\"\$as_me:14006: $lt_compile\"" >&5)
 
14008
   (eval echo "\"\$as_me:14008: $lt_compile\"" >&5)
14007
14009
   (eval "$lt_compile" 2>out/conftest.err)
14008
14010
   ac_status=$?
14009
14011
   cat out/conftest.err >&5
14010
 
   echo "$as_me:14010: \$? = $ac_status" >&5
 
14012
   echo "$as_me:14012: \$? = $ac_status" >&5
14011
14013
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
14012
14014
   then
14013
14015
     # The compiler can only warn and ignore the option if not recognized
16190
16192
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
16191
16193
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16192
16194
   -e 's:$: $lt_compiler_flag:'`
16193
 
   (eval echo "\"\$as_me:16193: $lt_compile\"" >&5)
 
16195
   (eval echo "\"\$as_me:16195: $lt_compile\"" >&5)
16194
16196
   (eval "$lt_compile" 2>conftest.err)
16195
16197
   ac_status=$?
16196
16198
   cat conftest.err >&5
16197
 
   echo "$as_me:16197: \$? = $ac_status" >&5
 
16199
   echo "$as_me:16199: \$? = $ac_status" >&5
16198
16200
   if (exit $ac_status) && test -s "$ac_outfile"; then
16199
16201
     # The compiler can only warn and ignore the option if not recognized
16200
16202
     # So say no if there are warnings other than the usual output.
16458
16460
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
16459
16461
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16460
16462
   -e 's:$: $lt_compiler_flag:'`
16461
 
   (eval echo "\"\$as_me:16461: $lt_compile\"" >&5)
 
16463
   (eval echo "\"\$as_me:16463: $lt_compile\"" >&5)
16462
16464
   (eval "$lt_compile" 2>conftest.err)
16463
16465
   ac_status=$?
16464
16466
   cat conftest.err >&5
16465
 
   echo "$as_me:16465: \$? = $ac_status" >&5
 
16467
   echo "$as_me:16467: \$? = $ac_status" >&5
16466
16468
   if (exit $ac_status) && test -s "$ac_outfile"; then
16467
16469
     # The compiler can only warn and ignore the option if not recognized
16468
16470
     # So say no if there are warnings other than the usual output.
16562
16564
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
16563
16565
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16564
16566
   -e 's:$: $lt_compiler_flag:'`
16565
 
   (eval echo "\"\$as_me:16565: $lt_compile\"" >&5)
 
16567
   (eval echo "\"\$as_me:16567: $lt_compile\"" >&5)
16566
16568
   (eval "$lt_compile" 2>out/conftest.err)
16567
16569
   ac_status=$?
16568
16570
   cat out/conftest.err >&5
16569
 
   echo "$as_me:16569: \$? = $ac_status" >&5
 
16571
   echo "$as_me:16571: \$? = $ac_status" >&5
16570
16572
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
16571
16573
   then
16572
16574
     # The compiler can only warn and ignore the option if not recognized
19391
19393
 
19392
19394
 
19393
19395
 
19394
 
for ac_header in linux/types.h linux/bsg.h
 
19396
 
 
19397
for ac_header in linux/types.h linux/bsg.h linux/kdev_t.h
19395
19398
do
19396
19399
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
19397
19400
{ echo "$as_me:$LINENO: checking for $ac_header" >&5
19452
19455
done
19453
19456
 
19454
19457
 
19455
 
 
19456
19458
# check for functions
19457
19459
 
19458
19460
for ac_func in getopt_long
19686
19688
 
19687
19689
 
19688
19690
cat >>confdefs.h <<_ACEOF
19689
 
#define SG3_UTILS_BUILD_HOST "${host}"
 
19691
#define SG_LIB_BUILD_HOST "${host}"
19690
19692
_ACEOF
19691
19693
 
19692
19694
 
19694
19696
        *-*-linux-gnu*)
19695
19697
 
19696
19698
cat >>confdefs.h <<_ACEOF
19697
 
#define SG3_UTILS_LINUX 1
 
19699
#define SG_LIB_LINUX 1
19698
19700
_ACEOF
19699
19701
 
19700
19702
                os_libs=''
19702
19704
        *-*-linux*)
19703
19705
 
19704
19706
cat >>confdefs.h <<_ACEOF
19705
 
#define SG3_UTILS_LINUX 1
 
19707
#define SG_LIB_LINUX 1
19706
19708
_ACEOF
19707
19709
 
19708
19710
                os_libs=''
19710
19712
        *-*-freebsd*)
19711
19713
 
19712
19714
cat >>confdefs.h <<_ACEOF
19713
 
#define SG3_UTILS_FREEBSD 1
 
19715
#define SG_LIB_FREEBSD 1
19714
19716
_ACEOF
19715
19717
 
19716
19718
                os_libs='-lcam'
19718
19720
        *-*-solaris*)
19719
19721
 
19720
19722
cat >>confdefs.h <<_ACEOF
19721
 
#define SG3_UTILS_SOLARIS 1
 
19723
#define SG_LIB_SOLARIS 1
19722
19724
_ACEOF
19723
19725
 
19724
19726
                os_libs=''
19726
19728
        *-*-osf*)
19727
19729
 
19728
19730
cat >>confdefs.h <<_ACEOF
19729
 
#define SG3_UTILS_OSF1 1
 
19731
#define SG_LIB_OSF1 1
19730
19732
_ACEOF
19731
19733
 
19732
19734
                os_libs=''
19734
19736
        *-*-cygwin*)
19735
19737
 
19736
19738
cat >>confdefs.h <<_ACEOF
19737
 
#define SG3_UTILS_WIN32 1
 
19739
#define SG_LIB_WIN32 1
19738
19740
_ACEOF
19739
19741
 
19740
19742
                os_libs=''
19742
19744
        *-*-mingw*)
19743
19745
 
19744
19746
cat >>confdefs.h <<_ACEOF
19745
 
#define SG3_UTILS_WIN32 1
 
19747
#define SG_LIB_WIN32 1
19746
19748
_ACEOF
19747
19749
 
19748
19750
 
19749
19751
cat >>confdefs.h <<_ACEOF
19750
 
#define SG3_UTILS_MINGW 1
 
19752
#define SG_LIB_MINGW 1
19751
19753
_ACEOF
19752
19754
 
19753
19755
                os_libs=''
19755
19757
        *)
19756
19758
 
19757
19759
cat >>confdefs.h <<_ACEOF
19758
 
#define SG3_UTILS_LINUX 1
 
19760
#define SG_LIB_LINUX 1
19759
19761
_ACEOF
19760
19762
 
19761
19763
                os_libs=''
19823
19825
fi
19824
19826
 
19825
19827
 
 
19828
# Check whether --enable-win32-spt-direct was given.
 
19829
if test "${enable_win32_spt_direct+set}" = set; then
 
19830
  enableval=$enable_win32_spt_direct;
 
19831
cat >>confdefs.h <<_ACEOF
 
19832
#define WIN32_SPT_DIRECT 1
 
19833
_ACEOF
 
19834
 
 
19835
 
 
19836
fi
 
19837
 
 
19838
 
19826
19839
ac_config_files="$ac_config_files Makefile include/Makefile lib/Makefile src/Makefile doc/Makefile"
19827
19840
 
19828
19841
cat >confcache <<\_ACEOF
20284
20297
# report actual input values of CONFIG_FILES etc. instead of their
20285
20298
# values after options handling.
20286
20299
ac_log="
20287
 
This file was extended by sg3_utils $as_me 1.27, which was
 
20300
This file was extended by sg3_utils $as_me 1.28, which was
20288
20301
generated by GNU Autoconf 2.61.  Invocation command line was
20289
20302
 
20290
20303
  CONFIG_FILES    = $CONFIG_FILES
20337
20350
_ACEOF
20338
20351
cat >>$CONFIG_STATUS <<_ACEOF
20339
20352
ac_cs_version="\\
20340
 
sg3_utils config.status 1.27
 
20353
sg3_utils config.status 1.28
20341
20354
configured by $0, generated by GNU Autoconf 2.61,
20342
20355
  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
20343
20356