Edit

kc3-lang/automake/tests/ammissing.test

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1997-10-21 06:52:08
    Hash : b5e75019
    Message : aclocal fix

  • tests/ammissing.test
  • #! /bin/sh
    
    # Test to see if aclocal correctly reports missing AM_ macro.
    
    . $srcdir/defs || exit 1
    
    echo AM_ZARDOZ >> configure.in
    
    $ACLOCAL && exit 1
    exit 0