/[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.32 by akim, Tue Nov 12 10:54:46 2002 UTC revision 1.33 by akim, Fri Feb 28 10:11:12 2003 UTC
# Line 1  Line 1 
1  # This file is part of Autoconf.                       -*- Autoconf -*-  # This file is part of Autoconf.                       -*- Autoconf -*-
2  # Parameterizing and creating config.status.  # Parameterizing and creating config.status.
3  # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002  # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2003
4  # Free Software Foundation, Inc.  # Free Software Foundation, Inc.
5    
6  # This program is free software; you can redistribute it and/or modify  # This program is free software; you can redistribute it and/or modify
# Line 523  for ac_file in : $CONFIG_HEADERS; do tes Line 523  for ac_file in : $CONFIG_HEADERS; do tes
523        [[\\/$]]*)        [[\\/$]]*)
524           # Absolute (can't be DOS-style, as IFS=:)           # Absolute (can't be DOS-style, as IFS=:)
525           test -f "$f" || AC_MSG_ERROR([cannot find input file: $f])           test -f "$f" || AC_MSG_ERROR([cannot find input file: $f])
526           echo $f;;           # Do quote $f, to prevent DOS paths from being IFS'd.
527             echo "$f";;
528        *) # Relative        *) # Relative
529           if test -f "$f"; then           if test -f "$f"; then
530             # Build tree             # Build tree
531             echo $f             echo "$f"
532           elif test -f "$srcdir/$f"; then           elif test -f "$srcdir/$f"; then
533             # Source tree             # Source tree
534             echo $srcdir/$f             echo "$srcdir/$f"
535           else           else
536             # /dev/null tree             # /dev/null tree
537             AC_MSG_ERROR([cannot find input file: $f])             AC_MSG_ERROR([cannot find input file: $f])
# Line 979  AC_PROVIDE_IFELSE([AC_PROG_INSTALL], Line 980  AC_PROVIDE_IFELSE([AC_PROG_INSTALL],
980        [[\\/$]]*)        [[\\/$]]*)
981           # Absolute (can't be DOS-style, as IFS=:)           # Absolute (can't be DOS-style, as IFS=:)
982           test -f "$f" || AC_MSG_ERROR([cannot find input file: $f])           test -f "$f" || AC_MSG_ERROR([cannot find input file: $f])
983           echo $f;;           echo "$f";;
984        *) # Relative        *) # Relative
985           if test -f "$f"; then           if test -f "$f"; then
986             # Build tree             # Build tree
987             echo $f             echo "$f"
988           elif test -f "$srcdir/$f"; then           elif test -f "$srcdir/$f"; then
989             # Source tree             # Source tree
990             echo $srcdir/$f             echo "$srcdir/$f"
991           else           else
992             # /dev/null tree             # /dev/null tree
993             AC_MSG_ERROR([cannot find input file: $f])             AC_MSG_ERROR([cannot find input file: $f])

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

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