/[pkg-mixmaster]/trunk/Mix/Install
ViewVC logotype

Diff of /trunk/Mix/Install

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 102 by rabbi, Wed Jul 24 06:50:53 2002 UTC revision 103 by weaselp, Wed Jul 24 07:58:55 2002 UTC
# Line 6  Line 6 
6  # ANY KIND, either express or implied. See the file COPYRIGHT for  # ANY KIND, either express or implied. See the file COPYRIGHT for
7  # details.  # details.
8    
9  # $Id: Install,v 1.5 2002/07/24 06:50:53 rabbi Exp $  # $Id: Install,v 1.6 2002/07/24 07:58:55 weaselp Exp $
10    
11  #whereis program default-path  #whereis program default-path
12  whereis()  whereis()
# Line 353  then Line 353  then
353     echo "Please build libidea.a or install OpenSSL with IDEA now."     echo "Please build libidea.a or install OpenSSL with IDEA now."
354     exit 1     exit 1
355    else    else
356       DEF="$DEF -DUSE_IDEA"
357     IDEALIB="$MAKELIB"     IDEALIB="$MAKELIB"
358     LIBS="$LIBS $LIB"     LIBS="$LIBS $LIB"
359     LDFLAGS="$LDFLAGS $LDFLAG"     LDFLAGS="$LDFLAGS $LDFLAG"
# Line 361  then Line 362  then
362      INC="$INC -I$INCDIR"      INC="$INC -I$INCDIR"
363     fi     fi
364    fi    fi
365     else
366      DEF="$DEF -DUSE_IDEA"
367   fi   fi
368    
369   LIBDIR=   LIBDIR=

Legend:
Removed from v.102  
changed lines
  Added in v.103

  ViewVC Help
Powered by ViewVC 1.1.5