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/macosx | |
parent | d5d4d04a0f5375d701d8958cc98753c59c8dcfb4 (diff) | |
download | blt-c18ff0883129833b2f209e6d392d4b8d351ce2a5.zip blt-c18ff0883129833b2f209e6d392d4b8d351ce2a5.tar.gz blt-c18ff0883129833b2f209e6d392d4b8d351ce2a5.tar.bz2 |
use bltConfig.sh
Diffstat (limited to 'ds9/macosx')
-rwxr-xr-x | ds9/macosx/configure | 2 | ||||
-rwxr-xr-x | ds9/macosx/configure.in | 2 |
2 files changed, 2 insertions, 2 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) |