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

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

automake 1.4-p6

File size: 241 bytes
Line 
1#! /bin/sh
2
3# Test to make sure that programs with bad names are properly
4# transformed.
5
6. $srcdir/defs || exit 1
7
8cat >> configure.in << 'END'
9AC_PROG_CC
10END
11
12cat > Makefile.am << 'END'
13bin_PROGRAMS = a,b
14a_b_SOURCES = ab.c
15END
16
17$AUTOMAKE
Note: See TracBrowser for help on using the repository browser.