Edit

kc3-lang/automake/tests/order.test

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1996-08-13 05:21:39
    Hash : 322897f7
    Message : Bug fix

  • tests/order.test
  • #! /bin/sh
    
    # Make sure AC_DEFUN is handled correctly.  This test isn't named very
    # well.  Report from Jim Meyering.
    
    . $srcdir/defs || exit 1
    
    cat > configure.in << 'END'
    jm_TEST
    END
    
    cat > acinclude.m4 << 'END'
    AC_DEFUN(jm_TEST
    )
    AC_REQUIRE([jm_TEST])
    END
    
    $ACLOCAL