Edit

kc3-lang/automake/tests/acouttbs2.test

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1996-08-04 20:39:35
    Hash : b9c56835
    Message : More fixes

  • tests/acouttbs2.test
  • #! /bin/sh
    
    # Test for bug reported by David A. Swierczek.
    # Another bug with \ in AC_OUTPUT (this time with whitespace).
    
    . $srcdir/defs || exit 1
    
    cat > configure.in << 'END'
    PACKAGE=nonesuch
    VERSION=nonesuch
    AC_ARG_PROGRAM
    AC_PROG_INSTALL
    AC_OUTPUT(\
       Makefile \
       zot
    )
    END
    
    : > Makefile.am
    : > zot.in
    
    $AUTOMAKE