~ubuntu-branches/ubuntu/dapper/hplip/dapper-security

« back to all changes in this revision

Viewing changes to base/configure

  • Committer: Bazaar Package Importer
  • Author(s): Henrique de Moraes Holschuh
  • Date: 2005-02-01 12:46:56 UTC
  • Revision ID: james.westby@ubuntu.com-20050201124656-g6cgoa5uezd5lnbo
Tags: 0.8.7-4
* Henrique de Moraes Holschuh:
  * HPLIP:
    * Remove stray tab on 50_securityfix_umask.dpatch.  Reupload in
      case python decides to croak on us because of it
    * Remove unneeded (but harmless) patch 21_base_pidfile_support.dpatch

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.59.
 
3
# Generated by GNU Autoconf 2.59 for base 0.8.
4
4
#
5
5
# Copyright (C) 2003 Free Software Foundation, Inc.
6
6
# This configure script is free software; the Free Software Foundation
265
265
: ${ac_max_here_lines=38}
266
266
 
267
267
# Identity of this package.
268
 
PACKAGE_NAME=
269
 
PACKAGE_TARNAME=
270
 
PACKAGE_VERSION=
271
 
PACKAGE_STRING=
272
 
PACKAGE_BUGREPORT=
 
268
PACKAGE_NAME='base'
 
269
PACKAGE_TARNAME='base'
 
270
PACKAGE_VERSION='0.8'
 
271
PACKAGE_STRING='base 0.8'
 
272
PACKAGE_BUGREPORT=''
273
273
 
274
274
ac_unique_file="pml.py"
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 AWK SET_MAKE am__leading_dot 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 install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT LIBOBJS LTLIBOBJS'
276
276
ac_subst_files=''
277
277
 
278
278
# Initialize some variables set by options.
721
721
  # Omit some internal or obsolete options to make the list less imposing.
722
722
  # This message is too long to be a string in the A/UX 3.1 sh.
723
723
  cat <<_ACEOF
724
 
\`configure' configures this package to adapt to many kinds of systems.
 
724
\`configure' configures base 0.8 to adapt to many kinds of systems.
725
725
 
726
726
Usage: $0 [OPTION]... [VAR=VALUE]...
727
727
 
782
782
fi
783
783
 
784
784
if test -n "$ac_init_help"; then
785
 
 
 
785
  case $ac_init_help in
 
786
     short | recursive ) echo "Configuration of base 0.8:";;
 
787
   esac
786
788
  cat <<\_ACEOF
787
789
 
 
790
Optional Features:
 
791
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
 
792
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
 
793
  --enable-maintainer-mode  enable make rules and dependencies not useful
 
794
                          (and sometimes confusing) to the casual installer
 
795
 
788
796
_ACEOF
789
797
fi
790
798
 
873
881
    else
874
882
      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
875
883
    fi
876
 
    cd $ac_popdir
 
884
    cd "$ac_popdir"
877
885
  done
878
886
fi
879
887
 
880
888
test -n "$ac_init_help" && exit 0
881
889
if $ac_init_version; then
882
890
  cat <<\_ACEOF
 
891
base configure 0.8
 
892
generated by GNU Autoconf 2.59
883
893
 
884
894
Copyright (C) 2003 Free Software Foundation, Inc.
885
895
This configure script is free software; the Free Software Foundation
892
902
This file contains any messages produced by compilers while
893
903
running configure, to aid debugging if configure makes a mistake.
894
904
 
895
 
It was created by $as_me, which was
 
905
It was created by base $as_me 0.8, which was
896
906
generated by GNU Autoconf 2.59.  Invocation command line was
897
907
 
898
908
  $ $0 $@
1220
1230
 
1221
1231
 
1222
1232
 
1223
 
am__api_version="1.7"
 
1233
 
 
1234
 
 
1235
 
 
1236
 
 
1237
 
 
1238
 
 
1239
 
 
1240
 
 
1241
 
1224
1242
ac_aux_dir=
1225
 
for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
 
1243
for ac_dir in .. $srcdir/..; do
1226
1244
  if test -f $ac_dir/install-sh; then
1227
1245
    ac_aux_dir=$ac_dir
1228
1246
    ac_install_sh="$ac_aux_dir/install-sh -c"
1238
1256
  fi
1239
1257
done
1240
1258
if test -z "$ac_aux_dir"; then
1241
 
  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1242
 
echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
 
1259
  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in .. $srcdir/.." >&5
 
1260
echo "$as_me: error: cannot find install-sh or install.sh in .. $srcdir/.." >&2;}
1243
1261
   { (exit 1); exit 1; }; }
1244
1262
fi
1245
1263
ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1246
1264
ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1247
1265
ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1248
1266
 
 
1267
am__api_version="1.9"
1249
1268
# Find a good install program.  We prefer a C program (faster),
1250
1269
# so one script is as good as another.  But avoid the broken or
1251
1270
# incompatible versions:
1383
1402
program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1384
1403
rm conftest.sed
1385
1404
 
1386
 
 
1387
1405
# expand $ac_aux_dir to an absolute path
1388
1406
am_aux_dir=`cd $ac_aux_dir && pwd`
1389
1407
 
1397
1415
echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1398
1416
fi
1399
1417
 
 
1418
if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
 
1419
  # We used to keeping the `.' as first argument, in order to
 
1420
  # allow $(mkdir_p) to be used without argument.  As in
 
1421
  #   $(mkdir_p) $(somedir)
 
1422
  # where $(somedir) is conditionally defined.  However this is wrong
 
1423
  # for two reasons:
 
1424
  #  1. if the package is installed by a user who cannot write `.'
 
1425
  #     make install will fail,
 
1426
  #  2. the above comment should most certainly read
 
1427
  #     $(mkdir_p) $(DESTDIR)$(somedir)
 
1428
  #     so it does not work when $(somedir) is undefined and
 
1429
  #     $(DESTDIR) is not.
 
1430
  #  To support the latter case, we have to write
 
1431
  #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
 
1432
  #  so the `.' trick is pointless.
 
1433
  mkdir_p='mkdir -p --'
 
1434
else
 
1435
  # On NextStep and OpenStep, the `mkdir' command does not
 
1436
  # recognize any option.  It will interpret all options as
 
1437
  # directories to create, and then abort because `.' already
 
1438
  # exists.
 
1439
  for d in ./-p ./--version;
 
1440
  do
 
1441
    test -d $d && rmdir $d
 
1442
  done
 
1443
  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
 
1444
  if test -f "$ac_aux_dir/mkinstalldirs"; then
 
1445
    mkdir_p='$(mkinstalldirs)'
 
1446
  else
 
1447
    mkdir_p='$(install_sh) -d'
 
1448
  fi
 
1449
fi
 
1450
 
1400
1451
for ac_prog in gawk mawk nawk awk
1401
1452
do
1402
1453
  # Extract the first word of "$ac_prog", so it can be a program name with args.
1475
1526
fi
1476
1527
rmdir .tst 2>/dev/null
1477
1528
 
1478
 
 # test to see if srcdir already configured
 
1529
# test to see if srcdir already configured
1479
1530
if test "`cd $srcdir && pwd`" != "`pwd`" &&
1480
1531
   test -f $srcdir/config.status; then
1481
1532
  { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
1494
1545
 
1495
1546
 
1496
1547
# Define the identity of the package.
1497
 
 PACKAGE=base
1498
 
 VERSION=0.8
 
1548
 PACKAGE='base'
 
1549
 VERSION='0.8'
1499
1550
 
1500
1551
 
1501
1552
cat >>confdefs.h <<_ACEOF
1523
1574
 
1524
1575
MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
1525
1576
 
1526
 
 
1527
 
AMTAR=${AMTAR-"${am_missing_run}tar"}
1528
 
 
1529
1577
install_sh=${install_sh-"$am_aux_dir/install-sh"}
1530
1578
 
1531
1579
# Installed binaries are usually stripped using `strip' when the user
1618
1666
 
1619
1667
# We need awk for the "check" target.  The system "awk" is bad on
1620
1668
# some platforms.
1621
 
 
 
1669
# Always define AMTAR for backward compatibility.
 
1670
 
 
1671
AMTAR=${AMTAR-"${am_missing_run}tar"}
 
1672
 
 
1673
am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
 
1674
 
 
1675
 
 
1676
 
 
1677
 
 
1678
 
 
1679
echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
 
1680
echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
 
1681
    # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
 
1682
if test "${enable_maintainer_mode+set}" = set; then
 
1683
  enableval="$enable_maintainer_mode"
 
1684
  USE_MAINTAINER_MODE=$enableval
 
1685
else
 
1686
  USE_MAINTAINER_MODE=no
 
1687
fi;
 
1688
  echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
 
1689
echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
 
1690
 
 
1691
 
 
1692
if test $USE_MAINTAINER_MODE = yes; then
 
1693
  MAINTAINER_MODE_TRUE=
 
1694
  MAINTAINER_MODE_FALSE='#'
 
1695
else
 
1696
  MAINTAINER_MODE_TRUE='#'
 
1697
  MAINTAINER_MODE_FALSE=
 
1698
fi
 
1699
 
 
1700
  MAINT=$MAINTAINER_MODE_TRUE
1622
1701
 
1623
1702
 
1624
1703
 
1625
1704
          ac_config_files="$ac_config_files Makefile"
 
1705
 
1626
1706
cat >confcache <<\_ACEOF
1627
1707
# This file is a shell script that caches the results of configure
1628
1708
# tests run on this system so they can be shared between configure
1745
1825
LTLIBOBJS=$ac_ltlibobjs
1746
1826
 
1747
1827
 
 
1828
if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
 
1829
  { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
 
1830
Usually this means the macro was only invoked conditionally." >&5
 
1831
echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
 
1832
Usually this means the macro was only invoked conditionally." >&2;}
 
1833
   { (exit 1); exit 1; }; }
 
1834
fi
1748
1835
 
1749
1836
: ${CONFIG_STATUS=./config.status}
1750
1837
ac_clean_files_save=$ac_clean_files
2016
2103
} >&5
2017
2104
cat >&5 <<_CSEOF
2018
2105
 
2019
 
This file was extended by $as_me, which was
 
2106
This file was extended by base $as_me 0.8, which was
2020
2107
generated by GNU Autoconf 2.59.  Invocation command line was
2021
2108
 
2022
2109
  CONFIG_FILES    = $CONFIG_FILES
2071
2158
 
2072
2159
cat >>$CONFIG_STATUS <<_ACEOF
2073
2160
ac_cs_version="\\
2074
 
config.status
 
2161
base config.status 0.8
2075
2162
configured by $0, generated by GNU Autoconf 2.59,
2076
2163
  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
2077
2164
 
2269
2356
s,@AUTOMAKE@,$AUTOMAKE,;t t
2270
2357
s,@AUTOHEADER@,$AUTOHEADER,;t t
2271
2358
s,@MAKEINFO@,$MAKEINFO,;t t
2272
 
s,@AMTAR@,$AMTAR,;t t
2273
2359
s,@install_sh@,$install_sh,;t t
2274
2360
s,@STRIP@,$STRIP,;t t
2275
2361
s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
2276
2362
s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
 
2363
s,@mkdir_p@,$mkdir_p,;t t
2277
2364
s,@AWK@,$AWK,;t t
2278
2365
s,@SET_MAKE@,$SET_MAKE,;t t
2279
2366
s,@am__leading_dot@,$am__leading_dot,;t t
 
2367
s,@AMTAR@,$AMTAR,;t t
 
2368
s,@am__tar@,$am__tar,;t t
 
2369
s,@am__untar@,$am__untar,;t t
 
2370
s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
 
2371
s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
 
2372
s,@MAINT@,$MAINT,;t t
2280
2373
s,@LIBOBJS@,$LIBOBJS,;t t
2281
2374
s,@LTLIBOBJS@,$LTLIBOBJS,;t t
2282
2375
CEOF
2445
2538
  *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
2446
2539
  esac
2447
2540
 
2448
 
  if test x"$ac_file" != x-; then
2449
 
    { echo "$as_me:$LINENO: creating $ac_file" >&5
2450
 
echo "$as_me: creating $ac_file" >&6;}
2451
 
    rm -f "$ac_file"
2452
 
  fi
2453
2541
  # Let's still pretend it is `configure' which instantiates (i.e., don't
2454
2542
  # use $as_me), people would be surprised to read:
2455
2543
  #    /* config.h.  Generated by config.status.  */
2488
2576
         fi;;
2489
2577
      esac
2490
2578
    done` || { (exit 1); exit 1; }
 
2579
 
 
2580
  if test x"$ac_file" != x-; then
 
2581
    { echo "$as_me:$LINENO: creating $ac_file" >&5
 
2582
echo "$as_me: creating $ac_file" >&6;}
 
2583
    rm -f "$ac_file"
 
2584
  fi
2491
2585
_ACEOF
2492
2586
cat >>$CONFIG_STATUS <<_ACEOF
2493
2587
  sed "$ac_vpsub