~ubuntu-branches/ubuntu/trusty/fnfx/trusty

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Lorenzo De Liso
  • Date: 2010-06-24 17:37:35 UTC
  • mfrom: (1.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100624173735-78lxyuksizffse8l
Tags: 0.3-14ubuntu1
* Merge from debian unstable (LP: #598143), remaining changes:
  - Add call to autoreconf in rules
  - etc/fnfxd.conf: Changed Hoary to Ubuntu in options that are
    commented out.
  - Add libtool to Build-Depends
  - Add autoconf and automake1.9 to the Build-Depends.
  - Stop setting fnkey_descr in src/fnfxd_newacpi.c, s_acpi_cfg doesn't 
    define that member.

Show diffs side-by-side

added added

removed removed

Lines of Context:
310
310
# include <unistd.h>
311
311
#endif"
312
312
 
313
 
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 mkdir_p AWK SET_MAKE am__leading_dot CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP EGREP LIBOBJS LTLIBOBJS'
 
313
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 CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP EGREP LIBOBJS LTLIBOBJS'
314
314
ac_subst_files=''
315
315
 
316
316
# Initialize some variables set by options.
848
848
Optional Features:
849
849
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
850
850
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
851
 
  --disable-dependency-tracking  speeds up one-time build
852
 
  --enable-dependency-tracking   do not reject slow dependency extractors
 
851
  --disable-dependency-tracking Speeds up one-time builds
 
852
  --enable-dependency-tracking  Do not reject slow dependency extractors
853
853
 
854
854
Some influential environment variables:
855
855
  CC          C compiler command
1312
1312
#AC_CONFIG_SRCDIR(fnfx.h)
1313
1313
          ac_config_headers="$ac_config_headers config.h"
1314
1314
 
1315
 
am__api_version="1.8"
 
1315
am__api_version="1.7"
1316
1316
ac_aux_dir=
1317
1317
for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1318
1318
  if test -f $ac_dir/install-sh; then
1475
1475
program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1476
1476
rm conftest.sed
1477
1477
 
 
1478
 
1478
1479
# expand $ac_aux_dir to an absolute path
1479
1480
am_aux_dir=`cd $ac_aux_dir && pwd`
1480
1481
 
1488
1489
echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1489
1490
fi
1490
1491
 
1491
 
if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
1492
 
  # Keeping the `.' argument allows $(mkdir_p) to be used without
1493
 
  # argument.  Indeed, we sometimes output rules like
1494
 
  #   $(mkdir_p) $(somedir)
1495
 
  # where $(somedir) is conditionally defined.
1496
 
  # (`test -n '$(somedir)' && $(mkdir_p) $(somedir)' is a more
1497
 
  # expensive solution, as it forces Make to start a sub-shell.)
1498
 
  mkdir_p='mkdir -p -- .'
1499
 
else
1500
 
  # On NextStep and OpenStep, the `mkdir' command does not
1501
 
  # recognize any option.  It will interpret all options as
1502
 
  # directories to create, and then abort because `.' already
1503
 
  # exists.
1504
 
  for d in ./-p ./--version;
1505
 
  do
1506
 
    test -d $d && rmdir $d
1507
 
  done
1508
 
  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
1509
 
  if test -f "$ac_aux_dir/mkinstalldirs"; then
1510
 
    mkdir_p='$(mkinstalldirs)'
1511
 
  else
1512
 
    mkdir_p='$(install_sh) -d'
1513
 
  fi
1514
 
fi
1515
 
 
1516
1492
for ac_prog in gawk mawk nawk awk
1517
1493
do
1518
1494
  # Extract the first word of "$ac_prog", so it can be a program name with args.
1591
1567
fi
1592
1568
rmdir .tst 2>/dev/null
1593
1569
 
1594
 
# test to see if srcdir already configured
 
1570
 # test to see if srcdir already configured
1595
1571
if test "`cd $srcdir && pwd`" != "`pwd`" &&
1596
1572
   test -f $srcdir/config.status; then
1597
1573
  { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2769
2745
    : > sub/conftest.c
2770
2746
    for i in 1 2 3 4 5 6; do
2771
2747
      echo '#include "conftst'$i'.h"' >> sub/conftest.c
2772
 
      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
2773
 
      # Solaris 8's {/usr,}/bin/sh.
2774
 
      touch sub/conftst$i.h
 
2748
      : > sub/conftst$i.h
2775
2749
    done
2776
2750
    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
2777
2751
 
2799
2773
       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
2800
2774
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
2801
2775
      # icc doesn't choke on unknown options, it will just issue warnings
2802
 
      # or remarks (even with -Werror).  So we grep stderr for any message
2803
 
      # that says an option was ignored or not supported.
2804
 
      # When given -MP, icc 7.0 and 7.1 complain thusly:
2805
 
      #   icc: Command line warning: ignoring option '-M'; no argument required
2806
 
      # The diagnosis changed in icc 8.0:
2807
 
      #   icc: Command line remark: option '-MP' not supported
2808
 
      if (grep 'ignoring option' conftest.err ||
2809
 
          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
 
2776
      # (even with -Werror).  So we grep stderr for any message
 
2777
      # that says an option was ignored.
 
2778
      if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
2810
2779
        am_cv_CC_dependencies_compiler_type=$depmode
2811
2780
        break
2812
2781
      fi
4433
4402
s,@STRIP@,$STRIP,;t t
4434
4403
s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
4435
4404
s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
4436
 
s,@mkdir_p@,$mkdir_p,;t t
4437
4405
s,@AWK@,$AWK,;t t
4438
4406
s,@SET_MAKE@,$SET_MAKE,;t t
4439
4407
s,@am__leading_dot@,$am__leading_dot,;t t
5083
5051
  grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
5084
5052
  # Extract the definition of DEP_FILES from the Makefile without
5085
5053
  # running `make'.
5086
 
  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
 
5054
  DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
5087
5055
  test -z "$DEPDIR" && continue
5088
5056
  # When using ansi2knr, U may be empty or an underscore; expand it
5089
 
  U=`sed -n 's/^U = //p' < "$mf"`
 
5057
  U=`sed -n -e '/^U = / s///p' < "$mf"`
5090
5058
  test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
5091
5059
  # We invoke sed twice because it is the simplest approach to
5092
5060
  # changing $(DEPDIR) to its actual value in the expansion.
5093
 
  for file in `sed -n '
 
5061
  for file in `sed -n -e '
5094
5062
    /^DEP_FILES = .*\\\\$/ {
5095
5063
      s/^DEP_FILES = //
5096
5064
      :loop