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

« back to all changes in this revision

Viewing changes to 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 hplip 0.8.7.
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='hplip'
 
269
PACKAGE_TARNAME='hplip'
 
270
PACKAGE_VERSION='0.8.7'
 
271
PACKAGE_STRING='hplip 0.8.7'
 
272
PACKAGE_BUGREPORT=''
273
273
 
274
274
ac_unique_file="io/hpiod/hpiod.cpp"
275
275
ac_subdirs_all="$ac_subdirs_all prnt prnt/hpijs io/hpiod backend/hp base data scan ui ip scan/sane pcard"
722
722
  # Omit some internal or obsolete options to make the list less imposing.
723
723
  # This message is too long to be a string in the A/UX 3.1 sh.
724
724
  cat <<_ACEOF
725
 
\`configure' configures this package to adapt to many kinds of systems.
 
725
\`configure' configures hplip 0.8.7 to adapt to many kinds of systems.
726
726
 
727
727
Usage: $0 [OPTION]... [VAR=VALUE]...
728
728
 
778
778
fi
779
779
 
780
780
if test -n "$ac_init_help"; then
781
 
 
 
781
  case $ac_init_help in
 
782
     short | recursive ) echo "Configuration of hplip 0.8.7:";;
 
783
   esac
782
784
  cat <<\_ACEOF
783
785
 
784
786
Optional Features:
874
876
    else
875
877
      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
876
878
    fi
877
 
    cd $ac_popdir
 
879
    cd "$ac_popdir"
878
880
  done
879
881
fi
880
882
 
881
883
test -n "$ac_init_help" && exit 0
882
884
if $ac_init_version; then
883
885
  cat <<\_ACEOF
 
886
hplip configure 0.8.7
 
887
generated by GNU Autoconf 2.59
884
888
 
885
889
Copyright (C) 2003 Free Software Foundation, Inc.
886
890
This configure script is free software; the Free Software Foundation
893
897
This file contains any messages produced by compilers while
894
898
running configure, to aid debugging if configure makes a mistake.
895
899
 
896
 
It was created by $as_me, which was
 
900
It was created by hplip $as_me 0.8.7, which was
897
901
generated by GNU Autoconf 2.59.  Invocation command line was
898
902
 
899
903
  $ $0 $@
1221
1225
 
1222
1226
 
1223
1227
 
 
1228
 
 
1229
 
 
1230
 
 
1231
 
 
1232
 
 
1233
 
 
1234
 
 
1235
 
 
1236
 
1224
1237
ac_aux_dir=
1225
 
for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
 
1238
for ac_dir in . $srcdir/.; do
1226
1239
  if test -f $ac_dir/install-sh; then
1227
1240
    ac_aux_dir=$ac_dir
1228
1241
    ac_install_sh="$ac_aux_dir/install-sh -c"
1238
1251
  fi
1239
1252
done
1240
1253
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;}
 
1254
  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in . $srcdir/." >&5
 
1255
echo "$as_me: error: cannot find install-sh or install.sh in . $srcdir/." >&2;}
1243
1256
   { (exit 1); exit 1; }; }
1244
1257
fi
1245
1258
ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1417
1430
 
1418
1431
 
1419
1432
          ac_config_files="$ac_config_files Makefile"
 
1433
 
1420
1434
cat >confcache <<\_ACEOF
1421
1435
# This file is a shell script that caches the results of configure
1422
1436
# tests run on this system so they can be shared between configure
1810
1824
} >&5
1811
1825
cat >&5 <<_CSEOF
1812
1826
 
1813
 
This file was extended by $as_me, which was
 
1827
This file was extended by hplip $as_me 0.8.7, which was
1814
1828
generated by GNU Autoconf 2.59.  Invocation command line was
1815
1829
 
1816
1830
  CONFIG_FILES    = $CONFIG_FILES
1865
1879
 
1866
1880
cat >>$CONFIG_STATUS <<_ACEOF
1867
1881
ac_cs_version="\\
1868
 
config.status
 
1882
hplip config.status 0.8.7
1869
1883
configured by $0, generated by GNU Autoconf 2.59,
1870
1884
  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
1871
1885
 
2228
2242
  *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
2229
2243
  esac
2230
2244
 
2231
 
  if test x"$ac_file" != x-; then
2232
 
    { echo "$as_me:$LINENO: creating $ac_file" >&5
2233
 
echo "$as_me: creating $ac_file" >&6;}
2234
 
    rm -f "$ac_file"
2235
 
  fi
2236
2245
  # Let's still pretend it is `configure' which instantiates (i.e., don't
2237
2246
  # use $as_me), people would be surprised to read:
2238
2247
  #    /* config.h.  Generated by config.status.  */
2271
2280
         fi;;
2272
2281
      esac
2273
2282
    done` || { (exit 1); exit 1; }
 
2283
 
 
2284
  if test x"$ac_file" != x-; then
 
2285
    { echo "$as_me:$LINENO: creating $ac_file" >&5
 
2286
echo "$as_me: creating $ac_file" >&6;}
 
2287
    rm -f "$ac_file"
 
2288
  fi
2274
2289
_ACEOF
2275
2290
cat >>$CONFIG_STATUS <<_ACEOF
2276
2291
  sed "$ac_vpsub
2503
2518
   { (exit 1); exit 1; }; }
2504
2519
    fi
2505
2520
 
2506
 
    cd $ac_popdir
 
2521
    cd "$ac_popdir"
2507
2522
  done
2508
2523
fi
2509
2524