~ubuntu-branches/ubuntu/trusty/mpop/trusty

« back to all changes in this revision

Viewing changes to configure

  • Committer: Package Import Robot
  • Author(s): Emmanuel Bouthenot
  • Date: 2012-05-05 08:04:15 UTC
  • mfrom: (1.1.13) (3.1.14 sid)
  • Revision ID: package-import@ubuntu.com-20120505080415-k8ayguap0darzmcf
Tags: 1.0.27-1
* New upstream release
* Update Vcs-* fields
* Bump Standards-Version to 3.9.3
* Add a lintian override about 'binaries-have-file-conflict' (false positive)

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.68 for mpop 1.0.26.
 
3
# Generated by GNU Autoconf 2.68 for mpop 1.0.27.
4
4
#
5
5
# Report bugs to <marlam@marlam.de>.
6
6
#
560
560
# Identity of this package.
561
561
PACKAGE_NAME='mpop'
562
562
PACKAGE_TARNAME='mpop'
563
 
PACKAGE_VERSION='1.0.26'
564
 
PACKAGE_STRING='mpop 1.0.26'
 
563
PACKAGE_VERSION='1.0.27'
 
564
PACKAGE_STRING='mpop 1.0.27'
565
565
PACKAGE_BUGREPORT='marlam@marlam.de'
566
566
PACKAGE_URL='http://mpop.sourceforge.net/'
567
567
 
645
645
USE_NLS
646
646
AM_BACKSLASH
647
647
AM_DEFAULT_VERBOSITY
 
648
AM_DEFAULT_V
 
649
AM_V
648
650
am__fastdepCC_FALSE
649
651
am__fastdepCC_TRUE
650
652
CCDEPMODE
 
653
am__nodep
651
654
AMDEPBACKSLASH
652
655
AMDEP_FALSE
653
656
AMDEP_TRUE
1318
1321
  # Omit some internal or obsolete options to make the list less imposing.
1319
1322
  # This message is too long to be a string in the A/UX 3.1 sh.
1320
1323
  cat <<_ACEOF
1321
 
\`configure' configures mpop 1.0.26 to adapt to many kinds of systems.
 
1324
\`configure' configures mpop 1.0.27 to adapt to many kinds of systems.
1322
1325
 
1323
1326
Usage: $0 [OPTION]... [VAR=VALUE]...
1324
1327
 
1389
1392
 
1390
1393
if test -n "$ac_init_help"; then
1391
1394
  case $ac_init_help in
1392
 
     short | recursive ) echo "Configuration of mpop 1.0.26:";;
 
1395
     short | recursive ) echo "Configuration of mpop 1.0.27:";;
1393
1396
   esac
1394
1397
  cat <<\_ACEOF
1395
1398
 
1520
1523
test -n "$ac_init_help" && exit $ac_status
1521
1524
if $ac_init_version; then
1522
1525
  cat <<\_ACEOF
1523
 
mpop configure 1.0.26
 
1526
mpop configure 1.0.27
1524
1527
generated by GNU Autoconf 2.68
1525
1528
 
1526
1529
Copyright (C) 2010 Free Software Foundation, Inc.
1889
1892
This file contains any messages produced by compilers while
1890
1893
running configure, to aid debugging if configure makes a mistake.
1891
1894
 
1892
 
It was created by mpop $as_me 1.0.26, which was
 
1895
It was created by mpop $as_me 1.0.27, which was
1893
1896
generated by GNU Autoconf 2.68.  Invocation command line was
1894
1897
 
1895
1898
  $ $0 $@
4296
4299
if test "x$enable_dependency_tracking" != xno; then
4297
4300
  am_depcomp="$ac_aux_dir/depcomp"
4298
4301
  AMDEPBACKSLASH='\'
 
4302
  am__nodep='_no'
4299
4303
fi
4300
4304
 if test "x$enable_dependency_tracking" != xno; then
4301
4305
  AMDEP_TRUE=
4316
4320
no)  AM_DEFAULT_VERBOSITY=1;;
4317
4321
*)   AM_DEFAULT_VERBOSITY=1;;
4318
4322
esac
 
4323
am_make=${MAKE-make}
 
4324
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
 
4325
$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
 
4326
if ${am_cv_make_support_nested_variables+:} false; then :
 
4327
  $as_echo_n "(cached) " >&6
 
4328
else
 
4329
  if $as_echo 'TRUE=$(BAR$(V))
 
4330
BAR0=false
 
4331
BAR1=true
 
4332
V=1
 
4333
am__doit:
 
4334
        @$(TRUE)
 
4335
.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
 
4336
  am_cv_make_support_nested_variables=yes
 
4337
else
 
4338
  am_cv_make_support_nested_variables=no
 
4339
fi
 
4340
fi
 
4341
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
 
4342
$as_echo "$am_cv_make_support_nested_variables" >&6; }
 
4343
if test $am_cv_make_support_nested_variables = yes; then
 
4344
    AM_V='$(V)'
 
4345
  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
 
4346
else
 
4347
  AM_V=$AM_DEFAULT_VERBOSITY
 
4348
  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
 
4349
fi
4319
4350
AM_BACKSLASH='\'
4320
4351
 
4321
4352
if test "`cd $srcdir && pwd`" != "`pwd`"; then
4340
4371
 
4341
4372
# Define the identity of the package.
4342
4373
 PACKAGE='mpop'
4343
 
 VERSION='1.0.26'
 
4374
 VERSION='1.0.27'
4344
4375
 
4345
4376
 
4346
4377
cat >>confdefs.h <<_ACEOF
4370
4401
 
4371
4402
# We need awk for the "check" target.  The system "awk" is bad on
4372
4403
# some platforms.
4373
 
# Always define AMTAR for backward compatibility.
4374
 
 
4375
 
AMTAR=${AMTAR-"${am_missing_run}tar"}
4376
 
 
4377
 
am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
 
4404
# Always define AMTAR for backward compatibility.  Yes, it's still used
 
4405
# in the wild :-(  We should find a proper way to deprecate it ...
 
4406
AMTAR='$${TAR-tar}'
 
4407
 
 
4408
am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
4378
4409
 
4379
4410
 
4380
4411
 
4392
4423
  # instance it was reported that on HP-UX the gcc test will end up
4393
4424
  # making a dummy file named `D' -- because `-MD' means `put the output
4394
4425
  # in D'.
 
4426
  rm -rf conftest.dir
4395
4427
  mkdir conftest.dir
4396
4428
  # Copy depcomp to subdir because otherwise we won't find it if we're
4397
4429
  # using a relative directory.
4451
4483
        break
4452
4484
      fi
4453
4485
      ;;
4454
 
    msvisualcpp | msvcmsys)
 
4486
    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4455
4487
      # This compiler won't grok `-c -o', but also, the minuso test has
4456
4488
      # not run yet.  These depmodes are late enough in the game, and
4457
4489
      # so weak that their functioning should not be impacted.
4517
4549
no)  AM_DEFAULT_VERBOSITY=1;;
4518
4550
*)   AM_DEFAULT_VERBOSITY=0;;
4519
4551
esac
 
4552
am_make=${MAKE-make}
 
4553
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
 
4554
$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
 
4555
if ${am_cv_make_support_nested_variables+:} false; then :
 
4556
  $as_echo_n "(cached) " >&6
 
4557
else
 
4558
  if $as_echo 'TRUE=$(BAR$(V))
 
4559
BAR0=false
 
4560
BAR1=true
 
4561
V=1
 
4562
am__doit:
 
4563
        @$(TRUE)
 
4564
.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
 
4565
  am_cv_make_support_nested_variables=yes
 
4566
else
 
4567
  am_cv_make_support_nested_variables=no
 
4568
fi
 
4569
fi
 
4570
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
 
4571
$as_echo "$am_cv_make_support_nested_variables" >&6; }
 
4572
if test $am_cv_make_support_nested_variables = yes; then
 
4573
    AM_V='$(V)'
 
4574
  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
 
4575
else
 
4576
  AM_V=$AM_DEFAULT_VERBOSITY
 
4577
  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
 
4578
fi
4520
4579
AM_BACKSLASH='\'
4521
4580
 
4522
4581
ac_ext=c
8471
8530
# report actual input values of CONFIG_FILES etc. instead of their
8472
8531
# values after options handling.
8473
8532
ac_log="
8474
 
This file was extended by mpop $as_me 1.0.26, which was
 
8533
This file was extended by mpop $as_me 1.0.27, which was
8475
8534
generated by GNU Autoconf 2.68.  Invocation command line was
8476
8535
 
8477
8536
  CONFIG_FILES    = $CONFIG_FILES
8538
8597
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8539
8598
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
8540
8599
ac_cs_version="\\
8541
 
mpop config.status 1.0.26
 
8600
mpop config.status 1.0.27
8542
8601
configured by $0, generated by GNU Autoconf 2.68,
8543
8602
  with options \\"\$ac_cs_config\\"
8544
8603