/[libtool]/libtool/libtoolize.m4sh
ViewVC logotype

Diff of /libtool/libtoolize.m4sh

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

revision 1.48 by rwild, Sat Dec 3 08:49:48 2005 UTC revision 1.49 by rwild, Sun Dec 4 14:34:03 2005 UTC
# Line 238  func_copy_cb () Line 238  func_copy_cb ()
238      copy_return_status=1      copy_return_status=1
239    
240      # Libtool is probably misinstalled if this happens:      # Libtool is probably misinstalled if this happens:
241      test -f "$my_srcdir/$my_file" || \      test -f "$my_srcdir/$my_file" ||
242        { func_error "\`$my_file' not found in \`$my_srcdir'"; return; }          func_fatal_error "\`$my_file' not found in \`$my_srcdir'"
243    
244      case $opt_verbose in      case $opt_verbose in
245        false) my_copy_msg="file \`$my_destdir/$my_file'"     ;;        false) my_copy_msg="file \`$my_destdir/$my_file'"     ;;
# Line 350  func_copy_some_files () Line 350  func_copy_some_files ()
350            fi            fi
351          fi          fi
352        else        else
353          # Not a regular file          func_fatal_error "\`$my_filename' not found in \`$my_srcdir'"
         continue  
354        fi        fi
355    
356        $my_copy_cb "$my_filename" "$my_srcdir" "$my_destdir"        $my_copy_cb "$my_filename" "$my_srcdir" "$my_destdir"
# Line 712  func_serial_update () Line 711  func_serial_update ()
711      my_srcfile="$my_srcdir/$my_filename"      my_srcfile="$my_srcdir/$my_filename"
712      my_destfile="$my_destdir/$my_filename"      my_destfile="$my_destdir/$my_filename"
713    
714      test -f "$my_srcfile" || {      test -f "$my_srcfile" || func_fatal_error "\`$my_srcfile' does not exist."
       func_error "\`$my_srcfile' does not exist."  
       return  
     }  
715    
716      if test -f "$my_destfile"; then      if test -f "$my_destfile"; then
717        my_src_serial=`func_serial "$my_srcfile" "$my_macro_regex"`        my_src_serial=`func_serial "$my_srcfile" "$my_macro_regex"`
# Line 786  func_keyword_update () Line 782  func_keyword_update ()
782    
783      my_keyword_update_p=:      my_keyword_update_p=:
784    
785      test -f "$my_srcfile" || {      test -f "$my_srcfile" || func_fatal_error "\`$my_srcfile' does not exist."
       func_error "\`$my_srcfile' does not exist."  
       return  
     }  
786    
787      if test -f "$my_destfile"; then      if test -f "$my_destfile"; then
788        my_src_serial=`$SED -e "$my_sed_script" "$my_srcfile"`        my_src_serial=`$SED -e "$my_sed_script" "$my_srcfile"`

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49

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