Searched full:autogen (Results 1 – 25 of 166) sorted by relevance
1234567
| /third_party/skia/third_party/externals/libpng/ |
| D | autogen.sh | 12 # 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."
|
| D | INSTALL | 37 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/ |
| D | BUILDING | 67 ./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
|
| D | Dockerfile | 7 RUN ./autogen.sh --clean && ./autogen.sh
|
| D | autogen.sh | 61 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/ |
| D | build.yml | 13 - name: Autogen 14 run: ./autogen.sh 42 - name: Autogen 43 run: ./autogen.sh
|
| /third_party/skia/third_party/externals/freetype/ |
| D | .gitlab-ci.yml | 84 ./autogen.sh 97 ./autogen.sh 110 ./autogen.sh 172 - ./autogen.sh 183 - ./autogen.sh
|
| D | README.git | 36 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/ |
| D | full_mac_build.sh | 27 -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/ |
| D | Dockerfile.develop | 10 RUN ./autogen.sh --clean && ./autogen.sh
|
| /third_party/skia/third_party/harfbuzz/ |
| D | README | 19 # `./autogen.sh && ./configure && make`, then copying the 36 ./autogen.sh
|
| /third_party/libcoap/scripts/ |
| D | api-version-bump.sh | 43 # autogen.sh 44 for fn in autogen.sh .gitignore build-env/Dockerfile.* ; do
|
| /third_party/libsnd/cmake/ |
| D | CMakeAutoGenScript.cmake | 1 # 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/ |
| D | run.sh | 13 ./autogen.sh 27 ./autogen.sh
|
| /third_party/skia/third_party/externals/freetype/docs/ |
| D | INSTALL.UNIX | 41 You need to invoke the `autogen.sh' script in the top-level 45 sh autogen.sh
|
| /third_party/skia/third_party/externals/libwebp/ |
| D | Makefile.am | 3 EXTRA_DIST = COPYING autogen.sh
|
| /third_party/libsnd/tests/ |
| D | pipe_test.def | 1 autogen definitions pipe_test.tpl;
|
| D | benchmark.def | 1 autogen definitions benchmark.tpl;
|
| D | header_test.def | 1 autogen definitions header_test.tpl;
|
| /third_party/skia/third_party/externals/freetype/src/tools/ |
| D | make_distribution_archives.py | 140 # Run autogen.sh in directory. 141 subprocess.check_call(["/bin/sh", "autogen.sh"], cwd=tmp_src_dir)
|
| /third_party/libcoap/examples/lwip/ |
| D | Makefile | 23 # 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/ |
| D | INSTALL | 7 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/ |
| D | ruby_build.sh | 7 ./autogen.sh
|
| /third_party/protobuf/kokoro/release/ruby/linux/ruby/ |
| D | ruby_build.sh | 7 ./autogen.sh
|
| /third_party/protobuf/kokoro/release/protoc/macos/ |
| D | build.sh | 7 ./autogen.sh
|
1234567