source: vendor/automake/1.4-p6/tests/cxxo.test

Last change on this file was 3124, checked in by bird, 18 years ago

automake 1.4-p6

File size: 286 bytes
Line 
1#! /bin/sh
2
3# Make sure C++ files are rewritten to ".o" and not just "o".
4. $srcdir/defs || exit 1
5
6cat >> configure.in << 'END'
7AC_PROG_CXX
8END
9
10cat > Makefile.am << 'END'
11sbin_PROGRAMS = anonymous
12anonymous_SOURCES = doe.C
13END
14
15: > doe.C
16
17$AUTOMAKE || exit 1
18
19fgrep doe.o Makefile.in
Note: See TracBrowser for help on using the repository browser.