/[libtool]/libtool/exe/execute-txt.tpl
ViewVC logotype

Diff of /libtool/exe/execute-txt.tpl

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

revision 1.1.2.1 by bkorb, Sun May 13 16:44:40 2001 UTC revision 1.1.2.2 by bkorb, Sun May 13 19:47:10 2001 UTC
# Line 1  Line 1 
1  [++ AutoGen5 Template ++]  [++ AutoGen5 Template ++]
2      # Handle -dlopen flags immediately.      # Handle -dlopen flags immediately.
3      for file in $execute_dlfiles; do      for file in $execute_dlfiles; do[++
4        [++ test-or-exit test = 'test ! -f "$file"'        test-or-exit test = 'test ! -f "$file"'
5           msg = "\\`$file' is not a file" ++]           msg = "\\`$file' is not a file" ++]
6    
7        dir=        dir=
8        case $file in        case $file in
9        *.la)        *.la)
10          # Check to see that this really is a libtool archive.          # Check to see that this really is a libtool archive.[++
11          [++ test-or-exit  invert = yes          test-or-exit  invert = yes
12            test = "sed -e '2q' $file | egrep \"^# Generated by .*$PACKAGE\""            test = "sed -e '2q' $file | egrep \"^# Generated by .*$PACKAGE\""
13            msg  = "\\`$lib' is not a valid libtool archive"  ++]            msg  = "\\`$lib' is not a valid libtool archive"  ++]
14    
# Line 30  Line 30 
30          fi          fi
31    
32          dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`          dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
33          test "X$dir" = "X$file" && dir=.          test "X$dir" = "X$file" && dir=.[++
34    
35          [++ test-or-exit test = 'test -f "$dir/$objdir/$dlname"'  invert = yes          test-or-exit test = 'test -f "$dir/$objdir/$dlname"'  invert = yes
36             msg = "cannot find \\`$dlname' in \\`$dir' or \\`$dir/$objdir'" ++]             msg = "cannot find \\`$dlname' in \\`$dir' or \\`$dir/$objdir'" ++]
37          dir="$dir/$objdir"          dir="$dir/$objdir"
38          ;;          ;;

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

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