Regen.
This uses a newer automake, than was in use previously, although that wasn't the main point of doing this change.
Этот коммит содержится в:
родитель
94eb944f66
Коммит
5461579d32
56
Makefile.in
56
Makefile.in
@ -1,7 +1,7 @@
|
|||||||
# Makefile.in generated by automake 1.14.1 from Makefile.am.
|
# Makefile.in generated by automake 1.15 from Makefile.am.
|
||||||
# @configure_input@
|
# @configure_input@
|
||||||
|
|
||||||
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
|
# Copyright (C) 1994-2014 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This Makefile.in is free software; the Free Software Foundation
|
# This Makefile.in is free software; the Free Software Foundation
|
||||||
# gives unlimited permission to copy and/or distribute it,
|
# gives unlimited permission to copy and/or distribute it,
|
||||||
@ -14,7 +14,17 @@
|
|||||||
|
|
||||||
@SET_MAKE@
|
@SET_MAKE@
|
||||||
VPATH = @srcdir@
|
VPATH = @srcdir@
|
||||||
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
|
am__is_gnu_make = { \
|
||||||
|
if test -z '$(MAKELEVEL)'; then \
|
||||||
|
false; \
|
||||||
|
elif test -n '$(MAKE_HOST)'; then \
|
||||||
|
true; \
|
||||||
|
elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
|
||||||
|
true; \
|
||||||
|
else \
|
||||||
|
false; \
|
||||||
|
fi; \
|
||||||
|
}
|
||||||
am__make_running_with_option = \
|
am__make_running_with_option = \
|
||||||
case $${target_option-} in \
|
case $${target_option-} in \
|
||||||
?) ;; \
|
?) ;; \
|
||||||
@ -78,20 +88,12 @@ POST_UNINSTALL = :
|
|||||||
build_triplet = @build@
|
build_triplet = @build@
|
||||||
host_triplet = @host@
|
host_triplet = @host@
|
||||||
subdir = .
|
subdir = .
|
||||||
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
|
|
||||||
$(top_srcdir)/configure $(am__configure_deps) \
|
|
||||||
$(top_srcdir)/config/mkinstalldirs $(srcdir)/iperf3.spec.in \
|
|
||||||
INSTALL config/compile config/config.guess config/config.sub \
|
|
||||||
config/install-sh config/missing config/mkinstalldirs \
|
|
||||||
config/ltmain.sh $(top_srcdir)/config/compile \
|
|
||||||
$(top_srcdir)/config/config.guess \
|
|
||||||
$(top_srcdir)/config/config.sub \
|
|
||||||
$(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \
|
|
||||||
$(top_srcdir)/config/missing
|
|
||||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||||
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
|
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
|
||||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||||
$(ACLOCAL_M4)
|
$(ACLOCAL_M4)
|
||||||
|
DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
|
||||||
|
$(am__configure_deps) $(am__DIST_COMMON)
|
||||||
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
||||||
configure.lineno config.status.lineno
|
configure.lineno config.status.lineno
|
||||||
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
|
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
|
||||||
@ -154,6 +156,14 @@ ETAGS = etags
|
|||||||
CTAGS = ctags
|
CTAGS = ctags
|
||||||
CSCOPE = cscope
|
CSCOPE = cscope
|
||||||
DIST_SUBDIRS = $(SUBDIRS)
|
DIST_SUBDIRS = $(SUBDIRS)
|
||||||
|
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/iperf3.spec.in \
|
||||||
|
$(top_srcdir)/config/compile $(top_srcdir)/config/config.guess \
|
||||||
|
$(top_srcdir)/config/config.sub \
|
||||||
|
$(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \
|
||||||
|
$(top_srcdir)/config/missing \
|
||||||
|
$(top_srcdir)/config/mkinstalldirs INSTALL config/compile \
|
||||||
|
config/config.guess config/config.sub config/install-sh \
|
||||||
|
config/ltmain.sh config/missing config/mkinstalldirs
|
||||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||||
distdir = $(PACKAGE)-$(VERSION)
|
distdir = $(PACKAGE)-$(VERSION)
|
||||||
top_distdir = $(distdir)
|
top_distdir = $(distdir)
|
||||||
@ -235,6 +245,7 @@ LIBTOOL = @LIBTOOL@
|
|||||||
LIPO = @LIPO@
|
LIPO = @LIPO@
|
||||||
LN_S = @LN_S@
|
LN_S = @LN_S@
|
||||||
LTLIBOBJS = @LTLIBOBJS@
|
LTLIBOBJS = @LTLIBOBJS@
|
||||||
|
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
|
||||||
MAINT = @MAINT@
|
MAINT = @MAINT@
|
||||||
MAKEINFO = @MAKEINFO@
|
MAKEINFO = @MAKEINFO@
|
||||||
MANIFEST_TOOL = @MANIFEST_TOOL@
|
MANIFEST_TOOL = @MANIFEST_TOOL@
|
||||||
@ -330,7 +341,6 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
|
|||||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
|
||||||
$(am__cd) $(top_srcdir) && \
|
$(am__cd) $(top_srcdir) && \
|
||||||
$(AUTOMAKE) --foreign Makefile
|
$(AUTOMAKE) --foreign Makefile
|
||||||
.PRECIOUS: Makefile
|
|
||||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||||
@case '$?' in \
|
@case '$?' in \
|
||||||
*config.status*) \
|
*config.status*) \
|
||||||
@ -548,15 +558,15 @@ dist-xz: distdir
|
|||||||
$(am__post_remove_distdir)
|
$(am__post_remove_distdir)
|
||||||
|
|
||||||
dist-tarZ: distdir
|
dist-tarZ: distdir
|
||||||
@echo WARNING: "Support for shar distribution archives is" \
|
@echo WARNING: "Support for distribution archives compressed with" \
|
||||||
"deprecated." >&2
|
"legacy program 'compress' is deprecated." >&2
|
||||||
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
|
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
|
||||||
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
|
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
|
||||||
$(am__post_remove_distdir)
|
$(am__post_remove_distdir)
|
||||||
|
|
||||||
dist-shar: distdir
|
dist-shar: distdir
|
||||||
@echo WARNING: "Support for distribution archives compressed with" \
|
@echo WARNING: "Support for shar distribution archives is" \
|
||||||
"legacy program 'compress' is deprecated." >&2
|
"deprecated." >&2
|
||||||
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
|
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
|
||||||
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
|
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
|
||||||
$(am__post_remove_distdir)
|
$(am__post_remove_distdir)
|
||||||
@ -592,17 +602,17 @@ distcheck: dist
|
|||||||
esac
|
esac
|
||||||
chmod -R a-w $(distdir)
|
chmod -R a-w $(distdir)
|
||||||
chmod u+w $(distdir)
|
chmod u+w $(distdir)
|
||||||
mkdir $(distdir)/_build $(distdir)/_inst
|
mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
|
||||||
chmod a-w $(distdir)
|
chmod a-w $(distdir)
|
||||||
test -d $(distdir)/_build || exit 0; \
|
test -d $(distdir)/_build || exit 0; \
|
||||||
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
|
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
|
||||||
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
|
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
|
||||||
&& am__cwd=`pwd` \
|
&& am__cwd=`pwd` \
|
||||||
&& $(am__cd) $(distdir)/_build \
|
&& $(am__cd) $(distdir)/_build/sub \
|
||||||
&& ../configure \
|
&& ../../configure \
|
||||||
$(AM_DISTCHECK_CONFIGURE_FLAGS) \
|
$(AM_DISTCHECK_CONFIGURE_FLAGS) \
|
||||||
$(DISTCHECK_CONFIGURE_FLAGS) \
|
$(DISTCHECK_CONFIGURE_FLAGS) \
|
||||||
--srcdir=.. --prefix="$$dc_install_base" \
|
--srcdir=../.. --prefix="$$dc_install_base" \
|
||||||
&& $(MAKE) $(AM_MAKEFLAGS) \
|
&& $(MAKE) $(AM_MAKEFLAGS) \
|
||||||
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
|
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
|
||||||
&& $(MAKE) $(AM_MAKEFLAGS) check \
|
&& $(MAKE) $(AM_MAKEFLAGS) check \
|
||||||
@ -778,6 +788,8 @@ uninstall-am:
|
|||||||
mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
|
mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
|
||||||
ps ps-am tags tags-am uninstall uninstall-am
|
ps ps-am tags tags-am uninstall uninstall-am
|
||||||
|
|
||||||
|
.PRECIOUS: Makefile
|
||||||
|
|
||||||
|
|
||||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||||
|
248
aclocal.m4
поставляемый
248
aclocal.m4
поставляемый
@ -1,6 +1,6 @@
|
|||||||
# generated automatically by aclocal 1.14.1 -*- Autoconf -*-
|
# generated automatically by aclocal 1.15 -*- Autoconf -*-
|
||||||
|
|
||||||
# Copyright (C) 1996-2013 Free Software Foundation, Inc.
|
# Copyright (C) 1996-2014 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This file is free software; the Free Software Foundation
|
# This file is free software; the Free Software Foundation
|
||||||
# gives unlimited permission to copy and/or distribute it,
|
# gives unlimited permission to copy and/or distribute it,
|
||||||
@ -22,7 +22,7 @@ To do so, use the procedure documented by the package, typically 'autoreconf'.])
|
|||||||
|
|
||||||
# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
|
# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
|
||||||
#
|
#
|
||||||
# Copyright (C) 1996-2001, 2003-2014 Free Software Foundation, Inc.
|
# Copyright (C) 1996-2001, 2003-2015 Free Software Foundation, Inc.
|
||||||
# Written by Gordon Matzigkeit, 1996
|
# Written by Gordon Matzigkeit, 1996
|
||||||
#
|
#
|
||||||
# This file is free software; the Free Software Foundation gives
|
# This file is free software; the Free Software Foundation gives
|
||||||
@ -125,11 +125,13 @@ dnl AC_DEFUN([AC_PROG_LIBTOOL], [])
|
|||||||
dnl AC_DEFUN([AM_PROG_LIBTOOL], [])
|
dnl AC_DEFUN([AM_PROG_LIBTOOL], [])
|
||||||
|
|
||||||
|
|
||||||
# _LT_CC_BASENAME(CC)
|
# _LT_PREPARE_CC_BASENAME
|
||||||
# -------------------
|
# -----------------------
|
||||||
|
m4_defun([_LT_PREPARE_CC_BASENAME], [
|
||||||
# Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
|
# Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
|
||||||
m4_defun([_LT_CC_BASENAME],
|
func_cc_basename ()
|
||||||
[for cc_temp in $1""; do
|
{
|
||||||
|
for cc_temp in @S|@*""; do
|
||||||
case $cc_temp in
|
case $cc_temp in
|
||||||
compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;;
|
compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;;
|
||||||
distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;;
|
distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;;
|
||||||
@ -137,7 +139,22 @@ m4_defun([_LT_CC_BASENAME],
|
|||||||
*) break;;
|
*) break;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
|
func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
|
||||||
|
}
|
||||||
|
])# _LT_PREPARE_CC_BASENAME
|
||||||
|
|
||||||
|
|
||||||
|
# _LT_CC_BASENAME(CC)
|
||||||
|
# -------------------
|
||||||
|
# It would be clearer to call AC_REQUIREs from _LT_PREPARE_CC_BASENAME,
|
||||||
|
# but that macro is also expanded into generated libtool script, which
|
||||||
|
# arranges for $SED and $ECHO to be set by different means.
|
||||||
|
m4_defun([_LT_CC_BASENAME],
|
||||||
|
[m4_require([_LT_PREPARE_CC_BASENAME])dnl
|
||||||
|
AC_REQUIRE([_LT_DECL_SED])dnl
|
||||||
|
AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl
|
||||||
|
func_cc_basename $1
|
||||||
|
cc_basename=$func_cc_basename_result
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|
||||||
@ -736,11 +753,25 @@ _LT_CONFIG_SAVE_COMMANDS([
|
|||||||
_LT_COPYING
|
_LT_COPYING
|
||||||
_LT_LIBTOOL_TAGS
|
_LT_LIBTOOL_TAGS
|
||||||
|
|
||||||
|
# Configured defaults for sys_lib_dlsearch_path munging.
|
||||||
|
: \${LT_SYS_LIBRARY_PATH="$configure_time_lt_sys_library_path"}
|
||||||
|
|
||||||
# ### BEGIN LIBTOOL CONFIG
|
# ### BEGIN LIBTOOL CONFIG
|
||||||
_LT_LIBTOOL_CONFIG_VARS
|
_LT_LIBTOOL_CONFIG_VARS
|
||||||
_LT_LIBTOOL_TAG_VARS
|
_LT_LIBTOOL_TAG_VARS
|
||||||
# ### END LIBTOOL CONFIG
|
# ### END LIBTOOL CONFIG
|
||||||
|
|
||||||
|
_LT_EOF
|
||||||
|
|
||||||
|
cat <<'_LT_EOF' >> "$cfgfile"
|
||||||
|
|
||||||
|
# ### BEGIN FUNCTIONS SHARED WITH CONFIGURE
|
||||||
|
|
||||||
|
_LT_PREPARE_MUNGE_PATH_LIST
|
||||||
|
_LT_PREPARE_CC_BASENAME
|
||||||
|
|
||||||
|
# ### END FUNCTIONS SHARED WITH CONFIGURE
|
||||||
|
|
||||||
_LT_EOF
|
_LT_EOF
|
||||||
|
|
||||||
case $host_os in
|
case $host_os in
|
||||||
@ -2216,6 +2247,47 @@ _LT_DECL([], [striplib], [1])
|
|||||||
])# _LT_CMD_STRIPLIB
|
])# _LT_CMD_STRIPLIB
|
||||||
|
|
||||||
|
|
||||||
|
# _LT_PREPARE_MUNGE_PATH_LIST
|
||||||
|
# ---------------------------
|
||||||
|
# Make sure func_munge_path_list() is defined correctly.
|
||||||
|
m4_defun([_LT_PREPARE_MUNGE_PATH_LIST],
|
||||||
|
[[# func_munge_path_list VARIABLE PATH
|
||||||
|
# -----------------------------------
|
||||||
|
# VARIABLE is name of variable containing _space_ separated list of
|
||||||
|
# directories to be munged by the contents of PATH, which is string
|
||||||
|
# having a format:
|
||||||
|
# "DIR[:DIR]:"
|
||||||
|
# string "DIR[ DIR]" will be prepended to VARIABLE
|
||||||
|
# ":DIR[:DIR]"
|
||||||
|
# string "DIR[ DIR]" will be appended to VARIABLE
|
||||||
|
# "DIRP[:DIRP]::[DIRA:]DIRA"
|
||||||
|
# string "DIRP[ DIRP]" will be prepended to VARIABLE and string
|
||||||
|
# "DIRA[ DIRA]" will be appended to VARIABLE
|
||||||
|
# "DIR[:DIR]"
|
||||||
|
# VARIABLE will be replaced by "DIR[ DIR]"
|
||||||
|
func_munge_path_list ()
|
||||||
|
{
|
||||||
|
case x@S|@2 in
|
||||||
|
x)
|
||||||
|
;;
|
||||||
|
*:)
|
||||||
|
eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\"
|
||||||
|
;;
|
||||||
|
x:*)
|
||||||
|
eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\"
|
||||||
|
;;
|
||||||
|
*::*)
|
||||||
|
eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
|
||||||
|
eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
}
|
||||||
|
]])# _LT_PREPARE_PATH_LIST
|
||||||
|
|
||||||
|
|
||||||
# _LT_SYS_DYNAMIC_LINKER([TAG])
|
# _LT_SYS_DYNAMIC_LINKER([TAG])
|
||||||
# -----------------------------
|
# -----------------------------
|
||||||
# PORTME Fill in your ld.so characteristics
|
# PORTME Fill in your ld.so characteristics
|
||||||
@ -2226,6 +2298,7 @@ m4_require([_LT_FILEUTILS_DEFAULTS])dnl
|
|||||||
m4_require([_LT_DECL_OBJDUMP])dnl
|
m4_require([_LT_DECL_OBJDUMP])dnl
|
||||||
m4_require([_LT_DECL_SED])dnl
|
m4_require([_LT_DECL_SED])dnl
|
||||||
m4_require([_LT_CHECK_SHELL_FEATURES])dnl
|
m4_require([_LT_CHECK_SHELL_FEATURES])dnl
|
||||||
|
m4_require([_LT_PREPARE_MUNGE_PATH_LIST])dnl
|
||||||
AC_MSG_CHECKING([dynamic linker characteristics])
|
AC_MSG_CHECKING([dynamic linker characteristics])
|
||||||
m4_if([$1],
|
m4_if([$1],
|
||||||
[], [
|
[], [
|
||||||
@ -2320,6 +2393,9 @@ hardcode_into_libs=no
|
|||||||
# flags to be left without arguments
|
# flags to be left without arguments
|
||||||
need_version=unknown
|
need_version=unknown
|
||||||
|
|
||||||
|
AC_ARG_VAR([LT_SYS_LIBRARY_PATH],
|
||||||
|
[User-defined run-time library search path.])
|
||||||
|
|
||||||
case $host_os in
|
case $host_os in
|
||||||
aix3*)
|
aix3*)
|
||||||
version_type=linux # correct to gnu/linux during the next big refactor
|
version_type=linux # correct to gnu/linux during the next big refactor
|
||||||
@ -2608,6 +2684,7 @@ freebsd* | dragonfly*)
|
|||||||
case $version_type in
|
case $version_type in
|
||||||
freebsd-elf*)
|
freebsd-elf*)
|
||||||
library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
|
library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
|
||||||
|
soname_spec='$libname$release$shared_ext$major'
|
||||||
need_version=no
|
need_version=no
|
||||||
need_lib_prefix=no
|
need_lib_prefix=no
|
||||||
;;
|
;;
|
||||||
@ -2667,10 +2744,11 @@ hpux9* | hpux10* | hpux11*)
|
|||||||
soname_spec='$libname$release$shared_ext$major'
|
soname_spec='$libname$release$shared_ext$major'
|
||||||
if test 32 = "$HPUX_IA64_MODE"; then
|
if test 32 = "$HPUX_IA64_MODE"; then
|
||||||
sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
|
sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
|
||||||
|
sys_lib_dlsearch_path_spec=/usr/lib/hpux32
|
||||||
else
|
else
|
||||||
sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
|
sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
|
||||||
|
sys_lib_dlsearch_path_spec=/usr/lib/hpux64
|
||||||
fi
|
fi
|
||||||
sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
|
|
||||||
;;
|
;;
|
||||||
hppa*64*)
|
hppa*64*)
|
||||||
shrext_cmds='.sl'
|
shrext_cmds='.sl'
|
||||||
@ -2803,7 +2881,12 @@ linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
|
|||||||
# before this can be enabled.
|
# before this can be enabled.
|
||||||
hardcode_into_libs=yes
|
hardcode_into_libs=yes
|
||||||
|
|
||||||
# Append ld.so.conf contents to the search path
|
# Ideally, we could use ldconfig to report *all* directores which are
|
||||||
|
# searched for libraries, however this is still not possible. Aside from not
|
||||||
|
# being certain /sbin/ldconfig is available, command
|
||||||
|
# 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64,
|
||||||
|
# even though it is searched at run-time. Try to do the best guess by
|
||||||
|
# appending ld.so.conf contents (and includes) to the search path.
|
||||||
if test -f /etc/ld.so.conf; then
|
if test -f /etc/ld.so.conf; then
|
||||||
lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
|
lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
|
||||||
sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
|
sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
|
||||||
@ -3027,10 +3110,20 @@ fi
|
|||||||
if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then
|
if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then
|
||||||
sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec
|
sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then
|
if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then
|
||||||
sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec
|
sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# remember unaugmented sys_lib_dlsearch_path content for libtool script decls...
|
||||||
|
configure_time_dlsearch_path=$sys_lib_dlsearch_path_spec
|
||||||
|
|
||||||
|
# ... but it needs LT_SYS_LIBRARY_PATH munging for other configure-time code
|
||||||
|
func_munge_path_list sys_lib_dlsearch_path_spec "$LT_SYS_LIBRARY_PATH"
|
||||||
|
|
||||||
|
# to be used as default LT_SYS_LIBRARY_PATH value in generated libtool
|
||||||
|
configure_time_lt_sys_library_path=$LT_SYS_LIBRARY_PATH
|
||||||
|
|
||||||
_LT_DECL([], [variables_saved_for_relink], [1],
|
_LT_DECL([], [variables_saved_for_relink], [1],
|
||||||
[Variables whose values should be saved in libtool wrapper scripts and
|
[Variables whose values should be saved in libtool wrapper scripts and
|
||||||
restored at link time])
|
restored at link time])
|
||||||
@ -3063,8 +3156,10 @@ _LT_DECL([], [hardcode_into_libs], [0],
|
|||||||
[Whether we should hardcode library paths into libraries])
|
[Whether we should hardcode library paths into libraries])
|
||||||
_LT_DECL([], [sys_lib_search_path_spec], [2],
|
_LT_DECL([], [sys_lib_search_path_spec], [2],
|
||||||
[Compile-time system search path for libraries])
|
[Compile-time system search path for libraries])
|
||||||
_LT_DECL([], [sys_lib_dlsearch_path_spec], [2],
|
_LT_DECL([sys_lib_dlsearch_path_spec], [configure_time_dlsearch_path], [2],
|
||||||
[Run-time system search path for libraries])
|
[Detected run-time system search path for libraries])
|
||||||
|
_LT_DECL([], [configure_time_lt_sys_library_path], [2],
|
||||||
|
[Explicit LT_SYS_LIBRARY_PATH set during ./configure time])
|
||||||
])# _LT_SYS_DYNAMIC_LINKER
|
])# _LT_SYS_DYNAMIC_LINKER
|
||||||
|
|
||||||
|
|
||||||
@ -7360,6 +7455,7 @@ func_stripname_cnf ()
|
|||||||
} # func_stripname_cnf
|
} # func_stripname_cnf
|
||||||
])# _LT_FUNC_STRIPNAME_CNF
|
])# _LT_FUNC_STRIPNAME_CNF
|
||||||
|
|
||||||
|
|
||||||
# _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
|
# _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
|
||||||
# ---------------------------------
|
# ---------------------------------
|
||||||
# Figure out "hidden" library dependencies from verbose
|
# Figure out "hidden" library dependencies from verbose
|
||||||
@ -7538,51 +7634,6 @@ interix[[3-9]]*)
|
|||||||
_LT_TAGVAR(postdep_objects,$1)=
|
_LT_TAGVAR(postdep_objects,$1)=
|
||||||
_LT_TAGVAR(postdeps,$1)=
|
_LT_TAGVAR(postdeps,$1)=
|
||||||
;;
|
;;
|
||||||
|
|
||||||
linux*)
|
|
||||||
case `$CC -V 2>&1 | sed 5q` in
|
|
||||||
*Sun\ C*)
|
|
||||||
# Sun C++ 5.9
|
|
||||||
|
|
||||||
# The more standards-conforming stlport4 library is
|
|
||||||
# incompatible with the Cstd library. Avoid specifying
|
|
||||||
# it if it's in CXXFLAGS. Ignore libCrun as
|
|
||||||
# -library=stlport4 depends on it.
|
|
||||||
case " $CXX $CXXFLAGS " in
|
|
||||||
*" -library=stlport4 "*)
|
|
||||||
solaris_use_stlport4=yes
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
if test yes != "$solaris_use_stlport4"; then
|
|
||||||
_LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun'
|
|
||||||
fi
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
;;
|
|
||||||
|
|
||||||
solaris*)
|
|
||||||
case $cc_basename in
|
|
||||||
CC* | sunCC*)
|
|
||||||
# The more standards-conforming stlport4 library is
|
|
||||||
# incompatible with the Cstd library. Avoid specifying
|
|
||||||
# it if it's in CXXFLAGS. Ignore libCrun as
|
|
||||||
# -library=stlport4 depends on it.
|
|
||||||
case " $CXX $CXXFLAGS " in
|
|
||||||
*" -library=stlport4 "*)
|
|
||||||
solaris_use_stlport4=yes
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
# Adding this requires a known-good setup of shared libraries for
|
|
||||||
# Sun compiler versions before 5.6, else PIC objects from an old
|
|
||||||
# archive will be linked into the output, leading to subtle bugs.
|
|
||||||
if test yes != "$solaris_use_stlport4"; then
|
|
||||||
_LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun'
|
|
||||||
fi
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
;;
|
|
||||||
esac
|
esac
|
||||||
])
|
])
|
||||||
|
|
||||||
@ -8319,7 +8370,7 @@ _LT_DECL([to_tool_file_cmd], [lt_cv_to_tool_file_cmd],
|
|||||||
|
|
||||||
# Helper functions for option handling. -*- Autoconf -*-
|
# Helper functions for option handling. -*- Autoconf -*-
|
||||||
#
|
#
|
||||||
# Copyright (C) 2004-2005, 2007-2009, 2011-2014 Free Software
|
# Copyright (C) 2004-2005, 2007-2009, 2011-2015 Free Software
|
||||||
# Foundation, Inc.
|
# Foundation, Inc.
|
||||||
# Written by Gary V. Vaughan, 2004
|
# Written by Gary V. Vaughan, 2004
|
||||||
#
|
#
|
||||||
@ -8751,7 +8802,7 @@ LT_OPTION_DEFINE([LTDL_INIT], [convenience],
|
|||||||
|
|
||||||
# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
|
# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
|
||||||
#
|
#
|
||||||
# Copyright (C) 2004-2005, 2007-2008, 2011-2014 Free Software
|
# Copyright (C) 2004-2005, 2007-2008, 2011-2015 Free Software
|
||||||
# Foundation, Inc.
|
# Foundation, Inc.
|
||||||
# Written by Gary V. Vaughan, 2004
|
# Written by Gary V. Vaughan, 2004
|
||||||
#
|
#
|
||||||
@ -8876,7 +8927,7 @@ m4_define([lt_dict_filter],
|
|||||||
|
|
||||||
# ltversion.m4 -- version numbers -*- Autoconf -*-
|
# ltversion.m4 -- version numbers -*- Autoconf -*-
|
||||||
#
|
#
|
||||||
# Copyright (C) 2004, 2011-2014 Free Software Foundation, Inc.
|
# Copyright (C) 2004, 2011-2015 Free Software Foundation, Inc.
|
||||||
# Written by Scott James Remnant, 2004
|
# Written by Scott James Remnant, 2004
|
||||||
#
|
#
|
||||||
# This file is free software; the Free Software Foundation gives
|
# This file is free software; the Free Software Foundation gives
|
||||||
@ -8885,22 +8936,22 @@ m4_define([lt_dict_filter],
|
|||||||
|
|
||||||
# @configure_input@
|
# @configure_input@
|
||||||
|
|
||||||
# serial 4151 ltversion.m4
|
# serial 4179 ltversion.m4
|
||||||
# This file is part of GNU Libtool
|
# This file is part of GNU Libtool
|
||||||
|
|
||||||
m4_define([LT_PACKAGE_VERSION], [2.4.4])
|
m4_define([LT_PACKAGE_VERSION], [2.4.6])
|
||||||
m4_define([LT_PACKAGE_REVISION], [2.4.4])
|
m4_define([LT_PACKAGE_REVISION], [2.4.6])
|
||||||
|
|
||||||
AC_DEFUN([LTVERSION_VERSION],
|
AC_DEFUN([LTVERSION_VERSION],
|
||||||
[macro_version='2.4.4'
|
[macro_version='2.4.6'
|
||||||
macro_revision='2.4.4'
|
macro_revision='2.4.6'
|
||||||
_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
|
_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
|
||||||
_LT_DECL(, macro_revision, 0)
|
_LT_DECL(, macro_revision, 0)
|
||||||
])
|
])
|
||||||
|
|
||||||
# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
|
# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
|
||||||
#
|
#
|
||||||
# Copyright (C) 2004-2005, 2007, 2009, 2011-2014 Free Software
|
# Copyright (C) 2004-2005, 2007, 2009, 2011-2015 Free Software
|
||||||
# Foundation, Inc.
|
# Foundation, Inc.
|
||||||
# Written by Scott James Remnant, 2004.
|
# Written by Scott James Remnant, 2004.
|
||||||
#
|
#
|
||||||
@ -8998,7 +9049,7 @@ m4_ifndef([_LT_PROG_F77], [AC_DEFUN([_LT_PROG_F77])])
|
|||||||
m4_ifndef([_LT_PROG_FC], [AC_DEFUN([_LT_PROG_FC])])
|
m4_ifndef([_LT_PROG_FC], [AC_DEFUN([_LT_PROG_FC])])
|
||||||
m4_ifndef([_LT_PROG_CXX], [AC_DEFUN([_LT_PROG_CXX])])
|
m4_ifndef([_LT_PROG_CXX], [AC_DEFUN([_LT_PROG_CXX])])
|
||||||
|
|
||||||
# Copyright (C) 2002-2013 Free Software Foundation, Inc.
|
# Copyright (C) 2002-2014 Free Software Foundation, Inc.
|
||||||
#
|
#
|
||||||
# This file is free software; the Free Software Foundation
|
# This file is free software; the Free Software Foundation
|
||||||
# gives unlimited permission to copy and/or distribute it,
|
# gives unlimited permission to copy and/or distribute it,
|
||||||
@ -9010,10 +9061,10 @@ m4_ifndef([_LT_PROG_CXX], [AC_DEFUN([_LT_PROG_CXX])])
|
|||||||
# generated from the m4 files accompanying Automake X.Y.
|
# generated from the m4 files accompanying Automake X.Y.
|
||||||
# (This private macro should not be called outside this file.)
|
# (This private macro should not be called outside this file.)
|
||||||
AC_DEFUN([AM_AUTOMAKE_VERSION],
|
AC_DEFUN([AM_AUTOMAKE_VERSION],
|
||||||
[am__api_version='1.14'
|
[am__api_version='1.15'
|
||||||
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
|
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
|
||||||
dnl require some minimum version. Point them to the right macro.
|
dnl require some minimum version. Point them to the right macro.
|
||||||
m4_if([$1], [1.14.1], [],
|
m4_if([$1], [1.15], [],
|
||||||
[AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
|
[AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
|
||||||
])
|
])
|
||||||
|
|
||||||
@ -9029,14 +9080,14 @@ m4_define([_AM_AUTOCONF_VERSION], [])
|
|||||||
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
|
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
|
||||||
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
|
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
|
||||||
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
|
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
|
||||||
[AM_AUTOMAKE_VERSION([1.14.1])dnl
|
[AM_AUTOMAKE_VERSION([1.15])dnl
|
||||||
m4_ifndef([AC_AUTOCONF_VERSION],
|
m4_ifndef([AC_AUTOCONF_VERSION],
|
||||||
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
|
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
|
||||||
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
|
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
|
||||||
|
|
||||||
# AM_AUX_DIR_EXPAND -*- Autoconf -*-
|
# AM_AUX_DIR_EXPAND -*- Autoconf -*-
|
||||||
|
|
||||||
# Copyright (C) 2001-2013 Free Software Foundation, Inc.
|
# Copyright (C) 2001-2014 Free Software Foundation, Inc.
|
||||||
#
|
#
|
||||||
# This file is free software; the Free Software Foundation
|
# This file is free software; the Free Software Foundation
|
||||||
# gives unlimited permission to copy and/or distribute it,
|
# gives unlimited permission to copy and/or distribute it,
|
||||||
@ -9081,15 +9132,14 @@ _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
|
|||||||
# configured tree to be moved without reconfiguration.
|
# configured tree to be moved without reconfiguration.
|
||||||
|
|
||||||
AC_DEFUN([AM_AUX_DIR_EXPAND],
|
AC_DEFUN([AM_AUX_DIR_EXPAND],
|
||||||
[dnl Rely on autoconf to set up CDPATH properly.
|
[AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
|
||||||
AC_PREREQ([2.50])dnl
|
# Expand $ac_aux_dir to an absolute path.
|
||||||
# expand $ac_aux_dir to an absolute path
|
am_aux_dir=`cd "$ac_aux_dir" && pwd`
|
||||||
am_aux_dir=`cd $ac_aux_dir && pwd`
|
|
||||||
])
|
])
|
||||||
|
|
||||||
# AM_CONDITIONAL -*- Autoconf -*-
|
# AM_CONDITIONAL -*- Autoconf -*-
|
||||||
|
|
||||||
# Copyright (C) 1997-2013 Free Software Foundation, Inc.
|
# Copyright (C) 1997-2014 Free Software Foundation, Inc.
|
||||||
#
|
#
|
||||||
# This file is free software; the Free Software Foundation
|
# This file is free software; the Free Software Foundation
|
||||||
# gives unlimited permission to copy and/or distribute it,
|
# gives unlimited permission to copy and/or distribute it,
|
||||||
@ -9120,7 +9170,7 @@ AC_CONFIG_COMMANDS_PRE(
|
|||||||
Usually this means the macro was only invoked conditionally.]])
|
Usually this means the macro was only invoked conditionally.]])
|
||||||
fi])])
|
fi])])
|
||||||
|
|
||||||
# Copyright (C) 1999-2013 Free Software Foundation, Inc.
|
# Copyright (C) 1999-2014 Free Software Foundation, Inc.
|
||||||
#
|
#
|
||||||
# This file is free software; the Free Software Foundation
|
# This file is free software; the Free Software Foundation
|
||||||
# gives unlimited permission to copy and/or distribute it,
|
# gives unlimited permission to copy and/or distribute it,
|
||||||
@ -9311,7 +9361,7 @@ _AM_SUBST_NOTMAKE([am__nodep])dnl
|
|||||||
|
|
||||||
# Generate code to set up dependency tracking. -*- Autoconf -*-
|
# Generate code to set up dependency tracking. -*- Autoconf -*-
|
||||||
|
|
||||||
# Copyright (C) 1999-2013 Free Software Foundation, Inc.
|
# Copyright (C) 1999-2014 Free Software Foundation, Inc.
|
||||||
#
|
#
|
||||||
# This file is free software; the Free Software Foundation
|
# This file is free software; the Free Software Foundation
|
||||||
# gives unlimited permission to copy and/or distribute it,
|
# gives unlimited permission to copy and/or distribute it,
|
||||||
@ -9387,7 +9437,7 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
|
|||||||
|
|
||||||
# Do all the work for Automake. -*- Autoconf -*-
|
# Do all the work for Automake. -*- Autoconf -*-
|
||||||
|
|
||||||
# Copyright (C) 1996-2013 Free Software Foundation, Inc.
|
# Copyright (C) 1996-2014 Free Software Foundation, Inc.
|
||||||
#
|
#
|
||||||
# This file is free software; the Free Software Foundation
|
# This file is free software; the Free Software Foundation
|
||||||
# gives unlimited permission to copy and/or distribute it,
|
# gives unlimited permission to copy and/or distribute it,
|
||||||
@ -9477,8 +9527,8 @@ AC_REQUIRE([AC_PROG_MKDIR_P])dnl
|
|||||||
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
|
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
|
||||||
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
|
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
|
||||||
AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
|
AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
|
||||||
# We need awk for the "check" target. The system "awk" is bad on
|
# We need awk for the "check" target (and possibly the TAP driver). The
|
||||||
# some platforms.
|
# system "awk" is bad on some platforms.
|
||||||
AC_REQUIRE([AC_PROG_AWK])dnl
|
AC_REQUIRE([AC_PROG_AWK])dnl
|
||||||
AC_REQUIRE([AC_PROG_MAKE_SET])dnl
|
AC_REQUIRE([AC_PROG_MAKE_SET])dnl
|
||||||
AC_REQUIRE([AM_SET_LEADING_DOT])dnl
|
AC_REQUIRE([AM_SET_LEADING_DOT])dnl
|
||||||
@ -9551,7 +9601,11 @@ to "yes", and re-run configure.
|
|||||||
END
|
END
|
||||||
AC_MSG_ERROR([Your 'rm' program is bad, sorry.])
|
AC_MSG_ERROR([Your 'rm' program is bad, sorry.])
|
||||||
fi
|
fi
|
||||||
fi])
|
fi
|
||||||
|
dnl The trailing newline in this macro's definition is deliberate, for
|
||||||
|
dnl backward compatibility and to allow trailing 'dnl'-style comments
|
||||||
|
dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841.
|
||||||
|
])
|
||||||
|
|
||||||
dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not
|
dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not
|
||||||
dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
|
dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
|
||||||
@ -9580,7 +9634,7 @@ for _am_header in $config_headers :; do
|
|||||||
done
|
done
|
||||||
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
|
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
|
||||||
|
|
||||||
# Copyright (C) 2001-2013 Free Software Foundation, Inc.
|
# Copyright (C) 2001-2014 Free Software Foundation, Inc.
|
||||||
#
|
#
|
||||||
# This file is free software; the Free Software Foundation
|
# This file is free software; the Free Software Foundation
|
||||||
# gives unlimited permission to copy and/or distribute it,
|
# gives unlimited permission to copy and/or distribute it,
|
||||||
@ -9591,7 +9645,7 @@ echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_co
|
|||||||
# Define $install_sh.
|
# Define $install_sh.
|
||||||
AC_DEFUN([AM_PROG_INSTALL_SH],
|
AC_DEFUN([AM_PROG_INSTALL_SH],
|
||||||
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
|
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
|
||||||
if test x"${install_sh}" != xset; then
|
if test x"${install_sh+set}" != xset; then
|
||||||
case $am_aux_dir in
|
case $am_aux_dir in
|
||||||
*\ * | *\ *)
|
*\ * | *\ *)
|
||||||
install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
|
install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
|
||||||
@ -9601,7 +9655,7 @@ if test x"${install_sh}" != xset; then
|
|||||||
fi
|
fi
|
||||||
AC_SUBST([install_sh])])
|
AC_SUBST([install_sh])])
|
||||||
|
|
||||||
# Copyright (C) 2003-2013 Free Software Foundation, Inc.
|
# Copyright (C) 2003-2014 Free Software Foundation, Inc.
|
||||||
#
|
#
|
||||||
# This file is free software; the Free Software Foundation
|
# This file is free software; the Free Software Foundation
|
||||||
# gives unlimited permission to copy and/or distribute it,
|
# gives unlimited permission to copy and/or distribute it,
|
||||||
@ -9623,7 +9677,7 @@ AC_SUBST([am__leading_dot])])
|
|||||||
# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
|
# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
|
||||||
# From Jim Meyering
|
# From Jim Meyering
|
||||||
|
|
||||||
# Copyright (C) 1996-2013 Free Software Foundation, Inc.
|
# Copyright (C) 1996-2014 Free Software Foundation, Inc.
|
||||||
#
|
#
|
||||||
# This file is free software; the Free Software Foundation
|
# This file is free software; the Free Software Foundation
|
||||||
# gives unlimited permission to copy and/or distribute it,
|
# gives unlimited permission to copy and/or distribute it,
|
||||||
@ -9658,7 +9712,7 @@ AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
|
|||||||
|
|
||||||
# Check to see how 'make' treats includes. -*- Autoconf -*-
|
# Check to see how 'make' treats includes. -*- Autoconf -*-
|
||||||
|
|
||||||
# Copyright (C) 2001-2013 Free Software Foundation, Inc.
|
# Copyright (C) 2001-2014 Free Software Foundation, Inc.
|
||||||
#
|
#
|
||||||
# This file is free software; the Free Software Foundation
|
# This file is free software; the Free Software Foundation
|
||||||
# gives unlimited permission to copy and/or distribute it,
|
# gives unlimited permission to copy and/or distribute it,
|
||||||
@ -9708,7 +9762,7 @@ rm -f confinc confmf
|
|||||||
|
|
||||||
# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
|
# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
|
||||||
|
|
||||||
# Copyright (C) 1997-2013 Free Software Foundation, Inc.
|
# Copyright (C) 1997-2014 Free Software Foundation, Inc.
|
||||||
#
|
#
|
||||||
# This file is free software; the Free Software Foundation
|
# This file is free software; the Free Software Foundation
|
||||||
# gives unlimited permission to copy and/or distribute it,
|
# gives unlimited permission to copy and/or distribute it,
|
||||||
@ -9749,7 +9803,7 @@ fi
|
|||||||
# Obsolete and "removed" macros, that must however still report explicit
|
# Obsolete and "removed" macros, that must however still report explicit
|
||||||
# error messages when used, to smooth transition.
|
# error messages when used, to smooth transition.
|
||||||
#
|
#
|
||||||
# Copyright (C) 1996-2013 Free Software Foundation, Inc.
|
# Copyright (C) 1996-2014 Free Software Foundation, Inc.
|
||||||
#
|
#
|
||||||
# This file is free software; the Free Software Foundation
|
# This file is free software; the Free Software Foundation
|
||||||
# gives unlimited permission to copy and/or distribute it,
|
# gives unlimited permission to copy and/or distribute it,
|
||||||
@ -9776,7 +9830,7 @@ AU_DEFUN([fp_C_PROTOTYPES], [AM_C_PROTOTYPES])
|
|||||||
|
|
||||||
# Helper functions for option handling. -*- Autoconf -*-
|
# Helper functions for option handling. -*- Autoconf -*-
|
||||||
|
|
||||||
# Copyright (C) 2001-2013 Free Software Foundation, Inc.
|
# Copyright (C) 2001-2014 Free Software Foundation, Inc.
|
||||||
#
|
#
|
||||||
# This file is free software; the Free Software Foundation
|
# This file is free software; the Free Software Foundation
|
||||||
# gives unlimited permission to copy and/or distribute it,
|
# gives unlimited permission to copy and/or distribute it,
|
||||||
@ -9805,7 +9859,7 @@ AC_DEFUN([_AM_SET_OPTIONS],
|
|||||||
AC_DEFUN([_AM_IF_OPTION],
|
AC_DEFUN([_AM_IF_OPTION],
|
||||||
[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
|
[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
|
||||||
|
|
||||||
# Copyright (C) 1999-2013 Free Software Foundation, Inc.
|
# Copyright (C) 1999-2014 Free Software Foundation, Inc.
|
||||||
#
|
#
|
||||||
# This file is free software; the Free Software Foundation
|
# This file is free software; the Free Software Foundation
|
||||||
# gives unlimited permission to copy and/or distribute it,
|
# gives unlimited permission to copy and/or distribute it,
|
||||||
@ -9852,7 +9906,7 @@ AC_LANG_POP([C])])
|
|||||||
# For backward compatibility.
|
# For backward compatibility.
|
||||||
AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
|
AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
|
||||||
|
|
||||||
# Copyright (C) 2001-2013 Free Software Foundation, Inc.
|
# Copyright (C) 2001-2014 Free Software Foundation, Inc.
|
||||||
#
|
#
|
||||||
# This file is free software; the Free Software Foundation
|
# This file is free software; the Free Software Foundation
|
||||||
# gives unlimited permission to copy and/or distribute it,
|
# gives unlimited permission to copy and/or distribute it,
|
||||||
@ -9871,7 +9925,7 @@ AC_DEFUN([AM_RUN_LOG],
|
|||||||
|
|
||||||
# Check to make sure that the build environment is sane. -*- Autoconf -*-
|
# Check to make sure that the build environment is sane. -*- Autoconf -*-
|
||||||
|
|
||||||
# Copyright (C) 1996-2013 Free Software Foundation, Inc.
|
# Copyright (C) 1996-2014 Free Software Foundation, Inc.
|
||||||
#
|
#
|
||||||
# This file is free software; the Free Software Foundation
|
# This file is free software; the Free Software Foundation
|
||||||
# gives unlimited permission to copy and/or distribute it,
|
# gives unlimited permission to copy and/or distribute it,
|
||||||
@ -9952,7 +10006,7 @@ AC_CONFIG_COMMANDS_PRE(
|
|||||||
rm -f conftest.file
|
rm -f conftest.file
|
||||||
])
|
])
|
||||||
|
|
||||||
# Copyright (C) 2009-2013 Free Software Foundation, Inc.
|
# Copyright (C) 2009-2014 Free Software Foundation, Inc.
|
||||||
#
|
#
|
||||||
# This file is free software; the Free Software Foundation
|
# This file is free software; the Free Software Foundation
|
||||||
# gives unlimited permission to copy and/or distribute it,
|
# gives unlimited permission to copy and/or distribute it,
|
||||||
@ -10012,7 +10066,7 @@ AC_SUBST([AM_BACKSLASH])dnl
|
|||||||
_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
|
_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
|
||||||
])
|
])
|
||||||
|
|
||||||
# Copyright (C) 2001-2013 Free Software Foundation, Inc.
|
# Copyright (C) 2001-2014 Free Software Foundation, Inc.
|
||||||
#
|
#
|
||||||
# This file is free software; the Free Software Foundation
|
# This file is free software; the Free Software Foundation
|
||||||
# gives unlimited permission to copy and/or distribute it,
|
# gives unlimited permission to copy and/or distribute it,
|
||||||
@ -10040,7 +10094,7 @@ fi
|
|||||||
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
|
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
|
||||||
AC_SUBST([INSTALL_STRIP_PROGRAM])])
|
AC_SUBST([INSTALL_STRIP_PROGRAM])])
|
||||||
|
|
||||||
# Copyright (C) 2006-2013 Free Software Foundation, Inc.
|
# Copyright (C) 2006-2014 Free Software Foundation, Inc.
|
||||||
#
|
#
|
||||||
# This file is free software; the Free Software Foundation
|
# This file is free software; the Free Software Foundation
|
||||||
# gives unlimited permission to copy and/or distribute it,
|
# gives unlimited permission to copy and/or distribute it,
|
||||||
@ -10059,7 +10113,7 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
|
|||||||
|
|
||||||
# Check how to create a tarball. -*- Autoconf -*-
|
# Check how to create a tarball. -*- Autoconf -*-
|
||||||
|
|
||||||
# Copyright (C) 2004-2013 Free Software Foundation, Inc.
|
# Copyright (C) 2004-2014 Free Software Foundation, Inc.
|
||||||
#
|
#
|
||||||
# This file is free software; the Free Software Foundation
|
# This file is free software; the Free Software Foundation
|
||||||
# gives unlimited permission to copy and/or distribute it,
|
# gives unlimited permission to copy and/or distribute it,
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
scriptversion=2012-10-14.11; # UTC
|
scriptversion=2012-10-14.11; # UTC
|
||||||
|
|
||||||
# Copyright (C) 1999-2013 Free Software Foundation, Inc.
|
# Copyright (C) 1999-2014 Free Software Foundation, Inc.
|
||||||
# Written by Tom Tromey <tromey@cygnus.com>.
|
# Written by Tom Tromey <tromey@cygnus.com>.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
scriptversion=2013-05-30.07; # UTC
|
scriptversion=2013-05-30.07; # UTC
|
||||||
|
|
||||||
# Copyright (C) 1999-2013 Free Software Foundation, Inc.
|
# Copyright (C) 1999-2014 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -2,11 +2,11 @@
|
|||||||
## DO NOT EDIT - This file generated from ./build-aux/ltmain.in
|
## DO NOT EDIT - This file generated from ./build-aux/ltmain.in
|
||||||
## by inline-source v2014-01-03.01
|
## by inline-source v2014-01-03.01
|
||||||
|
|
||||||
# libtool (GNU libtool) 2.4.4
|
# libtool (GNU libtool) 2.4.6
|
||||||
# Provide generalized library-building support services.
|
# Provide generalized library-building support services.
|
||||||
# Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
|
# Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
|
||||||
|
|
||||||
# Copyright (C) 1996-2014 Free Software Foundation, Inc.
|
# Copyright (C) 1996-2015 Free Software Foundation, Inc.
|
||||||
# This is free software; see the source for copying conditions. There is NO
|
# This is free software; see the source for copying conditions. There is NO
|
||||||
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
|
|
||||||
@ -31,8 +31,8 @@
|
|||||||
|
|
||||||
PROGRAM=libtool
|
PROGRAM=libtool
|
||||||
PACKAGE=libtool
|
PACKAGE=libtool
|
||||||
VERSION=2.4.4
|
VERSION=2.4.6
|
||||||
package_revision=2.4.4
|
package_revision=2.4.6
|
||||||
|
|
||||||
|
|
||||||
## ------ ##
|
## ------ ##
|
||||||
@ -64,12 +64,12 @@ package_revision=2.4.4
|
|||||||
# libraries, which are installed to $pkgauxdir.
|
# libraries, which are installed to $pkgauxdir.
|
||||||
|
|
||||||
# Set a version string for this script.
|
# Set a version string for this script.
|
||||||
scriptversion=2014-01-03.01; # UTC
|
scriptversion=2015-01-20.17; # UTC
|
||||||
|
|
||||||
# General shell script boiler plate, and helper functions.
|
# General shell script boiler plate, and helper functions.
|
||||||
# Written by Gary V. Vaughan, 2004
|
# Written by Gary V. Vaughan, 2004
|
||||||
|
|
||||||
# Copyright (C) 2004-2014 Free Software Foundation, Inc.
|
# Copyright (C) 2004-2015 Free Software Foundation, Inc.
|
||||||
# This is free software; see the source for copying conditions. There is NO
|
# This is free software; see the source for copying conditions. There is NO
|
||||||
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
|
|
||||||
@ -192,7 +192,7 @@ func_path_progs ()
|
|||||||
|
|
||||||
_G_path_prog_max=0
|
_G_path_prog_max=0
|
||||||
_G_path_prog_found=false
|
_G_path_prog_found=false
|
||||||
_G_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
_G_save_IFS=$IFS; IFS=${PATH_SEPARATOR-:}
|
||||||
for _G_dir in $_G_PATH; do
|
for _G_dir in $_G_PATH; do
|
||||||
IFS=$_G_save_IFS
|
IFS=$_G_save_IFS
|
||||||
test -z "$_G_dir" && _G_dir=.
|
test -z "$_G_dir" && _G_dir=.
|
||||||
@ -1375,7 +1375,7 @@ scriptversion=2014-01-07.03; # UTC
|
|||||||
# A portable, pluggable option parser for Bourne shell.
|
# A portable, pluggable option parser for Bourne shell.
|
||||||
# Written by Gary V. Vaughan, 2010
|
# Written by Gary V. Vaughan, 2010
|
||||||
|
|
||||||
# Copyright (C) 2010-2014 Free Software Foundation, Inc.
|
# Copyright (C) 2010-2015 Free Software Foundation, Inc.
|
||||||
# This is free software; see the source for copying conditions. There is NO
|
# This is free software; see the source for copying conditions. There is NO
|
||||||
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
|
|
||||||
@ -1977,7 +1977,7 @@ func_version ()
|
|||||||
# End:
|
# End:
|
||||||
|
|
||||||
# Set a version string.
|
# Set a version string.
|
||||||
scriptversion='(GNU libtool) 2.4.4'
|
scriptversion='(GNU libtool) 2.4.6'
|
||||||
|
|
||||||
|
|
||||||
# func_echo ARG...
|
# func_echo ARG...
|
||||||
@ -2039,7 +2039,12 @@ usage_message="Options:
|
|||||||
"
|
"
|
||||||
|
|
||||||
# Additional text appended to 'usage_message' in response to '--help'.
|
# Additional text appended to 'usage_message' in response to '--help'.
|
||||||
long_help_message=$long_help_message"
|
func_help ()
|
||||||
|
{
|
||||||
|
$debug_cmd
|
||||||
|
|
||||||
|
func_usage_message
|
||||||
|
$ECHO "$long_help_message
|
||||||
|
|
||||||
MODE must be one of the following:
|
MODE must be one of the following:
|
||||||
|
|
||||||
@ -2063,13 +2068,15 @@ include the following information:
|
|||||||
compiler: $LTCC
|
compiler: $LTCC
|
||||||
compiler flags: $LTCFLAGS
|
compiler flags: $LTCFLAGS
|
||||||
linker: $LD (gnu? $with_gnu_ld)
|
linker: $LD (gnu? $with_gnu_ld)
|
||||||
version: $progname (GNU libtool) 2.4.4
|
version: $progname (GNU libtool) 2.4.6
|
||||||
automake: `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
|
automake: `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
|
||||||
autoconf: `($AUTOCONF --version) 2>/dev/null |$SED 1q`
|
autoconf: `($AUTOCONF --version) 2>/dev/null |$SED 1q`
|
||||||
|
|
||||||
Report bugs to <bug-libtool@gnu.org>.
|
Report bugs to <bug-libtool@gnu.org>.
|
||||||
GNU libtool home page: <http://www.gnu.org/software/libtool/>.
|
GNU libtool home page: <http://www.gnu.org/software/libtool/>.
|
||||||
General help using GNU software: <http://www.gnu.org/gethelp/>."
|
General help using GNU software: <http://www.gnu.org/gethelp/>."
|
||||||
|
exit 0
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
# func_lo2o OBJECT-NAME
|
# func_lo2o OBJECT-NAME
|
||||||
@ -6461,6 +6468,24 @@ func_win32_import_lib_p ()
|
|||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# func_suncc_cstd_abi
|
||||||
|
# !!ONLY CALL THIS FOR SUN CC AFTER $compile_command IS FULLY EXPANDED!!
|
||||||
|
# Several compiler flags select an ABI that is incompatible with the
|
||||||
|
# Cstd library. Avoid specifying it if any are in CXXFLAGS.
|
||||||
|
func_suncc_cstd_abi ()
|
||||||
|
{
|
||||||
|
$debug_cmd
|
||||||
|
|
||||||
|
case " $compile_command " in
|
||||||
|
*" -compat=g "*|*\ -std=c++[0-9][0-9]\ *|*" -library=stdcxx4 "*|*" -library=stlport4 "*)
|
||||||
|
suncc_use_cstd_abi=no
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
suncc_use_cstd_abi=yes
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
}
|
||||||
|
|
||||||
# func_mode_link arg...
|
# func_mode_link arg...
|
||||||
func_mode_link ()
|
func_mode_link ()
|
||||||
{
|
{
|
||||||
@ -7437,6 +7462,9 @@ func_mode_link ()
|
|||||||
eval sys_lib_search_path=\"$sys_lib_search_path_spec\"
|
eval sys_lib_search_path=\"$sys_lib_search_path_spec\"
|
||||||
eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\"
|
eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\"
|
||||||
|
|
||||||
|
# Definition is injected by LT_CONFIG during libtool generation.
|
||||||
|
func_munge_path_list sys_lib_dlsearch_path "$LT_SYS_LIBRARY_PATH"
|
||||||
|
|
||||||
func_dirname "$output" "/" ""
|
func_dirname "$output" "/" ""
|
||||||
output_objdir=$func_dirname_result$objdir
|
output_objdir=$func_dirname_result$objdir
|
||||||
func_to_tool_file "$output_objdir/"
|
func_to_tool_file "$output_objdir/"
|
||||||
@ -8599,6 +8627,37 @@ func_mode_link ()
|
|||||||
eval $var=\"$tmp_libs\"
|
eval $var=\"$tmp_libs\"
|
||||||
done # for var
|
done # for var
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Add Sun CC postdeps if required:
|
||||||
|
test CXX = "$tagname" && {
|
||||||
|
case $host_os in
|
||||||
|
linux*)
|
||||||
|
case `$CC -V 2>&1 | sed 5q` in
|
||||||
|
*Sun\ C*) # Sun C++ 5.9
|
||||||
|
func_suncc_cstd_abi
|
||||||
|
|
||||||
|
if test no != "$suncc_use_cstd_abi"; then
|
||||||
|
func_append postdeps ' -library=Cstd -library=Crun'
|
||||||
|
fi
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
;;
|
||||||
|
|
||||||
|
solaris*)
|
||||||
|
func_cc_basename "$CC"
|
||||||
|
case $func_cc_basename_result in
|
||||||
|
CC* | sunCC*)
|
||||||
|
func_suncc_cstd_abi
|
||||||
|
|
||||||
|
if test no != "$suncc_use_cstd_abi"; then
|
||||||
|
func_append postdeps ' -library=Cstd -library=Crun'
|
||||||
|
fi
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
}
|
||||||
|
|
||||||
# Last step: remove runtime libs from dependency_libs
|
# Last step: remove runtime libs from dependency_libs
|
||||||
# (they stay in deplibs)
|
# (they stay in deplibs)
|
||||||
tmp_libs=
|
tmp_libs=
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
scriptversion=2013-10-28.13; # UTC
|
scriptversion=2013-10-28.13; # UTC
|
||||||
|
|
||||||
# Copyright (C) 1996-2013 Free Software Foundation, Inc.
|
# Copyright (C) 1996-2014 Free Software Foundation, Inc.
|
||||||
# Originally written by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
|
# Originally written by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
|
||||||
|
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
185
configure
поставляемый
185
configure
поставляемый
@ -636,6 +636,7 @@ am__EXEEXT_TRUE
|
|||||||
LTLIBOBJS
|
LTLIBOBJS
|
||||||
LIBOBJS
|
LIBOBJS
|
||||||
CPP
|
CPP
|
||||||
|
LT_SYS_LIBRARY_PATH
|
||||||
OTOOL64
|
OTOOL64
|
||||||
OTOOL
|
OTOOL
|
||||||
LIPO
|
LIPO
|
||||||
@ -773,6 +774,7 @@ CFLAGS
|
|||||||
LDFLAGS
|
LDFLAGS
|
||||||
LIBS
|
LIBS
|
||||||
CPPFLAGS
|
CPPFLAGS
|
||||||
|
LT_SYS_LIBRARY_PATH
|
||||||
CPP'
|
CPP'
|
||||||
|
|
||||||
|
|
||||||
@ -1427,6 +1429,8 @@ Some influential environment variables:
|
|||||||
LIBS libraries to pass to the linker, e.g. -l<library>
|
LIBS libraries to pass to the linker, e.g. -l<library>
|
||||||
CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
|
CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
|
||||||
you have headers in a nonstandard directory <include dir>
|
you have headers in a nonstandard directory <include dir>
|
||||||
|
LT_SYS_LIBRARY_PATH
|
||||||
|
User-defined run-time library search path.
|
||||||
CPP C preprocessor
|
CPP C preprocessor
|
||||||
|
|
||||||
Use these variables to override the choices made by `configure' or to help
|
Use these variables to override the choices made by `configure' or to help
|
||||||
@ -2254,7 +2258,7 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
|
|||||||
|
|
||||||
|
|
||||||
# Initialize the automake system
|
# Initialize the automake system
|
||||||
am__api_version='1.14'
|
am__api_version='1.15'
|
||||||
|
|
||||||
# Find a good install program. We prefer a C program (faster),
|
# Find a good install program. We prefer a C program (faster),
|
||||||
# so one script is as good as another. But avoid the broken or
|
# so one script is as good as another. But avoid the broken or
|
||||||
@ -2426,8 +2430,8 @@ test "$program_suffix" != NONE &&
|
|||||||
ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
|
ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
|
||||||
program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
|
program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
|
||||||
|
|
||||||
# expand $ac_aux_dir to an absolute path
|
# Expand $ac_aux_dir to an absolute path.
|
||||||
am_aux_dir=`cd $ac_aux_dir && pwd`
|
am_aux_dir=`cd "$ac_aux_dir" && pwd`
|
||||||
|
|
||||||
if test x"${MISSING+set}" != xset; then
|
if test x"${MISSING+set}" != xset; then
|
||||||
case $am_aux_dir in
|
case $am_aux_dir in
|
||||||
@ -2446,7 +2450,7 @@ else
|
|||||||
$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
|
$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test x"${install_sh}" != xset; then
|
if test x"${install_sh+set}" != xset; then
|
||||||
case $am_aux_dir in
|
case $am_aux_dir in
|
||||||
*\ * | *\ *)
|
*\ * | *\ *)
|
||||||
install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
|
install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
|
||||||
@ -2774,8 +2778,8 @@ MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
|
|||||||
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
|
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
|
||||||
mkdir_p='$(MKDIR_P)'
|
mkdir_p='$(MKDIR_P)'
|
||||||
|
|
||||||
# We need awk for the "check" target. The system "awk" is bad on
|
# We need awk for the "check" target (and possibly the TAP driver). The
|
||||||
# some platforms.
|
# system "awk" is bad on some platforms.
|
||||||
# Always define AMTAR for backward compatibility. Yes, it's still used
|
# Always define AMTAR for backward compatibility. Yes, it's still used
|
||||||
# in the wild :-( We should find a proper way to deprecate it ...
|
# in the wild :-( We should find a proper way to deprecate it ...
|
||||||
AMTAR='$${TAR-tar}'
|
AMTAR='$${TAR-tar}'
|
||||||
@ -2833,6 +2837,7 @@ END
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
|
||||||
$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
|
$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
|
||||||
# Check whether --enable-maintainer-mode was given.
|
# Check whether --enable-maintainer-mode was given.
|
||||||
@ -4082,8 +4087,8 @@ esac
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
macro_version='2.4.4'
|
macro_version='2.4.6'
|
||||||
macro_revision='2.4.4'
|
macro_revision='2.4.6'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -6424,6 +6429,21 @@ $as_echo "$lt_cv_truncate_bin" >&6; }
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
|
||||||
|
func_cc_basename ()
|
||||||
|
{
|
||||||
|
for cc_temp in $*""; do
|
||||||
|
case $cc_temp in
|
||||||
|
compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
|
||||||
|
distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
|
||||||
|
\-*) ;;
|
||||||
|
*) break;;
|
||||||
|
esac
|
||||||
|
done
|
||||||
|
func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
|
||||||
|
}
|
||||||
|
|
||||||
# Check whether --enable-libtool-lock was given.
|
# Check whether --enable-libtool-lock was given.
|
||||||
if test "${enable_libtool_lock+set}" = set; then :
|
if test "${enable_libtool_lock+set}" = set; then :
|
||||||
enableval=$enable_libtool_lock;
|
enableval=$enable_libtool_lock;
|
||||||
@ -7431,6 +7451,41 @@ $as_echo "$lt_cv_ld_force_load" >&6; }
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
# func_munge_path_list VARIABLE PATH
|
||||||
|
# -----------------------------------
|
||||||
|
# VARIABLE is name of variable containing _space_ separated list of
|
||||||
|
# directories to be munged by the contents of PATH, which is string
|
||||||
|
# having a format:
|
||||||
|
# "DIR[:DIR]:"
|
||||||
|
# string "DIR[ DIR]" will be prepended to VARIABLE
|
||||||
|
# ":DIR[:DIR]"
|
||||||
|
# string "DIR[ DIR]" will be appended to VARIABLE
|
||||||
|
# "DIRP[:DIRP]::[DIRA:]DIRA"
|
||||||
|
# string "DIRP[ DIRP]" will be prepended to VARIABLE and string
|
||||||
|
# "DIRA[ DIRA]" will be appended to VARIABLE
|
||||||
|
# "DIR[:DIR]"
|
||||||
|
# VARIABLE will be replaced by "DIR[ DIR]"
|
||||||
|
func_munge_path_list ()
|
||||||
|
{
|
||||||
|
case x$2 in
|
||||||
|
x)
|
||||||
|
;;
|
||||||
|
*:)
|
||||||
|
eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
|
||||||
|
;;
|
||||||
|
x:*)
|
||||||
|
eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
|
||||||
|
;;
|
||||||
|
*::*)
|
||||||
|
eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
|
||||||
|
eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
}
|
||||||
|
|
||||||
ac_ext=c
|
ac_ext=c
|
||||||
ac_cpp='$CPP $CPPFLAGS'
|
ac_cpp='$CPP $CPPFLAGS'
|
||||||
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
||||||
@ -8018,15 +8073,8 @@ test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
|
|||||||
test -z "$LD" && LD=ld
|
test -z "$LD" && LD=ld
|
||||||
test -z "$ac_objext" && ac_objext=o
|
test -z "$ac_objext" && ac_objext=o
|
||||||
|
|
||||||
for cc_temp in $compiler""; do
|
func_cc_basename $compiler
|
||||||
case $cc_temp in
|
cc_basename=$func_cc_basename_result
|
||||||
compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
|
|
||||||
distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
|
|
||||||
\-*) ;;
|
|
||||||
*) break;;
|
|
||||||
esac
|
|
||||||
done
|
|
||||||
cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
|
|
||||||
|
|
||||||
|
|
||||||
# Only perform the check for file, if the check method requires it
|
# Only perform the check for file, if the check method requires it
|
||||||
@ -10481,6 +10529,8 @@ hardcode_into_libs=no
|
|||||||
# flags to be left without arguments
|
# flags to be left without arguments
|
||||||
need_version=unknown
|
need_version=unknown
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
case $host_os in
|
case $host_os in
|
||||||
aix3*)
|
aix3*)
|
||||||
version_type=linux # correct to gnu/linux during the next big refactor
|
version_type=linux # correct to gnu/linux during the next big refactor
|
||||||
@ -10769,6 +10819,7 @@ freebsd* | dragonfly*)
|
|||||||
case $version_type in
|
case $version_type in
|
||||||
freebsd-elf*)
|
freebsd-elf*)
|
||||||
library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
|
library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
|
||||||
|
soname_spec='$libname$release$shared_ext$major'
|
||||||
need_version=no
|
need_version=no
|
||||||
need_lib_prefix=no
|
need_lib_prefix=no
|
||||||
;;
|
;;
|
||||||
@ -10828,10 +10879,11 @@ hpux9* | hpux10* | hpux11*)
|
|||||||
soname_spec='$libname$release$shared_ext$major'
|
soname_spec='$libname$release$shared_ext$major'
|
||||||
if test 32 = "$HPUX_IA64_MODE"; then
|
if test 32 = "$HPUX_IA64_MODE"; then
|
||||||
sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
|
sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
|
||||||
|
sys_lib_dlsearch_path_spec=/usr/lib/hpux32
|
||||||
else
|
else
|
||||||
sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
|
sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
|
||||||
|
sys_lib_dlsearch_path_spec=/usr/lib/hpux64
|
||||||
fi
|
fi
|
||||||
sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
|
|
||||||
;;
|
;;
|
||||||
hppa*64*)
|
hppa*64*)
|
||||||
shrext_cmds='.sl'
|
shrext_cmds='.sl'
|
||||||
@ -10983,7 +11035,12 @@ fi
|
|||||||
# before this can be enabled.
|
# before this can be enabled.
|
||||||
hardcode_into_libs=yes
|
hardcode_into_libs=yes
|
||||||
|
|
||||||
# Append ld.so.conf contents to the search path
|
# Ideally, we could use ldconfig to report *all* directores which are
|
||||||
|
# searched for libraries, however this is still not possible. Aside from not
|
||||||
|
# being certain /sbin/ldconfig is available, command
|
||||||
|
# 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64,
|
||||||
|
# even though it is searched at run-time. Try to do the best guess by
|
||||||
|
# appending ld.so.conf contents (and includes) to the search path.
|
||||||
if test -f /etc/ld.so.conf; then
|
if test -f /etc/ld.so.conf; then
|
||||||
lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
|
lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
|
||||||
sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
|
sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
|
||||||
@ -11208,10 +11265,25 @@ fi
|
|||||||
if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then
|
if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then
|
||||||
sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec
|
sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then
|
if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then
|
||||||
sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec
|
sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# remember unaugmented sys_lib_dlsearch_path content for libtool script decls...
|
||||||
|
configure_time_dlsearch_path=$sys_lib_dlsearch_path_spec
|
||||||
|
|
||||||
|
# ... but it needs LT_SYS_LIBRARY_PATH munging for other configure-time code
|
||||||
|
func_munge_path_list sys_lib_dlsearch_path_spec "$LT_SYS_LIBRARY_PATH"
|
||||||
|
|
||||||
|
# to be used as default LT_SYS_LIBRARY_PATH value in generated libtool
|
||||||
|
configure_time_lt_sys_library_path=$LT_SYS_LIBRARY_PATH
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -13560,7 +13632,8 @@ finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
|
|||||||
finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
|
finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
|
||||||
hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
|
hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
|
||||||
sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
|
sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
|
||||||
sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
|
configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
|
||||||
|
configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
|
||||||
hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
|
hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
|
||||||
enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
|
enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
|
||||||
enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
|
enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
|
||||||
@ -13678,7 +13751,8 @@ postinstall_cmds \
|
|||||||
postuninstall_cmds \
|
postuninstall_cmds \
|
||||||
finish_cmds \
|
finish_cmds \
|
||||||
sys_lib_search_path_spec \
|
sys_lib_search_path_spec \
|
||||||
sys_lib_dlsearch_path_spec; do
|
configure_time_dlsearch_path \
|
||||||
|
configure_time_lt_sys_library_path; do
|
||||||
case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
|
case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
|
||||||
*[\\\\\\\`\\"\\\$]*)
|
*[\\\\\\\`\\"\\\$]*)
|
||||||
eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
|
eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
|
||||||
@ -14457,6 +14531,9 @@ $as_echo X"$file" |
|
|||||||
# The names of the tagged configurations supported by this script.
|
# The names of the tagged configurations supported by this script.
|
||||||
available_tags=''
|
available_tags=''
|
||||||
|
|
||||||
|
# Configured defaults for sys_lib_dlsearch_path munging.
|
||||||
|
: \${LT_SYS_LIBRARY_PATH="$configure_time_lt_sys_library_path"}
|
||||||
|
|
||||||
# ### BEGIN LIBTOOL CONFIG
|
# ### BEGIN LIBTOOL CONFIG
|
||||||
|
|
||||||
# Which release of libtool.m4 was used?
|
# Which release of libtool.m4 was used?
|
||||||
@ -14706,8 +14783,11 @@ hardcode_into_libs=$hardcode_into_libs
|
|||||||
# Compile-time system search path for libraries.
|
# Compile-time system search path for libraries.
|
||||||
sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
|
sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
|
||||||
|
|
||||||
# Run-time system search path for libraries.
|
# Detected run-time system search path for libraries.
|
||||||
sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
|
sys_lib_dlsearch_path_spec=$lt_configure_time_dlsearch_path
|
||||||
|
|
||||||
|
# Explicit LT_SYS_LIBRARY_PATH set during ./configure time.
|
||||||
|
configure_time_lt_sys_library_path=$lt_configure_time_lt_sys_library_path
|
||||||
|
|
||||||
# Whether dlopen is supported.
|
# Whether dlopen is supported.
|
||||||
dlopen_support=$enable_dlopen
|
dlopen_support=$enable_dlopen
|
||||||
@ -14856,6 +14936,65 @@ hardcode_action=$hardcode_action
|
|||||||
|
|
||||||
# ### END LIBTOOL CONFIG
|
# ### END LIBTOOL CONFIG
|
||||||
|
|
||||||
|
_LT_EOF
|
||||||
|
|
||||||
|
cat <<'_LT_EOF' >> "$cfgfile"
|
||||||
|
|
||||||
|
# ### BEGIN FUNCTIONS SHARED WITH CONFIGURE
|
||||||
|
|
||||||
|
# func_munge_path_list VARIABLE PATH
|
||||||
|
# -----------------------------------
|
||||||
|
# VARIABLE is name of variable containing _space_ separated list of
|
||||||
|
# directories to be munged by the contents of PATH, which is string
|
||||||
|
# having a format:
|
||||||
|
# "DIR[:DIR]:"
|
||||||
|
# string "DIR[ DIR]" will be prepended to VARIABLE
|
||||||
|
# ":DIR[:DIR]"
|
||||||
|
# string "DIR[ DIR]" will be appended to VARIABLE
|
||||||
|
# "DIRP[:DIRP]::[DIRA:]DIRA"
|
||||||
|
# string "DIRP[ DIRP]" will be prepended to VARIABLE and string
|
||||||
|
# "DIRA[ DIRA]" will be appended to VARIABLE
|
||||||
|
# "DIR[:DIR]"
|
||||||
|
# VARIABLE will be replaced by "DIR[ DIR]"
|
||||||
|
func_munge_path_list ()
|
||||||
|
{
|
||||||
|
case x$2 in
|
||||||
|
x)
|
||||||
|
;;
|
||||||
|
*:)
|
||||||
|
eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
|
||||||
|
;;
|
||||||
|
x:*)
|
||||||
|
eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
|
||||||
|
;;
|
||||||
|
*::*)
|
||||||
|
eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
|
||||||
|
eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
# Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
|
||||||
|
func_cc_basename ()
|
||||||
|
{
|
||||||
|
for cc_temp in $*""; do
|
||||||
|
case $cc_temp in
|
||||||
|
compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
|
||||||
|
distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
|
||||||
|
\-*) ;;
|
||||||
|
*) break;;
|
||||||
|
esac
|
||||||
|
done
|
||||||
|
func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
# ### END FUNCTIONS SHARED WITH CONFIGURE
|
||||||
|
|
||||||
_LT_EOF
|
_LT_EOF
|
||||||
|
|
||||||
case $host_os in
|
case $host_os in
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# Makefile.in generated by automake 1.14.1 from Makefile.am.
|
# Makefile.in generated by automake 1.15 from Makefile.am.
|
||||||
# @configure_input@
|
# @configure_input@
|
||||||
|
|
||||||
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
|
# Copyright (C) 1994-2014 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This Makefile.in is free software; the Free Software Foundation
|
# This Makefile.in is free software; the Free Software Foundation
|
||||||
# gives unlimited permission to copy and/or distribute it,
|
# gives unlimited permission to copy and/or distribute it,
|
||||||
@ -15,7 +15,17 @@
|
|||||||
@SET_MAKE@
|
@SET_MAKE@
|
||||||
|
|
||||||
VPATH = @srcdir@
|
VPATH = @srcdir@
|
||||||
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
|
am__is_gnu_make = { \
|
||||||
|
if test -z '$(MAKELEVEL)'; then \
|
||||||
|
false; \
|
||||||
|
elif test -n '$(MAKE_HOST)'; then \
|
||||||
|
true; \
|
||||||
|
elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
|
||||||
|
true; \
|
||||||
|
else \
|
||||||
|
false; \
|
||||||
|
fi; \
|
||||||
|
}
|
||||||
am__make_running_with_option = \
|
am__make_running_with_option = \
|
||||||
case $${target_option-} in \
|
case $${target_option-} in \
|
||||||
?) ;; \
|
?) ;; \
|
||||||
@ -80,13 +90,11 @@ build_triplet = @build@
|
|||||||
host_triplet = @host@
|
host_triplet = @host@
|
||||||
noinst_PROGRAMS = mic$(EXEEXT) mis$(EXEEXT)
|
noinst_PROGRAMS = mic$(EXEEXT) mis$(EXEEXT)
|
||||||
subdir = examples
|
subdir = examples
|
||||||
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
|
|
||||||
$(top_srcdir)/config/mkinstalldirs \
|
|
||||||
$(top_srcdir)/config/depcomp
|
|
||||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||||
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
|
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
|
||||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||||
$(ACLOCAL_M4)
|
$(ACLOCAL_M4)
|
||||||
|
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
|
||||||
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
|
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
|
||||||
CONFIG_HEADER = $(top_builddir)/src/iperf_config.h
|
CONFIG_HEADER = $(top_builddir)/src/iperf_config.h
|
||||||
CONFIG_CLEAN_FILES =
|
CONFIG_CLEAN_FILES =
|
||||||
@ -168,6 +176,8 @@ am__define_uniq_tagged_files = \
|
|||||||
done | $(am__uniquify_input)`
|
done | $(am__uniquify_input)`
|
||||||
ETAGS = etags
|
ETAGS = etags
|
||||||
CTAGS = ctags
|
CTAGS = ctags
|
||||||
|
am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp \
|
||||||
|
$(top_srcdir)/config/mkinstalldirs
|
||||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||||
ACLOCAL = @ACLOCAL@
|
ACLOCAL = @ACLOCAL@
|
||||||
AMTAR = @AMTAR@
|
AMTAR = @AMTAR@
|
||||||
@ -208,6 +218,7 @@ LIBTOOL = @LIBTOOL@
|
|||||||
LIPO = @LIPO@
|
LIPO = @LIPO@
|
||||||
LN_S = @LN_S@
|
LN_S = @LN_S@
|
||||||
LTLIBOBJS = @LTLIBOBJS@
|
LTLIBOBJS = @LTLIBOBJS@
|
||||||
|
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
|
||||||
MAINT = @MAINT@
|
MAINT = @MAINT@
|
||||||
MAKEINFO = @MAKEINFO@
|
MAKEINFO = @MAKEINFO@
|
||||||
MANIFEST_TOOL = @MANIFEST_TOOL@
|
MANIFEST_TOOL = @MANIFEST_TOOL@
|
||||||
@ -284,6 +295,7 @@ target_alias = @target_alias@
|
|||||||
top_build_prefix = @top_build_prefix@
|
top_build_prefix = @top_build_prefix@
|
||||||
top_builddir = @top_builddir@
|
top_builddir = @top_builddir@
|
||||||
top_srcdir = @top_srcdir@
|
top_srcdir = @top_srcdir@
|
||||||
|
AM_CPPFLAGS = -I$(top_srcdir)/src
|
||||||
mic_SOURCES = mic.c
|
mic_SOURCES = mic.c
|
||||||
mic_CFLAGS = -g
|
mic_CFLAGS = -g
|
||||||
mic_LDADD = ../src/libiperf.la
|
mic_LDADD = ../src/libiperf.la
|
||||||
@ -308,7 +320,6 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
|
|||||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/Makefile'; \
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/Makefile'; \
|
||||||
$(am__cd) $(top_srcdir) && \
|
$(am__cd) $(top_srcdir) && \
|
||||||
$(AUTOMAKE) --foreign examples/Makefile
|
$(AUTOMAKE) --foreign examples/Makefile
|
||||||
.PRECIOUS: Makefile
|
|
||||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||||
@case '$?' in \
|
@case '$?' in \
|
||||||
*config.status*) \
|
*config.status*) \
|
||||||
@ -611,6 +622,8 @@ uninstall-am:
|
|||||||
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
|
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
|
||||||
tags tags-am uninstall uninstall-am
|
tags tags-am uninstall uninstall-am
|
||||||
|
|
||||||
|
.PRECIOUS: Makefile
|
||||||
|
|
||||||
|
|
||||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# Makefile.in generated by automake 1.14.1 from Makefile.am.
|
# Makefile.in generated by automake 1.15 from Makefile.am.
|
||||||
# @configure_input@
|
# @configure_input@
|
||||||
|
|
||||||
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
|
# Copyright (C) 1994-2014 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This Makefile.in is free software; the Free Software Foundation
|
# This Makefile.in is free software; the Free Software Foundation
|
||||||
# gives unlimited permission to copy and/or distribute it,
|
# gives unlimited permission to copy and/or distribute it,
|
||||||
@ -17,7 +17,17 @@
|
|||||||
|
|
||||||
|
|
||||||
VPATH = @srcdir@
|
VPATH = @srcdir@
|
||||||
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
|
am__is_gnu_make = { \
|
||||||
|
if test -z '$(MAKELEVEL)'; then \
|
||||||
|
false; \
|
||||||
|
elif test -n '$(MAKE_HOST)'; then \
|
||||||
|
true; \
|
||||||
|
elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
|
||||||
|
true; \
|
||||||
|
else \
|
||||||
|
false; \
|
||||||
|
fi; \
|
||||||
|
}
|
||||||
am__make_running_with_option = \
|
am__make_running_with_option = \
|
||||||
case $${target_option-} in \
|
case $${target_option-} in \
|
||||||
?) ;; \
|
?) ;; \
|
||||||
@ -85,15 +95,12 @@ noinst_PROGRAMS = t_timer$(EXEEXT) t_units$(EXEEXT) t_uuid$(EXEEXT) \
|
|||||||
iperf3_profile$(EXEEXT)
|
iperf3_profile$(EXEEXT)
|
||||||
TESTS = t_timer$(EXEEXT) t_units$(EXEEXT) t_uuid$(EXEEXT)
|
TESTS = t_timer$(EXEEXT) t_units$(EXEEXT) t_uuid$(EXEEXT)
|
||||||
subdir = src
|
subdir = src
|
||||||
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
|
|
||||||
$(srcdir)/iperf_config.h.in $(top_srcdir)/config/mkinstalldirs \
|
|
||||||
$(srcdir)/version.h.in $(top_srcdir)/config/depcomp \
|
|
||||||
$(dist_man_MANS) $(include_HEADERS) \
|
|
||||||
$(top_srcdir)/config/test-driver
|
|
||||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||||
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
|
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
|
||||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||||
$(ACLOCAL_M4)
|
$(ACLOCAL_M4)
|
||||||
|
DIST_COMMON = $(srcdir)/Makefile.am $(include_HEADERS) \
|
||||||
|
$(am__DIST_COMMON)
|
||||||
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
|
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
|
||||||
CONFIG_HEADER = iperf_config.h
|
CONFIG_HEADER = iperf_config.h
|
||||||
CONFIG_CLEAN_FILES = version.h
|
CONFIG_CLEAN_FILES = version.h
|
||||||
@ -432,6 +439,11 @@ TEST_LOGS = $(am__test_logs2:.test.log=.log)
|
|||||||
TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/config/test-driver
|
TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/config/test-driver
|
||||||
TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
|
TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
|
||||||
$(TEST_LOG_FLAGS)
|
$(TEST_LOG_FLAGS)
|
||||||
|
am__DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.in \
|
||||||
|
$(srcdir)/iperf_config.h.in $(srcdir)/version.h.in \
|
||||||
|
$(top_srcdir)/config/depcomp \
|
||||||
|
$(top_srcdir)/config/mkinstalldirs \
|
||||||
|
$(top_srcdir)/config/test-driver
|
||||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||||
ACLOCAL = @ACLOCAL@
|
ACLOCAL = @ACLOCAL@
|
||||||
AMTAR = @AMTAR@
|
AMTAR = @AMTAR@
|
||||||
@ -472,6 +484,7 @@ LIBTOOL = @LIBTOOL@
|
|||||||
LIPO = @LIPO@
|
LIPO = @LIPO@
|
||||||
LN_S = @LN_S@
|
LN_S = @LN_S@
|
||||||
LTLIBOBJS = @LTLIBOBJS@
|
LTLIBOBJS = @LTLIBOBJS@
|
||||||
|
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
|
||||||
MAINT = @MAINT@
|
MAINT = @MAINT@
|
||||||
MAKEINFO = @MAKEINFO@
|
MAKEINFO = @MAKEINFO@
|
||||||
MANIFEST_TOOL = @MANIFEST_TOOL@
|
MANIFEST_TOOL = @MANIFEST_TOOL@
|
||||||
@ -631,7 +644,6 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
|
|||||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
|
||||||
$(am__cd) $(top_srcdir) && \
|
$(am__cd) $(top_srcdir) && \
|
||||||
$(AUTOMAKE) --foreign src/Makefile
|
$(AUTOMAKE) --foreign src/Makefile
|
||||||
.PRECIOUS: Makefile
|
|
||||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||||
@case '$?' in \
|
@case '$?' in \
|
||||||
*config.status*) \
|
*config.status*) \
|
||||||
@ -1321,7 +1333,7 @@ $(TEST_SUITE_LOG): $(TEST_LOGS)
|
|||||||
if test -n "$$am__remaking_logs"; then \
|
if test -n "$$am__remaking_logs"; then \
|
||||||
echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
|
echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
|
||||||
"recursion detected" >&2; \
|
"recursion detected" >&2; \
|
||||||
else \
|
elif test -n "$$redo_logs"; then \
|
||||||
am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
|
am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
|
||||||
fi; \
|
fi; \
|
||||||
if $(am__make_dryrun); then :; else \
|
if $(am__make_dryrun); then :; else \
|
||||||
@ -1638,6 +1650,8 @@ uninstall-man: uninstall-man1 uninstall-man3
|
|||||||
uninstall-libLTLIBRARIES uninstall-man uninstall-man1 \
|
uninstall-libLTLIBRARIES uninstall-man uninstall-man1 \
|
||||||
uninstall-man3
|
uninstall-man3
|
||||||
|
|
||||||
|
.PRECIOUS: Makefile
|
||||||
|
|
||||||
|
|
||||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user