Edit

kc3-lang/automake/tests/proginst.test

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1996-08-05 22:45:55
    Hash : ae0c9a76
    Message : Better aclocal/AM_ support

  • tests/proginst.test
  • #! /bin/sh
    
    # Test for bug where when multiple scripts are installed,
    # the check for AM_PROG_INSTALL fails.
    
    . $srcdir/defs || exit 1
    
    cat > Makefile.am << 'END'
    bin_SCRIPTS = zardoz qbert brownie
    END
    
    $AUTOMAKE