| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/automake/automake/ |
| H A D | 0001-build-fix-race-in-parallel-builds.patch | 10 ../automake-1.16.1/doc/help2man --output=doc/aclocal-1.16.1 11 aclocal-1.16 12 |help2man: can't get `--help' info from aclocal-1.16 14 Makefile:3693: recipe for target 'doc/aclocal-1.16.1' failed 37 @@ -691,8 +691,8 @@ bin_SCRIPTS = bin/automake bin/aclocal 40 aclocal_in = $(srcdir)/bin/aclocal.in 42 -aclocal_script = bin/aclocal 44 +aclocal_script = bin/aclocal-$(APIVERSION) 55 aclocal_in = $(srcdir)/%D%/aclocal.in 57 -aclocal_script = %D%/aclocal [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/ |
| H A D | 0001-aclocal-Add-parameter-to-disable-keyutils-detection.patch | 4 Subject: [PATCH] aclocal: Add parameter to disable keyutils detection 9 aclocal.m4 | 4 ++++ 12 diff --git a/aclocal.m4 b/aclocal.m4 14 --- a/aclocal.m4 15 +++ b/aclocal.m4
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/tigervnc/ |
| H A D | tigervnc_1.11.0.bb | 92 rm -rf aclocal-copy/ 93 rm -f aclocal.m4 95 export ACLOCALDIR="${XSERVER_SOURCE_DIR}/aclocal-copy" 97 if [ -d ${STAGING_DATADIR_NATIVE}/aclocal ]; then 98 cp-noerror ${STAGING_DATADIR_NATIVE}/aclocal/ ${ACLOCALDIR}/ 100 …if [ -d ${STAGING_DATADIR}/aclocal -a "${STAGING_DATADIR_NATIVE}/aclocal" != "${STAGING_DATADIR}/a… 101 cp-noerror ${STAGING_DATADIR}/aclocal/ ${ACLOCALDIR}/ 103 …ACLOCAL="aclocal --system-acdir=${ACLOCALDIR}/" autoreconf -Wcross --verbose --install --force ${E…
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/diffstat/diffstat/ |
| H A D | avoid-check-user-break-cc.patch | 17 aclocal.m4 | 2 +- 20 diff --git a/aclocal.m4 b/aclocal.m4 22 --- a/aclocal.m4 23 +++ b/aclocal.m4
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs/ |
| H A D | cross.patch | 6 aclocal.m4 | 2 ++ 10 diff --git a/aclocal.m4 b/aclocal.m4 12 --- a/aclocal.m4 13 +++ b/aclocal.m4
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/gettext/ |
| H A D | gettext-minimal-native_0.21.bb | 6 SRC_URI = "file://aclocal/ \ 24 install -d ${D}${datadir}/aclocal/ 25 cp ${WORKDIR}/aclocal/*.m4 ${D}${datadir}/aclocal/
|
| /OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-imx/ |
| H A D | 0005-xf86-video-imxfb-fix-m4-hardcodded-paths.patch | 6 * Fix m4 macros lookup location; remove /usr/share/aclocal path 23 -ACLOCAL_AMFLAGS = -I /usr/share/aclocal 33 -ACLOCAL_AMFLAGS = -I /usr/share/aclocal 46 -AC_CONFIG_MACRO_DIR([/usr/share/aclocal])
|
| /OK3568_Linux_fs/external/xserver/m4/ |
| H A D | lt~obsolete.m4 | 1 # lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*- 13 # These exist entirely to fool aclocal when bootstrapping libtool. 19 # The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN 20 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us 26 # included after everything else. This provides aclocal with the 29 # We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6. 36 # This is to help aclocal find these macros, as it can't see m4_define.
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | autotools.bbclass | 142 ACLOCALDIR = "${STAGING_DATADIR}/aclocal" 144 ACLOCALEXTRAPATH:class-target = " -I ${STAGING_DATADIR_NATIVE}/aclocal/" 145 ACLOCALEXTRAPATH:class-nativesdk = " -I ${STAGING_DATADIR_NATIVE}/aclocal/" 175 ACLOCAL="aclocal --system-acdir=${ACLOCALDIR}/" 178 …`find ${AUTOTOOLS_SCRIPT_PATH} -ignore_readdir_race -maxdepth 2 -name \*.m4|grep -v 'aclocal.m4'| \ 189 if [ -d ${STAGING_DATADIR_NATIVE}/aclocal-$AUTOV ]; then 190 ACLOCAL="$ACLOCAL --automake-acdir=${STAGING_DATADIR_NATIVE}/aclocal-$AUTOV" 192 # autoreconf is too shy to overwrite aclocal.m4 if it doesn't look 194 # by hand, unless the package specifically asked not to run aclocal. 195 if ! echo ${EXTRA_AUTORECONF} | grep -q "aclocal"; then [all …]
|
| /OK3568_Linux_fs/buildroot/package/automake/ |
| H A D | automake.mk | 16 ACLOCAL_HOST_DIR = $(HOST_DIR)/share/aclocal 35 ACLOCAL_DIR = $(STAGING_DIR)/usr/share/aclocal 36 ACLOCAL = $(HOST_DIR)/bin/aclocal
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/help2man/ |
| H A D | help2man_1.49.1.bb | 13 # This is a hand-maintained aclocal.m4 but our autotools class currently deletes 14 # aclocal.m4. 15 EXTRA_AUTORECONF += "--exclude=aclocal"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/libtool/ |
| H A D | libtool-cross_2.4.7.bb | 13 rm -f ${STAGING_DATADIR}/aclocal/libtool.m4 14 rm -f ${STAGING_DATADIR}/aclocal/lt*.m4 37 install -d ${D}${target_datadir}/aclocal/ 45 install -c -m 0644 ${S}/m4/*.m4 ${D}${target_datadir}/aclocal/
|
| H A D | libtool-native_2.4.7.bb | 12 rm -f ${STAGING_DATADIR}/aclocal/libtool.m4 13 rm -f ${STAGING_DATADIR}/aclocal/lt*.m4
|
| H A D | nativesdk-libtool_2.4.7.bb | 15 rm -f ${STAGING_DATADIR}/aclocal/libtool.m4 16 rm -f ${STAGING_DATADIR}/aclocal/lt*.m4
|
| /OK3568_Linux_fs/buildroot/package/erlang/ |
| H A D | 0001-erts-ethread-instruct-libatomic_ops-we-do-require-CA.patch | 46 diff --git a/erts/aclocal.m4 b/erts/aclocal.m4 48 --- a/erts/aclocal.m4 49 +++ b/erts/aclocal.m4
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/wayland/ |
| H A D | wayland_1.20.0.bb | 39 -i ${D}/${datadir}/aclocal/wayland-scanner.m4 52 rm ${SYSROOT_DESTDIR}/${datadir}/aclocal/wayland-scanner.m4 53 cp ${STAGING_DATADIR_NATIVE}/aclocal/wayland-scanner.m4 ${SYSROOT_DESTDIR}/${datadir}/aclocal/
|
| /OK3568_Linux_fs/buildroot/package/scrub/ |
| H A D | 0001-configure-ac-make-sure-m4-macros-are-included-in-the-build.patch | 10 …aclocal -I /work/build/scrub/host/usr/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/share/aclocal"… 14 libtoolize: and rerunning libtoolize and aclocal.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-xfce/recipes-xfce/xfce4-dev-tools/ |
| H A D | xfce4-dev-tools_4.16.0.bb | 19 install -d ${D}${datadir}/aclocal 20 install -m 644 ${S}/m4macros/*.m4 ${D}${datadir}/aclocal/
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/gphoto2/libgphoto2/ |
| H A D | 0001-configure.ac-remove-AM_PO_SUBDIRS.patch | 11 …aclocal --system-acdir=/home/Superandy/tmp/oe-core-eglibc/work/armv7a-vfp-neon-angstrom-linux-gnue…
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | missing | 111 aclocal|automake) 156 aclocal*)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-gnome/gnome-doc-utils-stub/ |
| H A D | gnome-doc-utils-stub_1.0.bb | 13 install -d ${D}${datadir}/aclocal/ 14 install ${WORKDIR}/gnome-doc-utils.m4 ${D}${datadir}/aclocal/
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/gperf/ |
| H A D | gperf_3.1.bb | 16 # The nested configures don't find the parent aclocal.m4 out of the box, so tell 18 EXTRA_AUTORECONF += " -I ${S} --exclude=aclocal"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/automake/ |
| H A D | automake.inc | 15 touch ${S}/aclocal.m4 ${S}/Makefile.in ${S}/configure 21 FILES:${PN} += "${datadir}/automake* ${datadir}/aclocal*"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/rest/ |
| H A D | rest_0.8.1.bb | 26 # rest expects introspection.m4 at custom location (see aclocal.m4). 27 cp -f ${STAGING_DIR_TARGET}/${datadir}/aclocal/introspection.m4 ${S}/build
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rsync/files/ |
| H A D | makefile-no-rebuild.patch | 24 -aclocal.m4: $(srcdir)/m4/*.m4 25 - aclocal -I $(srcdir)/m4 27 -configure.sh config.h.in: configure.ac aclocal.m4
|