Edit

kc3-lang/automake/tests/version3.test

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1998-04-06 04:48:22
    Hash : 41f18c10
    Message : version checking fix

  • tests/version3.test
  • #! /bin/sh
    
    # Test to make sure version in AUTOMAKE_OPTIONS works.
    
    . $srcdir/defs || exit 1
    
    cat > Makefile.am << 'END'
    AUTOMAKE_OPTIONS = 9.9x
    END
    
    $AUTOMAKE && exit 1
    exit 0