| /OK3568_Linux_fs/buildroot/package/autoconf/ |
| H A D | 0001-dont-add-dirty-to-version.patch | 1 autoconf: don't append -dirty to version 3 Don't append -dirty to autoconf version number if the buildroot git tree 6 This script is meant for the autoconf developers, but it also activates 7 if you build autoconf in a subdirectory of a git tree (E.G. like how it's 10 The affect is that autoconf gets built as being version 2.65-dirty, which 11 breaks programs (like Python) which explicitly checks for autoconf-2.65. 13 [Gustavo: update for autoconf 2.69] 17 diff -Nura autoconf-2.69.orig/build-aux/git-version-gen autoconf-2.69/build-aux/git-version-gen 18 --- autoconf-2.69.orig/build-aux/git-version-gen 2013-06-27 11:31:02.340200154 -0300 19 +++ autoconf-2.69/build-aux/git-version-gen 2013-06-27 11:31:13.734577033 -0300
|
| H A D | autoconf.mk | 8 AUTOCONF_SOURCE = autoconf-$(AUTOCONF_VERSION).tar.xz 9 AUTOCONF_SITE = $(BR2_GNU_MIRROR)/autoconf 24 AUTOCONF = $(HOST_DIR)/bin/autoconf -I "$(ACLOCAL_DIR)" -I "$(ACLOCAL_HOST_DIR)"
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | Makefile.autoconf | 13 __all: include/autoconf.mk include/autoconf.mk.dep 16 __all: spl/include/autoconf.mk 20 __all: tpl/include/autoconf.mk 49 include/autoconf.mk.dep: include/config.h FORCE 89 include/autoconf.mk: u-boot.cfg 90 $(call cmd,autoconf) 92 spl/include/autoconf.mk: spl/u-boot.cfg 94 $(call cmd,autoconf) 96 tpl/include/autoconf.mk: tpl/u-boot.cfg 98 $(call cmd,autoconf) [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-gnome/gnome-common/ |
| H A D | gnome-common_3.18.0.bb | 17 # Default to enable autoconf-archive to avoid conflicts 18 PACKAGECONFIG ??= "autoconf-archive" 19 PACKAGECONFIG[autoconf-archive] = "--with-autoconf-archive, --without-autoconf-archive, autoconf-ar…
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/autoconf/autoconf/ |
| H A D | 0001-Port-to-compilers-that-moan-about-K-R-func-decls.patch | 9 * lib/autoconf/c.m4 (AC_LANG_CALL, AC_LANG_FUNC_LINK_TRY): 12 * lib/autoconf/functions.m4 (AC_FUNC_STRTOD): 17 Upstream-Status: Backport [https://git.savannah.gnu.org/cgit/autoconf.git/commit/?id=8b5e2016c7ed2d… 20 doc/autoconf.texi | 7 +++---- 21 lib/autoconf/c.m4 | 6 +++--- 22 lib/autoconf/functions.m4 | 3 --- 27 --- a/doc/autoconf.texi 28 +++ b/doc/autoconf.texi 49 --- a/lib/autoconf/c.m4 50 +++ b/lib/autoconf/c.m4 [all …]
|
| H A D | program_prefix.patch | 9 lib/autoconf/general.m4 | 2 +- 12 diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4 14 --- a/lib/autoconf/general.m4 15 +++ b/lib/autoconf/general.m4
|
| H A D | remove-usr-local-lib-from-m4.patch | 9 lib/autoconf/functions.m4 | 9 --------- 12 diff --git a/lib/autoconf/functions.m4 b/lib/autoconf/functions.m4 14 --- a/lib/autoconf/functions.m4 15 +++ b/lib/autoconf/functions.m4
|
| /OK3568_Linux_fs/buildroot/package/pdmenu/ |
| H A D | 0001-autoconf-makeinfo.in-link-with-INTLLIBS-if-needed.patch | 4 Subject: [PATCH] autoconf/makeinfo.in: link with INTLLIBS if needed 11 autoconf/makeinfo.in | 2 +- 14 diff --git a/autoconf/makeinfo.in b/autoconf/makeinfo.in 16 --- a/autoconf/makeinfo.in 17 +++ b/autoconf/makeinfo.in
|
| H A D | 0002-Makefile-autoconf-makeinfo.in-support-build-install-.patch | 4 Subject: [PATCH] Makefile, autoconf/makeinfo.in: support build/install without 14 autoconf/makeinfo.in | 1 + 62 diff --git a/autoconf/makeinfo.in b/autoconf/makeinfo.in 64 --- a/autoconf/makeinfo.in 65 +++ b/autoconf/makeinfo.in
|
| /OK3568_Linux_fs/buildroot/package/rtl8189fs/ |
| H A D | 0001-include-disable-debug-messages.patch | 10 include/autoconf.h | 2 -- 13 diff --git a/include/autoconf.h b/include/autoconf.h 15 --- a/include/autoconf.h 16 +++ b/include/autoconf.h
|
| /OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/debian-hacks/ |
| H A D | Allow-to-override-ICU_DATA_FILE-from-the-environment.patch | 7 build/autoconf/icu.m4 | 4 +++- 10 diff --git a/build/autoconf/icu.m4 b/build/autoconf/icu.m4 12 --- a/build/autoconf/icu.m4 13 +++ b/build/autoconf/icu.m4
|
| /OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/fixes/ |
| H A D | avoid-running-autoconf2.13.patch | 22 @@ -20,6 +20,7 @@ option(env='AUTOCONF', nargs=1, help='Path to autoconf 2.13') 25 def autoconf(mozconfig, autoconf): 30 @@ -115,6 +116,7 @@ def prepare_configure(old_configure, mozconfig, autoconf, build_env, shell, 37 log.info('Refreshing %s with %s', old_configure, autoconf)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/slang/ |
| H A D | slang_2.3.2.bb | 46 cd ${S}/autoconf 47 # slang keeps configure.ac and rest of autoconf files in autoconf/ directory 49 # to be present. Resulting files land in autoconf/autoconf/ so we need to move them. 50 gnu-configize --force && mv autoconf/config.* . 51 # For the same reason we also need to run autoconf manually. 52 autoconf && mv configure ..
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/slang/slang/ |
| 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
|
| H A D | terminfo_fixes.patch | 12 --- a/autoconf/aclocal.m4 13 +++ b/autoconf/aclocal.m4 31 --- a/autoconf/configure.ac 32 +++ b/autoconf/configure.ac 52 AC_OUTPUT(Makefile:autoconf/Makefile.in \ 55 slang.pc:autoconf/slangpc.in \
|
| /OK3568_Linux_fs/buildroot/package/transmission/ |
| H A D | 0003-configure.ac-fix-autoreconf-with-autoconf-2.70.patch | 4 Subject: [PATCH] configure.ac: fix autoreconf with autoconf >= 2.70 7 https://www.mail-archive.com/bug-autoconf@gnu.org/msg04851.html 8 to avoid the following build failure with autoconf >= 2.70: 12 The problem has been introduced by upstream autoconf commit 13 http://git.savannah.gnu.org/gitweb/?p=autoconf.git;a=commit;h=b3b3af821a0b9e82ebe56b77b1731d2fe58f5…
|
| /OK3568_Linux_fs/buildroot/package/ltrace/ |
| H A D | 0003-configure.ac-fix-autoreconf-with-autoconf-2.70.patch | 4 Subject: [PATCH] configure.ac: fix autoreconf with autoconf >= 2.70 7 autoconf >= 2.70: 9 autoreconf: error: cannot create config/autoconf: No such file or directory 29 -AC_CONFIG_AUX_DIR([config/autoconf])
|
| /OK3568_Linux_fs/buildroot/package/openocd/ |
| H A D | 0002-configure.ac-fix-autoreconf-with-autoconf-2.70.patch | 4 Subject: [PATCH] configure.ac: fix autoreconf with autoconf >= 2.70 6 Fix the following build failure raised with openocd and autoconf >= 2.70 8 http://git.savannah.gnu.org/gitweb/?p=autoconf.git;a=commit;h=aba75f6d4a9c875a9d5d90a07c6b3678db66a… 11 autoreconf: error: configure.ac: AC_INIT not found; not an autoconf script?
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/ |
| H A D | 0001-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)
|
| /OK3568_Linux_fs/buildroot/package/autoconf-archive/ |
| H A D | autoconf-archive.mk | 8 AUTOCONF_ARCHIVE_SOURCE = autoconf-archive-$(AUTOCONF_ARCHIVE_VERSION).tar.xz 9 AUTOCONF_ARCHIVE_SITE = $(BR2_GNU_MIRROR)/autoconf-archive 12 HOST_AUTOCONF_ARCHIVE_INSTALL_OPTS = aclocaldir=$(HOST_DIR)/share/autoconf-archive install
|
| /OK3568_Linux_fs/yocto/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
|
| /OK3568_Linux_fs/buildroot/package/sdbusplus/ |
| H A D | sdbusplus.mk | 9 SDBUSPLUS_DEPENDENCIES = host-autoconf-archive host-pkgconf systemd 11 host-autoconf-archive \ 20 SDBUSPLUS_AUTORECONF_OPTS = --include=$(HOST_DIR)/share/autoconf-archive
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/autoconf-2.13/ |
| H A D | autoconf-2.13-native_2.13.bb | 7 HOMEPAGE = "http://www.gnu.org/software/autoconf/" 14 ${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.gz \ 66 mv ${D}${datadir}/autoconf ${D}${datadir}/autoconf213
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/autoconf/ |
| H A D | autoconf_2.71.bb | 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" 14 SRC_URI = "${GNU_MIRROR}/autoconf/${BP}.tar.gz \ 67 # As autoconf installs its own config.* files, ensure that they're always up to date.
|
| /OK3568_Linux_fs/buildroot/package/apr/ |
| H A D | 0003-Merge-r1887279-from-trunk.patch | 8 The failure is observed on `autoconf-2.69d` (soon to be released 9 as `autoconf-2.70`). There `int64_t` detection fails as: 33 Tested on both `autoconf-2.69` and `autoconf-2.69d`.
|