Edit

kc3-lang/automake/tests/comment.test

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1996-08-04 19:56:02
    Hash : 7c13e307
    Message : More bug fixes

  • tests/comment.test
  • #! /bin/sh
    
    # Make sure that `#' as start of word in AUTOMAKE_OPTIONS means
    # comment.
    
    . $srcdir/defs || exit 1
    
    cat > Makefile.am << 'END'
    AUTOMAKE_OPTIONS = #no such option
    END
    
    $AUTOMAKE