aboutsummaryrefslogtreecommitdiff
path: root/libvtv/configure
diff options
context:
space:
mode:
authorCaroline Tice <cmtice@google.com>2015-01-29 08:47:25 -0800
committerCaroline Tice <ctice@gcc.gnu.org>2015-01-29 08:47:25 -0800
commit8be349eea9b0ce23a058f804dfd587a58a05af2f (patch)
treeb291b238bd219c3eba51ebaf83d374c8d3201171 /libvtv/configure
parent231d020bfb040a5539937ac3ad79c93769b63c5b (diff)
downloadgcc-8be349eea9b0ce23a058f804dfd587a58a05af2f.zip
gcc-8be349eea9b0ce23a058f804dfd587a58a05af2f.tar.gz
gcc-8be349eea9b0ce23a058f804dfd587a58a05af2f.tar.bz2
Committing generated configure & Makefile.in pieces of VTV Cygwin patch (from Patrick Wollgast).
Committing generated configure & Makefile.in pieces of VTV Cygwin patch (from Patrick Wollgast). Forgot to commit these with the rest of the patch. From-SVN: r220254
Diffstat (limited to 'libvtv/configure')
-rwxr-xr-xlibvtv/configure29
1 files changed, 27 insertions, 2 deletions
diff --git a/libvtv/configure b/libvtv/configure
index 90c3c4d..64b6f75 100755
--- a/libvtv/configure
+++ b/libvtv/configure
@@ -602,6 +602,8 @@ ac_subst_vars='am__EXEEXT_FALSE
am__EXEEXT_TRUE
LTLIBOBJS
LIBOBJS
+VTV_CYGMIN_FALSE
+VTV_CYGMIN_TRUE
XCFLAGS
libtool_VERSION
enable_static
@@ -12127,7 +12129,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 12130 "configure"
+#line 12132 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -12233,7 +12235,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 12236 "configure"
+#line 12238 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -15486,6 +15488,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
# Only expand once:
+ACX_LT_HOST_FLAGS
@@ -15510,6 +15513,24 @@ if test "x$VTV_SUPPORTED" = "xyes"; then
fi
+case "$target_os" in
+ cygwin*|mingw32*)
+ vtv_cygmin="yes"
+ ;;
+ *)
+ vtv_cygmin="no"
+ ;;
+esac
+
+ if test $vtv_cygmin = yes; then
+ VTV_CYGMIN_TRUE=
+ VTV_CYGMIN_FALSE='#'
+else
+ VTV_CYGMIN_TRUE='#'
+ VTV_CYGMIN_FALSE=
+fi
+
+
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
@@ -15675,6 +15696,10 @@ if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
as_fn_error "conditional \"am__fastdepCXX\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
+if test -z "${VTV_CYGMIN_TRUE}" && test -z "${VTV_CYGMIN_FALSE}"; then
+ as_fn_error "conditional \"VTV_CYGMIN\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
: ${CONFIG_STATUS=./config.status}
ac_write_fail=0