Edit

kc3-lang/automake/tests/insh2.test

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1997-04-09 01:36:35
    Hash : aae29754
    Message : tests respect MAKE

  • tests/insh2.test
  • #! /bin/sh
    
    # Test for bug where install-sh not included in distribution.
    
    . $srcdir/defs || exit 1
    
    cat > Makefile.am << 'END'
    pkgdata_DATA =
    magic:
    	@echo $(DISTFILES)
    END
    
    $AUTOMAKE || exit 1
    
    $MAKE -s -f Makefile.in magic | grep install-sh