repo.or.cz
/
automake.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* automake.texi (Macros): Document AM_PROG_AS.
[automake.git]
/
tests
/
badprog.test
blob
47711e7627ac1f4d9fbdc2c03652eef540e7e985
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
$ACLOCAL
||
exit
1
18
$AUTOMAKE