Home
last modified time | relevance | path

Searched refs:version (Results 1 – 25 of 53) sorted by relevance

123

/libtiff-4.0.7/config/
H A Dmkinstalldirs41 --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 Dmissing67 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
89 case $2 in --version|--help) exit $st;; esac
H A Dtest-driver63 --version) echo "test-driver $scriptversion"; exit $?;;
H A Dcompile241 Usage: compile [--help] [--version] PROGRAM [ARGS]
H A Dinstall-sh158 --version) echo "$0 $scriptversion"; exit $?;;
H A Dconfig.sub72 version="\
89 --version | -v )
90 echo "$version" ; exit ;;
/libtiff-4.0.7/
H A Dtiff.spec32 include tiff.version
41 version "${CUR_VERS}"
54 version "${CUR_VERS}"
H A DHOWTO-RELEASE35 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 DCMakeLists.txt45 # 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 Dcommit142 -v|--version)
H A DMakefile.am88 --form version=$(COVERITY_VERSION) \
H A Dconfigure.ac64 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 DREADME15 or fetch a PostScript version of this documentation from the directory
/libtiff-4.0.7/libtiff/
H A DMakefile.am122 -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 Dtiffvers.h.in5 * version or versions of the library. Runtime
6 * version checking should be done based on the
H A DCMakeLists.txt122 # 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 Dtif_config.wince.h7 # error This version of tif_config.h header is dedicated for Windows CE platform!
H A Dtiffconf.wince.h23 # error This version of tif_config.h header is dedicated for Windows CE platform!
H A DMakefile.in125 @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 Dtif_config.h.cmake.in158 /* 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 DREADME15 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 Dacinclude.m425 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 Dltversion.m41 # ltversion.m4 -- version numbers -*- Autoconf -*-
/libtiff-4.0.7/contrib/ras/
H A Dras2tif.c102 static char *version = "ras2tif 1.0"; local
214 TIFFSetField(tif, TIFFTAG_SOFTWARE, version);
/libtiff-4.0.7/contrib/win_dib/
H A DREADME.tiff2dib33 - create the file version.h with this line :

123