/[libtool]/libtool/tests/defs
ViewVC logotype

Diff of /libtool/tests/defs

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

revision 1.1.1.6 by gord, Mon Mar 9 05:34:02 1998 UTC revision 1.2 by gary, Sat Jun 30 20:31:34 2001 UTC
# Line 12  progname=`echo "$0" | sed 's%^.*/%%'` Line 12  progname=`echo "$0" | sed 's%^.*/%%'`
12    
13  libtool="../libtool"  libtool="../libtool"
14  make="${MAKE-make}"  make="${MAKE-make}"
15    SHELL="${CONFIG_SHELL-/bin/sh}"
16    
17  prefix="./_inst"  prefix="./_inst"
18  if test "$need_prefix" = yes; then  if test "$need_prefix" = yes; then
# Line 23  else Line 24  else
24    prefix=NONE    prefix=NONE
25  fi  fi
26    
27    # Extract CC from the libtool configuration
28    eval `$libtool --config | grep '^CC='`
29    
30  # See how redirections should work.  # See how redirections should work.
31  case "$VERBOSE" in  case "$VERBOSE" in
32  NO | no | 0 | "")  NO | no | 0 | "")

Legend:
Removed from v.1.1.1.6  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26