Edit

kc3-lang/automake/tests/output3.test

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1996-12-07 23:32:27
    Hash : 3af6edd9
    Message : fixed output3.test

  • tests/output3.test
  • #! /bin/sh
    
    # Yet another AC_OUTPUT test.
    
    . $srcdir/defs || exit 1
    
    cat > configure.in << 'END'
    PACKAGE=nonesuch
    VERSION=nonesuch
    AC_ARG_PROGRAM
    AC_PROG_INSTALL
    AC_OUTPUT([Makefile
    tests/Makefile tests/defs],
    [blah])
    END
    
    : > Makefile.am
    
    mkdir tests
    : > tests/Makefile.am
    : > tests/defs.in
    
    $AUTOMAKE