projects
/
platform
/
upstream
/
automake.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
* space.test: New file.
[platform/upstream/automake.git]
/
tests
/
space.test
1
#! /bin/sh
2
3
# Test leading space on macro assignment.
4
5
. $srcdir/defs || exit 1
6
7
echo AC_PROG_CC >> configure.in
8
9
cat > Makefile.am << 'END'
10
bin_PROGRAMS = foo
11
foo_SOURCES = foo.c
12
END
13
14
$AUTOMAKE