summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xds9/macosx/configure2
-rwxr-xr-xds9/macosx/configure.in2
-rwxr-xr-xds9/win/Makefile.in2
-rwxr-xr-xds9/win/configure2
-rwxr-xr-xds9/win/configure.in2
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)