Home
last modified time | relevance | path

Searched +full:- +full:- +full:automake (Results 1 – 25 of 557) sorted by relevance

12345678910>>...23

/third_party/mesa3d/docs/relnotes/
D13.0.5.rst15 ----------------
19 7e45e3812078726eabca6d9384364bf035a3c4279024ec9090dd1b19a8989926 mesa-13.0.5.tar.gz
20 bfcea7e2c801525a60895c8aff11aa68457ee9aa35d01a4638e1f310a3f5ef87 mesa-13.0.5.tar.xz
23 ------------
28 ---------
30 - `Bug 98329 <https://bugs.freedesktop.org/show_bug.cgi?id=98329>`__ -
32 dEQP-EGL.functional.image.render_multiple_contexts.gles2_renderbuffer_depth16_depth_buffer
33 - `Bug 98421 <https://bugs.freedesktop.org/show_bug.cgi?id=98421>`__ -
35 - `Bug 98526 <https://bugs.freedesktop.org/show_bug.cgi?id=98526>`__ -
36 glsl/tests/general-ir-test regression
[all …]
/third_party/cups-filters/
Dautogen.sh7 test -z "$srcdir" && srcdir=.
12 aclocal --version > /dev/null 2> /dev/null || {
17 automake --version > /dev/null 2> /dev/null || {
18 echo "error: automake not found"
22 autopoint --version > /dev/null 2> /dev/null || {
27 gettext --version > /dev/null 2> /dev/null || {
41 echo "$0: need libtoolize tool to build cups-filters" >&2
45 amcheck=`automake --version | grep 'automake (GNU automake) 1.5'`
46 if test "x$amcheck" = "xautomake (GNU automake) 1.5"; then
47 echo "warning: you appear to be using automake 1.5"
[all …]
/third_party/curl/m4/
Dxc-am-iface.m41 #---------------------------------------------------------------------------
3 # xc-am-iface.m4
19 # SPDX-License-Identifier: ISC
21 #---------------------------------------------------------------------------
27 dnl -------------------------------------------------
30 dnl This macro performs embedding of automake initialization
31 dnl code into configure script. When automake version 1.14 or
33 dnl results in 'subdir-objects' automake option being used.
34 dnl When using automake versions older than 1.14 this option
37 dnl Existence of automake _AM_PROG_CC_C_O m4 private macro
[all …]
/third_party/libuv/
Dautogen.sh17 set -eu
20 if [ "${1:-dev}" = "release" ]; then
26 if [ "${LIBTOOLIZE:-}" = "" ] && [ "`uname`" = "Darwin" ]; then
30 ACLOCAL=${ACLOCAL:-aclocal}
31 AUTOCONF=${AUTOCONF:-autoconf}
32 AUTOMAKE=${AUTOMAKE:-automake}
33 LIBTOOLIZE=${LIBTOOLIZE:-libtoolize}
35 aclocal_version=`"$ACLOCAL" --version | head -n 1 | sed 's/[^.0-9]//g'`
36 autoconf_version=`"$AUTOCONF" --version | head -n 1 | sed 's/[^.0-9]//g'`
37 automake_version=`"$AUTOMAKE" --version | head -n 1 | sed 's/[^.0-9]//g'`
[all …]
/third_party/alsa-utils/.github/workflows/
Dbuild.yml1 name: Build alsa-utils
7 runs-on: ubuntu-latest
11 - name: Prepare environment
13 dnf -y upgrade
14 dnf -y install @development-tools libtool bzip2 gettext-devel ncurses-devel
16 - name: Checkout alsa-lib
19 repository: alsa-project/alsa-lib
21 path: alsa-lib
22 - name: Configure alsa-lib
24 cd alsa-lib
[all …]
/third_party/libedit/
Dmissing4 scriptversion=2024-06-07.14; # UTC
6 # shellcheck disable=SC2006,SC2268 # we must support pre-POSIX shells
8 # Copyright (C) 1996-2024 Free Software Foundation, Inc.
29 if test $# -eq 0; then
30 echo 1>&2 "Try '$0 --help' for more information"
36 --is-lightweight)
42 --run)
43 # Back-compat with the calling convention used by older automake.
47 -h|--h|--he|--hel|--help)
55 -h, --help display this help and exit
[all …]
Dcompile2 # Wrapper for compilers which do not understand '-c -o'.
4 scriptversion=2024-06-19.01; # UTC
6 # Copyright (C) 1999-2024 Free Software Foundation, Inc.
27 # This file is maintained in Automake, please report
28 # bugs to <bug-automake@gnu.org> or send patches to
29 # <automake-patches@gnu.org>.
50 if test -z "$file_conv"; then
52 case `uname -s` in
68 file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
71 file=`cygpath -m "$file" || echo "$file"`
[all …]
/third_party/curl/
Dmissing4 scriptversion=2018-03-07.03; # UTC
6 # Copyright (C) 1996-2021 Free Software Foundation, Inc.
27 if test $# -eq 0; then
28 echo 1>&2 "Try '$0 --help' for more information"
34 --is-lightweight)
40 --run)
41 # Back-compat with the calling convention used by older automake.
45 -h|--h|--he|--hel|--help)
53 -h, --help display this help and exit
54 -v, --version output version information and exit
[all …]
Dtest-driver2 # test-driver - basic testsuite driver script.
4 scriptversion=2018-03-07.03; # UTC
6 # Copyright (C) 2011-2021 Free Software Foundation, Inc.
26 # This file is maintained in Automake, please report
27 # bugs to <bug-automake@gnu.org> or send patches to
28 # <automake-patches@gnu.org>.
31 # helps a lot in preventing typo-related bugs.
32 set -u
45 test-driver --test-name NAME --log-file PATH --trs-file PATH
46 [--expect-failure {yes|no}] [--color-tests {yes|no}]
[all …]
Daclocal.m41 # generated automatically by aclocal 1.16.5 -*- Autoconf -*-
3 # Copyright (C) 1996-2021 Free Software Foundation, Inc.
23 # Copyright (C) 2002-2021 Free Software Foundation, Inc.
30 # ----------------------------
31 # Automake X.Y traces this macro to ensure aclocal.m4 has been
32 # generated from the m4 files accompanying Automake X.Y.
43 # -----------------------------
50 # -------------------------------
59 # AM_AUX_DIR_EXPAND -*- Autoconf -*-
61 # Copyright (C) 2001-2021 Free Software Foundation, Inc.
[all …]
/third_party/lame/
Dmissing4 scriptversion=2018-03-07.03; # UTC
6 # Copyright (C) 1996-2020 Free Software Foundation, Inc.
27 if test $# -eq 0; then
28 echo 1>&2 "Try '$0 --help' for more information"
34 --is-lightweight)
40 --run)
41 # Back-compat with the calling convention used by older automake.
45 -h|--h|--he|--hel|--help)
53 -h, --help display this help and exit
54 -v, --version output version information and exit
[all …]
/third_party/skia/third_party/externals/libpng/
Dmissing4 scriptversion=2018-03-07.03; # UTC
6 # Copyright (C) 1996-2018 Free Software Foundation, Inc.
27 if test $# -eq 0; then
28 echo 1>&2 "Try '$0 --help' for more information"
34 --is-lightweight)
40 --run)
41 # Back-compat with the calling convention used by older automake.
45 -h|--h|--he|--hel|--help)
53 -h, --help display this help and exit
54 -v, --version output version information and exit
[all …]
/third_party/skia/m133/third_party/externals/libpng/
Dmissing4 scriptversion=2018-03-07.03; # UTC
6 # Copyright (C) 1996-2021 Free Software Foundation, Inc.
27 if test $# -eq 0; then
28 echo 1>&2 "Try '$0 --help' for more information"
34 --is-lightweight)
40 --run)
41 # Back-compat with the calling convention used by older automake.
45 -h|--h|--he|--hel|--help)
53 -h, --help display this help and exit
54 -v, --version output version information and exit
[all …]
Dtest-driver2 # test-driver - basic testsuite driver script.
4 scriptversion=2018-03-07.03; # UTC
6 # Copyright (C) 2011-2021 Free Software Foundation, Inc.
26 # This file is maintained in Automake, please report
27 # bugs to <bug-automake@gnu.org> or send patches to
28 # <automake-patches@gnu.org>.
31 # helps a lot in preventing typo-related bugs.
32 set -u
45 test-driver --test-name NAME --log-file PATH --trs-file PATH
46 [--expect-failure {yes|no}] [--color-tests {yes|no}]
[all …]
Daclocal.m41 # generated automatically by aclocal 1.16.5 -*- Autoconf -*-
3 # Copyright (C) 1996-2021 Free Software Foundation, Inc.
23 # Copyright (C) 2002-2021 Free Software Foundation, Inc.
30 # ----------------------------
31 # Automake X.Y traces this macro to ensure aclocal.m4 has been
32 # generated from the m4 files accompanying Automake X.Y.
43 # -----------------------------
50 # -------------------------------
59 # Figure out how to run the assembler. -*- Autoconf -*-
61 # Copyright (C) 2001-2021 Free Software Foundation, Inc.
[all …]
/third_party/skia/third_party/externals/microhttpd/
Dmissing4 scriptversion=2013-10-28.13; # UTC
6 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
27 if test $# -eq 0; then
28 echo 1>&2 "Try '$0 --help' for more information"
34 --is-lightweight)
40 --run)
41 # Back-compat with the calling convention used by older automake.
45 -h|--h|--he|--hel|--help)
53 -h, --help display this help and exit
54 -v, --version output version information and exit
[all …]
/third_party/libevdev/build-aux/
Dmissing4 scriptversion=2018-03-07.03; # UTC
6 # Copyright (C) 1996-2021 Free Software Foundation, Inc.
27 if test $# -eq 0; then
28 echo 1>&2 "Try '$0 --help' for more information"
34 --is-lightweight)
40 --run)
41 # Back-compat with the calling convention used by older automake.
45 -h|--h|--he|--hel|--help)
53 -h, --help display this help and exit
54 -v, --version output version information and exit
[all …]
Dtest-driver2 # test-driver - basic testsuite driver script.
4 scriptversion=2018-03-07.03; # UTC
6 # Copyright (C) 2011-2021 Free Software Foundation, Inc.
26 # This file is maintained in Automake, please report
27 # bugs to <bug-automake@gnu.org> or send patches to
28 # <automake-patches@gnu.org>.
31 # helps a lot in preventing typo-related bugs.
32 set -u
45 test-driver --test-name NAME --log-file PATH --trs-file PATH
46 [--expect-failure {yes|no}] [--color-tests {yes|no}]
[all …]
/third_party/ltp/testcases/realtime/
DMakefile18 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
25 # Override these variables to use non-system available tools.
29 AUTOMAKE ?= automake macro
34 # NOTE (garrcoop): this criterium should be in-sync with include/mk/env_pre.mk
35 # (minus help as that's only invoked in the top-level Makefile).
49 AUTOMAKE_FILES := config.guess config.sub install-sh missing stamp-h1
51 .PHONY: autotools aclocal autoconf autoheader automake
52 autotools: aclocal autoconf autoheader automake
54 .PHONY: ac-clean ac-distclean ac-maintainer-clean
55 ac-clean::
[all …]
/third_party/alsa-lib/.github/workflows/
Dbuild.yml1 name: Build alsa-lib
7 runs-on: ubuntu-latest
11 - name: Prepare environment
13 dnf -y upgrade
14 dnf -y install @development-tools libtool bzip2
15 - name: Checkout
18 fetch-depth: 0
19 - name: Safe git directory
21 git config --global --add safe.directory "$GITHUB_WORKSPACE"
22 - name: Modify version
[all …]
/third_party/ltp/include/mk/
Dautomake.mk18 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
23 # Override these variables to use non-system available tools.
27 AUTOMAKE ?= automake
37 $(MAKE) -C $(@D) autotools
41 $(MAKE) -C $(@D) autotools
44 autotools: aclocal autoconf autoheader automake $(addsuffix /configure,$(AUTOCONFED_SUBDIRS))
49 aclocal.m4: $(wildcard m4/*.m4) m4/ltp-version.m4
50 $(ACLOCAL) -I m4
59 autoheader: configure.ac $(wildcard m4/*.m4) m4/ltp-version.m4 aclocal.m4
63 mkdir -p "$@"
[all …]
/third_party/alsa-lib/
Dohos_build_config.sh3 set -e
11 args="--disable-aload --prefix=$prefix --libdir=$libdir --with-configdir=$configdir"
16 libtoolize --force --copy --automake
19 automake --foreign --copy --add-missing
20 touch depcomp # seems to be missing for old automake
24 cd -
/third_party/alsa-utils/
Dgitcompile3 if test -d ../alsa-lib/utils && ! test -r `aclocal --print-ac-dir`/alsa.m4; then
4 alsa_m4_flags="-I ../alsa-lib/utils"
10 gettextize -c -f --no-changelog
15 libtoolize --force --copy --automake
18 automake --foreign --copy --add-missing
19 touch depcomp # for older automake
21 export CFLAGS='-O2 -Wall -W -Wunused-const-variable=0 -pipe -g'
26 if [ -z "$GITCOMPILE_NO_MAKE" ]; then
DINSTALL6 ------------
17 ------------
24 If ./configure command complain that alsa-lib package isn't installed,
25 please, check if --prefix option is same for alsa-lib and alsa-utils
26 package. The configure script from alsa-utils package probably cannot find
31 ---------------------------
33 You need also GNU packages autoconf and automake installed in your system
34 to compile git sources of alsa-utils package.
41 automake --foreign --copy --add-missing
51 ./gitcompile --prefix="$PWD/build" \
[all …]
/third_party/cares/
Daclocal.m41 # generated automatically by aclocal 1.16.5 -*- Autoconf -*-
3 # Copyright (C) 1996-2021 Free Software Foundation, Inc.
23 # Copyright (C) 2002-2021 Free Software Foundation, Inc.
30 # ----------------------------
31 # Automake X.Y traces this macro to ensure aclocal.m4 has been
32 # generated from the m4 files accompanying Automake X.Y.
43 # -----------------------------
50 # -------------------------------
59 # AM_AUX_DIR_EXPAND -*- Autoconf -*-
61 # Copyright (C) 2001-2021 Free Software Foundation, Inc.
[all …]

12345678910>>...23