Edit

kc3-lang/automake/tests/cxxo.test

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1996-12-06 01:25:58
    Hash : f67cc5bd
    Message : bug fix and new test

  • tests/cxxo.test
  • #! /bin/sh
    
    # Make sure C++ files are rewritten to ".o" and not just "o".
    . $srcdir/defs || exit 1
    
    cat >> configure.in << 'END'
    AC_PROG_CXX
    END
    
    cat > Makefile.am << 'END'
    sbin_PROGRAMS = anonymous
    anonymous_SOURCES = doe.C
    END
    
    : > doe.C
    
    $AUTOMAKE || exit 1
    
    fgrep doe.o Makefile.in