Edit

kc3-lang/automake/tests/spell3.test

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1996-09-23 06:30:19
    Hash : 7930983a
    Message : added dist-all. bug fix with internal _DEPENDENCIES vars

  • tests/spell3.test
  • #! /bin/sh
    
    # Test to make sure some internal _DEPENDENCIES variables don't cause
    # errors.
    
    . $srcdir/defs || exit 1
    
    cat > Makefile.am << 'END'
    TAGS_DEPENDENCIES = joe
    ## Required to avoid error.
    ETAGS_ARGS = joe
    END
    
    $AUTOMAKE