Codebase list blueman / 76f935e
Import Upstream version 2.0.6 Christopher Schramm 3 years ago
19 changed file(s) with 1245 addition(s) and 975 deletion(s). Raw diff Collapse all Expand all
0 # Python CircleCI 2.0 configuration file
1 #
2 # Check https://circleci.com/docs/2.0/language-python/ for more details
3 #
4 #
5 version: 2
6 jobs:
7 python3:
8 docker:
9 - image: debian:unstable
10
11 environment:
12 PYTHON: "python3"
13
14 steps:
15 - checkout
16 - run: apt-get update
17 - run: apt-get install -y -qq --no-install-recommends sudo automake autoconf libglib2.0-dev libtool intltool python3-dev python-gi python-gi-dev cython python3-dbus dh-autoreconf libbluetooth-dev gtk-update-icon-cache
18 - run: ./autogen.sh
19 - run: make
20 - run: make distcheck
21 - run: sudo make install
22
23 python2:
24 docker:
25 - image: debian:unstable
26
27 environment:
28 PYTHON: "python2"
29
30 steps:
31 - checkout
32 - run: apt-get update
33 - run: apt-get install -y -qq --no-install-recommends sudo automake autoconf libglib2.0-dev libtool intltool python-dev python-gi python-gi-dev cython python-dbus dh-autoreconf libbluetooth-dev gtk-update-icon-cache
34 - run: ./autogen.sh
35 - run: make
36 - run: make distcheck
37 - run: sudo make install
38
39 workflows:
40 version: 2
41 build_and_test:
42 jobs:
43 - python3
44 - python2
0 language: python
1
2 virtualenv:
3 system_site_packages: true
4
5 python:
6 - "2.7"
7 - "3.4"
8
09 script:
110 - ./autogen.sh
211 - make
312 - make check
413
5 env:
6 - PYTHON=python2.7
7 - PYTHON=python3.2
8
914 before_install:
1015 - sudo apt-get update -qq
1116 - sudo apt-get install -qq automake autoconf libglib2.0-dev libtool libgtk-3-dev libstartup-notification0-dev python-gi-dev libbluetooth-dev intltool python-dev python3-dev cython python-dbus python3-dbus dh-autoreconf
17
18 # travis build environment is polluted
19 - unset PYTHON_CFLAGS
00 # Changelog
11
2 ## 2.0.6
3
4 **This release adds authorisation checks for the commands blueman runs as root**
5
6 We added the following policykit authorisation checks
7 * org.blueman.network.setup
8 * org.blueman.pppd.pppconnect
9 * org.blueman.rfkill.setstate
10
11 See https://github.com/blueman-project/blueman/wiki/PolicyKit
212
313 ## 2.0.5
414
4646 #
4747 # Modified to require ngettext
4848 # Matthias Clasen <mclasen@redhat.com> 08/06/2004
49 #
49
50 # Increment this whenever this file is changed.
51 #serial 1
52
5053 # We need this here as well, since someone might use autoconf-2.5x
5154 # to configure GLib then an older version to configure a package
5255 # using AM_GLIB_GNU_GETTEXT
502505 sed 's/^/| /' conftest.foo >&AS_MESSAGE_LOG_FD
503506 fi])
504507
508
509 # Increment this whenever this file is changed.
510 #serial 1
505511
506512 dnl GLIB_GSETTINGS
507513 dnl Defines GSETTINGS_SCHEMAS_INSTALL which controls whether
00 @%:@! /bin/sh
11 @%:@ Guess values for system-dependent variables and create Makefiles.
2 @%:@ Generated by GNU Autoconf 2.69 for blueman 2.0.5.
2 @%:@ Generated by GNU Autoconf 2.69 for blueman 2.0.6.
33 @%:@
44 @%:@ Report bugs to <https://github.com/blueman-project/blueman/issues>.
55 @%:@
589589 # Identity of this package.
590590 PACKAGE_NAME='blueman'
591591 PACKAGE_TARNAME='blueman'
592 PACKAGE_VERSION='2.0.5'
593 PACKAGE_STRING='blueman 2.0.5'
592 PACKAGE_VERSION='2.0.6'
593 PACKAGE_STRING='blueman 2.0.6'
594594 PACKAGE_BUGREPORT='https://github.com/blueman-project/blueman/issues'
595595 PACKAGE_URL=''
596596
14511451 # Omit some internal or obsolete options to make the list less imposing.
14521452 # This message is too long to be a string in the A/UX 3.1 sh.
14531453 cat <<_ACEOF
1454 \`configure' configures blueman 2.0.5 to adapt to many kinds of systems.
1454 \`configure' configures blueman 2.0.6 to adapt to many kinds of systems.
14551455
14561456 Usage: $0 [OPTION]... [VAR=VALUE]...
14571457
15221522
15231523 if test -n "$ac_init_help"; then
15241524 case $ac_init_help in
1525 short | recursive ) echo "Configuration of blueman 2.0.5:";;
1525 short | recursive ) echo "Configuration of blueman 2.0.6:";;
15261526 esac
15271527 cat <<\_ACEOF
15281528
15321532 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
15331533 --enable-silent-rules less verbose build output (undo: "make V=1")
15341534 --disable-silent-rules verbose build output (undo: "make V=0")
1535 --enable-maintainer-mode
1536 enable make rules and dependencies not useful (and
1535 --disable-maintainer-mode
1536 disable make rules and dependencies not useful (and
15371537 sometimes confusing) to the casual installer
15381538 --enable-dependency-tracking
15391539 do not reject slow dependency extractors
16791679 test -n "$ac_init_help" && exit $ac_status
16801680 if $ac_init_version; then
16811681 cat <<\_ACEOF
1682 blueman configure 2.0.5
1682 blueman configure 2.0.6
16831683 generated by GNU Autoconf 2.69
16841684
16851685 Copyright (C) 2012 Free Software Foundation, Inc.
20482048 This file contains any messages produced by compilers while
20492049 running configure, to aid debugging if configure makes a mistake.
20502050
2051 It was created by blueman $as_me 2.0.5, which was
2051 It was created by blueman $as_me 2.0.6, which was
20522052 generated by GNU Autoconf 2.69. Invocation command line was
20532053
20542054 $ $0 $@
29132913
29142914 # Define the identity of the package.
29152915 PACKAGE='blueman'
2916 VERSION='2.0.5'
2916 VERSION='2.0.6'
29172917
29182918
29192919 cat >>confdefs.h <<_ACEOF
30143014 if test "${enable_maintainer_mode+set}" = set; then :
30153015 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
30163016 else
3017 USE_MAINTAINER_MODE=no
3017 USE_MAINTAINER_MODE=yes
30183018 fi
30193019
30203020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
1573715737 # report actual input values of CONFIG_FILES etc. instead of their
1573815738 # values after options handling.
1573915739 ac_log="
15740 This file was extended by blueman $as_me 2.0.5, which was
15740 This file was extended by blueman $as_me 2.0.6, which was
1574115741 generated by GNU Autoconf 2.69. Invocation command line was
1574215742
1574315743 CONFIG_FILES = $CONFIG_FILES
1580315803 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1580415804 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1580515805 ac_cs_version="\\
15806 blueman config.status 2.0.5
15806 blueman config.status 2.0.6
1580715807 configured by $0, generated by GNU Autoconf 2.69,
1580815808 with options \\"\$ac_cs_config\\"
1580915809
00 @%:@! /bin/sh
11 @%:@ Guess values for system-dependent variables and create Makefiles.
2 @%:@ Generated by GNU Autoconf 2.69 for blueman 2.0.5.
2 @%:@ Generated by GNU Autoconf 2.69 for blueman 2.0.6.
33 @%:@
44 @%:@ Report bugs to <https://github.com/blueman-project/blueman/issues>.
55 @%:@
589589 # Identity of this package.
590590 PACKAGE_NAME='blueman'
591591 PACKAGE_TARNAME='blueman'
592 PACKAGE_VERSION='2.0.5'
593 PACKAGE_STRING='blueman 2.0.5'
592 PACKAGE_VERSION='2.0.6'
593 PACKAGE_STRING='blueman 2.0.6'
594594 PACKAGE_BUGREPORT='https://github.com/blueman-project/blueman/issues'
595595 PACKAGE_URL=''
596596
14511451 # Omit some internal or obsolete options to make the list less imposing.
14521452 # This message is too long to be a string in the A/UX 3.1 sh.
14531453 cat <<_ACEOF
1454 \`configure' configures blueman 2.0.5 to adapt to many kinds of systems.
1454 \`configure' configures blueman 2.0.6 to adapt to many kinds of systems.
14551455
14561456 Usage: $0 [OPTION]... [VAR=VALUE]...
14571457
15221522
15231523 if test -n "$ac_init_help"; then
15241524 case $ac_init_help in
1525 short | recursive ) echo "Configuration of blueman 2.0.5:";;
1525 short | recursive ) echo "Configuration of blueman 2.0.6:";;
15261526 esac
15271527 cat <<\_ACEOF
15281528
15321532 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
15331533 --enable-silent-rules less verbose build output (undo: "make V=1")
15341534 --disable-silent-rules verbose build output (undo: "make V=0")
1535 --enable-maintainer-mode
1536 enable make rules and dependencies not useful (and
1535 --disable-maintainer-mode
1536 disable make rules and dependencies not useful (and
15371537 sometimes confusing) to the casual installer
15381538 --enable-dependency-tracking
15391539 do not reject slow dependency extractors
16791679 test -n "$ac_init_help" && exit $ac_status
16801680 if $ac_init_version; then
16811681 cat <<\_ACEOF
1682 blueman configure 2.0.5
1682 blueman configure 2.0.6
16831683 generated by GNU Autoconf 2.69
16841684
16851685 Copyright (C) 2012 Free Software Foundation, Inc.
20482048 This file contains any messages produced by compilers while
20492049 running configure, to aid debugging if configure makes a mistake.
20502050
2051 It was created by blueman $as_me 2.0.5, which was
2051 It was created by blueman $as_me 2.0.6, which was
20522052 generated by GNU Autoconf 2.69. Invocation command line was
20532053
20542054 $ $0 $@
29132913
29142914 # Define the identity of the package.
29152915 PACKAGE='blueman'
2916 VERSION='2.0.5'
2916 VERSION='2.0.6'
29172917
29182918
29192919 cat >>confdefs.h <<_ACEOF
30143014 if test "${enable_maintainer_mode+set}" = set; then :
30153015 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
30163016 else
3017 USE_MAINTAINER_MODE=no
3017 USE_MAINTAINER_MODE=yes
30183018 fi
30193019
30203020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
1573315733 # report actual input values of CONFIG_FILES etc. instead of their
1573415734 # values after options handling.
1573515735 ac_log="
15736 This file was extended by blueman $as_me 2.0.5, which was
15736 This file was extended by blueman $as_me 2.0.6, which was
1573715737 generated by GNU Autoconf 2.69. Invocation command line was
1573815738
1573915739 CONFIG_FILES = $CONFIG_FILES
1579915799 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1580015800 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1580115801 ac_cs_version="\\
15802 blueman config.status 2.0.5
15802 blueman config.status 2.0.6
1580315803 configured by $0, generated by GNU Autoconf 2.69,
1580415804 with options \\"\$ac_cs_config\\"
1580515805
4848 'configure.ac'
4949 ],
5050 {
51 '_LT_WITH_SYSROOT' => 1,
52 '_LT_AC_LOCK' => 1,
53 'AC_LIBTOOL_FC' => 1,
54 '_LT_CC_BASENAME' => 1,
55 'AC_LIBLTDL_CONVENIENCE' => 1,
56 'AM_SILENT_RULES' => 1,
57 'AC_DISABLE_FAST_INSTALL' => 1,
58 'AC_LIBTOOL_F77' => 1,
59 '_LT_AC_PROG_CXXCPP' => 1,
60 'LT_PATH_LD' => 1,
61 'LTDL_INSTALLABLE' => 1,
62 '_LT_AC_CHECK_DLFCN' => 1,
63 '_AM_SUBST_NOTMAKE' => 1,
64 'AC_CONFIG_MACRO_DIR' => 1,
65 'LT_SYS_MODULE_PATH' => 1,
66 'LTDL_INIT' => 1,
67 'AC_ENABLE_STATIC' => 1,
68 'LT_LIB_M' => 1,
69 'AC_LIBTOOL_CXX' => 1,
70 '_LT_PROG_FC' => 1,
71 'AC_LIBTOOL_RC' => 1,
72 'AC_LTDL_DLSYM_USCORE' => 1,
73 'AC_LIBTOOL_PROG_CC_C_O' => 1,
74 'AC_LIBTOOL_COMPILER_OPTION' => 1,
75 'IT_PROG_INTLTOOL' => 1,
76 'AM_MISSING_HAS_RUN' => 1,
77 '_LT_AC_TRY_DLOPEN_SELF' => 1,
78 'GLIB_RUN_PROG' => 1,
79 'PKG_CHECK_EXISTS' => 1,
80 'LT_SYS_DLOPEN_DEPLIBS' => 1,
81 'AC_LIBTOOL_POSTDEP_PREDEP' => 1,
82 '_LT_REQUIRED_DARWIN_CHECKS' => 1,
83 'AM_SUBST_NOTMAKE' => 1,
84 'AC_LTDL_SHLIBPATH' => 1,
85 'AM_PROG_LIBTOOL' => 1,
86 'AM_SET_DEPDIR' => 1,
87 '_m4_warn' => 1,
88 'AC_LTDL_ENABLE_INSTALL' => 1,
89 'LT_LIB_DLLOAD' => 1,
90 '_LT_AC_SYS_LIBPATH_AIX' => 1,
91 'AC_LIBTOOL_CONFIG' => 1,
92 'AC_PROG_LD' => 1,
93 'AM_DISABLE_STATIC' => 1,
94 'AM_DISABLE_SHARED' => 1,
95 '_IT_SUBST' => 1,
96 'LT_SYS_DLOPEN_SELF' => 1,
97 'AM_NLS' => 1,
98 '_AM_SET_OPTION' => 1,
99 'AC_PROG_LD_GNU' => 1,
100 'AC_LIBTOOL_PROG_COMPILER_PIC' => 1,
101 'AC_DEFUN_ONCE' => 1,
102 '_LT_AC_TAGCONFIG' => 1,
103 '_LT_LINKER_BOILERPLATE' => 1,
104 '_LT_PROG_LTMAIN' => 1,
105 '_GSETTINGS_SUBST' => 1,
106 'AC_LTDL_SYS_DLOPEN_DEPLIBS' => 1,
107 'PKG_PROG_PKG_CONFIG' => 1,
108 'AM_ENABLE_STATIC' => 1,
109 'AC_PATH_TOOL_PREFIX' => 1,
110 '_LT_AC_LANG_F77_CONFIG' => 1,
111 'AM_MISSING_PROG' => 1,
112 'AM_CHECK_PYTHON_HEADERS' => 1,
113 'AC_LIBTOOL_LANG_C_CONFIG' => 1,
114 'LT_FUNC_DLSYM_USCORE' => 1,
115 'AC_PROG_INTLTOOL' => 1,
116 'AM_PATH_PYTHON' => 1,
117 'LT_AC_PROG_GCJ' => 1,
118 'AC_PROG_LIBTOOL' => 1,
119 '_LT_COMPILER_BOILERPLATE' => 1,
120 'LT_SYS_MODULE_EXT' => 1,
121 '_AM_IF_OPTION' => 1,
122 '_LT_PROG_ECHO_BACKSLASH' => 1,
123 'LT_INIT' => 1,
124 '_LT_AC_SHELL_INIT' => 1,
125 '_LT_LIBOBJ' => 1,
126 'AM_PROG_INSTALL_SH' => 1,
127 'm4_include' => 1,
51128 'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1,
52 '_AM_IF_OPTION' => 1,
129 'AM_SET_LEADING_DOT' => 1,
130 'AC_LIBTOOL_SYS_OLD_ARCHIVE' => 1,
131 'PKG_CHECK_MODULES' => 1,
132 'LTOBSOLETE_VERSION' => 1,
133 'AM_CHECK_PYMOD' => 1,
134 '_PKG_SHORT_ERRORS_SUPPORTED' => 1,
135 '_LT_AC_LANG_C_CONFIG' => 1,
136 '_LT_PREPARE_SED_QUOTE_VARS' => 1,
137 '_LT_AC_LANG_GCJ' => 1,
138 'AC_LTDL_OBJDIR' => 1,
139 'AC_CONFIG_MACRO_DIR_TRACE' => 1,
140 'AC_LIBTOOL_SYS_DYNAMIC_LINKER' => 1,
141 'AM_ENABLE_SHARED' => 1,
142 'AC_WITH_LTDL' => 1,
143 'AC_LIBTOOL_LANG_RC_CONFIG' => 1,
144 '_LT_PROG_F77' => 1,
145 '_LTDL_SETUP' => 1,
146 'AC_LTDL_PREOPEN' => 1,
147 'LT_PATH_NM' => 1,
148 'LT_CMD_MAX_LEN' => 1,
149 '_LT_DLL_DEF_P' => 1,
150 'm4_pattern_forbid' => 1,
151 'AC_LIBTOOL_SYS_MAX_CMD_LEN' => 1,
152 'AM_INIT_AUTOMAKE' => 1,
153 'AC_LIBTOOL_GCJ' => 1,
154 'AM_RUN_LOG' => 1,
53155 'AM_PROG_CC_C_O' => 1,
156 'm4_pattern_allow' => 1,
157 'LT_LANG' => 1,
158 '_LT_AC_LANG_CXX_CONFIG' => 1,
159 '_LT_AC_LANG_F77' => 1,
160 'AM_MAKE_INCLUDE' => 1,
161 'AM_GLIB_DEFINE_LOCALEDIR' => 1,
162 'AC_PATH_MAGIC' => 1,
163 '_AM_PROG_CC_C_O' => 1,
164 'AM_AUTOMAKE_VERSION' => 1,
165 'AM_AUX_DIR_EXPAND' => 1,
166 'AC_PROG_NM' => 1,
167 'AC_LIBTOOL_OBJDIR' => 1,
168 'PKG_CHECK_VAR' => 1,
169 '_LT_LINKER_OPTION' => 1,
170 'PKG_NOARCH_INSTALLDIR' => 1,
171 'AC_LIBTOOL_LANG_CXX_CONFIG' => 1,
172 'AM_GLIB_GNU_GETTEXT' => 1,
173 'LT_AC_PROG_RC' => 1,
174 'AC_LIBTOOL_PROG_LD_SHLIBS' => 1,
175 '_LT_AC_SYS_COMPILER' => 1,
176 'GLIB_GNU_GETTEXT' => 1,
177 'PKG_INSTALLDIR' => 1,
178 'AM_SANITY_CHECK' => 1,
179 'AC_LIBLTDL_INSTALLABLE' => 1,
180 'LT_OUTPUT' => 1,
181 'AC_LIBTOOL_DLOPEN' => 1,
182 'AC_LIBTOOL_SYS_HARD_LINK_LOCKS' => 1,
183 '_LT_AC_TAGVAR' => 1,
184 'AM_CONDITIONAL' => 1,
185 'AC_DEPLIBS_CHECK_METHOD' => 1,
186 'AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
187 'AC_ENABLE_FAST_INSTALL' => 1,
188 'AC_LIBTOOL_LANG_F77_CONFIG' => 1,
189 'IT_PO_SUBDIR' => 1,
54190 'LTVERSION_VERSION' => 1,
55 '_LT_AC_LANG_C_CONFIG' => 1,
56 'LT_SYS_DLOPEN_DEPLIBS' => 1,
57 'LT_AC_PROG_GCJ' => 1,
58 '_LT_AC_SYS_COMPILER' => 1,
59 'LT_SYS_DLOPEN_SELF' => 1,
60 '_LT_WITH_SYSROOT' => 1,
61 'AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
191 'AC_LIBTOOL_LINKER_OPTION' => 1,
192 'AM_PYTHON_CHECK_VERSION' => 1,
193 '_AC_PROG_LIBTOOL' => 1,
194 'AC_LTDL_SYMBOL_USCORE' => 1,
195 '_AM_SET_OPTIONS' => 1,
196 'LT_PROG_GCJ' => 1,
197 'AM_PROG_LD' => 1,
198 '_LT_PROG_CXX' => 1,
199 '_AC_AM_CONFIG_HEADER_HOOK' => 1,
200 'AU_DEFUN' => 1,
201 'AC_LIBTOOL_PICMODE' => 1,
202 'AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH' => 1,
203 'LT_WITH_LTDL' => 1,
204 'AC_LIBTOOL_SETUP' => 1,
205 'PKG_CHECK_MODULES_STATIC' => 1,
62206 'LT_PROG_GO' => 1,
63 'AM_SANITY_CHECK' => 1,
64 'AM_PATH_PYTHON' => 1,
65 'AC_LIBTOOL_F77' => 1,
66 'AC_LIBTOOL_SYS_OLD_ARCHIVE' => 1,
67 'LT_INIT' => 1,
207 'AC_DISABLE_SHARED' => 1,
208 '_LT_PATH_TOOL_PREFIX' => 1,
209 '_AM_MANGLE_OPTION' => 1,
210 'AM_PROG_NM' => 1,
211 'AC_LTDL_SHLIBEXT' => 1,
212 '_LT_AC_FILE_LTDLL_C' => 1,
213 'AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE' => 1,
214 'GLIB_GSETTINGS' => 1,
215 'include' => 1,
216 '_LT_COMPILER_OPTION' => 1,
217 'LT_PROG_RC' => 1,
218 'AC_DEFUN' => 1,
219 'AC_CHECK_LIBM' => 1,
220 'AM_PROG_INSTALL_STRIP' => 1,
221 '_AM_AUTOCONF_VERSION' => 1,
222 'AC_LIBTOOL_WIN32_DLL' => 1,
223 'LTDL_CONVENIENCE' => 1,
224 '_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
225 '_LT_AC_LANG_CXX' => 1,
68226 '_LT_AC_PROG_ECHO_BACKSLASH' => 1,
69227 'LT_SUPPORTED_TAG' => 1,
70 '_LT_AC_PROG_CXXCPP' => 1,
71 'AC_LIBTOOL_SETUP' => 1,
72 'AC_PROG_LIBTOOL' => 1,
73 'AM_CHECK_PYMOD' => 1,
74 '_LT_AC_TAGVAR' => 1,
75 'AC_PATH_MAGIC' => 1,
76 'AC_LIBTOOL_CXX' => 1,
77 '_LT_PATH_TOOL_PREFIX' => 1,
78 'AC_CONFIG_MACRO_DIR' => 1,
79 '_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
80 '_AC_PROG_LIBTOOL' => 1,
81 'LT_CMD_MAX_LEN' => 1,
82 'AM_AUTOMAKE_VERSION' => 1,
228 'LT_CONFIG_LTDL_DIR' => 1,
229 'LT_FUNC_ARGZ' => 1,
230 '_AM_PROG_TAR' => 1,
231 'LT_SYS_DLSEARCH_PATH' => 1,
232 'AC_LIBTOOL_SYS_LIB_STRIP' => 1,
233 'LT_AC_PROG_SED' => 1,
234 'LT_SYS_SYMBOL_USCORE' => 1,
235 'AC_LIBTOOL_DLOPEN_SELF' => 1,
236 'AC_LIB_LTDL' => 1,
237 'AC_LTDL_DLLIB' => 1,
238 '_AM_DEPENDENCIES' => 1,
239 'AC_PROG_EGREP' => 1,
240 'AC_DISABLE_STATIC' => 1,
83241 'LTOPTIONS_VERSION' => 1,
84 '_LT_AC_TRY_DLOPEN_SELF' => 1,
85 '_LT_PROG_ECHO_BACKSLASH' => 1,
86 'AU_DEFUN' => 1,
87 'LT_AC_PROG_SED' => 1,
88 'AM_SILENT_RULES' => 1,
89 'AM_MISSING_HAS_RUN' => 1,
90 '_LT_AC_SYS_LIBPATH_AIX' => 1,
91 'LT_SYS_MODULE_PATH' => 1,
92 'IT_PROG_INTLTOOL' => 1,
93 'AM_CONDITIONAL' => 1,
94 'AM_PROG_INSTALL_SH' => 1,
95 'AM_AUX_DIR_EXPAND' => 1,
242 '_LT_AC_LANG_RC_CONFIG' => 1,
243 'AC_LIBTOOL_LANG_GCJ_CONFIG' => 1,
244 'AS_AC_EXPAND' => 1,
245 'AC_PROG_LD_RELOAD_FLAG' => 1,
246 'AM_DEP_TRACK' => 1,
247 '_LT_AC_LANG_GCJ_CONFIG' => 1,
248 'LTSUGAR_VERSION' => 1,
249 'AM_MAINTAINER_MODE' => 1,
250 'AC_LIBTOOL_PROG_COMPILER_NO_RTTI' => 1,
96251 '_AM_CONFIG_MACRO_DIRS' => 1,
97 'AC_ENABLE_FAST_INSTALL' => 1,
98 'include' => 1,
99 'PKG_PROG_PKG_CONFIG' => 1,
100 'AM_PROG_LD' => 1,
101 'AC_DEPLIBS_CHECK_METHOD' => 1,
102 '_LT_PREPARE_SED_QUOTE_VARS' => 1,
103 'AM_PROG_LIBTOOL' => 1,
104 'PKG_CHECK_VAR' => 1,
105 '_LT_AC_CHECK_DLFCN' => 1,
106 '_LT_AC_LANG_RC_CONFIG' => 1,
107 'AM_RUN_LOG' => 1,
108 '_LT_PROG_CXX' => 1,
109 'AM_DISABLE_SHARED' => 1,
110 'LT_AC_PROG_RC' => 1,
111 '_LT_AC_LANG_GCJ_CONFIG' => 1,
112252 'AC_ENABLE_SHARED' => 1,
113253 'AC_LTDL_SYSSEARCHPATH' => 1,
114 'AC_LIBTOOL_LANG_F77_CONFIG' => 1,
115 'LTSUGAR_VERSION' => 1,
116 '_LT_CC_BASENAME' => 1,
117 'IT_PO_SUBDIR' => 1,
118 '_AM_PROG_CC_C_O' => 1,
119 'AC_DISABLE_STATIC' => 1,
120 'PKG_CHECK_MODULES_STATIC' => 1,
121 'AC_LIBTOOL_SYS_DYNAMIC_LINKER' => 1,
122 'AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH' => 1,
123 '_LT_LINKER_OPTION' => 1,
124 'AC_LIBTOOL_SYS_MAX_CMD_LEN' => 1,
125 'AC_PROG_INTLTOOL' => 1,
126 'AM_NLS' => 1,
127 'AC_LTDL_OBJDIR' => 1,
128 '_LT_COMPILER_OPTION' => 1,
129 '_AM_MANGLE_OPTION' => 1,
130 'AC_LIBTOOL_GCJ' => 1,
131 'LT_PATH_NM' => 1,
132 'LT_PROG_RC' => 1,
133 'AC_PROG_NM' => 1,
134 'AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE' => 1,
135 '_LT_PROG_LTMAIN' => 1,
136 '_LT_PROG_F77' => 1,
137 '_LT_DLL_DEF_P' => 1,
138 'm4_pattern_allow' => 1,
139 '_IT_SUBST' => 1,
140 'AC_LTDL_DLSYM_USCORE' => 1,
141 '_LTDL_SETUP' => 1,
142 '_LT_AC_TAGCONFIG' => 1,
143 'AC_LIBTOOL_CONFIG' => 1,
144 'LT_LANG' => 1,
145 '_LT_AC_LANG_F77' => 1,
146 'AC_CHECK_LIBM' => 1,
147 'GLIB_RUN_PROG' => 1,
148 '_LT_AC_LANG_F77_CONFIG' => 1,
149 'LT_PATH_LD' => 1,
150 'AM_SUBST_NOTMAKE' => 1,
151 'AC_LTDL_DLLIB' => 1,
152 'PKG_CHECK_MODULES' => 1,
153 'AC_LIBLTDL_CONVENIENCE' => 1,
154 'LT_FUNC_ARGZ' => 1,
155 'GLIB_GSETTINGS' => 1,
156 '_PKG_SHORT_ERRORS_SUPPORTED' => 1,
157 '_m4_warn' => 1,
158 '_LT_AC_LANG_GCJ' => 1,
159 'LTDL_INIT' => 1,
160 'AC_DISABLE_FAST_INSTALL' => 1,
161 '_AC_AM_CONFIG_HEADER_HOOK' => 1,
162 'AC_WITH_LTDL' => 1,
163 'AC_ENABLE_STATIC' => 1,
164 'AC_LIBTOOL_PROG_COMPILER_NO_RTTI' => 1,
165 'AC_LIBTOOL_PROG_LD_SHLIBS' => 1,
166 'LTDL_CONVENIENCE' => 1,
167 'AC_LIBLTDL_INSTALLABLE' => 1,
168 'AM_MISSING_PROG' => 1,
169 'PKG_INSTALLDIR' => 1,
170 'AC_LTDL_SYS_DLOPEN_DEPLIBS' => 1,
171 '_AM_SET_OPTION' => 1,
172 'AC_LIBTOOL_LANG_GCJ_CONFIG' => 1,
173 '_AM_DEPENDENCIES' => 1,
174 'm4_pattern_forbid' => 1,
175 'AC_LIBTOOL_SYS_HARD_LINK_LOCKS' => 1,
176 'AC_DISABLE_SHARED' => 1,
177 'AC_LIBTOOL_PICMODE' => 1,
178 'AM_MAKE_INCLUDE' => 1,
179 'AC_LIBTOOL_FC' => 1,
180 'AC_LTDL_SYMBOL_USCORE' => 1,
181 'AC_PROG_LD_GNU' => 1,
182 '_AM_SUBST_NOTMAKE' => 1,
183 'AC_LIB_LTDL' => 1,
184 '_LT_AC_LANG_CXX_CONFIG' => 1,
185 'AM_SET_DEPDIR' => 1,
186 'LT_SYS_MODULE_EXT' => 1,
187 'LT_CONFIG_LTDL_DIR' => 1,
188 'AM_PYTHON_CHECK_VERSION' => 1,
189 'AM_PROG_NM' => 1,
190 'AM_ENABLE_SHARED' => 1,
191 'AC_LIBTOOL_PROG_CC_C_O' => 1,
192 'AC_DEFUN' => 1,
193 'AM_PROG_INSTALL_STRIP' => 1,
194 'AC_LTDL_PREOPEN' => 1,
195 'AC_LIBTOOL_LINKER_OPTION' => 1,
196 'AC_CONFIG_MACRO_DIR_TRACE' => 1,
197 'PKG_CHECK_EXISTS' => 1,
198 'AC_LTDL_ENABLE_INSTALL' => 1,
199 'AM_DISABLE_STATIC' => 1,
200 'AC_LIBTOOL_PROG_COMPILER_PIC' => 1,
201 '_AM_PROG_TAR' => 1,
202 'LTDL_INSTALLABLE' => 1,
203 '_LT_LIBOBJ' => 1,
204 'AM_ENABLE_STATIC' => 1,
205 'AC_LIBTOOL_LANG_RC_CONFIG' => 1,
206 'AM_GLIB_GNU_GETTEXT' => 1,
207 '_LT_AC_LOCK' => 1,
208 '_LT_AC_FILE_LTDLL_C' => 1,
209 'AC_LIBTOOL_DLOPEN_SELF' => 1,
210 'AC_PROG_LD_RELOAD_FLAG' => 1,
211 'LT_LIB_M' => 1,
212 'AM_DEP_TRACK' => 1,
213 '_LT_COMPILER_BOILERPLATE' => 1,
214 'LT_SYS_DLSEARCH_PATH' => 1,
215 'PKG_NOARCH_INSTALLDIR' => 1,
216 'AC_LTDL_SHLIBEXT' => 1,
217 'AC_LIBTOOL_LANG_CXX_CONFIG' => 1,
218 'AC_LIBTOOL_COMPILER_OPTION' => 1,
219 '_LT_AC_LANG_CXX' => 1,
220 '_LT_REQUIRED_DARWIN_CHECKS' => 1,
221 'AC_LTDL_SHLIBPATH' => 1,
222 'AC_LIBTOOL_SYS_LIB_STRIP' => 1,
223 '_GSETTINGS_SUBST' => 1,
224 'AS_AC_EXPAND' => 1,
225 'AC_LIBTOOL_POSTDEP_PREDEP' => 1,
226 'AC_LIBTOOL_RC' => 1,
227 'AC_PATH_TOOL_PREFIX' => 1,
228 'AC_LIBTOOL_WIN32_DLL' => 1,
229 'LT_SYS_SYMBOL_USCORE' => 1,
230 'AC_PROG_LD' => 1,
231 'AC_LIBTOOL_DLOPEN' => 1,
232 'AC_PROG_EGREP' => 1,
233 '_LT_AC_SHELL_INIT' => 1,
234 'LT_AC_PROG_EGREP' => 1,
235 'LT_OUTPUT' => 1,
236 '_AM_SET_OPTIONS' => 1,
237 'LT_PROG_GCJ' => 1,
238 'GLIB_GNU_GETTEXT' => 1,
239 'AM_GLIB_DEFINE_LOCALEDIR' => 1,
240 'LTOBSOLETE_VERSION' => 1,
241 'LT_LIB_DLLOAD' => 1,
242 'AM_MAINTAINER_MODE' => 1,
243 'm4_include' => 1,
244 'AC_DEFUN_ONCE' => 1,
245 '_AM_AUTOCONF_VERSION' => 1,
246 'AM_CHECK_PYTHON_HEADERS' => 1,
247 '_LT_PROG_FC' => 1,
248 'LT_FUNC_DLSYM_USCORE' => 1,
249 '_LT_LINKER_BOILERPLATE' => 1,
250 'AM_INIT_AUTOMAKE' => 1,
251 'AC_LIBTOOL_OBJDIR' => 1,
252 'AC_LIBTOOL_LANG_C_CONFIG' => 1,
253 'AM_SET_LEADING_DOT' => 1,
254 'LT_WITH_LTDL' => 1
254 'LT_AC_PROG_EGREP' => 1
255255 }
256256 ], 'Autom4te::Request' ),
257257 bless( [
266266 'configure.ac'
267267 ],
268268 {
269 'm4_include' => 1,
270 'LT_SUPPORTED_TAG' => 1,
271 'LT_CONFIG_LTDL_DIR' => 1,
272 '_AM_COND_ELSE' => 1,
273 'LT_INIT' => 1,
274 'AC_DEFINE_TRACE_LITERAL' => 1,
275 'AM_PROG_FC_C_O' => 1,
276 'AM_PROG_F77_C_O' => 1,
277 'AC_INIT' => 1,
278 'AC_FC_PP_SRCEXT' => 1,
279 '_AM_MAKEFILE_INCLUDE' => 1,
280 'AM_CONDITIONAL' => 1,
281 'AC_CANONICAL_HOST' => 1,
282 'AH_OUTPUT' => 1,
283 'AM_EXTRA_RECURSIVE_TARGETS' => 1,
284 'AC_CONFIG_HEADERS' => 1,
285 'AM_SILENT_RULES' => 1,
286 'AM_AUTOMAKE_VERSION' => 1,
287 'AC_CANONICAL_TARGET' => 1,
288 'include' => 1,
289 'sinclude' => 1,
290 'AC_CONFIG_FILES' => 1,
291 'AM_PROG_MKDIR_P' => 1,
292 'AM_POT_TOOLS' => 1,
293 'AC_PROG_LIBTOOL' => 1,
294 'AC_REQUIRE_AUX_FILE' => 1,
295 '_AM_SUBST_NOTMAKE' => 1,
296 'AC_CONFIG_AUX_DIR' => 1,
297 'AC_FC_PP_DEFINE' => 1,
298 'AM_MAINTAINER_MODE' => 1,
299 'AM_NLS' => 1,
300 'AM_MAKEFILE_INCLUDE' => 1,
301 'AM_PATH_GUILE' => 1,
302 'm4_pattern_allow' => 1,
303 'AM_GNU_GETTEXT' => 1,
304 'AC_SUBST' => 1,
305 'AC_FC_FREEFORM' => 1,
306 'AC_SUBST_TRACE' => 1,
307 'm4_pattern_forbid' => 1,
308 'AM_PROG_MOC' => 1,
269309 'AM_INIT_AUTOMAKE' => 1,
270 'include' => 1,
271 'AC_FC_PP_SRCEXT' => 1,
272 'AC_CANONICAL_HOST' => 1,
273 'AC_CONFIG_SUBDIRS' => 1,
274 'AM_PROG_MKDIR_P' => 1,
275 'AM_ENABLE_MULTILIB' => 1,
276 'sinclude' => 1,
277 'AM_CONDITIONAL' => 1,
278 '_AM_COND_ELSE' => 1,
279 'AM_SILENT_RULES' => 1,
280 'AC_FC_FREEFORM' => 1,
281 'AM_EXTRA_RECURSIVE_TARGETS' => 1,
282 'AC_CONFIG_LINKS' => 1,
283 'AM_AUTOMAKE_VERSION' => 1,
284 'AC_INIT' => 1,
285 'AM_PROG_F77_C_O' => 1,
286 'AM_MAINTAINER_MODE' => 1,
287 'm4_include' => 1,
288 'AC_CONFIG_AUX_DIR' => 1,
289 'AM_PROG_MOC' => 1,
290 'AC_FC_SRCEXT' => 1,
291 'm4_pattern_allow' => 1,
292 'AC_REQUIRE_AUX_FILE' => 1,
310 'AC_CANONICAL_BUILD' => 1,
311 '_LT_AC_TAGCONFIG' => 1,
312 'AM_PROG_CC_C_O' => 1,
293313 'AM_PROG_CXX_C_O' => 1,
294 'AM_GNU_GETTEXT' => 1,
295 'AC_CONFIG_FILES' => 1,
296 'LT_CONFIG_LTDL_DIR' => 1,
297 'AC_CONFIG_LIBOBJ_DIR' => 1,
298 '_LT_AC_TAGCONFIG' => 1,
299 'AM_PATH_GUILE' => 1,
300 'AC_SUBST_TRACE' => 1,
301 'AC_DEFINE_TRACE_LITERAL' => 1,
302 'AM_XGETTEXT_OPTION' => 1,
303 'AM_PROG_FC_C_O' => 1,
304 '_AM_SUBST_NOTMAKE' => 1,
305 'AM_MAKEFILE_INCLUDE' => 1,
306 '_AM_MAKEFILE_INCLUDE' => 1,
307 'LT_INIT' => 1,
308 'AC_LIBSOURCE' => 1,
309 'AM_POT_TOOLS' => 1,
310 'm4_pattern_forbid' => 1,
311 'AC_PROG_LIBTOOL' => 1,
312 'LT_SUPPORTED_TAG' => 1,
313 'm4_sinclude' => 1,
314 'AC_CANONICAL_TARGET' => 1,
315 'AM_NLS' => 1,
316 'AC_CANONICAL_BUILD' => 1,
314 '_AM_COND_IF' => 1,
315 'AM_PROG_LIBTOOL' => 1,
316 '_m4_warn' => 1,
317317 '_AM_COND_ENDIF' => 1,
318318 'AM_GNU_GETTEXT_INTL_SUBDIR' => 1,
319 '_AM_COND_IF' => 1,
319 'm4_sinclude' => 1,
320 'AC_CANONICAL_SYSTEM' => 1,
321 'AC_FC_SRCEXT' => 1,
320322 'AM_PROG_AR' => 1,
321 'AM_PROG_CC_C_O' => 1,
322 '_m4_warn' => 1,
323 'AC_CONFIG_HEADERS' => 1,
324 'AM_PROG_LIBTOOL' => 1,
325 'AC_SUBST' => 1,
326 'AC_FC_PP_DEFINE' => 1,
327 'AH_OUTPUT' => 1,
328 'AC_CANONICAL_SYSTEM' => 1
323 'AC_CONFIG_LINKS' => 1,
324 'AC_CONFIG_SUBDIRS' => 1,
325 'AM_XGETTEXT_OPTION' => 1,
326 'AC_LIBSOURCE' => 1,
327 'AC_CONFIG_LIBOBJ_DIR' => 1,
328 'AM_ENABLE_MULTILIB' => 1
329329 }
330330 ], 'Autom4te::Request' )
331331 );
0 m4trace:/usr/share/aclocal/glib-gettext.m4:363: -1- AU_DEFUN([GLIB_GNU_GETTEXT], [AC_REQUIRE([AC_PROG_CC])dnl
0 m4trace:/usr/share/aclocal/glib-gettext.m4:366: -1- AU_DEFUN([GLIB_GNU_GETTEXT], [AC_REQUIRE([AC_PROG_CC])dnl
11
22 GLIB_LC_MESSAGES
33 GLIB_WITH_NLS
6767 sed -e "/^#/d" -e "/^\$/d" -e "s,.*, $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \
6868 < $srcdir/po/POTFILES.in > po/POTFILES
6969 ], [[$0: This macro is deprecated. You should use upstream gettext instead.]])
70 m4trace:/usr/share/aclocal/glib-gettext.m4:363: -1- AC_DEFUN([GLIB_GNU_GETTEXT], [AC_DIAGNOSE([obsolete], [The macro `GLIB_GNU_GETTEXT' is obsolete.
70 m4trace:/usr/share/aclocal/glib-gettext.m4:366: -1- AC_DEFUN([GLIB_GNU_GETTEXT], [AC_DIAGNOSE([obsolete], [The macro `GLIB_GNU_GETTEXT' is obsolete.
7171 You should run autoupdate.])dnl
7272 AC_REQUIRE([AC_PROG_CC])dnl
7373
139139 sed -e "/^#/d" -e "/^\$/d" -e "s,.*, $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \
140140 < $srcdir/po/POTFILES.in > po/POTFILES
141141 ])
142 m4trace:/usr/share/aclocal/glib-gettext.m4:463: -1- AC_DEFUN([AM_GLIB_GNU_GETTEXT], [GLIB_GNU_GETTEXT($@)])
143 m4trace:/usr/share/aclocal/glib-gettext.m4:463: -1- AC_DEFUN([AM_GLIB_DEFINE_LOCALEDIR], [GLIB_DEFINE_LOCALEDIR($@)])
144 m4trace:/usr/share/aclocal/glib-gettext.m4:473: -1- AC_DEFUN([GLIB_RUN_PROG], [cat >conftest.foo <<_ACEOF
142 m4trace:/usr/share/aclocal/glib-gettext.m4:466: -1- AC_DEFUN([AM_GLIB_GNU_GETTEXT], [GLIB_GNU_GETTEXT($@)])
143 m4trace:/usr/share/aclocal/glib-gettext.m4:466: -1- AC_DEFUN([AM_GLIB_DEFINE_LOCALEDIR], [GLIB_DEFINE_LOCALEDIR($@)])
144 m4trace:/usr/share/aclocal/glib-gettext.m4:476: -1- AC_DEFUN([GLIB_RUN_PROG], [cat >conftest.foo <<_ACEOF
145145 $2
146146 _ACEOF
147147 if AC_RUN_LOG([$1 conftest.foo]); then
150150 echo "$as_me: failed input was:" >&AS_MESSAGE_LOG_FD
151151 sed 's/^/| /' conftest.foo >&AS_MESSAGE_LOG_FD
152152 fi])
153 m4trace:/usr/share/aclocal/gsettings.m4:6: -1- AC_DEFUN([GLIB_GSETTINGS], [
153 m4trace:/usr/share/aclocal/gsettings.m4:9: -1- AC_DEFUN([GLIB_GSETTINGS], [
154154 m4_pattern_allow([AM_V_GEN])
155155 AC_ARG_ENABLE(schemas-compile,
156156 AS_HELP_STRING([--disable-schemas-compile],
218218 '
219219 _GSETTINGS_SUBST(GSETTINGS_RULES)
220220 ])
221 m4trace:/usr/share/aclocal/gsettings.m4:78: -1- AC_DEFUN([_GSETTINGS_SUBST], [
221 m4trace:/usr/share/aclocal/gsettings.m4:81: -1- AC_DEFUN([_GSETTINGS_SUBST], [
222222 AC_SUBST([$1])
223223 m4_ifdef([_AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([$1])])
224224
33983398 m4trace:configure.ac:5: -1- m4_pattern_allow([^AM_DEFAULT_VERBOSITY$])
33993399 m4trace:configure.ac:5: -1- m4_pattern_allow([^AM_BACKSLASH$])
34003400 m4trace:configure.ac:5: -1- _AM_SUBST_NOTMAKE([AM_BACKSLASH])
3401 m4trace:configure.ac:7: -1- AM_MAINTAINER_MODE
3401 m4trace:configure.ac:7: -1- AM_MAINTAINER_MODE([enable])
34023402 m4trace:configure.ac:7: -1- AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
34033403 m4trace:configure.ac:7: -1- m4_pattern_allow([^MAINTAINER_MODE_TRUE$])
34043404 m4trace:configure.ac:7: -1- m4_pattern_allow([^MAINTAINER_MODE_FALSE$])
35363536 m4trace:configure.ac:15: -1- AM_GLIB_GNU_GETTEXT
35373537 m4trace:configure.ac:15: -1- GLIB_GNU_GETTEXT([])
35383538 m4trace:configure.ac:15: -1- _m4_warn([obsolete], [The macro `GLIB_GNU_GETTEXT' is obsolete.
3539 You should run autoupdate.], [/usr/share/aclocal/glib-gettext.m4:363: GLIB_GNU_GETTEXT is expanded from...
3540 /usr/share/aclocal/glib-gettext.m4:463: AM_GLIB_GNU_GETTEXT is expanded from...
3539 You should run autoupdate.], [/usr/share/aclocal/glib-gettext.m4:366: GLIB_GNU_GETTEXT is expanded from...
3540 /usr/share/aclocal/glib-gettext.m4:466: AM_GLIB_GNU_GETTEXT is expanded from...
35413541 configure.ac:15: the top level])
35423542 m4trace:configure.ac:15: -1- m4_pattern_allow([^HAVE_LOCALE_H$])
35433543 m4trace:configure.ac:15: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
35453545 ../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
35463546 ../../lib/autoconf/general.m4:2042: AC_CACHE_VAL is expanded from...
35473547 ../../lib/autoconf/general.m4:2063: AC_CACHE_CHECK is expanded from...
3548 /usr/share/aclocal/glib-gettext.m4:48: GLIB_LC_MESSAGES is expanded from...
3549 /usr/share/aclocal/glib-gettext.m4:363: GLIB_GNU_GETTEXT is expanded from...
3550 /usr/share/aclocal/glib-gettext.m4:463: AM_GLIB_GNU_GETTEXT is expanded from...
3548 /usr/share/aclocal/glib-gettext.m4:51: GLIB_LC_MESSAGES is expanded from...
3549 /usr/share/aclocal/glib-gettext.m4:366: GLIB_GNU_GETTEXT is expanded from...
3550 /usr/share/aclocal/glib-gettext.m4:466: AM_GLIB_GNU_GETTEXT is expanded from...
35513551 configure.ac:15: the top level])
35523552 m4trace:configure.ac:15: -1- m4_pattern_allow([^HAVE_LC_MESSAGES$])
35533553 m4trace:configure.ac:15: -1- m4_pattern_allow([^USE_NLS$])
35623562 ../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
35633563 ../../lib/autoconf/headers.m4:129: _AC_CHECK_HEADER_MONGREL is expanded from...
35643564 ../../lib/autoconf/headers.m4:67: AC_CHECK_HEADER is expanded from...
3565 /usr/share/aclocal/glib-gettext.m4:147: GLIB_WITH_NLS is expanded from...
3566 /usr/share/aclocal/glib-gettext.m4:363: GLIB_GNU_GETTEXT is expanded from...
3567 /usr/share/aclocal/glib-gettext.m4:463: AM_GLIB_GNU_GETTEXT is expanded from...
3565 /usr/share/aclocal/glib-gettext.m4:150: GLIB_WITH_NLS is expanded from...
3566 /usr/share/aclocal/glib-gettext.m4:366: GLIB_GNU_GETTEXT is expanded from...
3567 /usr/share/aclocal/glib-gettext.m4:466: AM_GLIB_GNU_GETTEXT is expanded from...
35683568 configure.ac:15: the top level])
35693569 m4trace:configure.ac:15: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
35703570 You should run autoupdate.], [../../lib/autoconf/general.m4:2698: AC_TRY_LINK is expanded from...
35743574 ../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
35753575 ../../lib/autoconf/headers.m4:129: _AC_CHECK_HEADER_MONGREL is expanded from...
35763576 ../../lib/autoconf/headers.m4:67: AC_CHECK_HEADER is expanded from...
3577 /usr/share/aclocal/glib-gettext.m4:147: GLIB_WITH_NLS is expanded from...
3578 /usr/share/aclocal/glib-gettext.m4:363: GLIB_GNU_GETTEXT is expanded from...
3579 /usr/share/aclocal/glib-gettext.m4:463: AM_GLIB_GNU_GETTEXT is expanded from...
3577 /usr/share/aclocal/glib-gettext.m4:150: GLIB_WITH_NLS is expanded from...
3578 /usr/share/aclocal/glib-gettext.m4:366: GLIB_GNU_GETTEXT is expanded from...
3579 /usr/share/aclocal/glib-gettext.m4:466: AM_GLIB_GNU_GETTEXT is expanded from...
35803580 configure.ac:15: the top level])
35813581 m4trace:configure.ac:15: -1- m4_pattern_allow([^HAVE_BIND_TEXTDOMAIN_CODESET$])
35823582 m4trace:configure.ac:15: -1- m4_pattern_allow([^HAVE_BIND_TEXTDOMAIN_CODESET$])
36023602 ../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
36033603 ../../lib/autoconf/headers.m4:129: _AC_CHECK_HEADER_MONGREL is expanded from...
36043604 ../../lib/autoconf/headers.m4:67: AC_CHECK_HEADER is expanded from...
3605 /usr/share/aclocal/glib-gettext.m4:147: GLIB_WITH_NLS is expanded from...
3606 /usr/share/aclocal/glib-gettext.m4:363: GLIB_GNU_GETTEXT is expanded from...
3607 /usr/share/aclocal/glib-gettext.m4:463: AM_GLIB_GNU_GETTEXT is expanded from...
3605 /usr/share/aclocal/glib-gettext.m4:150: GLIB_WITH_NLS is expanded from...
3606 /usr/share/aclocal/glib-gettext.m4:366: GLIB_GNU_GETTEXT is expanded from...
3607 /usr/share/aclocal/glib-gettext.m4:466: AM_GLIB_GNU_GETTEXT is expanded from...
36083608 configure.ac:15: the top level])
36093609 m4trace:configure.ac:15: -1- m4_pattern_allow([^ENABLE_NLS$])
36103610 m4trace:configure.ac:15: -1- _m4_warn([obsolete], [The macro `AC_OUTPUT_COMMANDS' is obsolete.
36113611 You should run autoupdate.], [../../lib/autoconf/status.m4:1026: AC_OUTPUT_COMMANDS is expanded from...
3612 /usr/share/aclocal/glib-gettext.m4:147: GLIB_WITH_NLS is expanded from...
3613 /usr/share/aclocal/glib-gettext.m4:363: GLIB_GNU_GETTEXT is expanded from...
3614 /usr/share/aclocal/glib-gettext.m4:463: AM_GLIB_GNU_GETTEXT is expanded from...
3612 /usr/share/aclocal/glib-gettext.m4:150: GLIB_WITH_NLS is expanded from...
3613 /usr/share/aclocal/glib-gettext.m4:366: GLIB_GNU_GETTEXT is expanded from...
3614 /usr/share/aclocal/glib-gettext.m4:466: AM_GLIB_GNU_GETTEXT is expanded from...
36153615 configure.ac:15: the top level])
36163616 m4trace:configure.ac:15: -1- m4_pattern_allow([^CATALOGS$])
36173617 m4trace:configure.ac:15: -1- m4_pattern_allow([^CATOBJEXT$])
0 m4trace:aclocal.m4:11539: -1- m4_include([acinclude.m4])
1 m4trace:configure.ac:3: -1- AC_INIT([blueman], [2.0.5], [https://github.com/blueman-project/blueman/issues])
0 m4trace:aclocal.m4:11545: -1- m4_include([acinclude.m4])
1 m4trace:configure.ac:3: -1- AC_INIT([blueman], [2.0.6], [https://github.com/blueman-project/blueman/issues])
22 m4trace:configure.ac:3: -1- m4_pattern_forbid([^_?A[CHUM]_])
33 m4trace:configure.ac:3: -1- m4_pattern_forbid([_AC_])
44 m4trace:configure.ac:3: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
250250 m4trace:configure.ac:5: -1- AC_SUBST_TRACE([AM_BACKSLASH])
251251 m4trace:configure.ac:5: -1- m4_pattern_allow([^AM_BACKSLASH$])
252252 m4trace:configure.ac:5: -1- _AM_SUBST_NOTMAKE([AM_BACKSLASH])
253 m4trace:configure.ac:7: -1- AM_MAINTAINER_MODE
253 m4trace:configure.ac:7: -1- AM_MAINTAINER_MODE([enable])
254254 m4trace:configure.ac:7: -1- AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
255255 m4trace:configure.ac:7: -1- AC_SUBST([MAINTAINER_MODE_TRUE])
256256 m4trace:configure.ac:7: -1- AC_SUBST_TRACE([MAINTAINER_MODE_TRUE])
342342 m4trace:configure.ac:8: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
343343 m4trace:configure.ac:9: -1- AC_PROG_LIBTOOL
344344 m4trace:configure.ac:9: -1- _m4_warn([obsolete], [The macro `AC_PROG_LIBTOOL' is obsolete.
345 You should run autoupdate.], [aclocal.m4:879: AC_PROG_LIBTOOL is expanded from...
345 You should run autoupdate.], [aclocal.m4:885: AC_PROG_LIBTOOL is expanded from...
346346 configure.ac:9: the top level])
347347 m4trace:configure.ac:9: -1- LT_INIT
348348 m4trace:configure.ac:9: -1- m4_pattern_forbid([^_?LT_[A-Z_]+$])
521521 m4trace:configure.ac:14: -1- AH_OUTPUT([GETTEXT_PACKAGE], [/* The gettext package */
522522 @%:@undef GETTEXT_PACKAGE])
523523 m4trace:configure.ac:15: -1- _m4_warn([obsolete], [The macro `GLIB_GNU_GETTEXT' is obsolete.
524 You should run autoupdate.], [aclocal.m4:385: GLIB_GNU_GETTEXT is expanded from...
525 aclocal.m4:485: AM_GLIB_GNU_GETTEXT is expanded from...
524 You should run autoupdate.], [aclocal.m4:388: GLIB_GNU_GETTEXT is expanded from...
525 aclocal.m4:488: AM_GLIB_GNU_GETTEXT is expanded from...
526526 configure.ac:15: the top level])
527527 m4trace:configure.ac:15: -1- AH_OUTPUT([HAVE_LOCALE_H], [/* Define to 1 if you have the <locale.h> header file. */
528528 @%:@undef HAVE_LOCALE_H])
533533 ../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
534534 ../../lib/autoconf/general.m4:2042: AC_CACHE_VAL is expanded from...
535535 ../../lib/autoconf/general.m4:2063: AC_CACHE_CHECK is expanded from...
536 aclocal.m4:70: GLIB_LC_MESSAGES is expanded from...
537 aclocal.m4:385: GLIB_GNU_GETTEXT is expanded from...
538 aclocal.m4:485: AM_GLIB_GNU_GETTEXT is expanded from...
536 aclocal.m4:73: GLIB_LC_MESSAGES is expanded from...
537 aclocal.m4:388: GLIB_GNU_GETTEXT is expanded from...
538 aclocal.m4:488: AM_GLIB_GNU_GETTEXT is expanded from...
539539 configure.ac:15: the top level])
540540 m4trace:configure.ac:15: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LC_MESSAGES])
541541 m4trace:configure.ac:15: -1- m4_pattern_allow([^HAVE_LC_MESSAGES$])
565565 ../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
566566 ../../lib/autoconf/headers.m4:129: _AC_CHECK_HEADER_MONGREL is expanded from...
567567 ../../lib/autoconf/headers.m4:67: AC_CHECK_HEADER is expanded from...
568 aclocal.m4:169: GLIB_WITH_NLS is expanded from...
569 aclocal.m4:385: GLIB_GNU_GETTEXT is expanded from...
570 aclocal.m4:485: AM_GLIB_GNU_GETTEXT is expanded from...
568 aclocal.m4:172: GLIB_WITH_NLS is expanded from...
569 aclocal.m4:388: GLIB_GNU_GETTEXT is expanded from...
570 aclocal.m4:488: AM_GLIB_GNU_GETTEXT is expanded from...
571571 configure.ac:15: the top level])
572572 m4trace:configure.ac:15: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
573573 You should run autoupdate.], [../../lib/autoconf/general.m4:2698: AC_TRY_LINK is expanded from...
577577 ../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
578578 ../../lib/autoconf/headers.m4:129: _AC_CHECK_HEADER_MONGREL is expanded from...
579579 ../../lib/autoconf/headers.m4:67: AC_CHECK_HEADER is expanded from...
580 aclocal.m4:169: GLIB_WITH_NLS is expanded from...
581 aclocal.m4:385: GLIB_GNU_GETTEXT is expanded from...
582 aclocal.m4:485: AM_GLIB_GNU_GETTEXT is expanded from...
580 aclocal.m4:172: GLIB_WITH_NLS is expanded from...
581 aclocal.m4:388: GLIB_GNU_GETTEXT is expanded from...
582 aclocal.m4:488: AM_GLIB_GNU_GETTEXT is expanded from...
583583 configure.ac:15: the top level])
584584 m4trace:configure.ac:15: -1- AH_OUTPUT([HAVE_BIND_TEXTDOMAIN_CODESET], [/* Define to 1 if you have the `bind_textdomain_codeset\' function. */
585585 @%:@undef HAVE_BIND_TEXTDOMAIN_CODESET])
614614 ../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
615615 ../../lib/autoconf/headers.m4:129: _AC_CHECK_HEADER_MONGREL is expanded from...
616616 ../../lib/autoconf/headers.m4:67: AC_CHECK_HEADER is expanded from...
617 aclocal.m4:169: GLIB_WITH_NLS is expanded from...
618 aclocal.m4:385: GLIB_GNU_GETTEXT is expanded from...
619 aclocal.m4:485: AM_GLIB_GNU_GETTEXT is expanded from...
617 aclocal.m4:172: GLIB_WITH_NLS is expanded from...
618 aclocal.m4:388: GLIB_GNU_GETTEXT is expanded from...
619 aclocal.m4:488: AM_GLIB_GNU_GETTEXT is expanded from...
620620 configure.ac:15: the top level])
621621 m4trace:configure.ac:15: -1- AC_DEFINE_TRACE_LITERAL([ENABLE_NLS])
622622 m4trace:configure.ac:15: -1- m4_pattern_allow([^ENABLE_NLS$])
624624 @%:@undef ENABLE_NLS])
625625 m4trace:configure.ac:15: -1- _m4_warn([obsolete], [The macro `AC_OUTPUT_COMMANDS' is obsolete.
626626 You should run autoupdate.], [../../lib/autoconf/status.m4:1026: AC_OUTPUT_COMMANDS is expanded from...
627 aclocal.m4:169: GLIB_WITH_NLS is expanded from...
628 aclocal.m4:385: GLIB_GNU_GETTEXT is expanded from...
629 aclocal.m4:485: AM_GLIB_GNU_GETTEXT is expanded from...
627 aclocal.m4:172: GLIB_WITH_NLS is expanded from...
628 aclocal.m4:388: GLIB_GNU_GETTEXT is expanded from...
629 aclocal.m4:488: AM_GLIB_GNU_GETTEXT is expanded from...
630630 configure.ac:15: the top level])
631631 m4trace:configure.ac:15: -1- AC_SUBST([CATALOGS])
632632 m4trace:configure.ac:15: -1- AC_SUBST_TRACE([CATALOGS])
5252 @dbus.service.method('org.blueman.Mechanism', in_signature="ayays", out_signature="", sender_keyword="caller",
5353 byte_arrays=True)
5454 def EnableNetwork(self, ip_address, netmask, dhcp_handler, caller):
55 self.confirm_authorization(caller, "org.blueman.network.setup")
5556 nc = NetConf.get_default()
5657 nc.set_ipv4(ip_address, netmask)
5758 nc.set_dhcp_handler(DHCPDHANDLERS[dhcp_handler])
5960
6061 @dbus.service.method('org.blueman.Mechanism', in_signature="", out_signature="", sender_keyword="caller")
6162 def ReloadNetwork(self, caller):
63 self.confirm_authorization(caller, "org.blueman.network.setup")
6264 nc = NetConf.get_default()
6365 nc.apply_settings()
6466
6567 @dbus.service.method('org.blueman.Mechanism', in_signature="", out_signature="", sender_keyword="caller")
6668 def DisableNetwork(self, caller):
69 self.confirm_authorization(caller, "org.blueman.network.setup")
6770 nc = NetConf.get_default()
6871 nc.remove_settings()
6972 nc.set_ipv4(None, None)
2020 @dbus.service.method('org.blueman.Mechanism', in_signature="sss", out_signature="s", sender_keyword="caller",
2121 async_callbacks=("ok", "err"))
2222 def PPPConnect(self, port, number, apn, caller, ok, err):
23 self.confirm_authorization(caller, "org.blueman.pppd.pppconnect")
2324 self.timer.stop()
2425 from blueman.main.PPPConnection import PPPConnection
2526
1212 raise ImportError("Hardware kill switch not found")
1313
1414 class RfKill(MechanismPlugin):
15 @dbus.service.method('org.blueman.Mechanism', in_signature="b", out_signature="")
16 def SetRfkillState(self, state):
15 @dbus.service.method('org.blueman.Mechanism', in_signature="b", out_signature="", sender_keyword="caller")
16 def SetRfkillState(self, state, caller):
17 self.confirm_authorization(caller, "org.blueman.rfkill.setstate")
1718 f = open('/dev/rfkill', 'r+b', buffering=0)
1819 f.write(struct.pack("IBBBB", 0, RFKILL_TYPE_BLUETOOTH, RFKILL_OP_CHANGE_ALL, (0 if state else 1), 0))
1920 f.close()
00 #! /bin/sh
11 # Attempt to guess a canonical system name.
2 # Copyright 1992-2016 Free Software Foundation, Inc.
3
4 timestamp='2016-10-02'
2 # Copyright 1992-2018 Free Software Foundation, Inc.
3
4 timestamp='2018-02-24'
55
66 # This file is free software; you can redistribute it and/or modify it
77 # under the terms of the GNU General Public License as published by
1414 # General Public License for more details.
1515 #
1616 # You should have received a copy of the GNU General Public License
17 # along with this program; if not, see <http://www.gnu.org/licenses/>.
17 # along with this program; if not, see <https://www.gnu.org/licenses/>.
1818 #
1919 # As a special exception to the GNU General Public License, if you
2020 # distribute this file as part of a program that contains a
2626 # Originally written by Per Bothner; maintained since 2000 by Ben Elliston.
2727 #
2828 # You can get the latest version of this script from:
29 # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess
29 # https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess
3030 #
3131 # Please send patches to <config-patches@gnu.org>.
3232
3838
3939 Output the configuration name of the system \`$me' is run on.
4040
41 Operation modes:
41 Options:
4242 -h, --help print this help, then exit
4343 -t, --time-stamp print date of last modification, then exit
4444 -v, --version print version number, then exit
4949 GNU config.guess ($timestamp)
5050
5151 Originally written by Per Bothner.
52 Copyright 1992-2016 Free Software Foundation, Inc.
52 Copyright 1992-2018 Free Software Foundation, Inc.
5353
5454 This is free software; see the source for copying conditions. There is NO
5555 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
106106 dummy=$tmp/dummy ;
107107 tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ;
108108 case $CC_FOR_BUILD,$HOST_CC,$CC in
109 ,,) echo "int x;" > $dummy.c ;
109 ,,) echo "int x;" > "$dummy.c" ;
110110 for c in cc gcc c89 c99 ; do
111 if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then
111 if ($c -c -o "$dummy.o" "$dummy.c") >/dev/null 2>&1 ; then
112112 CC_FOR_BUILD="$c"; break ;
113113 fi ;
114114 done ;
131131 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
132132 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
133133
134 case "${UNAME_SYSTEM}" in
134 case "$UNAME_SYSTEM" in
135135 Linux|GNU|GNU/*)
136136 # If the system lacks a compiler, then just pick glibc.
137137 # We could probably try harder.
138138 LIBC=gnu
139139
140 eval $set_cc_for_build
141 cat <<-EOF > $dummy.c
140 eval "$set_cc_for_build"
141 cat <<-EOF > "$dummy.c"
142142 #include <features.h>
143143 #if defined(__UCLIBC__)
144144 LIBC=uclibc
148148 LIBC=gnu
149149 #endif
150150 EOF
151 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
151 eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
152
153 # If ldd exists, use it to detect musl libc.
154 if command -v ldd >/dev/null && \
155 ldd --version 2>&1 | grep -q ^musl
156 then
157 LIBC=musl
158 fi
152159 ;;
153160 esac
154161
155162 # Note: order is significant - the case branches are not exclusive.
156163
157 case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
164 case "$UNAME_MACHINE:$UNAME_SYSTEM:$UNAME_RELEASE:$UNAME_VERSION" in
158165 *:NetBSD:*:*)
159166 # NetBSD (nbsd) targets should (where applicable) match one or
160167 # more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*,
168175 # portion of the name. We always set it to "unknown".
169176 sysctl="sysctl -n hw.machine_arch"
170177 UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \
171 /sbin/$sysctl 2>/dev/null || \
172 /usr/sbin/$sysctl 2>/dev/null || \
178 "/sbin/$sysctl" 2>/dev/null || \
179 "/usr/sbin/$sysctl" 2>/dev/null || \
173180 echo unknown)`
174 case "${UNAME_MACHINE_ARCH}" in
181 case "$UNAME_MACHINE_ARCH" in
175182 armeb) machine=armeb-unknown ;;
176183 arm*) machine=arm-unknown ;;
177184 sh3el) machine=shl-unknown ;;
178185 sh3eb) machine=sh-unknown ;;
179186 sh5el) machine=sh5le-unknown ;;
180187 earmv*)
181 arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
182 endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'`
183 machine=${arch}${endian}-unknown
188 arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
189 endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
190 machine="${arch}${endian}"-unknown
184191 ;;
185 *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
192 *) machine="$UNAME_MACHINE_ARCH"-unknown ;;
186193 esac
187194 # The Operating System including object format, if it has switched
188195 # to ELF recently (or will in the future) and ABI.
189 case "${UNAME_MACHINE_ARCH}" in
196 case "$UNAME_MACHINE_ARCH" in
190197 earm*)
191198 os=netbsdelf
192199 ;;
193200 arm*|i386|m68k|ns32k|sh3*|sparc|vax)
194 eval $set_cc_for_build
201 eval "$set_cc_for_build"
195202 if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
196203 | grep -q __ELF__
197204 then
207214 ;;
208215 esac
209216 # Determine ABI tags.
210 case "${UNAME_MACHINE_ARCH}" in
217 case "$UNAME_MACHINE_ARCH" in
211218 earm*)
212219 expr='s/^earmv[0-9]/-eabi/;s/eb$//'
213 abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"`
220 abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
214221 ;;
215222 esac
216223 # The OS release
218225 # thus, need a distinct triplet. However, they do not need
219226 # kernel version information, so it can be replaced with a
220227 # suitable tag, in the style of linux-gnu.
221 case "${UNAME_VERSION}" in
228 case "$UNAME_VERSION" in
222229 Debian*)
223230 release='-gnu'
224231 ;;
225232 *)
226 release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2`
233 release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
227234 ;;
228235 esac
229236 # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM:
230237 # contains redundant information, the shorter form:
231238 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used.
232 echo "${machine}-${os}${release}${abi}"
239 echo "$machine-${os}${release}${abi}"
233240 exit ;;
234241 *:Bitrig:*:*)
235242 UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'`
236 echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE}
243 echo "$UNAME_MACHINE_ARCH"-unknown-bitrig"$UNAME_RELEASE"
237244 exit ;;
238245 *:OpenBSD:*:*)
239246 UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
240 echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE}
247 echo "$UNAME_MACHINE_ARCH"-unknown-openbsd"$UNAME_RELEASE"
241248 exit ;;
242249 *:LibertyBSD:*:*)
243250 UNAME_MACHINE_ARCH=`arch | sed 's/^.*BSD\.//'`
244 echo ${UNAME_MACHINE_ARCH}-unknown-libertybsd${UNAME_RELEASE}
251 echo "$UNAME_MACHINE_ARCH"-unknown-libertybsd"$UNAME_RELEASE"
252 exit ;;
253 *:MidnightBSD:*:*)
254 echo "$UNAME_MACHINE"-unknown-midnightbsd"$UNAME_RELEASE"
245255 exit ;;
246256 *:ekkoBSD:*:*)
247 echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE}
257 echo "$UNAME_MACHINE"-unknown-ekkobsd"$UNAME_RELEASE"
248258 exit ;;
249259 *:SolidBSD:*:*)
250 echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE}
260 echo "$UNAME_MACHINE"-unknown-solidbsd"$UNAME_RELEASE"
251261 exit ;;
252262 macppc:MirBSD:*:*)
253 echo powerpc-unknown-mirbsd${UNAME_RELEASE}
263 echo powerpc-unknown-mirbsd"$UNAME_RELEASE"
254264 exit ;;
255265 *:MirBSD:*:*)
256 echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE}
266 echo "$UNAME_MACHINE"-unknown-mirbsd"$UNAME_RELEASE"
257267 exit ;;
258268 *:Sortix:*:*)
259 echo ${UNAME_MACHINE}-unknown-sortix
260 exit ;;
269 echo "$UNAME_MACHINE"-unknown-sortix
270 exit ;;
271 *:Redox:*:*)
272 echo "$UNAME_MACHINE"-unknown-redox
273 exit ;;
274 mips:OSF1:*.*)
275 echo mips-dec-osf1
276 exit ;;
261277 alpha:OSF1:*:*)
262278 case $UNAME_RELEASE in
263279 *4.0)
309325 # A Tn.n version is a released field test version.
310326 # A Xn.n version is an unreleased experimental baselevel.
311327 # 1.2 uses "1.2" for uname -r.
312 echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`
328 echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
313329 # Reset EXIT trap before exiting to avoid spurious non-zero exit code.
314330 exitcode=$?
315331 trap '' 0
316332 exit $exitcode ;;
317 Alpha\ *:Windows_NT*:*)
318 # How do we know it's Interix rather than the generic POSIX subsystem?
319 # Should we change UNAME_MACHINE based on the output of uname instead
320 # of the specific Alpha model?
321 echo alpha-pc-interix
322 exit ;;
323 21064:Windows_NT:50:3)
324 echo alpha-dec-winnt3.5
325 exit ;;
326333 Amiga*:UNIX_System_V:4.0:*)
327334 echo m68k-unknown-sysv4
328335 exit ;;
329336 *:[Aa]miga[Oo][Ss]:*:*)
330 echo ${UNAME_MACHINE}-unknown-amigaos
337 echo "$UNAME_MACHINE"-unknown-amigaos
331338 exit ;;
332339 *:[Mm]orph[Oo][Ss]:*:*)
333 echo ${UNAME_MACHINE}-unknown-morphos
340 echo "$UNAME_MACHINE"-unknown-morphos
334341 exit ;;
335342 *:OS/390:*:*)
336343 echo i370-ibm-openedition
342349 echo powerpc-ibm-os400
343350 exit ;;
344351 arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)
345 echo arm-acorn-riscix${UNAME_RELEASE}
352 echo arm-acorn-riscix"$UNAME_RELEASE"
346353 exit ;;
347354 arm*:riscos:*:*|arm*:RISCOS:*:*)
348355 echo arm-unknown-riscos
369376 sparc) echo sparc-icl-nx7; exit ;;
370377 esac ;;
371378 s390x:SunOS:*:*)
372 echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
379 echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
373380 exit ;;
374381 sun4H:SunOS:5.*:*)
375 echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
382 echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
376383 exit ;;
377384 sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
378 echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
385 echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
379386 exit ;;
380387 i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*)
381 echo i386-pc-auroraux${UNAME_RELEASE}
388 echo i386-pc-auroraux"$UNAME_RELEASE"
382389 exit ;;
383390 i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
384 eval $set_cc_for_build
391 eval "$set_cc_for_build"
385392 SUN_ARCH=i386
386393 # If there is a compiler, see if it is configured for 64-bit objects.
387394 # Note that the Sun cc does not turn __LP64__ into 1 like gcc does.
394401 SUN_ARCH=x86_64
395402 fi
396403 fi
397 echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
404 echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
398405 exit ;;
399406 sun4*:SunOS:6*:*)
400407 # According to config.sub, this is the proper way to canonicalize
401408 # SunOS6. Hard to guess exactly what SunOS6 will be like, but
402409 # it's likely to be more like Solaris than SunOS4.
403 echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
410 echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
404411 exit ;;
405412 sun4*:SunOS:*:*)
406413 case "`/usr/bin/arch -k`" in
409416 ;;
410417 esac
411418 # Japanese Language versions have a version number like `4.1.3-JL'.
412 echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
419 echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
413420 exit ;;
414421 sun3*:SunOS:*:*)
415 echo m68k-sun-sunos${UNAME_RELEASE}
422 echo m68k-sun-sunos"$UNAME_RELEASE"
416423 exit ;;
417424 sun*:*:4.2BSD:*)
418425 UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
419 test "x${UNAME_RELEASE}" = x && UNAME_RELEASE=3
426 test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
420427 case "`/bin/arch`" in
421428 sun3)
422 echo m68k-sun-sunos${UNAME_RELEASE}
429 echo m68k-sun-sunos"$UNAME_RELEASE"
423430 ;;
424431 sun4)
425 echo sparc-sun-sunos${UNAME_RELEASE}
432 echo sparc-sun-sunos"$UNAME_RELEASE"
426433 ;;
427434 esac
428435 exit ;;
429436 aushp:SunOS:*:*)
430 echo sparc-auspex-sunos${UNAME_RELEASE}
437 echo sparc-auspex-sunos"$UNAME_RELEASE"
431438 exit ;;
432439 # The situation for MiNT is a little confusing. The machine name
433440 # can be virtually everything (everything which is not
438445 # MiNT. But MiNT is downward compatible to TOS, so this should
439446 # be no problem.
440447 atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*)
441 echo m68k-atari-mint${UNAME_RELEASE}
448 echo m68k-atari-mint"$UNAME_RELEASE"
442449 exit ;;
443450 atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*)
444 echo m68k-atari-mint${UNAME_RELEASE}
451 echo m68k-atari-mint"$UNAME_RELEASE"
445452 exit ;;
446453 *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*)
447 echo m68k-atari-mint${UNAME_RELEASE}
454 echo m68k-atari-mint"$UNAME_RELEASE"
448455 exit ;;
449456 milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*)
450 echo m68k-milan-mint${UNAME_RELEASE}
457 echo m68k-milan-mint"$UNAME_RELEASE"
451458 exit ;;
452459 hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*)
453 echo m68k-hades-mint${UNAME_RELEASE}
460 echo m68k-hades-mint"$UNAME_RELEASE"
454461 exit ;;
455462 *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*)
456 echo m68k-unknown-mint${UNAME_RELEASE}
463 echo m68k-unknown-mint"$UNAME_RELEASE"
457464 exit ;;
458465 m68k:machten:*:*)
459 echo m68k-apple-machten${UNAME_RELEASE}
466 echo m68k-apple-machten"$UNAME_RELEASE"
460467 exit ;;
461468 powerpc:machten:*:*)
462 echo powerpc-apple-machten${UNAME_RELEASE}
469 echo powerpc-apple-machten"$UNAME_RELEASE"
463470 exit ;;
464471 RISC*:Mach:*:*)
465472 echo mips-dec-mach_bsd4.3
466473 exit ;;
467474 RISC*:ULTRIX:*:*)
468 echo mips-dec-ultrix${UNAME_RELEASE}
475 echo mips-dec-ultrix"$UNAME_RELEASE"
469476 exit ;;
470477 VAX*:ULTRIX*:*:*)
471 echo vax-dec-ultrix${UNAME_RELEASE}
478 echo vax-dec-ultrix"$UNAME_RELEASE"
472479 exit ;;
473480 2020:CLIX:*:* | 2430:CLIX:*:*)
474 echo clipper-intergraph-clix${UNAME_RELEASE}
481 echo clipper-intergraph-clix"$UNAME_RELEASE"
475482 exit ;;
476483 mips:*:*:UMIPS | mips:*:*:RISCos)
477 eval $set_cc_for_build
478 sed 's/^ //' << EOF >$dummy.c
484 eval "$set_cc_for_build"
485 sed 's/^ //' << EOF > "$dummy.c"
479486 #ifdef __cplusplus
480487 #include <stdio.h> /* for printf() prototype */
481488 int main (int argc, char *argv[]) {
484491 #endif
485492 #if defined (host_mips) && defined (MIPSEB)
486493 #if defined (SYSTYPE_SYSV)
487 printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0);
494 printf ("mips-mips-riscos%ssysv\\n", argv[1]); exit (0);
488495 #endif
489496 #if defined (SYSTYPE_SVR4)
490 printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0);
497 printf ("mips-mips-riscos%ssvr4\\n", argv[1]); exit (0);
491498 #endif
492499 #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD)
493 printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0);
500 printf ("mips-mips-riscos%sbsd\\n", argv[1]); exit (0);
494501 #endif
495502 #endif
496503 exit (-1);
497504 }
498505 EOF
499 $CC_FOR_BUILD -o $dummy $dummy.c &&
500 dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
501 SYSTEM_NAME=`$dummy $dummyarg` &&
506 $CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
507 dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
508 SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
502509 { echo "$SYSTEM_NAME"; exit; }
503 echo mips-mips-riscos${UNAME_RELEASE}
510 echo mips-mips-riscos"$UNAME_RELEASE"
504511 exit ;;
505512 Motorola:PowerMAX_OS:*:*)
506513 echo powerpc-motorola-powermax
526533 AViiON:dgux:*:*)
527534 # DG/UX returns AViiON for all architectures
528535 UNAME_PROCESSOR=`/usr/bin/uname -p`
529 if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ]
536 if [ "$UNAME_PROCESSOR" = mc88100 ] || [ "$UNAME_PROCESSOR" = mc88110 ]
530537 then
531 if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \
532 [ ${TARGET_BINARY_INTERFACE}x = x ]
538 if [ "$TARGET_BINARY_INTERFACE"x = m88kdguxelfx ] || \
539 [ "$TARGET_BINARY_INTERFACE"x = x ]
533540 then
534 echo m88k-dg-dgux${UNAME_RELEASE}
541 echo m88k-dg-dgux"$UNAME_RELEASE"
535542 else
536 echo m88k-dg-dguxbcs${UNAME_RELEASE}
543 echo m88k-dg-dguxbcs"$UNAME_RELEASE"
537544 fi
538545 else
539 echo i586-dg-dgux${UNAME_RELEASE}
546 echo i586-dg-dgux"$UNAME_RELEASE"
540547 fi
541548 exit ;;
542549 M88*:DolphinOS:*:*) # DolphinOS (SVR3)
553560 echo m68k-tektronix-bsd
554561 exit ;;
555562 *:IRIX*:*:*)
556 echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
563 echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
557564 exit ;;
558565 ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX.
559566 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
565572 if [ -x /usr/bin/oslevel ] ; then
566573 IBM_REV=`/usr/bin/oslevel`
567574 else
568 IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
569 fi
570 echo ${UNAME_MACHINE}-ibm-aix${IBM_REV}
575 IBM_REV="$UNAME_VERSION.$UNAME_RELEASE"
576 fi
577 echo "$UNAME_MACHINE"-ibm-aix"$IBM_REV"
571578 exit ;;
572579 *:AIX:2:3)
573580 if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then
574 eval $set_cc_for_build
575 sed 's/^ //' << EOF >$dummy.c
581 eval "$set_cc_for_build"
582 sed 's/^ //' << EOF > "$dummy.c"
576583 #include <sys/systemcfg.h>
577584
578585 main()
583590 exit(0);
584591 }
585592 EOF
586 if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
593 if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
587594 then
588595 echo "$SYSTEM_NAME"
589596 else
597604 exit ;;
598605 *:AIX:*:[4567])
599606 IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
600 if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
607 if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
601608 IBM_ARCH=rs6000
602609 else
603610 IBM_ARCH=powerpc
606613 IBM_REV=`/usr/bin/lslpp -Lqc bos.rte.libc |
607614 awk -F: '{ print $3 }' | sed s/[0-9]*$/0/`
608615 else
609 IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
610 fi
611 echo ${IBM_ARCH}-ibm-aix${IBM_REV}
616 IBM_REV="$UNAME_VERSION.$UNAME_RELEASE"
617 fi
618 echo "$IBM_ARCH"-ibm-aix"$IBM_REV"
612619 exit ;;
613620 *:AIX:*:*)
614621 echo rs6000-ibm-aix
615622 exit ;;
616 ibmrt:4.4BSD:*|romp-ibm:BSD:*)
623 ibmrt:4.4BSD:*|romp-ibm:4.4BSD:*)
617624 echo romp-ibm-bsd4.4
618625 exit ;;
619626 ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and
620 echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to
627 echo romp-ibm-bsd"$UNAME_RELEASE" # 4.3 with uname added to
621628 exit ;; # report: romp-ibm BSD 4.3
622629 *:BOSX:*:*)
623630 echo rs6000-bull-bosx
632639 echo m68k-hp-bsd4.4
633640 exit ;;
634641 9000/[34678]??:HP-UX:*:*)
635 HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
636 case "${UNAME_MACHINE}" in
637 9000/31? ) HP_ARCH=m68000 ;;
638 9000/[34]?? ) HP_ARCH=m68k ;;
642 HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
643 case "$UNAME_MACHINE" in
644 9000/31?) HP_ARCH=m68000 ;;
645 9000/[34]??) HP_ARCH=m68k ;;
639646 9000/[678][0-9][0-9])
640647 if [ -x /usr/bin/getconf ]; then
641648 sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null`
642649 sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null`
643 case "${sc_cpu_version}" in
650 case "$sc_cpu_version" in
644651 523) HP_ARCH=hppa1.0 ;; # CPU_PA_RISC1_0
645652 528) HP_ARCH=hppa1.1 ;; # CPU_PA_RISC1_1
646653 532) # CPU_PA_RISC2_0
647 case "${sc_kernel_bits}" in
654 case "$sc_kernel_bits" in
648655 32) HP_ARCH=hppa2.0n ;;
649656 64) HP_ARCH=hppa2.0w ;;
650657 '') HP_ARCH=hppa2.0 ;; # HP-UX 10.20
651658 esac ;;
652659 esac
653660 fi
654 if [ "${HP_ARCH}" = "" ]; then
655 eval $set_cc_for_build
656 sed 's/^ //' << EOF >$dummy.c
661 if [ "$HP_ARCH" = "" ]; then
662 eval "$set_cc_for_build"
663 sed 's/^ //' << EOF > "$dummy.c"
657664
658665 #define _HPUX_SOURCE
659666 #include <stdlib.h>
686693 exit (0);
687694 }
688695 EOF
689 (CCOPTS="" $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
696 (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
690697 test -z "$HP_ARCH" && HP_ARCH=hppa
691698 fi ;;
692699 esac
693 if [ ${HP_ARCH} = hppa2.0w ]
700 if [ "$HP_ARCH" = hppa2.0w ]
694701 then
695 eval $set_cc_for_build
702 eval "$set_cc_for_build"
696703
697704 # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating
698705 # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler
711718 HP_ARCH=hppa64
712719 fi
713720 fi
714 echo ${HP_ARCH}-hp-hpux${HPUX_REV}
721 echo "$HP_ARCH"-hp-hpux"$HPUX_REV"
715722 exit ;;
716723 ia64:HP-UX:*:*)
717 HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
718 echo ia64-hp-hpux${HPUX_REV}
724 HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
725 echo ia64-hp-hpux"$HPUX_REV"
719726 exit ;;
720727 3050*:HI-UX:*:*)
721 eval $set_cc_for_build
722 sed 's/^ //' << EOF >$dummy.c
728 eval "$set_cc_for_build"
729 sed 's/^ //' << EOF > "$dummy.c"
723730 #include <unistd.h>
724731 int
725732 main ()
744751 exit (0);
745752 }
746753 EOF
747 $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
754 $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
748755 { echo "$SYSTEM_NAME"; exit; }
749756 echo unknown-hitachi-hiuxwe2
750757 exit ;;
751 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* )
758 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:*)
752759 echo hppa1.1-hp-bsd
753760 exit ;;
754761 9000/8??:4.3bsd:*:*)
757764 *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*)
758765 echo hppa1.0-hp-mpeix
759766 exit ;;
760 hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* )
767 hp7??:OSF1:*:* | hp8?[79]:OSF1:*:*)
761768 echo hppa1.1-hp-osf
762769 exit ;;
763770 hp8??:OSF1:*:*)
765772 exit ;;
766773 i*86:OSF1:*:*)
767774 if [ -x /usr/sbin/sysversion ] ; then
768 echo ${UNAME_MACHINE}-unknown-osf1mk
775 echo "$UNAME_MACHINE"-unknown-osf1mk
769776 else
770 echo ${UNAME_MACHINE}-unknown-osf1
777 echo "$UNAME_MACHINE"-unknown-osf1
771778 fi
772779 exit ;;
773780 parisc*:Lites*:*:*)
792799 echo c4-convex-bsd
793800 exit ;;
794801 CRAY*Y-MP:*:*:*)
795 echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
802 echo ymp-cray-unicos"$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/'
796803 exit ;;
797804 CRAY*[A-Z]90:*:*:*)
798 echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \
805 echo "$UNAME_MACHINE"-cray-unicos"$UNAME_RELEASE" \
799806 | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \
800807 -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \
801808 -e 's/\.[^.]*$/.X/'
802809 exit ;;
803810 CRAY*TS:*:*:*)
804 echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
811 echo t90-cray-unicos"$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/'
805812 exit ;;
806813 CRAY*T3E:*:*:*)
807 echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
814 echo alphaev5-cray-unicosmk"$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/'
808815 exit ;;
809816 CRAY*SV1:*:*:*)
810 echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
817 echo sv1-cray-unicos"$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/'
811818 exit ;;
812819 *:UNICOS/mp:*:*)
813 echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
820 echo craynv-cray-unicosmp"$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/'
814821 exit ;;
815822 F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*)
816823 FUJITSU_PROC=`uname -m | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`
817824 FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
818 FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
825 FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
819826 echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
820827 exit ;;
821828 5000:UNIX_System_V:4.*:*)
822829 FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
823 FUJITSU_REL=`echo ${UNAME_RELEASE} | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
830 FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
824831 echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
825832 exit ;;
826833 i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*)
827 echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE}
834 echo "$UNAME_MACHINE"-pc-bsdi"$UNAME_RELEASE"
828835 exit ;;
829836 sparc*:BSD/OS:*:*)
830 echo sparc-unknown-bsdi${UNAME_RELEASE}
837 echo sparc-unknown-bsdi"$UNAME_RELEASE"
831838 exit ;;
832839 *:BSD/OS:*:*)
833 echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
840 echo "$UNAME_MACHINE"-unknown-bsdi"$UNAME_RELEASE"
834841 exit ;;
835842 *:FreeBSD:*:*)
836843 UNAME_PROCESSOR=`/usr/bin/uname -p`
837 case ${UNAME_PROCESSOR} in
844 case "$UNAME_PROCESSOR" in
838845 amd64)
839 echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
840 *)
841 echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
846 UNAME_PROCESSOR=x86_64 ;;
847 i386)
848 UNAME_PROCESSOR=i586 ;;
842849 esac
850 echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
843851 exit ;;
844852 i*:CYGWIN*:*)
845 echo ${UNAME_MACHINE}-pc-cygwin
853 echo "$UNAME_MACHINE"-pc-cygwin
846854 exit ;;
847855 *:MINGW64*:*)
848 echo ${UNAME_MACHINE}-pc-mingw64
856 echo "$UNAME_MACHINE"-pc-mingw64
849857 exit ;;
850858 *:MINGW*:*)
851 echo ${UNAME_MACHINE}-pc-mingw32
859 echo "$UNAME_MACHINE"-pc-mingw32
852860 exit ;;
853861 *:MSYS*:*)
854 echo ${UNAME_MACHINE}-pc-msys
855 exit ;;
856 i*:windows32*:*)
857 # uname -m includes "-pc" on this system.
858 echo ${UNAME_MACHINE}-mingw32
862 echo "$UNAME_MACHINE"-pc-msys
859863 exit ;;
860864 i*:PW*:*)
861 echo ${UNAME_MACHINE}-pc-pw32
865 echo "$UNAME_MACHINE"-pc-pw32
862866 exit ;;
863867 *:Interix*:*)
864 case ${UNAME_MACHINE} in
868 case "$UNAME_MACHINE" in
865869 x86)
866 echo i586-pc-interix${UNAME_RELEASE}
870 echo i586-pc-interix"$UNAME_RELEASE"
867871 exit ;;
868872 authenticamd | genuineintel | EM64T)
869 echo x86_64-unknown-interix${UNAME_RELEASE}
873 echo x86_64-unknown-interix"$UNAME_RELEASE"
870874 exit ;;
871875 IA64)
872 echo ia64-unknown-interix${UNAME_RELEASE}
876 echo ia64-unknown-interix"$UNAME_RELEASE"
873877 exit ;;
874878 esac ;;
875 [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
876 echo i${UNAME_MACHINE}-pc-mks
877 exit ;;
878 8664:Windows_NT:*)
879 echo x86_64-pc-mks
880 exit ;;
881 i*:Windows_NT*:* | Pentium*:Windows_NT*:*)
882 # How do we know it's Interix rather than the generic POSIX subsystem?
883 # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we
884 # UNAME_MACHINE based on the output of uname instead of i386?
885 echo i586-pc-interix
886 exit ;;
887879 i*:UWIN*:*)
888 echo ${UNAME_MACHINE}-pc-uwin
880 echo "$UNAME_MACHINE"-pc-uwin
889881 exit ;;
890882 amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*)
891883 echo x86_64-unknown-cygwin
892884 exit ;;
893 p*:CYGWIN*:*)
894 echo powerpcle-unknown-cygwin
895 exit ;;
896885 prep*:SunOS:5.*:*)
897 echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
886 echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
898887 exit ;;
899888 *:GNU:*:*)
900889 # the GNU system
901 echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
890 echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
902891 exit ;;
903892 *:GNU/*:*:*)
904893 # other systems with GNU libc and userland
905 echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
894 echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
906895 exit ;;
907896 i*86:Minix:*:*)
908 echo ${UNAME_MACHINE}-pc-minix
897 echo "$UNAME_MACHINE"-pc-minix
909898 exit ;;
910899 aarch64:Linux:*:*)
911 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
900 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
912901 exit ;;
913902 aarch64_be:Linux:*:*)
914903 UNAME_MACHINE=aarch64_be
915 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
904 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
916905 exit ;;
917906 alpha:Linux:*:*)
918907 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
926915 esac
927916 objdump --private-headers /bin/sh | grep -q ld.so.1
928917 if test "$?" = 0 ; then LIBC=gnulibc1 ; fi
929 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
918 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
930919 exit ;;
931920 arc:Linux:*:* | arceb:Linux:*:*)
932 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
921 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
933922 exit ;;
934923 arm*:Linux:*:*)
935 eval $set_cc_for_build
924 eval "$set_cc_for_build"
936925 if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \
937926 | grep -q __ARM_EABI__
938927 then
939 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
928 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
940929 else
941930 if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \
942931 | grep -q __ARM_PCS_VFP
943932 then
944 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabi
933 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"eabi
945934 else
946 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabihf
935 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"eabihf
947936 fi
948937 fi
949938 exit ;;
950939 avr32*:Linux:*:*)
951 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
940 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
952941 exit ;;
953942 cris:Linux:*:*)
954 echo ${UNAME_MACHINE}-axis-linux-${LIBC}
943 echo "$UNAME_MACHINE"-axis-linux-"$LIBC"
955944 exit ;;
956945 crisv32:Linux:*:*)
957 echo ${UNAME_MACHINE}-axis-linux-${LIBC}
946 echo "$UNAME_MACHINE"-axis-linux-"$LIBC"
958947 exit ;;
959948 e2k:Linux:*:*)
960 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
949 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
961950 exit ;;
962951 frv:Linux:*:*)
963 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
952 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
964953 exit ;;
965954 hexagon:Linux:*:*)
966 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
955 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
967956 exit ;;
968957 i*86:Linux:*:*)
969 echo ${UNAME_MACHINE}-pc-linux-${LIBC}
958 echo "$UNAME_MACHINE"-pc-linux-"$LIBC"
970959 exit ;;
971960 ia64:Linux:*:*)
972 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
961 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
973962 exit ;;
974963 k1om:Linux:*:*)
975 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
964 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
976965 exit ;;
977966 m32r*:Linux:*:*)
978 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
967 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
979968 exit ;;
980969 m68*:Linux:*:*)
981 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
970 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
982971 exit ;;
983972 mips:Linux:*:* | mips64:Linux:*:*)
984 eval $set_cc_for_build
985 sed 's/^ //' << EOF >$dummy.c
973 eval "$set_cc_for_build"
974 sed 's/^ //' << EOF > "$dummy.c"
986975 #undef CPU
987976 #undef ${UNAME_MACHINE}
988977 #undef ${UNAME_MACHINE}el
996985 #endif
997986 #endif
998987 EOF
999 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
1000 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
988 eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU'`"
989 test "x$CPU" != x && { echo "$CPU-unknown-linux-$LIBC"; exit; }
1001990 ;;
1002991 mips64el:Linux:*:*)
1003 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
992 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
1004993 exit ;;
1005994 openrisc*:Linux:*:*)
1006 echo or1k-unknown-linux-${LIBC}
995 echo or1k-unknown-linux-"$LIBC"
1007996 exit ;;
1008997 or32:Linux:*:* | or1k*:Linux:*:*)
1009 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
998 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
1010999 exit ;;
10111000 padre:Linux:*:*)
1012 echo sparc-unknown-linux-${LIBC}
1001 echo sparc-unknown-linux-"$LIBC"
10131002 exit ;;
10141003 parisc64:Linux:*:* | hppa64:Linux:*:*)
1015 echo hppa64-unknown-linux-${LIBC}
1004 echo hppa64-unknown-linux-"$LIBC"
10161005 exit ;;
10171006 parisc:Linux:*:* | hppa:Linux:*:*)
10181007 # Look for CPU level
10191008 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
1020 PA7*) echo hppa1.1-unknown-linux-${LIBC} ;;
1021 PA8*) echo hppa2.0-unknown-linux-${LIBC} ;;
1022 *) echo hppa-unknown-linux-${LIBC} ;;
1009 PA7*) echo hppa1.1-unknown-linux-"$LIBC" ;;
1010 PA8*) echo hppa2.0-unknown-linux-"$LIBC" ;;
1011 *) echo hppa-unknown-linux-"$LIBC" ;;
10231012 esac
10241013 exit ;;
10251014 ppc64:Linux:*:*)
1026 echo powerpc64-unknown-linux-${LIBC}
1015 echo powerpc64-unknown-linux-"$LIBC"
10271016 exit ;;
10281017 ppc:Linux:*:*)
1029 echo powerpc-unknown-linux-${LIBC}
1018 echo powerpc-unknown-linux-"$LIBC"
10301019 exit ;;
10311020 ppc64le:Linux:*:*)
1032 echo powerpc64le-unknown-linux-${LIBC}
1021 echo powerpc64le-unknown-linux-"$LIBC"
10331022 exit ;;
10341023 ppcle:Linux:*:*)
1035 echo powerpcle-unknown-linux-${LIBC}
1024 echo powerpcle-unknown-linux-"$LIBC"
10361025 exit ;;
10371026 riscv32:Linux:*:* | riscv64:Linux:*:*)
1038 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
1027 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
10391028 exit ;;
10401029 s390:Linux:*:* | s390x:Linux:*:*)
1041 echo ${UNAME_MACHINE}-ibm-linux-${LIBC}
1030 echo "$UNAME_MACHINE"-ibm-linux-"$LIBC"
10421031 exit ;;
10431032 sh64*:Linux:*:*)
1044 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
1033 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
10451034 exit ;;
10461035 sh*:Linux:*:*)
1047 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
1036 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
10481037 exit ;;
10491038 sparc:Linux:*:* | sparc64:Linux:*:*)
1050 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
1039 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
10511040 exit ;;
10521041 tile*:Linux:*:*)
1053 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
1042 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
10541043 exit ;;
10551044 vax:Linux:*:*)
1056 echo ${UNAME_MACHINE}-dec-linux-${LIBC}
1045 echo "$UNAME_MACHINE"-dec-linux-"$LIBC"
10571046 exit ;;
10581047 x86_64:Linux:*:*)
1059 echo ${UNAME_MACHINE}-pc-linux-${LIBC}
1048 if objdump -f /bin/sh | grep -q elf32-x86-64; then
1049 echo "$UNAME_MACHINE"-pc-linux-"$LIBC"x32
1050 else
1051 echo "$UNAME_MACHINE"-pc-linux-"$LIBC"
1052 fi
10601053 exit ;;
10611054 xtensa*:Linux:*:*)
1062 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
1055 echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
10631056 exit ;;
10641057 i*86:DYNIX/ptx:4*:*)
10651058 # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there.
10731066 # I am not positive that other SVR4 systems won't match this,
10741067 # I just have to hope. -- rms.
10751068 # Use sysv4.2uw... so that sysv4* matches it.
1076 echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION}
1069 echo "$UNAME_MACHINE"-pc-sysv4.2uw"$UNAME_VERSION"
10771070 exit ;;
10781071 i*86:OS/2:*:*)
10791072 # If we were able to find `uname', then EMX Unix compatibility
10801073 # is probably installed.
1081 echo ${UNAME_MACHINE}-pc-os2-emx
1074 echo "$UNAME_MACHINE"-pc-os2-emx
10821075 exit ;;
10831076 i*86:XTS-300:*:STOP)
1084 echo ${UNAME_MACHINE}-unknown-stop
1077 echo "$UNAME_MACHINE"-unknown-stop
10851078 exit ;;
10861079 i*86:atheos:*:*)
1087 echo ${UNAME_MACHINE}-unknown-atheos
1080 echo "$UNAME_MACHINE"-unknown-atheos
10881081 exit ;;
10891082 i*86:syllable:*:*)
1090 echo ${UNAME_MACHINE}-pc-syllable
1083 echo "$UNAME_MACHINE"-pc-syllable
10911084 exit ;;
10921085 i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.[02]*:*)
1093 echo i386-unknown-lynxos${UNAME_RELEASE}
1086 echo i386-unknown-lynxos"$UNAME_RELEASE"
10941087 exit ;;
10951088 i*86:*DOS:*:*)
1096 echo ${UNAME_MACHINE}-pc-msdosdjgpp
1097 exit ;;
1098 i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
1099 UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
1089 echo "$UNAME_MACHINE"-pc-msdosdjgpp
1090 exit ;;
1091 i*86:*:4.*:*)
1092 UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
11001093 if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
1101 echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL}
1094 echo "$UNAME_MACHINE"-univel-sysv"$UNAME_REL"
11021095 else
1103 echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL}
1096 echo "$UNAME_MACHINE"-pc-sysv"$UNAME_REL"
11041097 fi
11051098 exit ;;
11061099 i*86:*:5:[678]*)
11101103 *Pentium) UNAME_MACHINE=i586 ;;
11111104 *Pent*|*Celeron) UNAME_MACHINE=i686 ;;
11121105 esac
1113 echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION}
1106 echo "$UNAME_MACHINE-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}{$UNAME_VERSION}"
11141107 exit ;;
11151108 i*86:*:3.2:*)
11161109 if test -f /usr/options/cb.name; then
11171110 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
1118 echo ${UNAME_MACHINE}-pc-isc$UNAME_REL
1111 echo "$UNAME_MACHINE"-pc-isc"$UNAME_REL"
11191112 elif /bin/uname -X 2>/dev/null >/dev/null ; then
11201113 UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')`
11211114 (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486
11251118 && UNAME_MACHINE=i686
11261119 (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \
11271120 && UNAME_MACHINE=i686
1128 echo ${UNAME_MACHINE}-pc-sco$UNAME_REL
1121 echo "$UNAME_MACHINE"-pc-sco"$UNAME_REL"
11291122 else
1130 echo ${UNAME_MACHINE}-pc-sysv32
1123 echo "$UNAME_MACHINE"-pc-sysv32
11311124 fi
11321125 exit ;;
11331126 pc:*:*:*)
11471140 exit ;;
11481141 i860:*:4.*:*) # i860-SVR4
11491142 if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then
1150 echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4
1143 echo i860-stardent-sysv"$UNAME_RELEASE" # Stardent Vistra i860-SVR4
11511144 else # Add other i860-SVR4 vendors below as they are discovered.
1152 echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4
1145 echo i860-unknown-sysv"$UNAME_RELEASE" # Unknown i860-SVR4
11531146 fi
11541147 exit ;;
11551148 mini*:CTIX:SYS*5:*)
11691162 test -r /etc/.relid \
11701163 && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid`
11711164 /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
1172 && { echo i486-ncr-sysv4.3${OS_REL}; exit; }
1165 && { echo i486-ncr-sysv4.3"$OS_REL"; exit; }
11731166 /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
1174 && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;;
1167 && { echo i586-ncr-sysv4.3"$OS_REL"; exit; } ;;
11751168 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*)
11761169 /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
11771170 && { echo i486-ncr-sysv4; exit; } ;;
11801173 test -r /etc/.relid \
11811174 && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid`
11821175 /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
1183 && { echo i486-ncr-sysv4.3${OS_REL}; exit; }
1176 && { echo i486-ncr-sysv4.3"$OS_REL"; exit; }
11841177 /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
1185 && { echo i586-ncr-sysv4.3${OS_REL}; exit; }
1178 && { echo i586-ncr-sysv4.3"$OS_REL"; exit; }
11861179 /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \
1187 && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;;
1180 && { echo i586-ncr-sysv4.3"$OS_REL"; exit; } ;;
11881181 m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*)
1189 echo m68k-unknown-lynxos${UNAME_RELEASE}
1182 echo m68k-unknown-lynxos"$UNAME_RELEASE"
11901183 exit ;;
11911184 mc68030:UNIX_System_V:4.*:*)
11921185 echo m68k-atari-sysv4
11931186 exit ;;
11941187 TSUNAMI:LynxOS:2.*:*)
1195 echo sparc-unknown-lynxos${UNAME_RELEASE}
1188 echo sparc-unknown-lynxos"$UNAME_RELEASE"
11961189 exit ;;
11971190 rs6000:LynxOS:2.*:*)
1198 echo rs6000-unknown-lynxos${UNAME_RELEASE}
1191 echo rs6000-unknown-lynxos"$UNAME_RELEASE"
11991192 exit ;;
12001193 PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.[02]*:*)
1201 echo powerpc-unknown-lynxos${UNAME_RELEASE}
1194 echo powerpc-unknown-lynxos"$UNAME_RELEASE"
12021195 exit ;;
12031196 SM[BE]S:UNIX_SV:*:*)
1204 echo mips-dde-sysv${UNAME_RELEASE}
1197 echo mips-dde-sysv"$UNAME_RELEASE"
12051198 exit ;;
12061199 RM*:ReliantUNIX-*:*:*)
12071200 echo mips-sni-sysv4
12121205 *:SINIX-*:*:*)
12131206 if uname -p 2>/dev/null >/dev/null ; then
12141207 UNAME_MACHINE=`(uname -p) 2>/dev/null`
1215 echo ${UNAME_MACHINE}-sni-sysv4
1208 echo "$UNAME_MACHINE"-sni-sysv4
12161209 else
12171210 echo ns32k-sni-sysv
12181211 fi
12321225 exit ;;
12331226 i*86:VOS:*:*)
12341227 # From Paul.Green@stratus.com.
1235 echo ${UNAME_MACHINE}-stratus-vos
1228 echo "$UNAME_MACHINE"-stratus-vos
12361229 exit ;;
12371230 *:VOS:*:*)
12381231 # From Paul.Green@stratus.com.
12391232 echo hppa1.1-stratus-vos
12401233 exit ;;
12411234 mc68*:A/UX:*:*)
1242 echo m68k-apple-aux${UNAME_RELEASE}
1235 echo m68k-apple-aux"$UNAME_RELEASE"
12431236 exit ;;
12441237 news*:NEWS-OS:6*:*)
12451238 echo mips-sony-newsos6
12461239 exit ;;
12471240 R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*)
12481241 if [ -d /usr/nec ]; then
1249 echo mips-nec-sysv${UNAME_RELEASE}
1242 echo mips-nec-sysv"$UNAME_RELEASE"
12501243 else
1251 echo mips-unknown-sysv${UNAME_RELEASE}
1244 echo mips-unknown-sysv"$UNAME_RELEASE"
12521245 fi
12531246 exit ;;
12541247 BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only.
12671260 echo x86_64-unknown-haiku
12681261 exit ;;
12691262 SX-4:SUPER-UX:*:*)
1270 echo sx4-nec-superux${UNAME_RELEASE}
1263 echo sx4-nec-superux"$UNAME_RELEASE"
12711264 exit ;;
12721265 SX-5:SUPER-UX:*:*)
1273 echo sx5-nec-superux${UNAME_RELEASE}
1266 echo sx5-nec-superux"$UNAME_RELEASE"
12741267 exit ;;
12751268 SX-6:SUPER-UX:*:*)
1276 echo sx6-nec-superux${UNAME_RELEASE}
1269 echo sx6-nec-superux"$UNAME_RELEASE"
12771270 exit ;;
12781271 SX-7:SUPER-UX:*:*)
1279 echo sx7-nec-superux${UNAME_RELEASE}
1272 echo sx7-nec-superux"$UNAME_RELEASE"
12801273 exit ;;
12811274 SX-8:SUPER-UX:*:*)
1282 echo sx8-nec-superux${UNAME_RELEASE}
1275 echo sx8-nec-superux"$UNAME_RELEASE"
12831276 exit ;;
12841277 SX-8R:SUPER-UX:*:*)
1285 echo sx8r-nec-superux${UNAME_RELEASE}
1278 echo sx8r-nec-superux"$UNAME_RELEASE"
12861279 exit ;;
12871280 SX-ACE:SUPER-UX:*:*)
1288 echo sxace-nec-superux${UNAME_RELEASE}
1281 echo sxace-nec-superux"$UNAME_RELEASE"
12891282 exit ;;
12901283 Power*:Rhapsody:*:*)
1291 echo powerpc-apple-rhapsody${UNAME_RELEASE}
1284 echo powerpc-apple-rhapsody"$UNAME_RELEASE"
12921285 exit ;;
12931286 *:Rhapsody:*:*)
1294 echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE}
1287 echo "$UNAME_MACHINE"-apple-rhapsody"$UNAME_RELEASE"
12951288 exit ;;
12961289 *:Darwin:*:*)
12971290 UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown
1298 eval $set_cc_for_build
1291 eval "$set_cc_for_build"
12991292 if test "$UNAME_PROCESSOR" = unknown ; then
13001293 UNAME_PROCESSOR=powerpc
13011294 fi
1302 if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
1295 if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then
13031296 if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
13041297 if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \
1305 (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
1306 grep IS_64BIT_ARCH >/dev/null
1298 (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
1299 grep IS_64BIT_ARCH >/dev/null
13071300 then
13081301 case $UNAME_PROCESSOR in
13091302 i386) UNAME_PROCESSOR=x86_64 ;;
13101303 powerpc) UNAME_PROCESSOR=powerpc64 ;;
13111304 esac
1305 fi
1306 # On 10.4-10.6 one might compile for PowerPC via gcc -arch ppc
1307 if (echo '#ifdef __POWERPC__'; echo IS_PPC; echo '#endif') | \
1308 (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
1309 grep IS_PPC >/dev/null
1310 then
1311 UNAME_PROCESSOR=powerpc
13121312 fi
13131313 fi
13141314 elif test "$UNAME_PROCESSOR" = i386 ; then
13201320 # that Apple uses in portable devices.
13211321 UNAME_PROCESSOR=x86_64
13221322 fi
1323 echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
1323 echo "$UNAME_PROCESSOR"-apple-darwin"$UNAME_RELEASE"
13241324 exit ;;
13251325 *:procnto*:*:* | *:QNX:[0123456789]*:*)
13261326 UNAME_PROCESSOR=`uname -p`
13281328 UNAME_PROCESSOR=i386
13291329 UNAME_MACHINE=pc
13301330 fi
1331 echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE}
1331 echo "$UNAME_PROCESSOR"-"$UNAME_MACHINE"-nto-qnx"$UNAME_RELEASE"
13321332 exit ;;
13331333 *:QNX:*:4*)
13341334 echo i386-pc-qnx
13351335 exit ;;
1336 NEO-?:NONSTOP_KERNEL:*:*)
1337 echo neo-tandem-nsk${UNAME_RELEASE}
1336 NEO-*:NONSTOP_KERNEL:*:*)
1337 echo neo-tandem-nsk"$UNAME_RELEASE"
13381338 exit ;;
13391339 NSE-*:NONSTOP_KERNEL:*:*)
1340 echo nse-tandem-nsk${UNAME_RELEASE}
1341 exit ;;
1342 NSR-?:NONSTOP_KERNEL:*:*)
1343 echo nsr-tandem-nsk${UNAME_RELEASE}
1340 echo nse-tandem-nsk"$UNAME_RELEASE"
1341 exit ;;
1342 NSR-*:NONSTOP_KERNEL:*:*)
1343 echo nsr-tandem-nsk"$UNAME_RELEASE"
1344 exit ;;
1345 NSV-*:NONSTOP_KERNEL:*:*)
1346 echo nsv-tandem-nsk"$UNAME_RELEASE"
1347 exit ;;
1348 NSX-*:NONSTOP_KERNEL:*:*)
1349 echo nsx-tandem-nsk"$UNAME_RELEASE"
13441350 exit ;;
13451351 *:NonStop-UX:*:*)
13461352 echo mips-compaq-nonstopux
13491355 echo bs2000-siemens-sysv
13501356 exit ;;
13511357 DS/*:UNIX_System_V:*:*)
1352 echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE}
1358 echo "$UNAME_MACHINE"-"$UNAME_SYSTEM"-"$UNAME_RELEASE"
13531359 exit ;;
13541360 *:Plan9:*:*)
13551361 # "uname -m" is not consistent, so use $cputype instead. 386
13601366 else
13611367 UNAME_MACHINE="$cputype"
13621368 fi
1363 echo ${UNAME_MACHINE}-unknown-plan9
1369 echo "$UNAME_MACHINE"-unknown-plan9
13641370 exit ;;
13651371 *:TOPS-10:*:*)
13661372 echo pdp10-unknown-tops10
13811387 echo pdp10-unknown-its
13821388 exit ;;
13831389 SEI:*:*:SEIUX)
1384 echo mips-sei-seiux${UNAME_RELEASE}
1390 echo mips-sei-seiux"$UNAME_RELEASE"
13851391 exit ;;
13861392 *:DragonFly:*:*)
1387 echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
1393 echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
13881394 exit ;;
13891395 *:*VMS:*:*)
13901396 UNAME_MACHINE=`(uname -p) 2>/dev/null`
1391 case "${UNAME_MACHINE}" in
1397 case "$UNAME_MACHINE" in
13921398 A*) echo alpha-dec-vms ; exit ;;
13931399 I*) echo ia64-dec-vms ; exit ;;
13941400 V*) echo vax-dec-vms ; exit ;;
13971403 echo i386-pc-xenix
13981404 exit ;;
13991405 i*86:skyos:*:*)
1400 echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE} | sed -e 's/ .*$//'`
1406 echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
14011407 exit ;;
14021408 i*86:rdos:*:*)
1403 echo ${UNAME_MACHINE}-pc-rdos
1409 echo "$UNAME_MACHINE"-pc-rdos
14041410 exit ;;
14051411 i*86:AROS:*:*)
1406 echo ${UNAME_MACHINE}-pc-aros
1412 echo "$UNAME_MACHINE"-pc-aros
14071413 exit ;;
14081414 x86_64:VMkernel:*:*)
1409 echo ${UNAME_MACHINE}-unknown-esx
1415 echo "$UNAME_MACHINE"-unknown-esx
14101416 exit ;;
14111417 amd64:Isilon\ OneFS:*:*)
14121418 echo x86_64-unknown-onefs
14131419 exit ;;
14141420 esac
14151421
1422 echo "$0: unable to guess system type" >&2
1423
1424 case "$UNAME_MACHINE:$UNAME_SYSTEM" in
1425 mips:Linux | mips64:Linux)
1426 # If we got here on MIPS GNU/Linux, output extra information.
1427 cat >&2 <<EOF
1428
1429 NOTE: MIPS GNU/Linux systems require a C compiler to fully recognize
1430 the system type. Please install a C compiler and try again.
1431 EOF
1432 ;;
1433 esac
1434
14161435 cat >&2 <<EOF
1417 $0: unable to guess system type
14181436
14191437 This script (version $timestamp), has failed to recognize the
1420 operating system you are using. If your script is old, overwrite
1421 config.guess and config.sub with the latest versions from:
1422
1423 http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess
1438 operating system you are using. If your script is old, overwrite *all*
1439 copies of config.guess and config.sub with the latest versions from:
1440
1441 https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess
14241442 and
1425 http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub
1443 https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub
14261444
14271445 If $0 has already been updated, send the following data and any
14281446 information you think might be pertinent to config-patches@gnu.org to
14451463 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null`
14461464 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null`
14471465
1448 UNAME_MACHINE = ${UNAME_MACHINE}
1449 UNAME_RELEASE = ${UNAME_RELEASE}
1450 UNAME_SYSTEM = ${UNAME_SYSTEM}
1451 UNAME_VERSION = ${UNAME_VERSION}
1466 UNAME_MACHINE = "$UNAME_MACHINE"
1467 UNAME_RELEASE = "$UNAME_RELEASE"
1468 UNAME_SYSTEM = "$UNAME_SYSTEM"
1469 UNAME_VERSION = "$UNAME_VERSION"
14521470 EOF
14531471
14541472 exit 1
14551473
14561474 # Local variables:
1457 # eval: (add-hook 'write-file-hooks 'time-stamp)
1475 # eval: (add-hook 'write-file-functions 'time-stamp)
14581476 # time-stamp-start: "timestamp='"
14591477 # time-stamp-format: "%:y-%02m-%02d"
14601478 # time-stamp-end: "'"
00 #! /bin/sh
11 # Configuration validation subroutine script.
2 # Copyright 1992-2016 Free Software Foundation, Inc.
3
4 timestamp='2016-11-04'
2 # Copyright 1992-2018 Free Software Foundation, Inc.
3
4 timestamp='2018-02-22'
55
66 # This file is free software; you can redistribute it and/or modify it
77 # under the terms of the GNU General Public License as published by
1414 # General Public License for more details.
1515 #
1616 # You should have received a copy of the GNU General Public License
17 # along with this program; if not, see <http://www.gnu.org/licenses/>.
17 # along with this program; if not, see <https://www.gnu.org/licenses/>.
1818 #
1919 # As a special exception to the GNU General Public License, if you
2020 # distribute this file as part of a program that contains a
3232 # Otherwise, we print the canonical config type on stdout and succeed.
3333
3434 # You can get the latest version of this script from:
35 # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub
35 # https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub
3636
3737 # This file is supposed to be the same for all GNU packages
3838 # and recognize all the CPU types, system types and aliases
5656
5757 Canonicalize a configuration name.
5858
59 Operation modes:
59 Options:
6060 -h, --help print this help, then exit
6161 -t, --time-stamp print date of last modification, then exit
6262 -v, --version print version number, then exit
6666 version="\
6767 GNU config.sub ($timestamp)
6868
69 Copyright 1992-2016 Free Software Foundation, Inc.
69 Copyright 1992-2018 Free Software Foundation, Inc.
7070
7171 This is free software; see the source for copying conditions. There is NO
7272 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
9393
9494 *local*)
9595 # First pass through any local machine types.
96 echo $1
96 echo "$1"
9797 exit ;;
9898
9999 * )
111111
112112 # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any).
113113 # Here we must recognize all the valid KERNEL-OS combinations.
114 maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
114 maybe_os=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
115115 case $maybe_os in
116116 nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \
117117 linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \
119119 kopensolaris*-gnu* | cloudabi*-eabi* | \
120120 storm-chaos* | os2-emx* | rtmk-nova*)
121121 os=-$maybe_os
122 basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
122 basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
123123 ;;
124124 android-linux)
125125 os=-linux-android
126 basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
126 basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
127127 ;;
128128 *)
129 basic_machine=`echo $1 | sed 's/-[^-]*$//'`
130 if [ $basic_machine != $1 ]
131 then os=`echo $1 | sed 's/.*-/-/'`
129 basic_machine=`echo "$1" | sed 's/-[^-]*$//'`
130 if [ "$basic_machine" != "$1" ]
131 then os=`echo "$1" | sed 's/.*-/-/'`
132132 else os=; fi
133133 ;;
134134 esac
177177 ;;
178178 -sco6)
179179 os=-sco5v6
180 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
180 basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
181181 ;;
182182 -sco5)
183183 os=-sco3.2v5
184 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
184 basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
185185 ;;
186186 -sco4)
187187 os=-sco3.2v4
188 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
188 basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
189189 ;;
190190 -sco3.2.[4-9]*)
191191 os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
192 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
192 basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
193193 ;;
194194 -sco3.2v[4-9]*)
195195 # Don't forget version if it is 3.2v4 or newer.
196 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
196 basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
197197 ;;
198198 -sco5v6*)
199199 # Don't forget version if it is 3.2v4 or newer.
200 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
200 basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
201201 ;;
202202 -sco*)
203203 os=-sco3.2v2
204 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
204 basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
205205 ;;
206206 -udk*)
207 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
207 basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
208208 ;;
209209 -isc)
210210 os=-isc2.2
211 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
211 basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
212212 ;;
213213 -clix*)
214214 basic_machine=clipper-intergraph
215215 ;;
216216 -isc*)
217 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
217 basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
218218 ;;
219219 -lynx*178)
220220 os=-lynxos178
226226 os=-lynxos
227227 ;;
228228 -ptx*)
229 basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
230 ;;
231 -windowsnt*)
232 os=`echo $os | sed -e 's/windowsnt/winnt/'`
229 basic_machine=`echo "$1" | sed -e 's/86-.*/86-sequent/'`
233230 ;;
234231 -psos*)
235232 os=-psos
262259 | fido | fr30 | frv | ft32 \
263260 | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
264261 | hexagon \
265 | i370 | i860 | i960 | ia64 \
262 | i370 | i860 | i960 | ia16 | ia64 \
266263 | ip2k | iq2000 \
267264 | k1om \
268265 | le32 | le64 \
298295 | nios | nios2 | nios2eb | nios2el \
299296 | ns16k | ns32k \
300297 | open8 | or1k | or1knd | or32 \
301 | pdp10 | pdp11 | pj | pjl \
298 | pdp10 | pj | pjl \
302299 | powerpc | powerpc64 | powerpc64le | powerpcle \
303300 | pru \
304301 | pyramid \
314311 | ubicom32 \
315312 | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \
316313 | visium \
317 | we32k \
314 | wasm32 \
318315 | x86 | xc16x | xstormy16 | xtensa \
319316 | z8k | z80)
320317 basic_machine=$basic_machine-unknown
335332 basic_machine=$basic_machine-unknown
336333 os=-none
337334 ;;
338 m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k)
335 m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65)
339336 ;;
340337 ms1)
341338 basic_machine=mt-unknown
364361 ;;
365362 # Object if more than one company name word.
366363 *-*-*)
367 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
364 echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
368365 exit 1
369366 ;;
370367 # Recognize the basic CPU types with company name.
387384 | h8300-* | h8500-* \
388385 | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
389386 | hexagon-* \
390 | i*86-* | i860-* | i960-* | ia64-* \
387 | i*86-* | i860-* | i960-* | ia16-* | ia64-* \
391388 | ip2k-* | iq2000-* \
392389 | k1om-* \
393390 | le32-* | le64-* \
445442 | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \
446443 | vax-* \
447444 | visium-* \
445 | wasm32-* \
448446 | we32k-* \
449447 | x86-* | x86_64-* | xc16x-* | xps100-* \
450448 | xstormy16-* | xtensa*-* \
458456 # Recognize the various machine names and aliases which stand
459457 # for a CPU type and a company and sometimes even an OS.
460458 386bsd)
461 basic_machine=i386-unknown
459 basic_machine=i386-pc
462460 os=-bsd
463461 ;;
464462 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc)
492490 basic_machine=x86_64-pc
493491 ;;
494492 amd64-*)
495 basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
493 basic_machine=x86_64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
496494 ;;
497495 amdahl)
498496 basic_machine=580-amdahl
537535 os=-linux
538536 ;;
539537 blackfin-*)
540 basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
538 basic_machine=bfin-`echo "$basic_machine" | sed 's/^[^-]*-//'`
541539 os=-linux
542540 ;;
543541 bluegene*)
545543 os=-cnk
546544 ;;
547545 c54x-*)
548 basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
546 basic_machine=tic54x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
549547 ;;
550548 c55x-*)
551 basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
549 basic_machine=tic55x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
552550 ;;
553551 c6x-*)
554 basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
552 basic_machine=tic6x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
555553 ;;
556554 c90)
557555 basic_machine=c90-cray
640638 basic_machine=rs6000-bull
641639 os=-bosx
642640 ;;
643 dpx2* | dpx2*-bull)
641 dpx2*)
644642 basic_machine=m68k-bull
645643 os=-sysv3
646644 ;;
649647 os=$os"spe"
650648 ;;
651649 e500v[12]-*)
652 basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
650 basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
653651 os=$os"spe"
654652 ;;
655653 ebmon29k)
741739 hp9k8[0-9][0-9] | hp8[0-9][0-9])
742740 basic_machine=hppa1.0-hp
743741 ;;
744 hppa-next)
745 os=-nextstep3
746 ;;
747742 hppaosf)
748743 basic_machine=hppa1.1-hp
749744 os=-osf
756751 basic_machine=i370-ibm
757752 ;;
758753 i*86v32)
759 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
754 basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
760755 os=-sysv32
761756 ;;
762757 i*86v4*)
763 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
758 basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
764759 os=-sysv4
765760 ;;
766761 i*86v)
767 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
762 basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
768763 os=-sysv
769764 ;;
770765 i*86sol2)
771 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
766 basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
772767 os=-solaris2
773768 ;;
774769 i386mach)
775770 basic_machine=i386-mach
776771 os=-mach
777772 ;;
778 i386-vsta | vsta)
773 vsta)
779774 basic_machine=i386-unknown
780775 os=-vsta
781776 ;;
794789 os=-sysv
795790 ;;
796791 leon-*|leon[3-9]-*)
797 basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'`
792 basic_machine=sparc-`echo "$basic_machine" | sed 's/-.*//'`
798793 ;;
799794 m68knommu)
800795 basic_machine=m68k-unknown
801796 os=-linux
802797 ;;
803798 m68knommu-*)
804 basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
799 basic_machine=m68k-`echo "$basic_machine" | sed 's/^[^-]*-//'`
805800 os=-linux
806 ;;
807 m88k-omron*)
808 basic_machine=m88k-omron
809801 ;;
810802 magnum | m3230)
811803 basic_machine=mips-mips
838830 os=-mint
839831 ;;
840832 mips3*-*)
841 basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
833 basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`
842834 ;;
843835 mips3*)
844 basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
836 basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`-unknown
845837 ;;
846838 monitor)
847839 basic_machine=m68k-rom68k
860852 os=-msdos
861853 ;;
862854 ms1-*)
863 basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
855 basic_machine=`echo "$basic_machine" | sed -e 's/ms1-/mt-/'`
864856 ;;
865857 msys)
866858 basic_machine=i686-pc
902894 basic_machine=v70-nec
903895 os=-sysv
904896 ;;
905 next | m*-next )
897 next | m*-next)
906898 basic_machine=m68k-next
907899 case $os in
908900 -nextstep* )
947939 nsr-tandem)
948940 basic_machine=nsr-tandem
949941 ;;
942 nsv-tandem)
943 basic_machine=nsv-tandem
944 ;;
945 nsx-tandem)
946 basic_machine=nsx-tandem
947 ;;
950948 op50n-* | op60c-*)
951949 basic_machine=hppa1.1-oki
952950 os=-proelf
979977 os=-linux
980978 ;;
981979 parisc-*)
982 basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
980 basic_machine=hppa-`echo "$basic_machine" | sed 's/^[^-]*-//'`
983981 os=-linux
984982 ;;
985983 pbd)
995993 basic_machine=i386-pc
996994 ;;
997995 pc98-*)
998 basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
996 basic_machine=i386-`echo "$basic_machine" | sed 's/^[^-]*-//'`
999997 ;;
1000998 pentium | p5 | k5 | k6 | nexgen | viac3)
1001999 basic_machine=i586-pc
10101008 basic_machine=i786-pc
10111009 ;;
10121010 pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
1013 basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
1011 basic_machine=i586-`echo "$basic_machine" | sed 's/^[^-]*-//'`
10141012 ;;
10151013 pentiumpro-* | p6-* | 6x86-* | athlon-*)
1016 basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
1014 basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
10171015 ;;
10181016 pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
1019 basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
1017 basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
10201018 ;;
10211019 pentium4-*)
1022 basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
1020 basic_machine=i786-`echo "$basic_machine" | sed 's/^[^-]*-//'`
10231021 ;;
10241022 pn)
10251023 basic_machine=pn-gould
10291027 ppc | ppcbe) basic_machine=powerpc-unknown
10301028 ;;
10311029 ppc-* | ppcbe-*)
1032 basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
1030 basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
10331031 ;;
10341032 ppcle | powerpclittle)
10351033 basic_machine=powerpcle-unknown
10361034 ;;
10371035 ppcle-* | powerpclittle-*)
1038 basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
1036 basic_machine=powerpcle-`echo "$basic_machine" | sed 's/^[^-]*-//'`
10391037 ;;
10401038 ppc64) basic_machine=powerpc64-unknown
10411039 ;;
1042 ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
1040 ppc64-*) basic_machine=powerpc64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
10431041 ;;
10441042 ppc64le | powerpc64little)
10451043 basic_machine=powerpc64le-unknown
10461044 ;;
10471045 ppc64le-* | powerpc64little-*)
1048 basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
1046 basic_machine=powerpc64le-`echo "$basic_machine" | sed 's/^[^-]*-//'`
10491047 ;;
10501048 ps2)
10511049 basic_machine=i386-ibm
10991097 sequent)
11001098 basic_machine=i386-sequent
11011099 ;;
1102 sh)
1103 basic_machine=sh-hitachi
1104 os=-hms
1105 ;;
11061100 sh5el)
11071101 basic_machine=sh5le-unknown
11081102 ;;
1109 sh64)
1110 basic_machine=sh64-unknown
1111 ;;
1112 sparclite-wrs | simso-wrs)
1103 simso-wrs)
11131104 basic_machine=sparclite-wrs
11141105 os=-vxworks
11151106 ;;
11281119 os=-sysv4
11291120 ;;
11301121 strongarm-* | thumb-*)
1131 basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
1122 basic_machine=arm-`echo "$basic_machine" | sed 's/^[^-]*-//'`
11321123 ;;
11331124 sun2)
11341125 basic_machine=m68000-sun
12501241 basic_machine=hppa1.1-winbond
12511242 os=-proelf
12521243 ;;
1244 x64)
1245 basic_machine=x86_64-pc
1246 ;;
12531247 xbox)
12541248 basic_machine=i686-pc
12551249 os=-mingw32
12581252 basic_machine=xps100-honeywell
12591253 ;;
12601254 xscale-* | xscalee[bl]-*)
1261 basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
1255 basic_machine=`echo "$basic_machine" | sed 's/^xscale/arm/'`
12621256 ;;
12631257 ymp)
12641258 basic_machine=ymp-cray
12651259 os=-unicos
1266 ;;
1267 z8k-*-coff)
1268 basic_machine=z8k-unknown
1269 os=-sim
1270 ;;
1271 z80-*-coff)
1272 basic_machine=z80-unknown
1273 os=-sim
12741260 ;;
12751261 none)
12761262 basic_machine=none-none
13001286 vax)
13011287 basic_machine=vax-dec
13021288 ;;
1303 pdp10)
1304 # there are many clones, so DEC is not a safe bet
1305 basic_machine=pdp10-unknown
1306 ;;
13071289 pdp11)
13081290 basic_machine=pdp11-dec
13091291 ;;
13131295 sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele)
13141296 basic_machine=sh-unknown
13151297 ;;
1316 sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v)
1317 basic_machine=sparc-sun
1318 ;;
13191298 cydra)
13201299 basic_machine=cydra-cydrome
13211300 ;;
13351314 # Make sure to match an already-canonicalized machine name.
13361315 ;;
13371316 *)
1338 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
1317 echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
13391318 exit 1
13401319 ;;
13411320 esac
13431322 # Here we canonicalize certain aliases for manufacturers.
13441323 case $basic_machine in
13451324 *-digital*)
1346 basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
1325 basic_machine=`echo "$basic_machine" | sed 's/digital.*/dec/'`
13471326 ;;
13481327 *-commodore*)
1349 basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
1328 basic_machine=`echo "$basic_machine" | sed 's/commodore.*/cbm/'`
13501329 ;;
13511330 *)
13521331 ;;
13571336 if [ x"$os" != x"" ]
13581337 then
13591338 case $os in
1360 # First match some system type aliases
1361 # that might get confused with valid system types.
1339 # First match some system type aliases that might get confused
1340 # with valid system types.
13621341 # -solaris* is a basic system type, with this one exception.
13631342 -auroraux)
13641343 os=-auroraux
13691348 -solaris)
13701349 os=-solaris2
13711350 ;;
1372 -svr4*)
1373 os=-sysv4
1374 ;;
13751351 -unixware*)
13761352 os=-sysv4.2uw
13771353 ;;
13781354 -gnu/linux*)
13791355 os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
13801356 ;;
1381 # First accept the basic system types.
1357 # es1800 is here to avoid being matched by es* (a different OS)
1358 -es1800*)
1359 os=-ose
1360 ;;
1361 # Now accept the basic system types.
13821362 # The portable systems comes first.
1383 # Each alternative MUST END IN A *, to match a version number.
1363 # Each alternative MUST end in a * to match a version number.
13841364 # -sysv* is not here because it comes later, after sysvr4.
13851365 -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
13861366 | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\
13901370 | -aos* | -aros* | -cloudabi* | -sortix* \
13911371 | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
13921372 | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
1393 | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \
1373 | -hiux* | -knetbsd* | -mirbsd* | -netbsd* \
13941374 | -bitrig* | -openbsd* | -solidbsd* | -libertybsd* \
13951375 | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \
13961376 | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
13971377 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
13981378 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
1399 | -chorusos* | -chorusrdb* | -cegcc* \
1379 | -chorusos* | -chorusrdb* | -cegcc* | -glidix* \
14001380 | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
14011381 | -midipix* | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \
14021382 | -linux-newlib* | -linux-musl* | -linux-uclibc* \
14031383 | -uxpv* | -beos* | -mpeix* | -udk* | -moxiebox* \
1404 | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
1384 | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* \
14051385 | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
14061386 | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
14071387 | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
1408 | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
1388 | -morphos* | -superux* | -rtmk* | -windiss* \
14091389 | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
14101390 | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* \
1411 | -onefs* | -tirtos* | -phoenix* | -fuchsia*)
1391 | -onefs* | -tirtos* | -phoenix* | -fuchsia* | -redox* | -bme* \
1392 | -midnightbsd*)
14121393 # Remember, each alternative MUST END IN *, to match a version number.
14131394 ;;
14141395 -qnx*)
14251406 -nto*)
14261407 os=`echo $os | sed -e 's|nto|nto-qnx|'`
14271408 ;;
1428 -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \
1429 | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \
1409 -sim | -xray | -os68k* | -v88r* \
1410 | -windows* | -osx | -abug | -netware* | -os9* \
14301411 | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*)
14311412 ;;
14321413 -mac*)
1433 os=`echo $os | sed -e 's|mac|macos|'`
1414 os=`echo "$os" | sed -e 's|mac|macos|'`
14341415 ;;
14351416 -linux-dietlibc)
14361417 os=-linux-dietlibc
14391420 os=`echo $os | sed -e 's|linux|linux-gnu|'`
14401421 ;;
14411422 -sunos5*)
1442 os=`echo $os | sed -e 's|sunos5|solaris2|'`
1423 os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
14431424 ;;
14441425 -sunos6*)
1445 os=`echo $os | sed -e 's|sunos6|solaris3|'`
1426 os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
14461427 ;;
14471428 -opened*)
14481429 os=-openedition
14531434 -wince*)
14541435 os=-wince
14551436 ;;
1456 -osfrose*)
1457 os=-osfrose
1458 ;;
1459 -osf*)
1460 os=-osf
1461 ;;
14621437 -utek*)
14631438 os=-bsd
14641439 ;;
14831458 -nova*)
14841459 os=-rtmk-nova
14851460 ;;
1486 -ns2 )
1461 -ns2)
14871462 os=-nextstep2
14881463 ;;
14891464 -nsk*)
15051480 -oss*)
15061481 os=-sysv3
15071482 ;;
1508 -svr4)
1483 -svr4*)
15091484 os=-sysv4
15101485 ;;
15111486 -svr3)
15201495 -ose*)
15211496 os=-ose
15221497 ;;
1523 -es1800*)
1524 os=-ose
1525 ;;
1526 -xenix)
1527 os=-xenix
1528 ;;
15291498 -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
15301499 os=-mint
15311500 ;;
1532 -aros*)
1533 os=-aros
1534 ;;
15351501 -zvmoe)
15361502 os=-zvmoe
15371503 ;;
15381504 -dicos*)
15391505 os=-dicos
1506 ;;
1507 -pikeos*)
1508 # Until real need of OS specific support for
1509 # particular features comes up, bare metal
1510 # configurations are quite functional.
1511 case $basic_machine in
1512 arm*)
1513 os=-eabi
1514 ;;
1515 *)
1516 os=-elf
1517 ;;
1518 esac
15401519 ;;
15411520 -nacl*)
15421521 ;;
15471526 *)
15481527 # Get rid of the `-' at the beginning of $os.
15491528 os=`echo $os | sed 's/[^-]*-//'`
1550 echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
1529 echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
15511530 exit 1
15521531 ;;
15531532 esac
16371616 sparc-* | *-sun)
16381617 os=-sunos4.1.1
16391618 ;;
1619 pru-*)
1620 os=-elf
1621 ;;
16401622 *-be)
16411623 os=-beos
16421624 ;;
1643 *-haiku)
1644 os=-haiku
1645 ;;
16461625 *-ibm)
16471626 os=-aix
16481627 ;;
16821661 m88k-omron*)
16831662 os=-luna
16841663 ;;
1685 *-next )
1664 *-next)
16861665 os=-nextstep
16871666 ;;
16881667 *-sequent)
16961675 ;;
16971676 i370-*)
16981677 os=-mvs
1699 ;;
1700 *-next)
1701 os=-nextstep3
17021678 ;;
17031679 *-gould)
17041680 os=-sysv
18091785 vendor=stratus
18101786 ;;
18111787 esac
1812 basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
1788 basic_machine=`echo "$basic_machine" | sed "s/unknown/$vendor/"`
18131789 ;;
18141790 esac
18151791
1816 echo $basic_machine$os
1792 echo "$basic_machine$os"
18171793 exit
18181794
18191795 # Local variables:
1820 # eval: (add-hook 'write-file-hooks 'time-stamp)
1796 # eval: (add-hook 'write-file-functions 'time-stamp)
18211797 # time-stamp-start: "timestamp='"
18221798 # time-stamp-format: "%:y-%02m-%02d"
18231799 # time-stamp-end: "'"
00 #! /bin/sh
11 # Guess values for system-dependent variables and create Makefiles.
2 # Generated by GNU Autoconf 2.69 for blueman 2.0.5.
2 # Generated by GNU Autoconf 2.69 for blueman 2.0.6.
33 #
44 # Report bugs to <https://github.com/blueman-project/blueman/issues>.
55 #
589589 # Identity of this package.
590590 PACKAGE_NAME='blueman'
591591 PACKAGE_TARNAME='blueman'
592 PACKAGE_VERSION='2.0.5'
593 PACKAGE_STRING='blueman 2.0.5'
592 PACKAGE_VERSION='2.0.6'
593 PACKAGE_STRING='blueman 2.0.6'
594594 PACKAGE_BUGREPORT='https://github.com/blueman-project/blueman/issues'
595595 PACKAGE_URL=''
596596
14511451 # Omit some internal or obsolete options to make the list less imposing.
14521452 # This message is too long to be a string in the A/UX 3.1 sh.
14531453 cat <<_ACEOF
1454 \`configure' configures blueman 2.0.5 to adapt to many kinds of systems.
1454 \`configure' configures blueman 2.0.6 to adapt to many kinds of systems.
14551455
14561456 Usage: $0 [OPTION]... [VAR=VALUE]...
14571457
15221522
15231523 if test -n "$ac_init_help"; then
15241524 case $ac_init_help in
1525 short | recursive ) echo "Configuration of blueman 2.0.5:";;
1525 short | recursive ) echo "Configuration of blueman 2.0.6:";;
15261526 esac
15271527 cat <<\_ACEOF
15281528
15321532 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
15331533 --enable-silent-rules less verbose build output (undo: "make V=1")
15341534 --disable-silent-rules verbose build output (undo: "make V=0")
1535 --enable-maintainer-mode
1536 enable make rules and dependencies not useful (and
1535 --disable-maintainer-mode
1536 disable make rules and dependencies not useful (and
15371537 sometimes confusing) to the casual installer
15381538 --enable-dependency-tracking
15391539 do not reject slow dependency extractors
16791679 test -n "$ac_init_help" && exit $ac_status
16801680 if $ac_init_version; then
16811681 cat <<\_ACEOF
1682 blueman configure 2.0.5
1682 blueman configure 2.0.6
16831683 generated by GNU Autoconf 2.69
16841684
16851685 Copyright (C) 2012 Free Software Foundation, Inc.
20482048 This file contains any messages produced by compilers while
20492049 running configure, to aid debugging if configure makes a mistake.
20502050
2051 It was created by blueman $as_me 2.0.5, which was
2051 It was created by blueman $as_me 2.0.6, which was
20522052 generated by GNU Autoconf 2.69. Invocation command line was
20532053
20542054 $ $0 $@
29132913
29142914 # Define the identity of the package.
29152915 PACKAGE='blueman'
2916 VERSION='2.0.5'
2916 VERSION='2.0.6'
29172917
29182918
29192919 cat >>confdefs.h <<_ACEOF
30143014 if test "${enable_maintainer_mode+set}" = set; then :
30153015 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
30163016 else
3017 USE_MAINTAINER_MODE=no
3017 USE_MAINTAINER_MODE=yes
30183018 fi
30193019
30203020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
1573315733 # report actual input values of CONFIG_FILES etc. instead of their
1573415734 # values after options handling.
1573515735 ac_log="
15736 This file was extended by blueman $as_me 2.0.5, which was
15736 This file was extended by blueman $as_me 2.0.6, which was
1573715737 generated by GNU Autoconf 2.69. Invocation command line was
1573815738
1573915739 CONFIG_FILES = $CONFIG_FILES
1579915799 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1580015800 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1580115801 ac_cs_version="\\
15802 blueman config.status 2.0.5
15802 blueman config.status 2.0.6
1580315803 configured by $0, generated by GNU Autoconf 2.69,
1580415804 with options \\"\$ac_cs_config\\"
1580515805
00 AC_PREREQ(2.61)
11
2 AC_INIT([blueman], [2.0.5], [https://github.com/blueman-project/blueman/issues])
2 AC_INIT([blueman], [2.0.6], [https://github.com/blueman-project/blueman/issues])
33 AC_CONFIG_HEADERS(config.h)
44 AM_INIT_AUTOMAKE([foreign dist-xz])
55
6 AM_MAINTAINER_MODE
6 AM_MAINTAINER_MODE([enable])
77 AC_PROG_CC
88 AC_PROG_LIBTOOL
99 PKG_PROG_PKG_CONFIG
55 <busconfig>
66 <policy user="root">
77 <allow own="org.blueman.Mechanism"/>
8 <allow send_destination="org.blueman.Mechanism"/>
9 <allow receive_sender="org.blueman.Mechanism"/>
810 </policy>
911 <policy context="default">
1012 <allow send_destination="org.blueman.Mechanism"/>
13 <allow receive_sender="org.blueman.Mechanism"/>
1114 </policy>
1215 </busconfig>
2222 <_message>Launching DHCP client requires privileges</_message>
2323 <defaults>
2424 <allow_inactive>no</allow_inactive>
25 <allow_active>yes</allow_active>
25 <allow_active>auth_admin_keep</allow_active>
2626 </defaults>
2727 </action>
28
29 <action id="org.blueman.bluez.config">
30 <_description>Bluetooth Configuration</_description>
31 <_message>Changing Bluetooth system settings requires privileges</_message>
28
29 <action id="org.blueman.pppd.pppconnect">
30 <_description>Launch PPP daemon</_description>
31 <_message>Launching PPP daemon requires privileges</_message>
3232 <defaults>
3333 <allow_inactive>no</allow_inactive>
3434 <allow_active>auth_admin_keep</allow_active>
3535 </defaults>
3636 </action>
37
37
38 <action id="org.blueman.rfkill.setstate">
39 <_description>Set RfKill State</_description>
40 <_message>Setting RfKill State requires privileges</_message>
41 <defaults>
42 <allow_inactive>no</allow_inactive>
43 <allow_active>auth_admin_keep</allow_active>
44 </defaults>
45 </action>
46
3847 </policyconfig>
3030
3131 PROGRAM=libtool
3232 PACKAGE=libtool
33 VERSION="2.4.6 Debian-2.4.6-2"
33 VERSION="2.4.6 Debian-2.4.6-2.1"
3434 package_revision=2.4.6
3535
3636
6363 # libraries, which are installed to $pkgauxdir.
6464
6565 # Set a version string for this script.
66 scriptversion=2015-01-20.17; # UTC
66 scriptversion=2015-10-12.13; # UTC
6767
6868 # General shell script boiler plate, and helper functions.
6969 # Written by Gary V. Vaughan, 2004
579579 {
580580 $debug_cmd
581581
582 func_quote_for_eval "$2"
583 eval "$1+=\\ \$func_quote_for_eval_result"
582 func_quote_arg pretty "$2"
583 eval "$1+=\\ \$func_quote_arg_result"
584584 }'
585585 else
586586 func_append_quoted ()
587587 {
588588 $debug_cmd
589589
590 func_quote_for_eval "$2"
591 eval "$1=\$$1\\ \$func_quote_for_eval_result"
590 func_quote_arg pretty "$2"
591 eval "$1=\$$1\\ \$func_quote_arg_result"
592592 }
593593 fi
594594
10901090 }
10911091
10921092
1093 # func_quote_for_eval ARG...
1094 # --------------------------
1095 # Aesthetically quote ARGs to be evaled later.
1096 # This function returns two values:
1097 # i) func_quote_for_eval_result
1098 # double-quoted, suitable for a subsequent eval
1099 # ii) func_quote_for_eval_unquoted_result
1093 # func_quote_portable EVAL ARG
1094 # ----------------------------
1095 # Internal function to portably implement func_quote_arg. Note that we still
1096 # keep attention to performance here so we as much as possible try to avoid
1097 # calling sed binary (so far O(N) complexity as long as func_append is O(1)).
1098 func_quote_portable ()
1099 {
1100 $debug_cmd
1101
1102 func_quote_portable_result=$2
1103
1104 # one-time-loop (easy break)
1105 while true
1106 do
1107 if $1; then
1108 func_quote_portable_result=`$ECHO "$2" | $SED \
1109 -e "$sed_double_quote_subst" -e "$sed_double_backslash"`
1110 break
1111 fi
1112
1113 # Quote for eval.
1114 case $func_quote_portable_result in
1115 *[\\\`\"\$]*)
1116 case $func_quote_portable_result in
1117 *[\[\*\?]*)
1118 func_quote_portable_result=`$ECHO "$func_quote_portable_result" | $SED "$sed_quote_subst"`
1119 break
1120 ;;
1121 esac
1122
1123 func_quote_portable_old_IFS=$IFS
1124 for _G_char in '\' '`' '"' '$'
1125 do
1126 # STATE($1) PREV($2) SEPARATOR($3)
1127 set start "" ""
1128 func_quote_portable_result=dummy"$_G_char$func_quote_portable_result$_G_char"dummy
1129 IFS=$_G_char
1130 for _G_part in $func_quote_portable_result
1131 do
1132 case $1 in
1133 quote)
1134 func_append func_quote_portable_result "$3$2"
1135 set quote "$_G_part" "\\$_G_char"
1136 ;;
1137 start)
1138 set first "" ""
1139 func_quote_portable_result=
1140 ;;
1141 first)
1142 set quote "$_G_part" ""
1143 ;;
1144 esac
1145 done
1146 done
1147 IFS=$func_quote_portable_old_IFS
1148 ;;
1149 *) ;;
1150 esac
1151 break
1152 done
1153
1154 func_quote_portable_unquoted_result=$func_quote_portable_result
1155 case $func_quote_portable_result in
1156 # double-quote args containing shell metacharacters to delay
1157 # word splitting, command substitution and variable expansion
1158 # for a subsequent eval.
1159 # many bourne shells cannot handle close brackets correctly
1160 # in scan sets, so we specify it separately.
1161 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"")
1162 func_quote_portable_result=\"$func_quote_portable_result\"
1163 ;;
1164 esac
1165 }
1166
1167
1168 # func_quotefast_eval ARG
1169 # -----------------------
1170 # Quote one ARG (internal). This is equivalent to 'func_quote_arg eval ARG',
1171 # but optimized for speed. Result is stored in $func_quotefast_eval.
1172 if test xyes = `(x=; printf -v x %q yes; echo x"$x") 2>/dev/null`; then
1173 func_quotefast_eval ()
1174 {
1175 printf -v func_quotefast_eval_result %q "$1"
1176 }
1177 else
1178 func_quotefast_eval ()
1179 {
1180 func_quote_portable false "$1"
1181 func_quotefast_eval_result=$func_quote_portable_result
1182 }
1183 fi
1184
1185
1186 # func_quote_arg MODEs ARG
1187 # ------------------------
1188 # Quote one ARG to be evaled later. MODEs argument may contain zero ore more
1189 # specifiers listed below separated by ',' character. This function returns two
1190 # values:
1191 # i) func_quote_arg_result
1192 # double-quoted (when needed), suitable for a subsequent eval
1193 # ii) func_quote_arg_unquoted_result
11001194 # has all characters that are still active within double
1101 # quotes backslashified.
1102 func_quote_for_eval ()
1195 # quotes backslashified. Available only if 'unquoted' is specified.
1196 #
1197 # Available modes:
1198 # ----------------
1199 # 'eval' (default)
1200 # - escape shell special characters
1201 # 'expand'
1202 # - the same as 'eval'; but do not quote variable references
1203 # 'pretty'
1204 # - request aesthetic output, i.e. '"a b"' instead of 'a\ b'. This might
1205 # later used in func_quote to get output like: 'echo "a b"' instead of
1206 # 'echo a\ b'. This is slower than default on some shells.
1207 # 'unquoted'
1208 # - produce also $func_quote_arg_unquoted_result which does not contain
1209 # wrapping double-quotes.
1210 #
1211 # Examples for 'func_quote_arg pretty,unquoted string':
1212 #
1213 # string | *_result | *_unquoted_result
1214 # ------------+-----------------------+-------------------
1215 # " | \" | \"
1216 # a b | "a b" | a b
1217 # "a b" | "\"a b\"" | \"a b\"
1218 # * | "*" | *
1219 # z="${x-$y}" | "z=\"\${x-\$y}\"" | z=\"\${x-\$y}\"
1220 #
1221 # Examples for 'func_quote_arg pretty,unquoted,expand string':
1222 #
1223 # string | *_result | *_unquoted_result
1224 # --------------+---------------------+--------------------
1225 # z="${x-$y}" | "z=\"${x-$y}\"" | z=\"${x-$y}\"
1226 func_quote_arg ()
1227 {
1228 _G_quote_expand=false
1229 case ,$1, in
1230 *,expand,*)
1231 _G_quote_expand=:
1232 ;;
1233 esac
1234
1235 case ,$1, in
1236 *,pretty,*|*,expand,*|*,unquoted,*)
1237 func_quote_portable $_G_quote_expand "$2"
1238 func_quote_arg_result=$func_quote_portable_result
1239 func_quote_arg_unquoted_result=$func_quote_portable_unquoted_result
1240 ;;
1241 *)
1242 # Faster quote-for-eval for some shells.
1243 func_quotefast_eval "$2"
1244 func_quote_arg_result=$func_quotefast_eval_result
1245 ;;
1246 esac
1247 }
1248
1249
1250 # func_quote MODEs ARGs...
1251 # ------------------------
1252 # Quote all ARGs to be evaled later and join them into single command. See
1253 # func_quote_arg's description for more info.
1254 func_quote ()
11031255 {
11041256 $debug_cmd
1105
1106 func_quote_for_eval_unquoted_result=
1107 func_quote_for_eval_result=
1257 _G_func_quote_mode=$1 ; shift
1258 func_quote_result=
11081259 while test 0 -lt $#; do
1109 case $1 in
1110 *[\\\`\"\$]*)
1111 _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
1112 *)
1113 _G_unquoted_arg=$1 ;;
1114 esac
1115 if test -n "$func_quote_for_eval_unquoted_result"; then
1116 func_append func_quote_for_eval_unquoted_result " $_G_unquoted_arg"
1260 func_quote_arg "$_G_func_quote_mode" "$1"
1261 if test -n "$func_quote_result"; then
1262 func_append func_quote_result " $func_quote_arg_result"
11171263 else
1118 func_append func_quote_for_eval_unquoted_result "$_G_unquoted_arg"
1119 fi
1120
1121 case $_G_unquoted_arg in
1122 # Double-quote args containing shell metacharacters to delay
1123 # word splitting, command substitution and variable expansion
1124 # for a subsequent eval.
1125 # Many Bourne shells cannot handle close brackets correctly
1126 # in scan sets, so we specify it separately.
1127 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"")
1128 _G_quoted_arg=\"$_G_unquoted_arg\"
1129 ;;
1130 *)
1131 _G_quoted_arg=$_G_unquoted_arg
1132 ;;
1133 esac
1134
1135 if test -n "$func_quote_for_eval_result"; then
1136 func_append func_quote_for_eval_result " $_G_quoted_arg"
1137 else
1138 func_append func_quote_for_eval_result "$_G_quoted_arg"
1264 func_append func_quote_result "$func_quote_arg_result"
11391265 fi
11401266 shift
11411267 done
1142 }
1143
1144
1145 # func_quote_for_expand ARG
1146 # -------------------------
1147 # Aesthetically quote ARG to be evaled later; same as above,
1148 # but do not quote variable references.
1149 func_quote_for_expand ()
1150 {
1151 $debug_cmd
1152
1153 case $1 in
1154 *[\\\`\"]*)
1155 _G_arg=`$ECHO "$1" | $SED \
1156 -e "$sed_double_quote_subst" -e "$sed_double_backslash"` ;;
1157 *)
1158 _G_arg=$1 ;;
1159 esac
1160
1161 case $_G_arg in
1162 # Double-quote args containing shell metacharacters to delay
1163 # word splitting and command substitution for a subsequent eval.
1164 # Many Bourne shells cannot handle close brackets correctly
1165 # in scan sets, so we specify it separately.
1166 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"")
1167 _G_arg=\"$_G_arg\"
1168 ;;
1169 esac
1170
1171 func_quote_for_expand_result=$_G_arg
11721268 }
11731269
11741270
12141310 _G_cmd=$1
12151311 _G_fail_exp=${2-':'}
12161312
1217 func_quote_for_expand "$_G_cmd"
1218 eval "func_notquiet $func_quote_for_expand_result"
1313 func_quote_arg pretty,expand "$_G_cmd"
1314 eval "func_notquiet $func_quote_arg_result"
12191315
12201316 $opt_dry_run || {
12211317 eval "$_G_cmd"
12401336 _G_fail_exp=${2-':'}
12411337
12421338 $opt_quiet || {
1243 func_quote_for_expand "$_G_cmd"
1244 eval "func_echo $func_quote_for_expand_result"
1339 func_quote_arg expand,pretty "$_G_cmd"
1340 eval "func_echo $func_quote_arg_result"
12451341 }
12461342
12471343 $opt_dry_run || {
13691465 #! /bin/sh
13701466
13711467 # Set a version string for this script.
1372 scriptversion=2014-01-07.03; # UTC
1468 scriptversion=2015-10-12.13; # UTC
13731469
13741470 # A portable, pluggable option parser for Bourne shell.
13751471 # Written by Gary V. Vaughan, 2010
15291625 {
15301626 $debug_cmd
15311627
1628 _G_rc_run_hooks=false
1629
15321630 case " $hookable_fns " in
15331631 *" $1 "*) ;;
15341632 *) func_fatal_error "'$1' does not support hook funcions.n" ;;
15371635 eval _G_hook_fns=\$$1_hooks; shift
15381636
15391637 for _G_hook in $_G_hook_fns; do
1540 eval $_G_hook '"$@"'
1541
1542 # store returned options list back into positional
1543 # parameters for next 'cmd' execution.
1544 eval _G_hook_result=\$${_G_hook}_result
1545 eval set dummy "$_G_hook_result"; shift
1638 if eval $_G_hook '"$@"'; then
1639 # store returned options list back into positional
1640 # parameters for next 'cmd' execution.
1641 eval _G_hook_result=\$${_G_hook}_result
1642 eval set dummy "$_G_hook_result"; shift
1643 _G_rc_run_hooks=:
1644 fi
15461645 done
15471646
1548 func_quote_for_eval ${1+"$@"}
1549 func_run_hooks_result=$func_quote_for_eval_result
1647 $_G_rc_run_hooks && func_run_hooks_result=$_G_hook_result
15501648 }
15511649
15521650
15561654 ## --------------- ##
15571655
15581656 # In order to add your own option parsing hooks, you must accept the
1559 # full positional parameter list in your hook function, remove any
1560 # options that you action, and then pass back the remaining unprocessed
1657 # full positional parameter list in your hook function, you may remove/edit
1658 # any options that you action, and then pass back the remaining unprocessed
15611659 # options in '<hooked_function_name>_result', escaped suitably for
1562 # 'eval'. Like this:
1660 # 'eval'. In this case you also must return $EXIT_SUCCESS to let the
1661 # hook's caller know that it should pay attention to
1662 # '<hooked_function_name>_result'. Returning $EXIT_FAILURE signalizes that
1663 # arguments are left untouched by the hook and therefore caller will ignore the
1664 # result variable.
1665 #
1666 # Like this:
15631667 #
15641668 # my_options_prep ()
15651669 # {
15691673 # usage_message=$usage_message'
15701674 # -s, --silent don'\''t print informational messages
15711675 # '
1572 #
1573 # func_quote_for_eval ${1+"$@"}
1574 # my_options_prep_result=$func_quote_for_eval_result
1676 # # No change in '$@' (ignored completely by this hook). There is
1677 # # no need to do the equivalent (but slower) action:
1678 # # func_quote eval ${1+"$@"}
1679 # # my_options_prep_result=$func_quote_result
1680 # false
15751681 # }
15761682 # func_add_hook func_options_prep my_options_prep
15771683 #
15801686 # {
15811687 # $debug_cmd
15821688 #
1689 # args_changed=false
1690 #
15831691 # # Note that for efficiency, we parse as many options as we can
15841692 # # recognise in a loop before passing the remainder back to the
15851693 # # caller on the first unrecognised argument we encounter.
15861694 # while test $# -gt 0; do
15871695 # opt=$1; shift
15881696 # case $opt in
1589 # --silent|-s) opt_silent=: ;;
1697 # --silent|-s) opt_silent=:
1698 # args_changed=:
1699 # ;;
15901700 # # Separate non-argument short options:
15911701 # -s*) func_split_short_opt "$_G_opt"
15921702 # set dummy "$func_split_short_opt_name" \
15931703 # "-$func_split_short_opt_arg" ${1+"$@"}
15941704 # shift
1705 # args_changed=:
15951706 # ;;
1596 # *) set dummy "$_G_opt" "$*"; shift; break ;;
1707 # *) # Make sure the first unrecognised option "$_G_opt"
1708 # # is added back to "$@", we could need that later
1709 # # if $args_changed is true.
1710 # set dummy "$_G_opt" ${1+"$@"}; shift; break ;;
15971711 # esac
15981712 # done
15991713 #
1600 # func_quote_for_eval ${1+"$@"}
1601 # my_silent_option_result=$func_quote_for_eval_result
1714 # if $args_changed; then
1715 # func_quote eval ${1+"$@"}
1716 # my_silent_option_result=$func_quote_result
1717 # fi
1718 #
1719 # $args_changed
16021720 # }
16031721 # func_add_hook func_parse_options my_silent_option
16041722 #
16101728 # $opt_silent && $opt_verbose && func_fatal_help "\
16111729 # '--silent' and '--verbose' options are mutually exclusive."
16121730 #
1613 # func_quote_for_eval ${1+"$@"}
1614 # my_option_validation_result=$func_quote_for_eval_result
1731 # false
16151732 # }
16161733 # func_add_hook func_validate_options my_option_validation
16171734 #
1618 # You'll alse need to manually amend $usage_message to reflect the extra
1735 # You'll also need to manually amend $usage_message to reflect the extra
16191736 # options you parse. It's preferable to append if you can, so that
16201737 # multiple option parsing hooks can be added safely.
1738
1739
1740 # func_options_finish [ARG]...
1741 # ----------------------------
1742 # Finishing the option parse loop (call 'func_options' hooks ATM).
1743 func_options_finish ()
1744 {
1745 $debug_cmd
1746
1747 _G_func_options_finish_exit=false
1748 if func_run_hooks func_options ${1+"$@"}; then
1749 func_options_finish_result=$func_run_hooks_result
1750 _G_func_options_finish_exit=:
1751 fi
1752
1753 $_G_func_options_finish_exit
1754 }
16211755
16221756
16231757 # func_options [ARG]...
16291763 {
16301764 $debug_cmd
16311765
1632 func_options_prep ${1+"$@"}
1633 eval func_parse_options \
1634 ${func_options_prep_result+"$func_options_prep_result"}
1635 eval func_validate_options \
1636 ${func_parse_options_result+"$func_parse_options_result"}
1637
1638 eval func_run_hooks func_options \
1639 ${func_validate_options_result+"$func_validate_options_result"}
1640
1641 # save modified positional parameters for caller
1642 func_options_result=$func_run_hooks_result
1766 _G_rc_options=false
1767
1768 for my_func in options_prep parse_options validate_options options_finish
1769 do
1770 if eval func_$my_func '${1+"$@"}'; then
1771 eval _G_res_var='$'"func_${my_func}_result"
1772 eval set dummy "$_G_res_var" ; shift
1773 _G_rc_options=:
1774 fi
1775 done
1776
1777 # Save modified positional parameters for caller. As a top-level
1778 # options-parser function we always need to set the 'func_options_result'
1779 # variable (regardless the $_G_rc_options value).
1780 if $_G_rc_options; then
1781 func_options_result=$_G_res_var
1782 else
1783 func_quote eval ${1+"$@"}
1784 func_options_result=$func_quote_result
1785 fi
1786
1787 $_G_rc_options
16431788 }
16441789
16451790
16481793 # All initialisations required before starting the option parse loop.
16491794 # Note that when calling hook functions, we pass through the list of
16501795 # positional parameters. If a hook function modifies that list, and
1651 # needs to propogate that back to rest of this script, then the complete
1796 # needs to propagate that back to rest of this script, then the complete
16521797 # modified list must be put in 'func_run_hooks_result' before
1653 # returning.
1798 # returning $EXIT_SUCCESS (otherwise $EXIT_FAILURE is returned).
16541799 func_hookable func_options_prep
16551800 func_options_prep ()
16561801 {
16601805 opt_verbose=false
16611806 opt_warning_types=
16621807
1663 func_run_hooks func_options_prep ${1+"$@"}
1664
1665 # save modified positional parameters for caller
1666 func_options_prep_result=$func_run_hooks_result
1808 _G_rc_options_prep=false
1809 if func_run_hooks func_options_prep ${1+"$@"}; then
1810 _G_rc_options_prep=:
1811 # save modified positional parameters for caller
1812 func_options_prep_result=$func_run_hooks_result
1813 fi
1814
1815 $_G_rc_options_prep
16671816 }
16681817
16691818
16771826
16781827 func_parse_options_result=
16791828
1829 _G_rc_parse_options=false
16801830 # this just eases exit handling
16811831 while test $# -gt 0; do
16821832 # Defer to hook functions for initial option parsing, so they
16831833 # get priority in the event of reusing an option name.
1684 func_run_hooks func_parse_options ${1+"$@"}
1685
1686 # Adjust func_parse_options positional parameters to match
1687 eval set dummy "$func_run_hooks_result"; shift
1834 if func_run_hooks func_parse_options ${1+"$@"}; then
1835 eval set dummy "$func_run_hooks_result"; shift
1836 _G_rc_parse_options=:
1837 fi
16881838
16891839 # Break out of the loop if we already parsed every option.
16901840 test $# -gt 0 || break
16911841
1842 _G_match_parse_options=:
16921843 _G_opt=$1
16931844 shift
16941845 case $_G_opt in
17031854 ;;
17041855
17051856 --warnings|--warning|-W)
1706 test $# = 0 && func_missing_arg $_G_opt && break
1857 if test $# = 0 && func_missing_arg $_G_opt; then
1858 _G_rc_parse_options=:
1859 break
1860 fi
17071861 case " $warning_categories $1" in
17081862 *" $1 "*)
17091863 # trailing space prevents matching last $1 above
17561910 shift
17571911 ;;
17581912
1759 --) break ;;
1913 --) _G_rc_parse_options=: ; break ;;
17601914 -*) func_fatal_help "unrecognised option: '$_G_opt'" ;;
1761 *) set dummy "$_G_opt" ${1+"$@"}; shift; break ;;
1915 *) set dummy "$_G_opt" ${1+"$@"}; shift
1916 _G_match_parse_options=false
1917 break
1918 ;;
17621919 esac
1920
1921 $_G_match_parse_options && _G_rc_parse_options=:
17631922 done
17641923
1765 # save modified positional parameters for caller
1766 func_quote_for_eval ${1+"$@"}
1767 func_parse_options_result=$func_quote_for_eval_result
1924
1925 if $_G_rc_parse_options; then
1926 # save modified positional parameters for caller
1927 func_quote eval ${1+"$@"}
1928 func_parse_options_result=$func_quote_result
1929 fi
1930
1931 $_G_rc_parse_options
17681932 }
17691933
17701934
17771941 {
17781942 $debug_cmd
17791943
1944 _G_rc_validate_options=false
1945
17801946 # Display all warnings if -W was not given.
17811947 test -n "$opt_warning_types" || opt_warning_types=" $warning_categories"
17821948
1783 func_run_hooks func_validate_options ${1+"$@"}
1949 if func_run_hooks func_validate_options ${1+"$@"}; then
1950 # save modified positional parameters for caller
1951 func_validate_options_result=$func_run_hooks_result
1952 _G_rc_validate_options=:
1953 fi
17841954
17851955 # Bail if the options were screwed!
17861956 $exit_cmd $EXIT_FAILURE
17871957
1788 # save modified positional parameters for caller
1789 func_validate_options_result=$func_run_hooks_result
1958 $_G_rc_validate_options
17901959 }
17911960
17921961
20672236 compiler: $LTCC
20682237 compiler flags: $LTCFLAGS
20692238 linker: $LD (gnu? $with_gnu_ld)
2070 version: $progname $scriptversion Debian-2.4.6-2
2239 version: $progname $scriptversion Debian-2.4.6-2.1
20712240 automake: `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
20722241 autoconf: `($AUTOCONF --version) 2>/dev/null |$SED 1q`
20732242
22692438 nonopt=
22702439 preserve_args=
22712440
2441 _G_rc_lt_options_prep=:
2442
22722443 # Shorthand for --mode=foo, only valid as the first argument
22732444 case $1 in
22742445 clean|clea|cle|cl)
22922463 uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u)
22932464 shift; set dummy --mode uninstall ${1+"$@"}; shift
22942465 ;;
2466 *)
2467 _G_rc_lt_options_prep=false
2468 ;;
22952469 esac
22962470
2297 # Pass back the list of options.
2298 func_quote_for_eval ${1+"$@"}
2299 libtool_options_prep_result=$func_quote_for_eval_result
2471 if $_G_rc_lt_options_prep; then
2472 # Pass back the list of options.
2473 func_quote eval ${1+"$@"}
2474 libtool_options_prep_result=$func_quote_result
2475 fi
2476
2477 $_G_rc_lt_options_prep
23002478 }
23012479 func_add_hook func_options_prep libtool_options_prep
23022480
23082486 {
23092487 $debug_cmd
23102488
2489 _G_rc_lt_parse_options=false
2490
23112491 # Perform our own loop to consume as many options as possible in
23122492 # each iteration.
23132493 while test $# -gt 0; do
2494 _G_match_lt_parse_options=:
23142495 _G_opt=$1
23152496 shift
23162497 case $_G_opt in
23852566 func_append preserve_args " $_G_opt"
23862567 ;;
23872568
2388 # An option not handled by this hook function:
2389 *) set dummy "$_G_opt" ${1+"$@"}; shift; break ;;
2569 # An option not handled by this hook function:
2570 *) set dummy "$_G_opt" ${1+"$@"} ; shift
2571 _G_match_lt_parse_options=false
2572 break
2573 ;;
23902574 esac
2575 $_G_match_lt_parse_options && _G_rc_lt_parse_options=:
23912576 done
23922577
2393
2394 # save modified positional parameters for caller
2395 func_quote_for_eval ${1+"$@"}
2396 libtool_parse_options_result=$func_quote_for_eval_result
2578 if $_G_rc_lt_parse_options; then
2579 # save modified positional parameters for caller
2580 func_quote eval ${1+"$@"}
2581 libtool_parse_options_result=$func_quote_result
2582 fi
2583
2584 $_G_rc_lt_parse_options
23972585 }
23982586 func_add_hook func_parse_options libtool_parse_options
23992587
24502638 }
24512639
24522640 # Pass back the unparsed argument list
2453 func_quote_for_eval ${1+"$@"}
2454 libtool_validate_options_result=$func_quote_for_eval_result
2641 func_quote eval ${1+"$@"}
2642 libtool_validate_options_result=$func_quote_result
24552643 }
24562644 func_add_hook func_validate_options libtool_validate_options
24572645
34173605 esac
34183606 done
34193607
3420 func_quote_for_eval "$libobj"
3421 test "X$libobj" != "X$func_quote_for_eval_result" \
3608 func_quote_arg pretty "$libobj"
3609 test "X$libobj" != "X$func_quote_arg_result" \
34223610 && $ECHO "X$libobj" | $GREP '[]~#^*{};<>?"'"'"' &()|`$[]' \
34233611 && func_warning "libobj name '$libobj' may not contain shell special characters."
34243612 func_dirname_and_basename "$obj" "/" ""
34913679
34923680 func_to_tool_file "$srcfile" func_convert_file_msys_to_w32
34933681 srcfile=$func_to_tool_file_result
3494 func_quote_for_eval "$srcfile"
3495 qsrcfile=$func_quote_for_eval_result
3682 func_quote_arg pretty "$srcfile"
3683 qsrcfile=$func_quote_arg_result
34963684
34973685 # Only build a PIC object if we are building libtool libraries.
34983686 if test yes = "$build_libtool_libs"; then
40954283 case $nonopt in *shtool*) :;; *) false;; esac
40964284 then
40974285 # Aesthetically quote it.
4098 func_quote_for_eval "$nonopt"
4099 install_prog="$func_quote_for_eval_result "
4286 func_quote_arg pretty "$nonopt"
4287 install_prog="$func_quote_arg_result "
41004288 arg=$1
41014289 shift
41024290 else
41064294
41074295 # The real first argument should be the name of the installation program.
41084296 # Aesthetically quote it.
4109 func_quote_for_eval "$arg"
4110 func_append install_prog "$func_quote_for_eval_result"
4297 func_quote_arg pretty "$arg"
4298 func_append install_prog "$func_quote_arg_result"
41114299 install_shared_prog=$install_prog
41124300 case " $install_prog " in
41134301 *[\\\ /]cp\ *) install_cp=: ;;
41644352 esac
41654353
41664354 # Aesthetically quote the argument.
4167 func_quote_for_eval "$arg"
4168 func_append install_prog " $func_quote_for_eval_result"
4355 func_quote_arg pretty "$arg"
4356 func_append install_prog " $func_quote_arg_result"
41694357 if test -n "$arg2"; then
4170 func_quote_for_eval "$arg2"
4358 func_quote_arg pretty "$arg2"
41714359 fi
4172 func_append install_shared_prog " $func_quote_for_eval_result"
4360 func_append install_shared_prog " $func_quote_arg_result"
41734361 done
41744362
41754363 test -z "$install_prog" && \
41804368
41814369 if test -n "$install_override_mode" && $no_mode; then
41824370 if $install_cp; then :; else
4183 func_quote_for_eval "$install_override_mode"
4184 func_append install_shared_prog " -m $func_quote_for_eval_result"
4371 func_quote_arg pretty "$install_override_mode"
4372 func_append install_shared_prog " -m $func_quote_arg_result"
41854373 fi
41864374 fi
41874375
44774665 relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
44784666
44794667 $opt_quiet || {
4480 func_quote_for_expand "$relink_command"
4481 eval "func_echo $func_quote_for_expand_result"
4668 func_quote_arg expand,pretty "$relink_command"
4669 eval "func_echo $func_quote_arg_result"
44824670 }
44834671 if eval "$relink_command"; then :
44844672 else
52575445 if test \"\$libtool_execute_magic\" != \"$magic\"; then
52585446 file=\"\$0\""
52595447
5260 qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
5448 func_quote_arg pretty "$ECHO"
5449 qECHO=$func_quote_arg_result
52615450 $ECHO "\
52625451
52635452 # A function that is used when there is no print builtin or printf.
52675456 \$1
52685457 _LTECHO_EOF'
52695458 }
5270 ECHO=\"$qECHO\"
5459 ECHO=$qECHO
52715460 fi
52725461
52735462 # Very basic option parsing. These options are (a) specific to
66106799 while test "$#" -gt 0; do
66116800 arg=$1
66126801 shift
6613 func_quote_for_eval "$arg"
6614 qarg=$func_quote_for_eval_unquoted_result
6615 func_append libtool_args " $func_quote_for_eval_result"
6802 func_quote_arg pretty,unquoted "$arg"
6803 qarg=$func_quote_arg_unquoted_result
6804 func_append libtool_args " $func_quote_arg_result"
66166805
66176806 # If the previous option needs an argument, assign it.
66186807 if test -n "$prev"; then
72107399 save_ifs=$IFS; IFS=,
72117400 for flag in $args; do
72127401 IFS=$save_ifs
7213 func_quote_for_eval "$flag"
7214 func_append arg " $func_quote_for_eval_result"
7215 func_append compiler_flags " $func_quote_for_eval_result"
7402 func_quote_arg pretty "$flag"
7403 func_append arg " $func_quote_arg_result"
7404 func_append compiler_flags " $func_quote_arg_result"
72167405 done
72177406 IFS=$save_ifs
72187407 func_stripname ' ' '' "$arg"
72267415 save_ifs=$IFS; IFS=,
72277416 for flag in $args; do
72287417 IFS=$save_ifs
7229 func_quote_for_eval "$flag"
7230 func_append arg " $wl$func_quote_for_eval_result"
7231 func_append compiler_flags " $wl$func_quote_for_eval_result"
7232 func_append linker_flags " $func_quote_for_eval_result"
7418 func_quote_arg pretty "$flag"
7419 func_append arg " $wl$func_quote_arg_result"
7420 func_append compiler_flags " $wl$func_quote_arg_result"
7421 func_append linker_flags " $func_quote_arg_result"
72337422 done
72347423 IFS=$save_ifs
72357424 func_stripname ' ' '' "$arg"
72537442
72547443 # -msg_* for osf cc
72557444 -msg_*)
7256 func_quote_for_eval "$arg"
7257 arg=$func_quote_for_eval_result
7445 func_quote_arg pretty "$arg"
7446 arg=$func_quote_arg_result
72587447 ;;
72597448
72607449 # Flags to be passed through unchanged, with rationale:
72787467 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \
72797468 -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*| \
72807469 -specs=*|-fsanitize=*)
7281 func_quote_for_eval "$arg"
7282 arg=$func_quote_for_eval_result
7470 func_quote_arg pretty "$arg"
7471 arg=$func_quote_arg_result
72837472 func_append compile_command " $arg"
72847473 func_append finalize_command " $arg"
72857474 func_append compiler_flags " $arg"
73007489 continue
73017490 else
73027491 # Otherwise treat like 'Some other compiler flag' below
7303 func_quote_for_eval "$arg"
7304 arg=$func_quote_for_eval_result
7492 func_quote_arg pretty "$arg"
7493 arg=$func_quote_arg_result
73057494 fi
73067495 ;;
73077496
73087497 # Some other compiler flag.
73097498 -* | +*)
7310 func_quote_for_eval "$arg"
7311 arg=$func_quote_for_eval_result
7499 func_quote_arg pretty "$arg"
7500 arg=$func_quote_arg_result
73127501 ;;
73137502
73147503 *.$objext)
74287617 *)
74297618 # Unknown arguments in both finalize_command and compile_command need
74307619 # to be aesthetically quoted because they are evaled later.
7431 func_quote_for_eval "$arg"
7432 arg=$func_quote_for_eval_result
7620 func_quote_arg pretty "$arg"
7621 arg=$func_quote_arg_result
74337622 ;;
74347623 esac # arg
74357624
994110130 for cmd in $concat_cmds; do
994210131 IFS=$save_ifs
994310132 $opt_quiet || {
9944 func_quote_for_expand "$cmd"
9945 eval "func_echo $func_quote_for_expand_result"
10133 func_quote_arg expand,pretty "$cmd"
10134 eval "func_echo $func_quote_arg_result"
994610135 }
994710136 $opt_dry_run || eval "$cmd" || {
994810137 lt_exit=$?
1003510224 eval cmd=\"$cmd\"
1003610225 IFS=$save_ifs
1003710226 $opt_quiet || {
10038 func_quote_for_expand "$cmd"
10039 eval "func_echo $func_quote_for_expand_result"
10227 func_quote_arg expand,pretty "$cmd"
10228 eval "func_echo $func_quote_arg_result"
1004010229 }
1004110230 $opt_dry_run || eval "$cmd" || {
1004210231 lt_exit=$?
1051010699 elif eval var_value=\$$var; test -z "$var_value"; then
1051110700 relink_command="$var=; export $var; $relink_command"
1051210701 else
10513 func_quote_for_eval "$var_value"
10514 relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command"
10702 func_quote_arg pretty "$var_value"
10703 relink_command="$var=$func_quote_arg_result; export $var; $relink_command"
1051510704 fi
1051610705 done
10517 relink_command="(cd `pwd`; $relink_command)"
10518 relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
10706 func_quote_arg pretty,unquoted "(cd `pwd`; $relink_command)"
10707 relink_command=$func_quote_arg_unquoted_result
1051910708 fi
1052010709
1052110710 # Only actually do things if not in dry run mode.
1075510944 elif eval var_value=\$$var; test -z "$var_value"; then
1075610945 relink_command="$var=; export $var; $relink_command"
1075710946 else
10758 func_quote_for_eval "$var_value"
10759 relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command"
10947 func_quote_arg pretty,unquoted "$var_value"
10948 relink_command="$var=$func_quote_arg_unquoted_result; export $var; $relink_command"
1076010949 fi
1076110950 done
1076210951 # Quote the link command for shipping.
1076310952 relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
10764 relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
10953 func_quote_arg pretty,unquoted "$relink_command"
10954 relink_command=$func_quote_arg_unquoted_result
1076510955 if test yes = "$hardcode_automatic"; then
1076610956 relink_command=
1076710957 fi