Edit

kc3-lang/automake/tests/dup3.test

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1999-12-15 19:01:34
    Hash : 6b57816f
    Message : * dup3.test: New file. * Makefile.am (TESTS): Added dup3.test.

  • tests/dup3.test
  • #! /bin/sh
    
    # Make sure aclocal searches includes in the right order.
    
    . $srcdir/defs || exit 1
    
    cat >> configure.in << 'END'
    AM_INIT_AUTOMAKE
    END
    
    mkdir zoo
    cat > zoo/zoo.m4 << 'END'
    AC_DEFUN(AM_INIT_AUTOMAKE, zardoz)
    END
    
    $ACLOCAL -I zoo || exit 1
    fgrep zardoz aclocal.m4