Searched full:automake (Results 1 – 25 of 815) sorted by relevance
12345678910>>...33
/third_party/libsnd/ |
D | autogen.sh | 42 # do we need automake? 50 printf "checking for automake ... " 51 AUTOMAKE=automake 53 if ($AUTOMAKE --version < /dev/null > /dev/null 2>&1); then 57 AUTOMAKE= 60 printf "checking for automake $AM_NEEDED or later ... " 63 for am in automake-$AM_NEEDED automake$AM_NEEDED \ 64 automake automake-1.7 automake-1.8 automake-1.9 automake-1.10; do 70 AUTOMAKE=$am 71 echo $AUTOMAKE [all …]
|
/third_party/gettext/gettext-tools/examples/hello-c++-kde/admin/ |
D | detect-autoconf.sh | 7 AUTOMAKE="automake" 55 if test -x "`$WHICH automake-1.6`" ; then 56 AUTOMAKE="`$WHICH automake-1.6`" 58 elif test -x "`$WHICH automake-1.7`" ; then 59 AUTOMAKE="`$WHICH automake-1.7`" 63 AUTOMAKE="$UNSERMAKE" 81 export WHICH AUTOHEADER AUTOCONF AUTOM4TE AUTOMAKE ACLOCAL
|
/third_party/mesa3d/docs/relnotes/ |
D | 13.0.5.rst | 78 - i965: automake: correctly set MKDIR_GEN 79 - freedreno: automake: correctly set MKDIR_GEN 80 - i965: automake: include builddir prior to srcdir 81 - i915: automake: include builddir prior to srcdir 82 - egl: automake: include builddir prior to srcdir 83 - clover: automake: include builddir prior to srcdir 84 - st/dri: automake: include builddir prior to srcdir 85 - d3dadapter9: automake: include builddir prior to srcdir 86 - glx: automake: include builddir prior to srcdir 87 - glx/apple: automake: include builddir prior to srcdir [all …]
|
/third_party/gettext/libtextstyle/doc/ |
D | Makefile.am | 17 ## Process this file with automake to produce Makefile.in. 26 # see <https://lists.gnu.org/archive/html/bug-automake/2009-04/msg00029.html>. 36 # The dependencies of stamp-vti generated by automake are incomplete. 38 # by automake. 64 # Override of automake's definition. The HTML files we want to distribute are 65 # not the ones that automake knows about, and we cannot define HTMLS to a value 72 # CLEANFILES: libtextstyle.{dvi,ps,pdf,html} are already known to automake. 78 # Override of automake's definition: 82 # The install-dvi target is already defined by automake. 93 # Override of automake's definition: [all …]
|
/third_party/gettext/gettext-tools/tests/ |
D | autopoint-3 | 4 # Test the autopoint program, with Automake. 19 : ${AUTOMAKE=automake} 20 ${AUTOMAKE} --version >/dev/null 2>/dev/null \ 21 || { echo "Skipping test: automake not found"; Exit 77; } 37 ${AUTOMAKE} --add-missing >/dev/null 2>/dev/null \ 38 || { echo "Skipping test: automake version too old"; Exit 77; } 70 # Makefile configuration - processed by automake. 117 # If ltmain.sh is not present, some installations of Automake fail with an 121 ${AUTOMAKE} -a -c >/dev/null 2>autopoint.err
|
/third_party/libuv/ |
D | autogen.sh | 25 AUTOMAKE=${AUTOMAKE:-automake} 28 automake_version=`"$AUTOMAKE" --version | head -n 1 | sed 's/[^.0-9]//g'` 40 > m4/libuv-extra-automake-flags.m4 46 "$AUTOMAKE" --add-missing --copy
|
/third_party/curl/m4/ |
D | xc-am-iface.m4 | 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 42 ## Start of automake initialization code ## 51 ## End of automake initialization code ## 62 dnl This macro embeds automake machinery into configure 63 dnl script regardless of automake version used in order [all …]
|
/third_party/node/deps/cares/m4/ |
D | xc-am-iface.m4 | 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 42 ## Start of automake initialization code ## 51 ## End of automake initialization code ## 62 dnl This macro embeds automake machinery into configure 63 dnl script regardless of automake version used in order [all …]
|
/third_party/gettext/gettext-tools/doc/ |
D | Makefile.am | 18 ## Process this file with automake to produce Makefile.in. 120 # The dependencies of stamp-vti generated by automake are incomplete. 122 # by automake. 150 # Override of automake's definition. The HTML files we want to distribute are 151 # not the ones that automake knows about, and we cannot define HTMLS to a value 158 # CLEANFILES: gettext.{dvi,ps,pdf,html} are already known to automake. 164 # Override of automake's definition: 168 # The install-dvi target is already defined by automake. 176 # Temporary index files. automake removes only the predefined ones by itself. 192 # Override of automake's definition: [all …]
|
/third_party/alsa-utils/.github/workflows/ |
D | build.yml | 25 libtoolize --force --copy --automake 28 automake --foreign --copy --add-missing 68 automake --foreign --copy --add-missing 124 … apt-get install -y git build-essential pkg-config m4 autoconf automake libtool gettext ncurses-dev 133 libtoolize --force --copy --automake 136 automake --foreign --copy --add-missing 157 automake --foreign --copy --add-missing
|
/third_party/skia/third_party/externals/libpng/ |
D | missing | 41 # Back-compat with the calling convention used by older automake. 57 aclocal autoconf autoheader autom4te automake makeinfo 63 Send bug reports to <bug-automake@gnu.org>." 68 echo "missing $scriptversion (GNU Automake)" 111 aclocal|automake) 112 echo "The '$1' program is part of the GNU Automake package:" 113 echo "<$gnu_software_URL/automake>" 151 automake*) 154 program_details 'automake'
|
/third_party/skia/third_party/externals/microhttpd/ |
D | missing | 41 # Back-compat with the calling convention used by older automake. 57 aclocal autoconf autoheader autom4te automake makeinfo 63 Send bug reports to <bug-automake@gnu.org>." 68 echo "missing $scriptversion (GNU Automake)" 111 aclocal|automake) 112 echo "The '$1' program is part of the GNU Automake package:" 113 echo "<$gnu_software_URL/automake>" 151 automake*) 154 program_details 'automake'
|
/third_party/elfio/ |
D | missing | 41 # Back-compat with the calling convention used by older automake. 57 aclocal autoconf autoheader autom4te automake makeinfo 63 Send bug reports to <bug-automake@gnu.org>." 68 echo "missing $scriptversion (GNU Automake)" 111 aclocal|automake) 112 echo "The '$1' program is part of the GNU Automake package:" 113 echo "<$gnu_software_URL/automake>" 151 automake*) 154 program_details 'automake'
|
/third_party/wayland_standard/ |
D | missing | 41 # Back-compat with the calling convention used by older automake. 57 aclocal autoconf autoheader autom4te automake makeinfo 63 Send bug reports to <bug-automake@gnu.org>." 68 echo "missing $scriptversion (GNU Automake)" 111 aclocal|automake) 112 echo "The '$1' program is part of the GNU Automake package:" 113 echo "<$gnu_software_URL/automake>" 151 automake*) 154 program_details 'automake'
|
/third_party/wayland-protocols_standard/ |
D | missing | 41 # Back-compat with the calling convention used by older automake. 57 aclocal autoconf autoheader autom4te automake makeinfo 63 Send bug reports to <bug-automake@gnu.org>." 68 echo "missing $scriptversion (GNU Automake)" 111 aclocal|automake) 112 echo "The '$1' program is part of the GNU Automake package:" 113 echo "<$gnu_software_URL/automake>" 151 automake*) 154 program_details 'automake'
|
/third_party/node/deps/cares/ |
D | missing | 41 # Back-compat with the calling convention used by older automake. 57 aclocal autoconf autoheader autom4te automake makeinfo 63 Send bug reports to <bug-automake@gnu.org>." 68 echo "missing $scriptversion (GNU Automake)" 111 aclocal|automake) 112 echo "The '$1' program is part of the GNU Automake package:" 113 echo "<$gnu_software_URL/automake>" 151 automake*) 154 program_details 'automake'
|
/third_party/libffi/ |
D | missing | 41 # Back-compat with the calling convention used by older automake. 57 aclocal autoconf autoheader autom4te automake makeinfo 63 Send bug reports to <bug-automake@gnu.org>." 68 echo "missing $scriptversion (GNU Automake)" 111 aclocal|automake) 112 echo "The '$1' program is part of the GNU Automake package:" 113 echo "<$gnu_software_URL/automake>" 151 automake*) 154 program_details 'automake'
|
/third_party/eudev/ |
D | missing | 41 # Back-compat with the calling convention used by older automake. 57 aclocal autoconf autoheader autom4te automake makeinfo 63 Send bug reports to <bug-automake@gnu.org>." 68 echo "missing $scriptversion (GNU Automake)" 111 aclocal|automake) 112 echo "The '$1' program is part of the GNU Automake package:" 113 echo "<$gnu_software_URL/automake>" 151 automake*) 154 program_details 'automake'
|
/third_party/libevdev/build-aux/ |
D | missing | 41 # Back-compat with the calling convention used by older automake. 57 aclocal autoconf autoheader autom4te automake makeinfo 63 Send bug reports to <bug-automake@gnu.org>." 68 echo "missing $scriptversion (GNU Automake)" 111 aclocal|automake) 112 echo "The '$1' program is part of the GNU Automake package:" 113 echo "<$gnu_software_URL/automake>" 151 automake*) 154 program_details 'automake'
|
/third_party/libpng/ |
D | missing | 41 # Back-compat with the calling convention used by older automake. 57 aclocal autoconf autoheader autom4te automake makeinfo 63 Send bug reports to <bug-automake@gnu.org>." 68 echo "missing $scriptversion (GNU Automake)" 111 aclocal|automake) 112 echo "The '$1' program is part of the GNU Automake package:" 113 echo "<$gnu_software_URL/automake>" 151 automake*) 154 program_details 'automake'
|
/third_party/ltp/testcases/realtime/ |
D | Makefile | 29 AUTOMAKE ?= automake macro 51 .PHONY: autotools aclocal autoconf autoheader automake 52 autotools: aclocal autoconf autoheader automake 75 automake: $(AUTOMAKE_FILES) target 78 $(AUTOMAKE) -c -a
|
/third_party/gettext/gettext-runtime/libasprintf/ |
D | Makefile.am | 17 ## Process this file with automake to produce Makefile.in. 129 # see <https://lists.gnu.org/archive/html/bug-automake/2009-04/msg00029.html>. 149 # CLEANFILES: autosprintf.{dvi,ps,pdf,html} are already known to automake. 154 # The install-dvi target is already defined by automake. 162 # Temporary index files. automake removes only the predefined ones by itself. 168 # Override of automake's definition: 175 # The install-ps target is already defined by automake. 186 # The install-pdf target is already defined by automake. 203 # Override of automake's definition. 209 # The install-html target is already defined by automake.
|
/third_party/ltp/include/mk/ |
D | automake.mk | 27 AUTOMAKE ?= automake 39 autotools: aclocal autoconf autoheader automake $(addsuffix /configure,$(AUTOCONFED_SUBDIRS)) 63 .PHONY: automake 65 automake: aclocal $(AUTOMAKE_FILES) 68 $(AUTOMAKE) -c -a
|
/third_party/alsa-lib/.github/workflows/ |
D | build.yml | 29 libtoolize --force --copy --automake 32 automake --foreign --copy --add-missing 83 apt-get install -y git build-essential m4 autoconf automake libtool 86 libtoolize --force --copy --automake 89 automake --foreign --copy --add-missing
|
/third_party/flutter/skia/third_party/externals/harfbuzz/ |
D | BUILD.md | 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