diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2019-01-08 22:17:10 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2019-01-08 22:17:10 (GMT) |
commit | 2e4054c20981de2b4ae6b2964be26b0dabe72c6c (patch) | |
tree | 6646213745cf4908ee0c2c4b71d13cb947770967 /tkimg/tiff | |
parent | 6dac183be1cdcc0a13966343e2c40c3ff56a3810 (diff) | |
download | blt-2e4054c20981de2b4ae6b2964be26b0dabe72c6c.zip blt-2e4054c20981de2b4ae6b2964be26b0dabe72c6c.tar.gz blt-2e4054c20981de2b4ae6b2964be26b0dabe72c6c.tar.bz2 |
add tclConfig.sh support
Diffstat (limited to 'tkimg/tiff')
-rw-r--r-- | tkimg/tiff/Makefile.in | 1 | ||||
-rwxr-xr-x | tkimg/tiff/configure | 72 | ||||
-rw-r--r-- | tkimg/tiff/configure.in | 3 | ||||
-rw-r--r-- | tkimg/tiff/tkimgtiffConfig.sh.in | 26 |
4 files changed, 86 insertions, 16 deletions
diff --git a/tkimg/tiff/Makefile.in b/tkimg/tiff/Makefile.in index 25b8731..07047e8 100644 --- a/tkimg/tiff/Makefile.in +++ b/tkimg/tiff/Makefile.in @@ -445,6 +445,7 @@ install-lib-binaries: echo " Install pkgIndex.tcl $(DESTDIR)$(pkglibdir)"; \ $(INSTALL_DATA) pkgIndex.tcl $(DESTDIR)$(pkglibdir); \ fi + $(INSTALL_DATA) tkimgtiffConfig.sh $(DESTDIR)$(libdir) #======================================================================== # Install binary executables (e.g. .exe files and dependent .dll files) diff --git a/tkimg/tiff/configure b/tkimg/tiff/configure index ef009f5..f3a9885 100755 --- a/tkimg/tiff/configure +++ b/tkimg/tiff/configure @@ -620,6 +620,15 @@ ac_includes_default="\ ac_subst_vars='LTLIBOBJS LIBOBJS +PATCHLEVEL +MINOR_VERSION +MAJOR_VERSION +tkimgtiff_STUB_LIB_PATH +tkimgtiff_BUILD_STUB_LIB_PATH +tkimgtiff_STUB_LIB_SPEC +tkimgtiff_BUILD_STUB_LIB_SPEC +tkimgtiff_LIB_SPEC +tkimgtiff_BUILD_LIB_SPEC WISH_PROG TCLSH_PROG VC_MANIFEST_EMBED_EXE @@ -2153,7 +2162,7 @@ $as_echo "$as_me: loading site script $ac_site_file" >&6;} || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "failed to load site script $ac_site_file -See \`config.log' for more details" "$LINENO" 5 ; } +See \`config.log' for more details" "$LINENO" 5; } fi done @@ -2853,7 +2862,7 @@ fi test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "no acceptable C compiler found in \$PATH -See \`config.log' for more details" "$LINENO" 5 ; } +See \`config.log' for more details" "$LINENO" 5; } # Provide some information about the compiler. $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 @@ -2968,7 +2977,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error 77 "C compiler cannot create executables -See \`config.log' for more details" "$LINENO" 5 ; } +See \`config.log' for more details" "$LINENO" 5; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } @@ -3011,7 +3020,7 @@ else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot compute suffix of executables: cannot compile and link -See \`config.log' for more details" "$LINENO" 5 ; } +See \`config.log' for more details" "$LINENO" 5; } fi rm -f conftest conftest$ac_cv_exeext { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 @@ -3070,7 +3079,7 @@ $as_echo "$ac_try_echo"; } >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot run C compiled programs. If you meant to cross compile, use \`--host'. -See \`config.log' for more details" "$LINENO" 5 ; } +See \`config.log' for more details" "$LINENO" 5; } fi fi fi @@ -3122,7 +3131,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot compute suffix of object files: cannot compile -See \`config.log' for more details" "$LINENO" 5 ; } +See \`config.log' for more details" "$LINENO" 5; } fi rm -f conftest.$ac_cv_objext conftest.$ac_ext fi @@ -4082,7 +4091,7 @@ fi test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "no acceptable C compiler found in \$PATH -See \`config.log' for more details" "$LINENO" 5 ; } +See \`config.log' for more details" "$LINENO" 5; } # Provide some information about the compiler. $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 @@ -4448,7 +4457,7 @@ else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "C preprocessor \"$CPP\" fails sanity check -See \`config.log' for more details" "$LINENO" 5 ; } +See \`config.log' for more details" "$LINENO" 5; } fi ac_ext=c @@ -5140,7 +5149,7 @@ $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h ;; #( *) as_fn_error $? "unknown endianness - presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;; + presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;; esac if test "${TEA_PLATFORM}" = "unix" ; then @@ -10068,7 +10077,7 @@ if test "x$with_x" = xno; then have_x=disabled else case $x_includes,$x_libraries in #( - *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5 ;; #( + *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #( *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then : $as_echo_n "(cached) " >&6 else @@ -10670,13 +10679,45 @@ $as_echo "${WISH_PROG}" >&6; } + #-------------------------------------------------------------------- + # These are for tkimgtiffConfig.sh + #-------------------------------------------------------------------- + + # pkglibdir must be a fully qualified path and (not ${exec_prefix}/lib) + eval pkglibdir="${libdir}/tkimgtiff${PACKAGE_VERSION}" + if test "${TCL_LIB_VERSIONS_OK}" = "ok"; then + eval tkimgtiff_LIB_FLAG="-ltkimgtiff${PACKAGE_VERSION}${DBGX}" + eval tkimgtiff_STUB_LIB_FLAG="-ltkimgtiffstub${PACKAGE_VERSION}${DBGX}" + else + eval tkimgtiff_LIB_FLAG="-ltkimgtiff`echo ${PACKAGE_VERSION} | tr -d .`${DBGX}" + eval tkimgtiff_STUB_LIB_FLAG="-ltkimgtiffstub`echo ${PACKAGE_VERSION} | tr -d .`${DBGX}" + fi + tkimgtiff_BUILD_LIB_SPEC="-L`$CYGPATH $(pwd)` ${tkimgtiff_LIB_FLAG}" + tkimgtiff_LIB_SPEC="-L`$CYGPATH ${pkglibdir}` ${tkimgtiff_LIB_FLAG}" + tkimgtiff_BUILD_STUB_LIB_SPEC="-L`$CYGPATH $(pwd)` ${tkimgtiff_STUB_LIB_FLAG}" + tkimgtiff_STUB_LIB_SPEC="-L`$CYGPATH ${pkglibdir}` ${tkimgtiff_STUB_LIB_FLAG}" + tkimgtiff_BUILD_STUB_LIB_PATH="`$CYGPATH $(pwd)`/${PKG_STUB_LIB_FILE}" + tkimgtiff_STUB_LIB_PATH="`$CYGPATH ${pkglibdir}`/${PKG_STUB_LIB_FILE}" + + + + + + + + + + + + + #-------------------------------------------------------------------- # Finally, substitute all of the various values into the Makefile. # You may alternatively have a special pkgIndex.tcl.in or other files # which require substituting th AC variables in. Include these here. #-------------------------------------------------------------------- -ac_config_files="$ac_config_files Makefile" +ac_config_files="$ac_config_files Makefile tkimgtiffConfig.sh" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -11386,8 +11427,9 @@ for ac_config_target in $ac_config_targets do case $ac_config_target in "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; + "tkimgtiffConfig.sh") CONFIG_FILES="$CONFIG_FILES tkimgtiffConfig.sh" ;; - *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;; + *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; esac done @@ -11595,7 +11637,7 @@ do esac case $ac_mode$ac_tag in :[FHL]*:*);; - :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;; + :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; :[FH]-) ac_tag=-:-;; :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; esac @@ -11623,7 +11665,7 @@ do [\\/$]*) false;; *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; esac || - as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;; + as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; esac case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac as_fn_append ac_file_inputs " '$ac_f'" @@ -11650,7 +11692,7 @@ $as_echo "$as_me: creating $ac_file" >&6;} case $ac_tag in *:-:* | *:-) cat >"$ac_tmp/stdin" \ - || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; esac ;; esac diff --git a/tkimg/tiff/configure.in b/tkimg/tiff/configure.in index 7d0d3a1..0cbc22a 100644 --- a/tkimg/tiff/configure.in +++ b/tkimg/tiff/configure.in @@ -216,6 +216,7 @@ fi TEA_PROG_TCLSH TEA_PROG_WISH +TEA_EXPORT_CONFIG(tkimgtiff) #-------------------------------------------------------------------- # Finally, substitute all of the various values into the Makefile. @@ -223,6 +224,6 @@ TEA_PROG_WISH # which require substituting th AC variables in. Include these here. #-------------------------------------------------------------------- -AC_OUTPUT([Makefile]) +AC_OUTPUT([Makefile tkimgtiffConfig.sh]) #-------------------------------------------------------------------- diff --git a/tkimg/tiff/tkimgtiffConfig.sh.in b/tkimg/tiff/tkimgtiffConfig.sh.in new file mode 100644 index 0000000..de85cce --- /dev/null +++ b/tkimg/tiff/tkimgtiffConfig.sh.in @@ -0,0 +1,26 @@ +# tkimgtiffConfig.sh -- +# +# This shell script (for sh) is generated automatically by tkimgtiff's +# configure script. It will create shell variables for most of +# the configuration options discovered by the configure script. +# This script is intended to be included by the configure scripts +# for tkimgtiff extensions so that they don't have to figure this all +# out for themselves. This file does not duplicate information +# already provided by tclConfig.sh, so you may need to use that +# file in addition to this one. +# +# The information in this file is specific to a single platform. + +# tkimgtiff's version number. +tkimgtiff_VERSION='@PACKAGE_VERSION@' + +# The name of the tkimgtiff library (may be either a .a file or a shared library): +tkimgtiff_LIB_FILE=@PKG_LIB_FILE@ + +# String to pass to linker to pick up the tkimgtiff library from its +# build directory. +tkimgtiff_BUILD_LIB_SPEC='@tkimgtiff_BUILD_LIB_SPEC@' + +# String to pass to linker to pick up the tkimgtiff library from its +# installed directory. +tkimgtiff_LIB_SPEC='@tkimgtiff_LIB_SPEC@' |