* configure.in: Upped to version 1.4k.
[automake.git] / tests / cxx.test
blob7e547202d7f5c34c2873a3161b6146cde8f3b080
1 #! /bin/sh
3 # Test that `.c++' extension works.
4 # From Ralf Corsepius.
6 . $srcdir/defs || exit 1
8 cat >> configure.in << 'END'
9 AC_PROG_CXX
10 END
12 cat > Makefile.am << 'END'
13 bin_PROGRAMS = hello
14 hello_SOURCES = hello.c++
15 END
17 $ACLOCAL || exit 1
18 $AUTOMAKE || exit 1
20 grep '^\.SUFFIXES:.*c[+][+]' Makefile.in