Edit

kc3-lang/automake/tests/insh2.test

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1996-05-18 17:32:54
    Hash : 8cb39766
    Message : More fixes

  • 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