/[autoconf]/autoconf/GNUmakefile
ViewVC logotype

Diff of /autoconf/GNUmakefile

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

revision 1.2 by adl, Sun Aug 12 13:05:11 2001 UTC revision 1.3 by akim, Tue Apr 8 07:42:14 2003 UTC
# Line 22  Line 22 
22    
23  # Systems where /bin/sh is not the default shell need this.  The $(shell)  # Systems where /bin/sh is not the default shell need this.  The $(shell)
24  # command below won't work with e.g. stock DOS/Windows shells.  # command below won't work with e.g. stock DOS/Windows shells.
25    ifeq ($(wildcard /bin/s[h]),/bin/sh)
26  SHELL = /bin/sh  SHELL = /bin/sh
27    else
28    # will be used only with the next shell-test line, then overwritten
29    # by a configured-in value
30    SHELL = sh
31    endif
32    
33  have-Makefile := $(shell test -f Makefile && echo yes)  have-Makefile := $(shell test -f Makefile && echo yes)
34    

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

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