Ignore:
Timestamp:
2018-07-05T20:51:36+12:00 (6 years ago)
Author:
ak19
Message:

xpdftools is a GS2 extension, so should source its setup.bash, not gs3-setup.sh. And because of that, must remove the cyclical call to its devel.bash from its setup.bash, because devel.bash already sources setup.bash. (There was no cyclical call issue with gs3-setup.sh). Fixed a mistake in a print statement in CMAKE.sh, the echoed path to cmake was not correct. Fortunately, the rest of the code doesn't use this path (the _CMAKE variable).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/xpdf-tools/trunk/src/packages/CASCADE-MAKE/CMAKE.sh

    r32234 r32238  
    3434# Only compile up OUR cmake, and only if we haven't already got OUR cmake.
    3535# But don't use any system cmake: xpdf-tools is dependent on cmake version (>= 2.8.8)
    36 if [[ -x "$GEXTXPDFTOOLS_INSTALLED/linux/bin/cmake" ]]; then
    37   echo "found cmake in $GEXTXPDFTOOLS_INSTALLED/linux/bin"
    38   _CMAKE="$GEXTXPDFTOOLS_INSTALLED/linux/bin/cmake"
     36if [[ -x "$GEXTXPDFTOOLS_INSTALLED/bin/cmake" ]]; then
     37  echo "found cmake in $GEXTXPDFTOOLS_INSTALLED/bin"
     38  _CMAKE="$GEXTXPDFTOOLS_INSTALLED/bin/cmake"
    3939fi
    4040
Note: See TracChangeset for help on using the changeset viewer.