Home
last modified time | relevance | path

Searched full:autogen (Results 1 – 25 of 166) sorted by relevance

1234567

/third_party/skia/third_party/externals/libpng/
Dautogen.sh12 # necessary to run autogen.sh because ./configure --enable-maintainer-mode says
38 echo "$0: usage: ./autogen.sh"
41 echo " ./autogen.sh generates the configure script and"
58 echo " You have run autogen.sh with --maintainer enabled and you"
211 echo "autogen.sh is intended only to generate 'configure' on systems"
221 echo "autogen.sh is unable to proceed. The full set of files is"
223 echo "not need to run autogen.sh if you use it."
DINSTALL37 If you downloaded a GIT clone, you will need to run ./autogen.sh before
50 up-to-date set of tools, running ./autogen.sh in a git clone before
58 ./autogen.sh --maintainer --clean
59 ./autogen.sh --maintainer
133 autogen.sh, config.guess, ltmain.sh, missing, libpng.pc.in,
/third_party/libcoap/
DBUILDING67 ./autogen.sh
72 ./autogen.sh will fail if there is a required package for buildling libcoap
73 that is missing. Install the missing package and try ./autogen.sh again.
82 by ./autogen.sh
120 ./autogen.sh
130 ./autogen.sh
140 ./autogen.sh
DDockerfile7 RUN ./autogen.sh --clean && ./autogen.sh
Dautogen.sh61 echo "[HINT] You can run 'autogen.sh --clean' to remove all generated files by the autotools."
114 echo "Please install the needed software packages and restart 'autogen.sh' again."
/third_party/pcre2/pcre2/.github/workflows/
Dbuild.yml13 - name: Autogen
14 run: ./autogen.sh
42 - name: Autogen
43 run: ./autogen.sh
/third_party/skia/third_party/externals/freetype/
D.gitlab-ci.yml84 ./autogen.sh
97 ./autogen.sh
110 ./autogen.sh
172 - ./autogen.sh
183 - ./autogen.sh
DREADME.git36 sh autogen.sh
45 should work too, of course. Note that `autogen.sh` also sets up
48 The `autogen.sh` script checks whether the versions of the above three
71 to execute `autogen.sh` in advance; this script clones the 'dlg' git
/third_party/protobuf/objectivec/DevTools/
Dfull_mac_build.sh27 -a, --autogen
28 Start by rerunning autogen & configure.
101 -a | --autogen )
157 # if no Makefile, force the autogen.
163 header "Running autogen & configure"
164 ./autogen.sh
/third_party/libcoap/build-env/
DDockerfile.develop10 RUN ./autogen.sh --clean && ./autogen.sh
/third_party/skia/third_party/harfbuzz/
DREADME19 # `./autogen.sh && ./configure && make`, then copying the
36 ./autogen.sh
/third_party/libcoap/scripts/
Dapi-version-bump.sh43 # autogen.sh
44 for fn in autogen.sh .gitignore build-env/Dockerfile.* ; do
/third_party/libsnd/cmake/
DCMakeAutoGenScript.cmake1 # CMake implementation of AutoGen
23 …string(REGEX MATCH "autogen definitions ([a-zA-Z\\._-]+);[${WS}]*" TEMPLATE_MATCH "${DEFINITION_CO…
25 message(FATAL_ERROR "${DEFINITION_FILENAME} doest not contain an AutoGen definition.")
244 match_autogen_group("${TEMPLATE_CONTENTS}" "${POSITION}" POS0 POS1 AUTOGEN FOUND)
248 string(REGEX MATCH "AutoGen5 template ([ a-zA-Z0-9]*)" SUFFICES_MATCH "${AUTOGEN}")
/third_party/protobuf/kokoro/linux/benchmark/
Drun.sh13 ./autogen.sh
27 ./autogen.sh
/third_party/skia/third_party/externals/freetype/docs/
DINSTALL.UNIX41 You need to invoke the `autogen.sh' script in the top-level
45 sh autogen.sh
/third_party/skia/third_party/externals/libwebp/
DMakefile.am3 EXTRA_DIST = COPYING autogen.sh
/third_party/libsnd/tests/
Dpipe_test.def1 autogen definitions pipe_test.tpl;
Dbenchmark.def1 autogen definitions benchmark.tpl;
Dheader_test.def1 autogen definitions header_test.tpl;
/third_party/skia/third_party/externals/freetype/src/tools/
Dmake_distribution_archives.py140 # Run autogen.sh in directory.
141 subprocess.check_call(["/bin/sh", "autogen.sh"], cwd=tmp_src_dir)
/third_party/libcoap/examples/lwip/
DMakefile23 # Need to determine which library clock_gettime() resides in (as found by ./autogen.sh)
113 (cd $(libcoap_dir)/ext/tinydtls ; ./autogen.sh ; ./configure) ; \
224 (cd $(libcoap_dir) ; ./autogen.sh ; ./configure --disable-dtls --disable-man) ; \
/third_party/pulseaudio/speex/
DINSTALL7 Note that if you are using the code from git you will need to run "autogen.sh"
/third_party/protobuf/kokoro/release/ruby/macos/ruby/
Druby_build.sh7 ./autogen.sh
/third_party/protobuf/kokoro/release/ruby/linux/ruby/
Druby_build.sh7 ./autogen.sh
/third_party/protobuf/kokoro/release/protoc/macos/
Dbuild.sh7 ./autogen.sh

1234567