Ignore:
Timestamp:
2018-07-02T22:45:09+12:00 (6 years ago)
Author:
ak19
Message:

Introducing gs-CMakeLists.txt as a GS customised CMakeLists.txt to replace the one in the xpdf tools src code package once the latter's been untarred. XPDFTools.sh takes care of doing the replacement after the untar operation. Minor cleanup to CMAKE.sh

File:
1 edited

Legend:

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

    r32228 r32234  
    3131fi
    3232
    33 # Only compile if necessary - we don't edit these source files.
    34 #if type -p cmake; then
    35 #  echo "found cmake in PATH"
    36 #  _CMAKE=cmake
    37 #elif [[ -x "$GEXTXPDFTOOLS_INSTALLED/linux/bin/cmake" ]]; then
    38 # NO. Rather, only compile up OUR cmake if we haven't already got OUR cmake
     33# Only compile if necessary - we don't edit these source files:
     34# Only compile up OUR cmake, and only if we haven't already got OUR cmake.
    3935# But don't use any system cmake: xpdf-tools is dependent on cmake version (>= 2.8.8)
    4036if [[ -x "$GEXTXPDFTOOLS_INSTALLED/linux/bin/cmake" ]]; then
     
    5955
    6056opt_run_tarclean $tarclean $package $version
    61 
    62 
    63 
    64 
    65 
Note: See TracChangeset for help on using the changeset viewer.