Home
last modified time | relevance | path

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

12345678910>>...33

/third_party/libsnd/
Dautogen.sh9 test -z "$srcdir" && srcdir=.
16 (autogen --version) < /dev/null > /dev/null 2>&1 || {
28 (autoconf --version) < /dev/null > /dev/null 2>&1 || {
38 VERSIONGREP="sed -e s/.*[^0-9\.]\([0-9][0-9]*\.[0-9][0-9]*\).*/\1/"
39 VERSIONMKMAJ="sed -e s/\([0-9][0-9]*\)[^0-9].*/\\1/"
40 VERSIONMKMIN="sed -e s/.*[0-9][0-9]*\.//"
42 # do we need automake?
43 if test -r Makefile.am; then
49 if test -z $AM_NEEDED; then
50 printf "checking for automake ... "
[all …]
/third_party/gettext/gettext-tools/examples/hello-c++-kde/admin/
Ddetect-autoconf.sh7 AUTOMAKE="automake"
16 if test -x "`$WHICH autoconf-2.5x`" ; then
17 AUTOCONF="`$WHICH autoconf-2.5x`"
18 elif test -x "`$WHICH autoconf-2.54`" ; then
19 AUTOCONF="`$WHICH autoconf-2.54`"
20 elif test -x "`$WHICH autoconf-2.53`" ; then
21 AUTOCONF="`$WHICH autoconf-2.53`"
22 elif test -x "`$WHICH autoconf-2.53a`" ; then
23 AUTOCONF="`$WHICH autoconf-2.53a`"
24 elif test -x "`$WHICH autoconf-2.52`" ; then
[all …]
/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/gettext/libtextstyle/doc/
DMakefile.am2 ## Copyright (C) 2009, 2011, 2014, 2017-2019 Free Software Foundation, Inc.
17 ## Process this file with automake to produce Makefile.in.
23 # List of -I options referring to directories that contain texinfo sources
25 # Should contain at least one -I option, to work around a bug in texi2dvi 1.13,
26 # see <https://lists.gnu.org/archive/html/bug-automake/2009-04/msg00029.html>.
27 TEXINCLUDES = -I .
30 MAKEINFOFLAGS = $(TEXINCLUDES) --no-split
36 # The dependencies of stamp-vti generated by automake are incomplete.
38 # by automake.
39 $(srcdir)/stamp-vti: $(info_TEXINFOS) $(libtextstyle_TEXINFOS) $(top_srcdir)/version.sh
[all …]
/third_party/gettext/gettext-tools/tests/
Dautopoint-34 # Test the autopoint program, with Automake.
7 ${AUTOCONF} --version >/dev/null 2>/dev/null \
17 rm -f configure.ac
19 : ${AUTOMAKE=automake}
20 ${AUTOMAKE} --version >/dev/null 2>/dev/null \
21 || { echo "Skipping test: automake not found"; Exit 77; }
25 AC_INIT([foo], [0.0], [bug-gnu-gettext@gnu.org])
37 ${AUTOMAKE} --add-missing >/dev/null 2>/dev/null \
38 || { echo "Skipping test: automake version too old"; Exit 77; }
40 rm -f configure.ac Makefile.am
[all …]
/third_party/libuv/
Dautogen.sh23 ACLOCAL=${ACLOCAL:-aclocal}
24 AUTOCONF=${AUTOCONF:-autoconf}
25 AUTOMAKE=${AUTOMAKE:-automake}
26 LIBTOOLIZE=${LIBTOOLIZE:-libtoolize}
28 automake_version=`"$AUTOMAKE" --version | head -n 1 | sed 's/[^.0-9]//g'`
29 automake_version_major=`echo "$automake_version" | cut -d. -f1`
30 automake_version_minor=`echo "$automake_version" | cut -d. -f2`
33 if test "$automake_version_major" -gt 1 || \
34 test "$automake_version_major" -eq 1 && \
35 test "$automake_version_minor" -gt 11; then
[all …]
/third_party/curl/m4/
Dxc-am-iface.m41 #---------------------------------------------------------------------------
3 # xc-am-iface.m4
5 # Copyright (c) 2013 - 2020 Daniel Stenberg <daniel@haxx.se>
19 #---------------------------------------------------------------------------
25 dnl -------------------------------------------------
28 dnl This macro performs embedding of automake initialization
29 dnl code into configure script. When automake version 1.14 or
31 dnl results in 'subdir-objects' automake option being used.
32 dnl When using automake versions older than 1.14 this option
35 dnl Existence of automake _AM_PROG_CC_C_O m4 private macro
[all …]
/third_party/node/deps/cares/m4/
Dxc-am-iface.m41 #---------------------------------------------------------------------------
3 # xc-am-iface.m4
19 #---------------------------------------------------------------------------
25 dnl -------------------------------------------------
28 dnl This macro performs embedding of automake initialization
29 dnl code into configure script. When automake version 1.14 or
31 dnl results in 'subdir-objects' automake option being used.
32 dnl When using automake versions older than 1.14 this option
35 dnl Existence of automake _AM_PROG_CC_C_O m4 private macro
36 dnl is used to differentiate automake version 1.14 from older
[all …]
/third_party/gettext/gettext-tools/doc/
DMakefile.am1 ## Makefile for the gettext-tools/doc subdirectory of GNU gettext
2 ## Copyright (C) 1995-1997, 2001-2007, 2009, 2013-2015, 2018-2020 Free
18 ## Process this file with automake to produce Makefile.in.
24 GNUMAKEFLAGS = -j1
29 # List of -I options referring to directories that contain texinfo
31 TEXINCLUDES = -I $(top_srcdir)/../gettext-runtime/doc
34 RM = rm -f
37 MAKEINFOFLAGS = $(TEXINCLUDES) --no-split
59 lang-c.texi \
60 lang-python.texi \
[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/eudev/
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/elfio/
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/wayland-protocols_standard/
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/node/deps/cares/
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 …]
/third_party/libffi/
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/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/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/libevdev/build-aux/
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/wayland_standard/
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/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/gettext/gettext-runtime/libasprintf/
DMakefile.am1 ## Makefile for the gettext-runtime/libasprintf subdirectory of GNU gettext
2 ## Copyright (C) 2002-2007, 2009-2011, 2013, 2016, 2018-2019 Free Software Foundation, Inc.
17 ## Process this file with automake to produce Makefile.in.
19 AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies
20 ACLOCAL_AMFLAGS = -I ../../m4 -I ../m4 -I gnulib-m4
25 RM = rm -f
27 DEFS = -DIN_LIBASPRINTF @DEFS@
32 # - these functions are useless for i18n purposes (not POSIX/XSI compliant),
33 # - they pull in a dependency to the libgcc_s_sjlj DLL (through the symbols
35 DEFS += -D__USE_MINGW_ANSI_STDIO=0
[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
36 $(MAKE) -C $(@D) autotools
39 autotools: aclocal autoconf autoheader automake $(addsuffix /configure,$(AUTOCONFED_SUBDIRS))
44 aclocal.m4: $(wildcard m4/*.m4) m4/ltp-version.m4
45 $(ACLOCAL) -I m4
54 autoheader: configure.ac $(wildcard m4/*.m4) m4/ltp-version.m4 aclocal.m4
58 mkdir -p "$@"
60 m4/ltp-version.m4: VERSION
[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
17 - name: Checkout all tags
19 git fetch --prune --unshallow
20 - name: Modify version
23 version=$(git describe | sed -e 's/v//')
[all …]
/third_party/flutter/skia/third_party/externals/harfbuzz/
DBUILD.md4 sudo apt-get install gcc g++ libfreetype6-dev libglib2.0-dev libcairo2-dev
8 sudo yum install gcc gcc-c++ freetype-devel glib2-devel cairo-devel
11 provided by Microsoft, for building HarfBuzz and other open-source libraries
26 library in `src/`, and a few utility programs including `hb-view` and `hb-shape`
30 run `autogen.sh` for the first time. Namely, `pkg-config` and `ragel`.
34 sudo apt-get install autoconf automake libtool pkg-config ragel gtk-doc-tools
38 sudo yum install autoconf automake libtool pkgconfig ragel gtk-doc
42 sudo port install autoconf automake libtool pkgconfig ragel gtk-doc
46 brew install autoconf automake libtool pkgconfig ragel gtk-doc

12345678910>>...33