Home
last modified time | relevance | path

Searched refs:autoconf (Results 1 – 25 of 274) sorted by relevance

1234567891011

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gnome-common/
H A Dgnome-common_3.18.0.bb18 # 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/u-boot/scripts/
H A DMakefile.autoconf11 __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
87 include/autoconf.mk: u-boot.cfg
88 $(call cmd,autoconf)
90 spl/include/autoconf.mk: spl/u-boot.cfg
92 $(call cmd,autoconf)
94 tpl/include/autoconf.mk: tpl/u-boot.cfg
96 $(call cmd,autoconf)
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/autoconf/autoconf/
H A Dprogram_prefix.patch10 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 Dremove-usr-local-lib-from-m4.patch10 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 Dautoreconf-exclude.patch90 # 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);
H A Dno-man.patch4 Subject: [PATCH] autoconf: upgrade to 2.71
25 - man/autoconf.1 \
/openbmc/openbmc/poky/meta/recipes-extended/slang/slang/
H A Dterminfo_fixes.patch17 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 Dno-x.patch7 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 Dslang_2.3.3.bb45 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/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/
H A D0014-Workaround-error-with-autoconf-2.7.patch4 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 Dtop-autoconf.patch6 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-phosphor/recipes-phosphor/network/
H A Dphosphor-network_git.bb14 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/openbmc/poky/meta/recipes-devtools/autoconf/
H A Dautoconf_2.72e.bb6 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/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/
H A D0003-configure.ac-bypass-autoconf-2.69-version-check.patch4 Subject: [PATCH 3/5] configure.ac: bypass autoconf 2.69 version check
6 for upgrade to autoconf 2.71
24 -Untested combinations of 'autoconf' and PostgreSQL versions are not
/openbmc/openbmc/poky/meta/recipes-devtools/automake/
H A Dautomake_1.17.bb4 DEPENDS:class-native = "autoconf-native"
9 autoconf \
19 RDEPENDS:${PN}:class-native = "autoconf-native hostperl-runtime-native"
/openbmc/openbmc/poky/meta/recipes-devtools/cdrtools/cdrtools/
H A Dgcc14-fix.patch3 --- cdrtools-3.01/autoconf/configure~ 2015-07-06 23:41:27.000000000 +0200
4 +++ cdrtools-3.01/autoconf/configure 2024-05-01 09:37:40.897253690 +0200
/openbmc/openbmc/poky/meta/recipes-extended/which/which-2.21/
H A Dautomake.patch1 Update autoconf prologue to use "foreign" strictness.
11 dnl Process this file with autoconf to produce a configure script.
/openbmc/openbmc/poky/meta/recipes-devtools/autoconf-archive/
H A Dautoconf-archive_2024.10.16.bb2 HOMEPAGE = "http://www.gnu.org/software/autoconf-archive/"
4 LICENSE = "GPL-3.0-with-autoconf-exception"
/openbmc/openbmc/poky/meta/recipes-extended/cwautomacros/
H A Dcwautomacros_20110201.bb1 SUMMARY = "Collection of autoconf m4 macros"
4 DESCRIPTION = "A collection of autoconf macros, plus an autogen.sh script that can be used with the…
/openbmc/openbmc/poky/meta/recipes-extended/parted/files/
H A Dautoconf-2.73.patch1 The gnulib largefile macro needs updating to work with autoconf 2.73. Rather
15 # Work around a problem in autoconf <= 2.69:
/openbmc/openbmc/poky/meta/recipes-core/packagegroups/
H A Dnativesdk-packagegroup-sdk-host.bb12 # autoconf pulls in nativesdk-perl but perl-module-integer is needed to
22 nativesdk-autoconf \
/openbmc/openbmc/poky/meta/recipes-devtools/bison/bison/
H A Dautoconf-2.73.patch1 The gnulib largefile macro needs updating to work with autoconf 2.73. Rather
17 # with _TIME_BITS. Also, work around a problem in autoconf <= 2.69:
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-128/
H A Driscv.patch20 --- a/build/autoconf/config.sub
21 +++ b/build/autoconf/config.sub
/openbmc/u-boot/doc/
H A DREADME.kconfig24 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/poky/meta/recipes-devtools/gnu-config/gnu-config/
H A Dgnu-configize.in87 my $autoconf = $ENV{'AUTOCONF'} || 'autoconf';
156 ("$autoconf"

1234567891011