VirtualBox

Changeset 4785 in vbox for trunk/configure


Ignore:
Timestamp:
Sep 14, 2007 8:55:18 AM (17 years ago)
Author:
vboxsync
Message:

allow to overwrite xerces/xalan libdir/incdir

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r4784 r4785  
    11521152
    11531153Configuration:
    1154   -h, --help              display this help and exit
    1155   --nofatal               don't abort on errors
    1156   --disable-xpcom         disable XPCOM and related stuff
    1157   --disable-sdl-ttf       disable SDL_ttf detection
    1158   --build-xalan           build xalan & xerces from shipped sources
     1154  -h, --help               display this help and exit
     1155  --nofatal                don't abort on errors
     1156  --disable-xpcom          disable XPCOM and related stuff
     1157  --disable-sdl-ttf        disable SDL_ttf detection
     1158  --build-xalan            build xalan & xerces from shipped sources
    11591159
    11601160Paths:
    1161   --with-gcc=PATH         location of the gcc compiler [$CC]
    1162   --with-g++=PATH         location of the g++ compiler [$CXX]
    1163   --with-kbuild=DIR       kbuild directory [$KBUILDDIR]
    1164   --with-iasl=PATH        location of the iasl compiler [$IASL]
    1165   --with-linux=DIR        Linux kernel source directory [$LINUX]
    1166   --with-mkisofs=PATH     location of mkisofs [$MKISOFS]
    1167   --with-qt-dir=DIR       directory for QT headers/libraries [$QTDIR]
    1168   --with-xalan=LIB        location of the xalan library [$LIBXALAN]
    1169   --with-xalan-inc=DIR    location of the xalan headers [$INCXALAN]
    1170   --with-xerces=LIB       location of the xerces library [$LIBXERCES]
    1171   --with-xerces-inc=DIR  location of the xerces headers [$INCXERCES]
     1161  --with-gcc=PATH          location of the gcc compiler [$CC]
     1162  --with-g++=PATH          location of the g++ compiler [$CXX]
     1163  --with-kbuild=DIR        kbuild directory [$KBUILDDIR]
     1164  --with-iasl=PATH         location of the iasl compiler [$IASL]
     1165  --with-linux=DIR         Linux kernel source directory [$LINUX]
     1166  --with-mkisofs=PATH      location of mkisofs [$MKISOFS]
     1167  --with-qt-dir=DIR        directory for QT headers/libraries [$QTDIR]
     1168  --with-xalan=LIB         location of the xalan library [$LIBXALAN]
     1169  --with-xalan-incdir=DIR  location of the xalan headers [$INCXALAN]
     1170  --with-xerces=LIB        location of the xerces library [$LIBXERCES]
     1171  --with-xerces-incdir=DIR location of the xerces headers [$INCXERCES]
    11721172
    11731173Build type:
    1174   -d, --build-debug       build with debugging symbols and assertions
    1175   --build-headless        build headless (without any X11 frontend)
     1174  -d, --build-debug        build with debugging symbols and assertions
     1175  --build-headless         build headless (without any X11 frontend)
    11761176EOF
    11771177  exit 0
     
    11841184
    11851185# scan command line options
    1186 for option in "$*"; do
     1186for option in $*; do
    11871187  case "$option" in
    11881188    --help|-help|-h)
     
    12201220      LIBXALAN=`echo $option | cut -d'=' -f2`
    12211221      ;;
    1222     --with-xalan-inc=*)
     1222    --with-xalan-libdir=*)
     1223      LIBXALAN_DIR=`echo $option | cut -d'=' -f2`
     1224      ;;
     1225    --with-xalan-incdir=*)
    12231226      INCXALAN=`echo $option | cut -d'=' -f2`
    12241227      ;;
     
    12261229      LIBXERCES=`echo $option | cut -d'=' -f2`
    12271230      ;;
    1228     --with-xserces-inc=*)
     1231    --with-xerces-libdir=*)
     1232      LIBXERCES_DIR=`echo $option | cut -d'=' -f2`
     1233      ;;
     1234    --with-xerces-incdir=*)
    12291235      INCXERCES=`echo $option | cut -d'=' -f2`
    12301236      ;;
     
    12621268  esac
    12631269done
     1270
     1271[ -n "$LIBXALAN_DIR" ] && LIBXALAN="-L$LIBXALAN_DIR $LIBXALAN"
     1272[ -n "$LIBXERCES_DIR" ] && LIBXERCES="-L$LIBXERCES_DIR $LIBXERCES"
    12641273
    12651274LOG="$ODIR$LOG"
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette