diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2017-01-04 21:59:37 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2017-01-04 21:59:37 (GMT) |
commit | c18ff0883129833b2f209e6d392d4b8d351ce2a5 (patch) | |
tree | 7f9819119256bef82d8ddeadfcb0388d39342ff4 /ds9 | |
parent | d5d4d04a0f5375d701d8958cc98753c59c8dcfb4 (diff) | |
download | blt-c18ff0883129833b2f209e6d392d4b8d351ce2a5.zip blt-c18ff0883129833b2f209e6d392d4b8d351ce2a5.tar.gz blt-c18ff0883129833b2f209e6d392d4b8d351ce2a5.tar.bz2 |
use bltConfig.sh
Diffstat (limited to 'ds9')
-rwxr-xr-x | ds9/macosx/configure | 2 | ||||
-rwxr-xr-x | ds9/macosx/configure.in | 2 | ||||
-rwxr-xr-x | ds9/win/Makefile.in | 2 | ||||
-rwxr-xr-x | ds9/win/configure | 2 | ||||
-rwxr-xr-x | ds9/win/configure.in | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/ds9/macosx/configure b/ds9/macosx/configure index 1935077..769e0d7 100755 --- a/ds9/macosx/configure +++ b/ds9/macosx/configure @@ -3699,7 +3699,7 @@ $as_echo "#define MAC_OSX_TK 1" >>confdefs.h #-------------------------------------------------------------------- -# Load the *.sh file if necessary (Img extension) +# Load the *.sh file if necessary #-------------------------------------------------------------------- diff --git a/ds9/macosx/configure.in b/ds9/macosx/configure.in index e4488c3..3748e30 100755 --- a/ds9/macosx/configure.in +++ b/ds9/macosx/configure.in @@ -46,7 +46,7 @@ TEA_PATH_TKCONFIG TEA_LOAD_TKCONFIG #-------------------------------------------------------------------- -# Load the *.sh file if necessary (Img extension) +# Load the *.sh file if necessary #-------------------------------------------------------------------- TEA_PATH_CONFIG(tifftcl) diff --git a/ds9/win/Makefile.in b/ds9/win/Makefile.in index bb4c6ed..3cce3ed 100755 --- a/ds9/win/Makefile.in +++ b/ds9/win/Makefile.in @@ -104,7 +104,7 @@ ds9Base$(EXEEXT): $(OBJS) $(LLIBS) $(jpegtcl_LIB_SPEC) \ $(zlibtcl_LIB_SPEC) \ $(tkimg_LIB_SPEC) \ - $(tkble_LIB_SPEC) \ + $(tkblt_LIB_SPEC) \ $(TK_STUB_LIB_SPEC) $(TK_LIB_SPEC) \ $(TCL_STUB_LIB_SPEC) $(TCL_LIB_SPEC) \ $(TK_LIBS) \ diff --git a/ds9/win/configure b/ds9/win/configure index ddd3381..5a4a0ad 100755 --- a/ds9/win/configure +++ b/ds9/win/configure @@ -3690,7 +3690,7 @@ $as_echo "#define MAC_OSX_TK 1" >>confdefs.h #-------------------------------------------------------------------- -# Load the *.sh file if necessary (Img extension) +# Load the *.sh file if necessary #-------------------------------------------------------------------- diff --git a/ds9/win/configure.in b/ds9/win/configure.in index aa45220..4cbaeb7 100755 --- a/ds9/win/configure.in +++ b/ds9/win/configure.in @@ -46,7 +46,7 @@ TEA_PATH_TKCONFIG TEA_LOAD_TKCONFIG #-------------------------------------------------------------------- -# Load the *.sh file if necessary (Img extension) +# Load the *.sh file if necessary #-------------------------------------------------------------------- TEA_PATH_CONFIG(tifftcl) |