summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMatthias P. Braendli (think) <matthias@mpb.li>2012-09-13 23:44:39 +0200
committerMatthias P. Braendli (think) <matthias@mpb.li>2012-09-13 23:44:39 +0200
commit8e02c44765449ee7df85e435209b0b5a6618beda (patch)
tree090f743a29eb3b5f7c84b25fb0522ebe0dd638b5 /configure
parentdcf8a55ea3d46776f0ba32f28e7e936b92bf6e86 (diff)
downloaddabmux-8e02c44765449ee7df85e435209b0b5a6618beda.tar.gz
dabmux-8e02c44765449ee7df85e435209b0b5a6618beda.tar.bz2
dabmux-8e02c44765449ee7df85e435209b0b5a6618beda.zip
crc-dabmux: autoconf sets version r7r7
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure65
1 files changed, 49 insertions, 16 deletions
diff --git a/configure b/configure
index bb8af15..e9f4067 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for CRC-DabMux 0.3.0.4-r6.
+# Generated by GNU Autoconf 2.68 for CRC-DabMux 0.3.0.4-r7.
#
# Report bugs to <pascal.charest@crc.ca>.
#
@@ -560,8 +560,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='CRC-DabMux'
PACKAGE_TARNAME='crc-dabmux'
-PACKAGE_VERSION='0.3.0.4-r6'
-PACKAGE_STRING='CRC-DabMux 0.3.0.4-r6'
+PACKAGE_VERSION='0.3.0.4-r7'
+PACKAGE_STRING='CRC-DabMux 0.3.0.4-r7'
PACKAGE_BUGREPORT='pascal.charest@crc.ca'
PACKAGE_URL=''
@@ -623,6 +623,7 @@ CC
am__fastdepCXX_FALSE
am__fastdepCXX_TRUE
CXXDEPMODE
+am__nodep
AMDEPBACKSLASH
AMDEP_FALSE
AMDEP_TRUE
@@ -642,6 +643,8 @@ GETOPT
BUILD_TARGET
AM_BACKSLASH
AM_DEFAULT_VERBOSITY
+AM_DEFAULT_V
+AM_V
am__untar
am__tar
AMTAR
@@ -1296,7 +1299,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures CRC-DabMux 0.3.0.4-r6 to adapt to many kinds of systems.
+\`configure' configures CRC-DabMux 0.3.0.4-r7 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1367,7 +1370,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of CRC-DabMux 0.3.0.4-r6:";;
+ short | recursive ) echo "Configuration of CRC-DabMux 0.3.0.4-r7:";;
esac
cat <<\_ACEOF
@@ -1491,7 +1494,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-CRC-DabMux configure 0.3.0.4-r6
+CRC-DabMux configure 0.3.0.4-r7
generated by GNU Autoconf 2.68
Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2005,7 +2008,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by CRC-DabMux $as_me 0.3.0.4-r6, which was
+It was created by CRC-DabMux $as_me 0.3.0.4-r7, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ $0 $@
@@ -2931,7 +2934,7 @@ fi
# Define the identity of the package.
PACKAGE='crc-dabmux'
- VERSION='0.3.0.4-r6'
+ VERSION='0.3.0.4-r7'
cat >>confdefs.h <<_ACEOF
@@ -2961,11 +2964,11 @@ MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
# We need awk for the "check" target. The system "awk" is bad on
# some platforms.
-# Always define AMTAR for backward compatibility.
+# Always define AMTAR for backward compatibility. Yes, it's still used
+# in the wild :-( We should find a proper way to deprecate it ...
+AMTAR='$${TAR-tar}'
-AMTAR=${AMTAR-"${am_missing_run}tar"}
-
-am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
+am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
@@ -2984,6 +2987,33 @@ yes) AM_DEFAULT_VERBOSITY=0;;
no) AM_DEFAULT_VERBOSITY=1;;
*) AM_DEFAULT_VERBOSITY=0;;
esac
+am_make=${MAKE-make}
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
+$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
+if ${am_cv_make_support_nested_variables+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if $as_echo 'TRUE=$(BAR$(V))
+BAR0=false
+BAR1=true
+V=1
+am__doit:
+ @$(TRUE)
+.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
+ am_cv_make_support_nested_variables=yes
+else
+ am_cv_make_support_nested_variables=no
+fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
+$as_echo "$am_cv_make_support_nested_variables" >&6; }
+if test $am_cv_make_support_nested_variables = yes; then
+ AM_V='$(V)'
+ AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
+else
+ AM_V=$AM_DEFAULT_VERBOSITY
+ AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
+fi
AM_BACKSLASH='\'
@@ -3577,6 +3607,7 @@ fi
if test "x$enable_dependency_tracking" != xno; then
am_depcomp="$ac_aux_dir/depcomp"
AMDEPBACKSLASH='\'
+ am__nodep='_no'
fi
if test "x$enable_dependency_tracking" != xno; then
AMDEP_TRUE=
@@ -3601,6 +3632,7 @@ else
# instance it was reported that on HP-UX the gcc test will end up
# making a dummy file named `D' -- because `-MD' means `put the output
# in D'.
+ rm -rf conftest.dir
mkdir conftest.dir
# Copy depcomp to subdir because otherwise we won't find it if we're
# using a relative directory.
@@ -3660,7 +3692,7 @@ else
break
fi
;;
- msvisualcpp | msvcmsys)
+ msvc7 | msvc7msys | msvisualcpp | msvcmsys)
# This compiler won't grok `-c -o', but also, the minuso test has
# not run yet. These depmodes are late enough in the game, and
# so weak that their functioning should not be impacted.
@@ -4268,6 +4300,7 @@ else
# instance it was reported that on HP-UX the gcc test will end up
# making a dummy file named `D' -- because `-MD' means `put the output
# in D'.
+ rm -rf conftest.dir
mkdir conftest.dir
# Copy depcomp to subdir because otherwise we won't find it if we're
# using a relative directory.
@@ -4327,7 +4360,7 @@ else
break
fi
;;
- msvisualcpp | msvcmsys)
+ msvc7 | msvc7msys | msvisualcpp | msvcmsys)
# This compiler won't grok `-c -o', but also, the minuso test has
# not run yet. These depmodes are late enough in the game, and
# so weak that their functioning should not be impacted.
@@ -6754,7 +6787,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by CRC-DabMux $as_me 0.3.0.4-r6, which was
+This file was extended by CRC-DabMux $as_me 0.3.0.4-r7, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -6820,7 +6853,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-CRC-DabMux config.status 0.3.0.4-r6
+CRC-DabMux config.status 0.3.0.4-r7
configured by $0, generated by GNU Autoconf 2.68,
with options \\"\$ac_cs_config\\"