/openbmc/u-boot/scripts/ |
H A D | Makefile.autoconf | 4 # - include/autoconf.mk, {spl,tpl}/include/autoconf.mk 11 __all: include/autoconf.mk include/autoconf.mk.dep 14 __all: spl/include/autoconf.mk 18 __all: tpl/include/autoconf.mk 47 include/autoconf.mk.dep: include/config.h FORCE 53 # - include/autoconf.mk (used in the U-Boot conventional configuration) 54 # The following rule creates autoconf.mk 87 include/autoconf.mk: u-boot.cfg 88 $(call cmd,autoconf) 90 spl/include/autoconf.mk: spl/u-boot.cfg [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gnome-common/ |
H A D | gnome-common_3.18.0.bb | 18 # Default to enable autoconf-archive to avoid conflicts 19 PACKAGECONFIG ??= "autoconf-archive" 20 PACKAGECONFIG[autoconf-archive] = "--with-autoconf-archive, --without-autoconf-archive, autoconf-ar…
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | GPL-3.0-with-autoconf-exception | 4 AUTOCONF CONFIGURE SCRIPT EXCEPTION 14 The purpose of this Exception is to allow distribution of Autoconf`s typical output under terms of … 17 "Covered Code" is the source or object code of a version of Autoconf that is a covered work under t… 19 "Normally Copied Code" for a version of Autoconf means all parts of its Covered Code which that ver… 24 …propagate output of Autoconf, even if such propagation would otherwise violate the terms of GPLv3.… 26 2. No Weakening of Autoconf Copyleft. 27 …on that third-party software is unaffected by the copyleft requirements of the license of Autoconf.
|
H A D | GPL-2.0-with-autoconf-exception | 4 …ive Autoconf Macro`s copyright owner gives unlimited permission to copy, distribute and modify the… 5 … to versions of the Autoconf Macro released by the Autoconf Archive. When you make and distribute …
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libconfig/ |
H A D | libconfig-autoconf-perl_0.319.bb | 4 SUMMARY = "A module to implement some of AutoConf macros in pure perl" 5 DESCRIPTION = "Config::AutoConf is intended to provide the same opportunities to Perl \ 6 developers as GNU Autoconf <http://www.gnu.org/software/autoconf/> does for \ 9 HOMEPAGE = "https://metacpan.org/release/Config-AutoConf" 17 SRC_URI = "${CPAN_MIRROR}/authors/id/R/RE/REHSACK/Config-AutoConf-${PV}.tar.gz" 36 S = "${WORKDIR}/Config-AutoConf-${PV}"
|
/openbmc/openbmc/poky/meta/recipes-extended/slang/slang/ |
H A D | terminfo_fixes.patch | 17 autoconf/aclocal.m4 | 8 +--- 18 autoconf/configure.ac | 11 +++++- 23 diff --git a/autoconf/aclocal.m4 b/autoconf/aclocal.m4 25 --- a/autoconf/aclocal.m4 26 +++ b/autoconf/aclocal.m4 44 diff --git a/autoconf/configure.ac b/autoconf/configure.ac 46 --- a/autoconf/configure.ac 47 +++ b/autoconf/configure.ac 67 AC_OUTPUT(Makefile:autoconf/Makefile.in \ 70 slang.pc:autoconf/slangpc.in \
|
H A D | no-x.patch | 7 diff --git a/autoconf/configure.ac b/autoconf/configure.ac 9 --- a/autoconf/configure.ac 10 +++ b/autoconf/configure.ac
|
/openbmc/openbmc/poky/meta/recipes-extended/slang/ |
H A D | slang_2.3.3.bb | 45 cd ${S}/autoconf 46 # slang keeps configure.ac and rest of autoconf files in autoconf/ directory 48 # to be present. Resulting files land in autoconf/autoconf/ so we need to move them. 49 gnu-configize --force && mv autoconf/config.* . 50 # For the same reason we also need to run autoconf manually. 51 autoconf && mv configure ..
|
/openbmc/openbmc/poky/meta/recipes-devtools/autoconf/ |
H A D | autoconf_2.72e.bb | 2 DESCRIPTION = "Autoconf is an extensible package of M4 macros that produce shell scripts to automat… 3 configure software source code packages. Autoconf creates a configuration script for a package from… 6 HOMEPAGE = "http://www.gnu.org/software/autoconf/" 8 DEPENDS = "m4-native autoconf-native automake-native gnu-config-native help2man-native" 9 DEPENDS:remove:class-native = "autoconf-native automake-native help2man-native" 15 https://alpha.gnu.org/gnu/autoconf/${BP}.tar.gz \ 68 # As autoconf installs its own config.* files, ensure that they're always up to date.
|
/openbmc/openbmc/poky/meta/recipes-devtools/autoconf/autoconf/ |
H A D | program_prefix.patch | 10 lib/autoconf/general.m4 | 2 +- 13 diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4 15 --- a/lib/autoconf/general.m4 16 +++ b/lib/autoconf/general.m4
|
H A D | remove-usr-local-lib-from-m4.patch | 10 lib/autoconf/functions.m4 | 9 --------- 13 diff --git a/lib/autoconf/functions.m4 b/lib/autoconf/functions.m4 15 --- a/lib/autoconf/functions.m4 16 +++ b/lib/autoconf/functions.m4
|
H A D | autoreconf-exclude.patch | 90 # latter runs the former, and (ii) autoconf is stricter than 91 # autoheader. So all in all, autoconf should give better error 93 + @ex = grep (/^autoconf$/, @exclude); 95 xsystem ($autoconf);
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/ |
H A D | 0014-Workaround-error-with-autoconf-2.7.patch | 4 Subject: [PATCH] Workaround error with autoconf 2.7 6 While using autoconf 2.7, the AM_MISSING_PROG caused unexpected error: 12 remove the testing to workaround the error with autoconf 2.7 34 -AM_MISSING_PROG(AUTOCONF, autoconf, $missing_dir)
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/ |
H A D | top-autoconf.patch | 6 The autoconf stuff is all in a subdirectory, which is rather annoying 7 as OE expects patches to be applied and autoconf stuff to be done in 8 S. This adds enough autoconf at the top level to allow it to be 9 called there - all it does is run a sub autoconf stuff in the src
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/ |
H A D | 0003-configure.ac-bypass-autoconf-2.69-version-check.patch | 4 Subject: [PATCH 3/5] configure.ac: bypass autoconf 2.69 version check 6 for upgrade to autoconf 2.71 23 -m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.69], [], [m4_fatal([Autoconf version 2.69 is required. 24 -Untested combinations of 'autoconf' and PostgreSQL versions are not
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/collectd/collectd/ |
H A D | 0001-configure-Check-for-Wno-error-format-truncation-comp.patch | 43 +# https://www.gnu.org/software/autoconf-archive/ax_check_compile_flag.html 86 +# As a special exception, the respective Autoconf Macro's copyright owner 88 +# scripts that are the output of Autoconf when processing the Macro. You 92 +# all other use of the material that constitutes the Autoconf Macro. 94 +# This special exception to the GPL applies to versions of the Autoconf 95 +# Macro released by the Autoconf Archive. When you make and distribute a 96 +# modified version of the Autoconf Macro, you may extend this special
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/ |
H A D | 0001-configure-Disable-format-overflow-if-supported-by-gc.patch | 55 +# https://www.gnu.org/software/autoconf-archive/ax_check_compile_flag.html 98 +# As a special exception, the respective Autoconf Macro's copyright owner 100 +# scripts that are the output of Autoconf when processing the Macro. You 104 +# all other use of the material that constitutes the Autoconf Macro. 106 +# This special exception to the GPL applies to versions of the Autoconf 107 +# Macro released by the Autoconf Archive. When you make and distribute a 108 +# modified version of the Autoconf Macro, you may extend this special
|
/openbmc/openbmc/poky/meta/recipes-devtools/autoconf-archive/ |
H A D | autoconf-archive_2024.10.16.bb | 1 SUMMARY = "a collection of freely re-usable Autoconf macros" 2 HOMEPAGE = "http://www.gnu.org/software/autoconf-archive/" 4 LICENSE = "GPL-3.0-with-autoconf-exception"
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/network/ |
H A D | phosphor-network_git.bb | 14 PACKAGECONFIG ??= "uboot-env default-link-local-autoconf default-ipv6-accept-ra persist-mac" 16 PACKAGECONFIG[default-link-local-autoconf] = "-Ddefault-link-local-autoconf=true,-Ddefault-link-loc…
|
/openbmc/u-boot/doc/ |
H A D | README.kconfig | 24 This target updates .config, include/generated/autoconf.h and 31 * create include/autoconf.mk 32 * create spl/include/autoconf.mk (SPL and TPL only) 33 * create tpl/include/autoconf.mk (TPL only) 75 - include/generated/autoconf.h (generated by Kconfig for Normal) 80 - include/autoconf.mk (generated by the old config for Normal)
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/yasm/yasm/ |
H A D | 0001-Do-not-use-AC_HEADER_STDC.patch | 11 [1] https://www.gnu.org/software/autoconf/manual/autoconf-2.70/autoconf.html#index-AC_005fHEADER_00…
|
/openbmc/openbmc/poky/meta/recipes-devtools/gnu-config/gnu-config/ |
H A D | gnu-configize.in | 30 # '/home/kergoth/code/build-arm/tmp/staging/share/autoconf'; 87 my $autoconf = $ENV{'AUTOCONF'} || 'autoconf'; 130 # Is it using Autoconf? # 145 verb "$configure_ac: not using Autoconf"; 156 ("$autoconf"
|
/openbmc/openbmc/poky/meta/recipes-devtools/automake/ |
H A D | automake_1.17.bb | 4 DEPENDS:class-native = "autoconf-native" 9 autoconf \ 19 RDEPENDS:${PN}:class-native = "autoconf-native hostperl-runtime-native"
|
/openbmc/linux/include/linux/ |
H A D | kconfig.h | 5 #include <generated/autoconf.h> 55 * autoconf.h. 71 * autoconf.h, while CONFIG_FOO=m results in "#define CONFIG_FOO_MODULE 1".
|
/openbmc/openbmc/poky/meta/recipes-extended/which/which-2.21/ |
H A D | automake.patch | 1 Update autoconf prologue to use "foreign" strictness. 11 dnl Process this file with autoconf to produce a configure script.
|