Edit

kc3-lang/automake/tests/acinclude.test

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1996-10-06 19:24:34
    Hash : 35bc95c9
    Message : Some aclocal bug fixes

  • tests/acinclude.test
  • #! /bin/sh
    
    # Test to make sure acinclude is actually included.
    # Report from Jim Meyering.
    
    . $srcdir/defs || exit 1
    
    echo moo > acinclude.m4
    
    $ACLOCAL || exit 1
    
    grep moo aclocal.m4