source:
vendor/automake/1.4-p6/tests/badprog.test
Last change on this file was 3124, checked in by , 18 years ago | |
---|---|
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 | |
8 | cat >> configure.in << 'END' |
9 | AC_PROG_CC |
10 | END |
11 | |
12 | cat > Makefile.am << 'END' |
13 | bin_PROGRAMS = a,b |
14 | a_b_SOURCES = ab.c |
15 | END |
16 | |
17 | $AUTOMAKE |
Note:
See TracBrowser
for help on using the repository browser.