Edit

kc3-lang/automake/tests/cxxcpp.test

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1998-02-05 20:43:29
    Hash : 4948270c
    Message : applied AC_PROG_CXXCPP patch

  • tests/cxxcpp.test
  • #! /bin/sh
    
    # Make sure automake sees AC_PROG_CXXCPP.  From Garth Corral.
    
    . $srcdir/defs || exit 1
    
    cat >> configure.in << 'END'
    AC_PROG_CXXCPP
    END
    
    
    : > Makefile.am
    
    $AUTOMAKE || exit 1
    
    grep '^CXXCPP' Makefile.in