Edit

kc3-lang/automake/tests/defun.test

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1996-10-06 03:55:55
    Hash : c19b5620
    Message : Many bug fixes

  • tests/defun.test
  • #! /bin/sh
    
    # Make sure aclocal picks up on all macro definitions.
    
    . $srcdir/defs || exit 1
    
    cat > acinclude.m4 << 'END'
    AC_DEFUN([AM_FUNC_TWO],)
    AC_DEFUN([AM_FUNC_ONE],
    AC_REQUIRE([AM_FUNC_TWO]))
    END
    
    $ACLOCAL