Imported Upstream version 1.3.4
# Makefile.in generated by automake 1.11.1 from Makefile.am. | ||
# Makefile.in generated by automake 1.11.3 from Makefile.am. | ||
# @[email protected] | ||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, | ||
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, | ||
# Inc. | ||
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software | ||
# Foundation, Inc. | ||
# This Makefile.in is free software; the Free Software Foundation | ||
# gives unlimited permission to copy and/or distribute it, | ||
# with or without modifications, as long as this notice is preserved. | ||
... | ... | @@ -76,11 +76,11 @@ mkinstalldirs = $(install_sh) -d |
CONFIG_HEADER = config.h | ||
CONFIG_CLEAN_FILES = ibus-m17n.spec | ||
CONFIG_CLEAN_VPATH_FILES = | ||
AM_V_GEN = $(am__v_GEN_$(V)) | ||
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) | ||
AM_V_GEN = $(am__v_GEN_@[email protected]) | ||
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) | ||
am__v_GEN_0 = @echo " GEN " [email protected]; | ||
AM_V_at = $(am__v_at_$(V)) | ||
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) | ||
AM_V_at = $(am__v_at_@[email protected]) | ||
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) | ||
am__v_at_0 = @ | ||
SOURCES = | ||
DIST_SOURCES = | ||
... | ... | @@ -103,9 +103,11 @@ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
distdir = $(PACKAGE)-$(VERSION) | ||
top_distdir = $(distdir) | ||
am__remove_distdir = \ | ||
{ test ! -d "$(distdir)" \ | ||
|| { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ | ||
&& rm -fr "$(distdir)"; }; } | ||
if test -d "$(distdir)"; then \ | ||
find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ | ||
&& rm -rf "$(distdir)" \ | ||
|| { sleep 5 && rm -rf "$(distdir)"; }; \ | ||
else :; fi | ||
am__relativize = \ | ||
dir0=`pwd`; \ | ||
sed_first='s,^\([^/]*\)/.*$$,\1,'; \ | ||
... | ... | @@ -134,6 +136,8 @@ am__relativize = \ |
DIST_ARCHIVES = $(distdir).tar.gz | ||
GZIP_ENV = --best | ||
distuninstallcheck_listfiles = find . -type f -print | ||
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ | ||
| sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' | ||
distcleancheck_listfiles = find . -type f -print | ||
ACLOCAL = @[email protected] | ||
AMTAR = @[email protected] | ||
... | ... | @@ -309,7 +313,7 @@ all: config.h |
$(MAKE) $(AM_MAKEFLAGS) all-recursive | ||
.SUFFIXES: | ||
am--refresh: | ||
am--refresh: Makefile | ||
@: | ||
$(srcdir)/Makefile.in: @[email protected] $(srcdir)/Makefile.am $(am__configure_deps) | ||
@for dep in $?; do \ | ||
... | ... | @@ -345,10 +349,8 @@ $(ACLOCAL_M4): @[email protected] $(am__aclocal_m4_deps) |
$(am__aclocal_m4_deps): | ||
config.h: stamp-h1 | ||
@if test ! -f [email protected]; then \ | ||
rm -f stamp-h1; \ | ||
$(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ | ||
else :; fi | ||
@if test ! -f [email protected]; then rm -f stamp-h1; else :; fi | ||
@if test ! -f [email protected]; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi | ||
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status | ||
@rm -f stamp-h1 | ||
... | ... | @@ -579,7 +581,11 @@ dist-gzip: distdir |
$(am__remove_distdir) | ||
dist-bzip2: distdir | ||
tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 | ||
tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 | ||
$(am__remove_distdir) | ||
dist-lzip: distdir | ||
tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz | ||
$(am__remove_distdir) | ||
dist-lzma: distdir | ||
... | ... | @@ -587,7 +593,7 @@ dist-lzma: distdir |
$(am__remove_distdir) | ||
dist-xz: distdir | ||
tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz | ||
tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz | ||
$(am__remove_distdir) | ||
dist-tarZ: distdir | ||
... | ... | @@ -618,6 +624,8 @@ distcheck: dist |
bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ | ||
*.tar.lzma*) \ | ||
lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ | ||
*.tar.lz*) \ | ||
lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ | ||
*.tar.xz*) \ | ||
xz -dc $(distdir).tar.xz | $(am__untar) ;;\ | ||
*.tar.Z*) \ | ||
... | ... | @@ -637,6 +645,7 @@ distcheck: dist |
&& am__cwd=`pwd` \ | ||
&& $(am__cd) $(distdir)/_build \ | ||
&& ../configure --srcdir=.. --prefix="$$dc_install_base" \ | ||
$(AM_DISTCHECK_CONFIGURE_FLAGS) \ | ||
$(DISTCHECK_CONFIGURE_FLAGS) \ | ||
&& $(MAKE) $(AM_MAKEFLAGS) \ | ||
&& $(MAKE) $(AM_MAKEFLAGS) dvi \ | ||
... | ... | @@ -665,8 +674,16 @@ distcheck: dist |
list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ | ||
sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' | ||
distuninstallcheck: | ||
@$(am__cd) '$(distuninstallcheck_dir)' \ | ||
&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ | ||
@test -n '$(distuninstallcheck_dir)' || { \ | ||
echo 'ERROR: trying to run [email protected] with an empty' \ | ||
'$$(distuninstallcheck_dir)' >&2; \ | ||
exit 1; \ | ||
}; \ | ||
$(am__cd) '$(distuninstallcheck_dir)' || { \ | ||
echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ | ||
exit 1; \ | ||
}; \ | ||
test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ | ||
|| { echo "ERROR: files left after uninstall:" ; \ | ||
if test -n "$(DESTDIR)"; then \ | ||
echo " (check DESTDIR support)"; \ | ||
... | ... | @@ -697,10 +714,15 @@ install-am: all-am |
installcheck: installcheck-recursive | ||
install-strip: | ||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | ||
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | ||
`test -z '$(STRIP)' || \ | ||
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | ||
if test -z '$(STRIP)'; then \ | ||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | ||
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | ||
install; \ | ||
else \ | ||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | ||
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | ||
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ | ||
fi | ||
mostlyclean-generic: | ||
clean-generic: | ||
... | ... | @@ -789,18 +811,19 @@ uninstall-am: |
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ | ||
all all-am am--refresh check check-am clean clean-generic \ | ||
clean-libtool clean-local ctags ctags-recursive dist dist-all \ | ||
dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ dist-xz \ | ||
dist-zip distcheck distclean distclean-generic distclean-hdr \ | ||
distclean-libtool distclean-tags distcleancheck distdir \ | ||
distuninstallcheck dvi dvi-am html html-am info info-am \ | ||
install install-am install-data install-data-am install-dvi \ | ||
install-dvi-am install-exec install-exec-am install-html \ | ||
install-html-am install-info install-info-am install-man \ | ||
install-pdf install-pdf-am install-ps install-ps-am \ | ||
install-strip installcheck installcheck-am installdirs \ | ||
installdirs-am maintainer-clean maintainer-clean-generic \ | ||
mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ | ||
ps ps-am tags tags-recursive uninstall uninstall-am | ||
dist-bzip2 dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ \ | ||
dist-xz dist-zip distcheck distclean distclean-generic \ | ||
distclean-hdr distclean-libtool distclean-tags distcleancheck \ | ||
distdir distuninstallcheck dvi dvi-am html html-am info \ | ||
info-am install install-am install-data install-data-am \ | ||
install-dvi install-dvi-am install-exec install-exec-am \ | ||
install-html install-html-am install-info install-info-am \ | ||
install-man install-pdf install-pdf-am install-ps \ | ||
install-ps-am install-strip installcheck installcheck-am \ | ||
installdirs installdirs-am maintainer-clean \ | ||
maintainer-clean-generic mostlyclean mostlyclean-generic \ | ||
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ | ||
uninstall uninstall-am | ||
rpm: dist @[email protected] | ||
... | ... |
# generated automatically by aclocal 1.11.1 -*- Autoconf -*- | ||
# generated automatically by aclocal 1.11.3 -*- Autoconf -*- | ||
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | ||
# 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | ||
# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, | ||
# Inc. | ||
# This file is free software; the Free Software Foundation | ||
# gives unlimited permission to copy and/or distribute it, | ||
# with or without modifications, as long as this notice is preserved. | ||
... | ... | @@ -177,12 +178,15 @@ else |
fi[]dnl | ||
])# PKG_CHECK_MODULES | ||
# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | ||
# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software | ||
# Foundation, Inc. | ||
# | ||
# This file is free software; the Free Software Foundation | ||
# gives unlimited permission to copy and/or distribute it, | ||
# with or without modifications, as long as this notice is preserved. | ||
# serial 1 | ||
# AM_AUTOMAKE_VERSION(VERSION) | ||
# ---------------------------- | ||
# Automake X.Y traces this macro to ensure aclocal.m4 has been | ||
... | ... | @@ -192,7 +196,7 @@ AC_DEFUN([AM_AUTOMAKE_VERSION], |
[am__api_version='1.11' | ||
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. | ||
m4_if([$1], [1.11.1], [], | ||
m4_if([$1], [1.11.3], [], | ||
[AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl | ||
]) | ||
... | ... | @@ -208,19 +212,21 @@ m4_define([_AM_AUTOCONF_VERSION], []) |
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. | ||
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE. | ||
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], | ||
[AM_AUTOMAKE_VERSION([1.11.1])dnl | ||
[AM_AUTOMAKE_VERSION([1.11.3])dnl | ||
m4_ifndef([AC_AUTOCONF_VERSION], | ||
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl | ||
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) | ||
# AM_AUX_DIR_EXPAND -*- Autoconf -*- | ||
# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. | ||
# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. | ||
# | ||
# This file is free software; the Free Software Foundation | ||
# gives unlimited permission to copy and/or distribute it, | ||
# with or without modifications, as long as this notice is preserved. | ||
# serial 1 | ||
# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets | ||
# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to | ||
# `$srcdir', `$srcdir/..', or `$srcdir/../..'. | ||
... | ... | @@ -302,14 +308,14 @@ AC_CONFIG_COMMANDS_PRE( |
Usually this means the macro was only invoked conditionally.]]) | ||
fi])]) | ||
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009 | ||
# Free Software Foundation, Inc. | ||
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009, | ||
# 2010, 2011 Free Software Foundation, Inc. | ||
# | ||
# This file is free software; the Free Software Foundation | ||
# gives unlimited permission to copy and/or distribute it, | ||
# with or without modifications, as long as this notice is preserved. | ||
# serial 10 | ||
# serial 12 | ||
# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be | ||
# written in clear, in which case automake, when reading aclocal.m4, | ||
... | ... | @@ -349,6 +355,7 @@ AC_CACHE_CHECK([dependency style of $depcc], |
# 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. | ||
... | ... | @@ -413,7 +420,7 @@ AC_CACHE_CHECK([dependency style of $depcc], |
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. | ||
... | ... | @@ -478,10 +485,13 @@ AC_DEFUN([AM_DEP_TRACK], |
if test "x$enable_dependency_tracking" != xno; then | ||
am_depcomp="$ac_aux_dir/depcomp" | ||
AMDEPBACKSLASH='\' | ||
am__nodep='_no' | ||
fi | ||
AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) | ||
AC_SUBST([AMDEPBACKSLASH])dnl | ||
_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl | ||
AC_SUBST([am__nodep])dnl | ||
_AM_SUBST_NOTMAKE([am__nodep])dnl | ||
]) | ||
# Generate code to set up dependency tracking. -*- Autoconf -*- | ||
... | ... | @@ -703,12 +713,15 @@ for _am_header in $config_headers :; do |
done | ||
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) | ||
# Copyright (C) 2001, 2003, 2005, 2008 Free Software Foundation, Inc. | ||
# Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation, | ||
# Inc. | ||
# | ||
# This file is free software; the Free Software Foundation | ||
# gives unlimited permission to copy and/or distribute it, | ||
# with or without modifications, as long as this notice is preserved. | ||
# serial 1 | ||
# AM_PROG_INSTALL_SH | ||
# ------------------ | ||
# Define $install_sh. | ||
... | ... | @@ -748,8 +761,8 @@ AC_SUBST([am__leading_dot])]) |
# Add --enable-maintainer-mode option to configure. -*- Autoconf -*- | ||
# From Jim Meyering | ||
# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008 | ||
# Free Software Foundation, Inc. | ||
# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008, | ||
# 2011 Free Software Foundation, Inc. | ||
# | ||
# This file is free software; the Free Software Foundation | ||
# gives unlimited permission to copy and/or distribute it, | ||
... | ... | @@ -769,7 +782,7 @@ AC_DEFUN([AM_MAINTAINER_MODE], |
[disable], [m4_define([am_maintainer_other], [enable])], | ||
[m4_define([am_maintainer_other], [enable]) | ||
m4_warn([syntax], [unexpected argument to [email protected]&[email protected]_MAINTAINER_MODE: $1])]) | ||
AC_MSG_CHECKING([whether to am_maintainer_other maintainer-specific portions of Makefiles]) | ||
AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles]) | ||
dnl maintainer-mode's default is 'disable' unless 'enable' is passed | ||
AC_ARG_ENABLE([maintainer-mode], | ||
[ --][am_maintainer_other][-maintainer-mode am_maintainer_other make rules and dependencies not useful | ||
... | ... | @@ -915,12 +928,15 @@ else |
fi | ||
]) | ||
# Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. | ||
# Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation, | ||
# Inc. | ||
# | ||
# This file is free software; the Free Software Foundation | ||
# gives unlimited permission to copy and/or distribute it, | ||
# with or without modifications, as long as this notice is preserved. | ||
# serial 1 | ||
# AM_PROG_MKDIR_P | ||
# --------------- | ||
# Check for `mkdir -p'. | ||
... | ... | @@ -943,13 +959,14 @@ esac |
# Helper functions for option handling. -*- Autoconf -*- | ||
# Copyright (C) 2001, 2002, 2003, 2005, 2008 Free Software Foundation, Inc. | ||
# Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software | ||
# Foundation, Inc. | ||
# | ||
# This file is free software; the Free Software Foundation | ||
# gives unlimited permission to copy and/or distribute it, | ||
# with or without modifications, as long as this notice is preserved. | ||
# serial 4 | ||
# serial 5 | ||
# _AM_MANGLE_OPTION(NAME) | ||
# ----------------------- | ||
... | ... | @@ -957,13 +974,13 @@ AC_DEFUN([_AM_MANGLE_OPTION], |
[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) | ||
# _AM_SET_OPTION(NAME) | ||
# ------------------------------ | ||
# -------------------- | ||
# Set option NAME. Presently that only means defining a flag for this option. | ||
AC_DEFUN([_AM_SET_OPTION], | ||
[m4_define(_AM_MANGLE_OPTION([$1]), 1)]) | ||
# _AM_SET_OPTIONS(OPTIONS) | ||
# ---------------------------------- | ||
# ------------------------ | ||
# OPTIONS is a space-separated list of Automake options. | ||
AC_DEFUN([_AM_SET_OPTIONS], | ||
[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) | ||
... | ... | @@ -1039,13 +1056,13 @@ Check your system clock]) |
fi | ||
AC_MSG_RESULT(yes)]) | ||
# Copyright (C) 2009 Free Software Foundation, Inc. | ||
# Copyright (C) 2009, 2011 Free Software Foundation, Inc. | ||
# | ||
# This file is free software; the Free Software Foundation | ||
# gives unlimited permission to copy and/or distribute it, | ||
# with or without modifications, as long as this notice is preserved. | ||
# serial 1 | ||
# serial 2 | ||
# AM_SILENT_RULES([DEFAULT]) | ||
# -------------------------- | ||
... | ... | @@ -1060,18 +1077,50 @@ yes) AM_DEFAULT_VERBOSITY=0;; |
no) AM_DEFAULT_VERBOSITY=1;; | ||
*) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; | ||
esac | ||
dnl | ||
dnl A few `make' implementations (e.g., NonStop OS and NextStep) | ||
dnl do not support nested variable expansions. | ||
dnl See automake bug#9928 and bug#10237. | ||
am_make=${MAKE-make} | ||
AC_CACHE_CHECK([whether $am_make supports nested variables], | ||
[am_cv_make_support_nested_variables], | ||
[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]) | ||
if test $am_cv_make_support_nested_variables = yes; then | ||
dnl Using `$V' instead of `$(V)' breaks IRIX make. | ||
AM_V='$(V)' | ||
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' | ||
else | ||
AM_V=$AM_DEFAULT_VERBOSITY | ||
AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY | ||
fi | ||
AC_SUBST([AM_V])dnl | ||
AM_SUBST_NOTMAKE([AM_V])dnl | ||
AC_SUBST([AM_DEFAULT_V])dnl | ||
AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl | ||
AC_SUBST([AM_DEFAULT_VERBOSITY])dnl | ||
AM_BACKSLASH='\' | ||
AC_SUBST([AM_BACKSLASH])dnl | ||
_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl | ||
]) | ||
# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. | ||
# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. | ||
# | ||
# This file is free software; the Free Software Foundation | ||
# gives unlimited permission to copy and/or distribute it, | ||
# with or without modifications, as long as this notice is preserved. | ||
# serial 1 | ||
# AM_PROG_INSTALL_STRIP | ||
# --------------------- | ||
# One issue with vendor `install' (even GNU) is that you can't | ||
... | ... | @@ -1094,13 +1143,13 @@ fi |
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" | ||
AC_SUBST([INSTALL_STRIP_PROGRAM])]) | ||
# Copyright (C) 2006, 2008 Free Software Foundation, Inc. | ||
# Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc. | ||
# | ||
# This file is free software; the Free Software Foundation | ||
# gives unlimited permission to copy and/or distribute it, | ||
# with or without modifications, as long as this notice is preserved. | ||
# serial 2 | ||
# serial 3 | ||
# _AM_SUBST_NOTMAKE(VARIABLE) | ||
# --------------------------- | ||
... | ... | @@ -1109,13 +1158,13 @@ AC_SUBST([INSTALL_STRIP_PROGRAM])]) |
AC_DEFUN([_AM_SUBST_NOTMAKE]) | ||
# AM_SUBST_NOTMAKE(VARIABLE) | ||
# --------------------------- | ||
# -------------------------- | ||
# Public sister of _AM_SUBST_NOTMAKE. | ||
AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([email protected])]) | ||
# Check how to create a tarball. -*- Autoconf -*- | ||
# Copyright (C) 2004, 2005 Free Software Foundation, Inc. | ||
# Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc. | ||
# | ||
# This file is free software; the Free Software Foundation | ||
# gives unlimited permission to copy and/or distribute it, | ||
... | ... | @@ -1137,10 +1186,11 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([email protected])]) |
# a tarball read from stdin. | ||
# $(am__untar) < result.tar | ||
AC_DEFUN([_AM_PROG_TAR], | ||
[# Always define AMTAR for backward compatibility. | ||
AM_MISSING_PROG([AMTAR], [tar]) | ||
[# Always define AMTAR for backward compatibility. Yes, it's still used | ||
# in the wild :-( We should find a proper way to deprecate it ... | ||
AC_SUBST([AMTAR], ['$${TAR-tar}']) | ||
m4_if([$1], [v7], | ||
[am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'], | ||
[am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], | ||
[m4_case([$1], [ustar],, [pax],, | ||
[m4_fatal([Unknown tar format])]) | ||
AC_MSG_CHECKING([how to create a $1 tar archive]) | ||
... | ... |
#! /bin/sh | ||
# Wrapper for compilers which do not understand `-c -o'. | ||
# Wrapper for compilers which do not understand '-c -o'. | ||
scriptversion=2009-10-06.20; # UTC | ||
scriptversion=2012-01-04.17; # UTC | ||
# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2009 Free Software | ||
# Foundation, Inc. | ||
# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2009, 2010, 2012 Free | ||
# Software Foundation, Inc. | ||
# Written by Tom Tromey <[email protected]>. | ||
# | ||
# This program is free software; you can redistribute it and/or modify | ||
... | ... | @@ -29,21 +29,186 @@ scriptversion=2009-10-06.20; # UTC |
# bugs to <[email protected]> or send patches to | ||
# <[email protected]>. | ||
nl=' | ||
' | ||
# We need space, tab and new line, in precisely that order. Quoting is | ||
# there to prevent tools from complaining about whitespace usage. | ||
IFS=" "" $nl" | ||
file_conv= | ||
# func_file_conv build_file lazy | ||
# Convert a $build file to $host form and store it in $file | ||
# Currently only supports Windows hosts. If the determined conversion | ||
# type is listed in (the comma separated) LAZY, no conversion will | ||
# take place. | ||
func_file_conv () | ||
{ | ||
file=$1 | ||
case $file in | ||
/ | /[!/]*) # absolute file, and not a UNC file | ||
if test -z "$file_conv"; then | ||
# lazily determine how to convert abs files | ||
case `uname -s` in | ||
MINGW*) | ||
file_conv=mingw | ||
;; | ||
CYGWIN*) | ||
file_conv=cygwin | ||
;; | ||
*) | ||
file_conv=wine | ||
;; | ||
esac | ||
fi | ||
case $file_conv/,$2, in | ||
*,$file_conv,*) | ||
;; | ||
mingw/*) | ||
file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` | ||
;; | ||
cygwin/*) | ||
file=`cygpath -m "$file" || echo "$file"` | ||
;; | ||
wine/*) | ||
file=`winepath -w "$file" || echo "$file"` | ||
;; | ||
esac | ||
;; | ||
esac | ||
} | ||
# func_cl_wrapper cl arg... | ||
# Adjust compile command to suit cl | ||
func_cl_wrapper () | ||
{ | ||
# Assume a capable shell | ||
lib_path= | ||
shared=: | ||
linker_opts= | ||
for arg | ||
do | ||
if test -n "$eat"; then | ||
eat= | ||
else | ||
case $1 in | ||
-o) | ||
# configure might choose to run compile as 'compile cc -o foo foo.c'. | ||
eat=1 | ||
case $2 in | ||
*.o | *.[oO][bB][jJ]) | ||
func_file_conv "$2" | ||
set x "[email protected]" -Fo"$file" | ||
shift | ||
;; | ||
*) | ||
func_file_conv "$2" | ||
set x "[email protected]" -Fe"$file" | ||
shift | ||
;; | ||
esac | ||
;; | ||
-I*) | ||
func_file_conv "${1#-I}" mingw | ||
set x "[email protected]" -I"$file" | ||
shift | ||
;; | ||
-l*) | ||
lib=${1#-l} | ||
found=no | ||
save_IFS=$IFS | ||
IFS=';' | ||
for dir in $lib_path $LIB | ||
do | ||
IFS=$save_IFS | ||
if $shared && test -f "$dir/$lib.dll.lib"; then | ||
found=yes | ||
set x "[email protected]" "$dir/$lib.dll.lib" | ||
break | ||
fi | ||
if test -f "$dir/$lib.lib"; then | ||
found=yes | ||
set x "[email protected]" "$dir/$lib.lib" | ||
break | ||
fi | ||
done | ||
IFS=$save_IFS | ||
test "$found" != yes && set x "[email protected]" "$lib.lib" | ||
shift | ||
;; | ||
-L*) | ||
func_file_conv "${1#-L}" | ||
if test -z "$lib_path"; then | ||
lib_path=$file | ||
else | ||
lib_path="$lib_path;$file" | ||
fi | ||
linker_opts="$linker_opts -LIBPATH:$file" | ||
;; | ||
-static) | ||
shared=false | ||
;; | ||
-Wl,*) | ||
arg=${1#-Wl,} | ||
save_ifs="$IFS"; IFS=',' | ||
for flag in $arg; do | ||
IFS="$save_ifs" | ||
linker_opts="$linker_opts $flag" | ||
done | ||
IFS="$save_ifs" | ||
;; | ||
-Xlinker) | ||
eat=1 | ||
linker_opts="$linker_opts $2" | ||
;; | ||
-*) | ||
set x "[email protected]" "$1" | ||
shift | ||
;; | ||
*.cc | *.CC | *.cxx | *.CXX | *.[cC]++) | ||
func_file_conv "$1" | ||
set x "[email protected]" -Tp"$file" | ||
shift | ||
;; | ||
*.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO]) | ||
func_file_conv "$1" mingw | ||
set x "[email protected]" "$file" | ||
shift | ||
;; | ||
*) | ||
set x "[email protected]" "$1" | ||
shift | ||
;; | ||
esac | ||