/[autoconf]/autoconf/lib/autoconf/status.m4
ViewVC logotype

Diff of /autoconf/lib/autoconf/status.m4

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

revision 1.26 by eggert, Wed May 29 22:26:43 2002 UTC revision 1.27 by eggert, Thu Jun 6 17:55:47 2002 UTC
# Line 777  for ac_file in : $CONFIG_LINKS; do test Line 777  for ac_file in : $CONFIG_LINKS; do test
777        *) ac_rel_source=$ac_top_builddir$srcdir/$ac_source ;;        *) ac_rel_source=$ac_top_builddir$srcdir/$ac_source ;;
778    esac    esac
779    
780    # Make a symlink if possible; otherwise try a hard link.    # Try a symlink, then a hard link, then a copy.
781    ln -s $ac_rel_source $ac_dest 2>/dev/null ||    ln -s $ac_rel_source $ac_dest 2>/dev/null ||
782      ln $srcdir/$ac_source $ac_dest ||      ln $srcdir/$ac_source $ac_dest 2>/dev/null ||
783      AC_MSG_ERROR([cannot link $ac_dest to $srcdir/$ac_source])      cp -p $srcdir/$ac_source $ac_dest ||
784        AC_MSG_ERROR([cannot link or copy $srcdir/$ac_source to $ac_dest])
785  m4_ifset([AC_LIST_LINKS_COMMANDS],  m4_ifset([AC_LIST_LINKS_COMMANDS],
786  [  # Run the commands associated with the file.  [  # Run the commands associated with the file.
787    case $ac_file in    case $ac_file in

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

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