diff options
| author | John Ogness <john.ogness@linutronix.de> | 2017-10-23 14:17:28 +0200 |
|---|---|---|
| committer | John Ogness <john.ogness@linutronix.de> | 2017-10-23 14:17:28 +0200 |
| commit | c7e8e19663e7e740c82cc8660f3d5b29ce712e7e (patch) | |
| tree | 833d93fdcb4f3ed0e57943472391bc9caf163b58 /kconfig-frontends/configure | |
| parent | 824d81a0779ff3868d195ef4639d3e3eddcb69de (diff) | |
kconfig: remove temporary files
These changes are based on building the distribution and
committing only the distribution files.
Diffstat (limited to 'kconfig-frontends/configure')
| -rwxr-xr-x | kconfig-frontends/configure | 34 |
1 files changed, 13 insertions, 21 deletions
diff --git a/kconfig-frontends/configure b/kconfig-frontends/configure index 342c66c..69cc655 100755 --- a/kconfig-frontends/configure +++ b/kconfig-frontends/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for kconfig-frontends . +# Generated by GNU Autoconf 2.69 for kconfig-frontends 3.9.0.0. # # Report bugs to <yann.morin.1998@free.fr>. # @@ -590,8 +590,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='kconfig-frontends' PACKAGE_TARNAME='kconfig-frontends' -PACKAGE_VERSION='' -PACKAGE_STRING='kconfig-frontends ' +PACKAGE_VERSION='3.9.0.0' +PACKAGE_STRING='kconfig-frontends 3.9.0.0' PACKAGE_BUGREPORT='yann.morin.1998@free.fr' PACKAGE_URL='' @@ -1408,7 +1408,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures kconfig-frontends to adapt to many kinds of systems. +\`configure' configures kconfig-frontends 3.9.0.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1479,7 +1479,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of kconfig-frontends :";; + short | recursive ) echo "Configuration of kconfig-frontends 3.9.0.0:";; esac cat <<\_ACEOF @@ -1630,7 +1630,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -kconfig-frontends configure +kconfig-frontends configure 3.9.0.0 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2166,7 +2166,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by kconfig-frontends $as_me , which was +It was created by kconfig-frontends $as_me 3.9.0.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2998,7 +2998,7 @@ fi # Define the identity of the package. PACKAGE='kconfig-frontends' - VERSION='' + VERSION='3.9.0.0' cat >>confdefs.h <<_ACEOF @@ -5156,8 +5156,7 @@ else ;; *) lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` - if test -n "$lt_cv_sys_max_cmd_len" && \ - test undefined != "$lt_cv_sys_max_cmd_len"; then + if test -n "$lt_cv_sys_max_cmd_len"; then lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` else @@ -6693,14 +6692,7 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*) LD="${LD-ld} -m elf_i386_fbsd" ;; x86_64-*linux*) - case `/usr/bin/file conftest.o` in - *x86-64*) - LD="${LD-ld} -m elf32_x86_64" - ;; - *) - LD="${LD-ld} -m elf_i386" - ;; - esac + LD="${LD-ld} -m elf_i386" ;; ppc64-*linux*|powerpc64-*linux*) LD="${LD-ld} -m elf32ppclinux" @@ -17637,7 +17629,7 @@ fi #---------------------------------------- # Get the version to apply to the parser shared library -KCONFIGPARSER_LIB_VERSION= +KCONFIGPARSER_LIB_VERSION=3.9.0 #---------------------------------------- @@ -18210,7 +18202,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by kconfig-frontends $as_me , which was +This file was extended by kconfig-frontends $as_me 3.9.0.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -18276,7 +18268,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -kconfig-frontends config.status +kconfig-frontends config.status 3.9.0.0 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" |
