Ignore:
Timestamp:
2004-08-06T13:33:13+12:00 (20 years ago)
Author:
kjdon
Message:

we are going to use a binary distribution of mysql

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/packages/configure

    r7711 r7872  
    103103
    104104# configure mysql
    105 echo ""
    106 echo "Configuring MySQL"
    107 echo ""
     105#echo ""
     106#echo "Configuring MySQL"
     107#echo ""
    108108
    109 cd "$PACKAGES/mysql"
    110 if test ! -e mysql-4.0.16; then
    111   gzip -dc mysql-4.0.16.tar.gz | tar -xf -
    112 fi
    113 cd mysql-4.0.16
    114 ./configure $CACHE_FILE --prefix="$PACKAGES/mysql" --libexec="$PACKAGES/mysql/libexec"
    115 cd "$PACKAGES"
    116 if test ! -e libexec; then
    117   mkdir libexec
    118 fi
     109#cd "$PACKAGES/mysql"
     110#if test ! -e mysql-4.0.16; then
     111#  gzip -dc mysql-4.0.16.tar.gz | tar -xf -
     112#fi
     113#cd mysql-4.0.16
     114#./configure $CACHE_FILE --prefix="$PACKAGES/mysql" --libexec="$PACKAGES/mysql/libexec"
     115#cd "$PACKAGES"
     116#if test ! -e libexec; then
     117#  mkdir libexec
     118#fi
    119119
    120120# configure the wvWare Word document converter
Note: See TracChangeset for help on using the changeset viewer.