Searched refs:version (Results 1 – 25 of 53) sorted by relevance
123
| /libtiff-4.0.7/config/ |
| H A D | mkinstalldirs | 41 --version) 80 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then 89 test -d ./--version && rmdir ./--version 93 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 && 94 test ! -d ./--version; then 99 for d in ./-m ./-p ./--version "./$dirmode";
|
| H A D | missing | 67 -v|--v|--ve|--ver|--vers|--versi|--versio|--version) 89 case $2 in --version|--help) exit $st;; esac
|
| H A D | test-driver | 63 --version) echo "test-driver $scriptversion"; exit $?;;
|
| H A D | compile | 241 Usage: compile [--help] [--version] PROGRAM [ARGS]
|
| H A D | install-sh | 158 --version) echo "$0 $scriptversion"; exit $?;;
|
| H A D | config.sub | 72 version="\ 89 --version | -v ) 90 echo "$version" ; exit ;;
|
| /libtiff-4.0.7/ |
| H A D | tiff.spec | 32 include tiff.version 41 version "${CUR_VERS}" 54 version "${CUR_VERS}"
|
| H A D | HOWTO-RELEASE | 35 5. Increment the release version in configure.ac. Put 'alpha' or 36 'beta' after the version, if applicable. For example: 47 do with the libtiff release version numbers. 88 11. In the source tree, verify that the version info in RELEASE-DATE, 99 Two files with names tiff-version.tar.gz and tiff-version.zip will
|
| H A D | CMakeLists.txt | 45 # Read version information from configure.ac. 65 message(STATUS "Building tiff version ${LIBTIFF_MAJOR_VERSION}.${LIBTIFF_MINOR_VERSION}.${LIBTIFF_M… 66 message(STATUS "libtiff library version ${SO_MAJOR}.${SO_MINOR}.${SO_REVISION}") 70 # Project version 80 # Library version (unlike libtool's baroque scheme, WYSIWYG here) 187 option(ld-version-script "Enable linker version script" ON) 198 set(CMAKE_REQUIRED_FLAGS ${CMAKE_REQUIRED_FLAGS} "-Wl,--version-script=${CMAKE_CURRENT_BINARY_DIR}/… 202 if (ld-version-script AND HAVE_LD_VERSION_SCRIPT)
|
| H A D | commit | 142 -v|--version)
|
| H A D | Makefile.am | 88 --form version=$(COVERITY_VERSION) \
|
| H A D | configure.ac | 64 dnl Here are a set of rules to help you update your library version 67 dnl 1. Start with version information of `0:0:0' for each libtool library. 68 dnl 2. Update the version information only immediately before a public 123 AC_ARG_ENABLE([ld-version-script], 124 AS_HELP_STRING([--enable-ld-version-script], 125 [enable linker version script (default is disabled)]), 128 AC_MSG_CHECKING([if LD -Wl,--version-script works]) 130 LDFLAGS="$LDFLAGS -Wl,--version-script=conftest.map"
|
| H A D | README | 15 or fetch a PostScript version of this documentation from the directory
|
| /libtiff-4.0.7/libtiff/ |
| H A D | Makefile.am | 122 -version-info $(LIBTIFF_VERSION_INFO) 127 libtiff_la_LDFLAGS += -Wl,--version-script=$(srcdir)/libtiff.map 133 -version-info $(LIBTIFF_VERSION_INFO) 138 libtiffxx_la_LDFLAGS += -Wl,--version-script=$(srcdir)/libtiffxx.map
|
| H A D | tiffvers.h.in | 5 * version or versions of the library. Runtime 6 * version checking should be done based on the
|
| H A D | CMakeLists.txt | 122 # This property causes shared libraries on Linux to have the full version 130 "-Wl,--version-script=${CMAKE_CURRENT_SOURCE_DIR}/libtiff.map") 146 # This property causes shared libraries on Linux to have the full version 154 "-Wl,--version-script=${CMAKE_CURRENT_SOURCE_DIR}/libtiffxx.map")
|
| H A D | tif_config.wince.h | 7 # error This version of tif_config.h header is dedicated for Windows CE platform!
|
| H A D | tiffconf.wince.h | 23 # error This version of tif_config.h header is dedicated for Windows CE platform!
|
| H A D | Makefile.in | 125 @HAVE_LD_VERSION_SCRIPT_TRUE@am__append_8 = -Wl,--version-script=$(srcdir)/libtiff.map 127 @HAVE_LD_VERSION_SCRIPT_TRUE@am__append_10 = -Wl,--version-script=$(srcdir)/libtiffxx.map 274 *) (install-info --version) >/dev/null 2>&1;; \ 485 libtiff_la_LDFLAGS = -no-undefined -version-info \ 488 libtiffxx_la_LDFLAGS = -no-undefined -version-info \
|
| H A D | tif_config.h.cmake.in | 158 /* Define to the full name and version of this package. */ 167 /* Define to the version of this package. */
|
| /libtiff-4.0.7/contrib/pds/ |
| H A D | README | 15 local version of the TIFF library in hopes that you will want to 17 (These additions are based on TIFF version 3.4beta31, but they sit on 19 into any more recent version.) They are internally documented to a 23 and/or integrate them with the latest version of the TIFF library, but I 58 TIFF tags - a PL signature, a PL version number, and PL directory
|
| /libtiff-4.0.7/m4/ |
| H A D | acinclude.m4 | 25 dnl @version 2002-04-04 50 dnl line options (often "-V"). The version string should be checked 153 dnl @version 2004-11-15 195 dnl option) any later version. 216 dnl exception to the GPL to apply to your modified version as well. 334 dnl option) any later version. 355 dnl exception to the GPL to apply to your modified version as well. 481 dnl option) any later version. 502 dnl exception to the GPL to apply to your modified version as well. 625 dnl option) any later version. [all …]
|
| H A D | ltversion.m4 | 1 # ltversion.m4 -- version numbers -*- Autoconf -*-
|
| /libtiff-4.0.7/contrib/ras/ |
| H A D | ras2tif.c | 102 static char *version = "ras2tif 1.0"; local 214 TIFFSetField(tif, TIFFTAG_SOFTWARE, version);
|
| /libtiff-4.0.7/contrib/win_dib/ |
| H A D | README.tiff2dib | 33 - create the file version.h with this line :
|
123