2 # Copyright (C) 2000-2012 Free Software Foundation, Inc.
4 # This program is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation; either version 2, or (at your option)
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 # GNU General Public License for more details.
14 # You should have received a copy of the GNU General Public License
15 # along with this program. If not, see <http://www.gnu.org/licenses/>.
17 # Test for PR automake/87.
18 # "make distcheck" fails when two source dirs exist.
27 unindent
>$i/$i.c
<<EOF
33 unindent
>$i/Makefile.am
<<EOF
39 echo "SUBDIRS = $subdirs" > Makefile.am
41 cat > configure.ac
<<EOF
43 AC_CONFIG_SRCDIR([foo/foo.c])
44 AC_CONFIG_AUX_DIR([.])
47 AC_CONFIG_FILES([Makefile])
48 AC_CONFIG_FILES([$(echo $subdirs | sed 's|\([a-z][a-z]*\)|\1/Makefile|g')])
58 # Regression test for bug where '.c.o:' is followed by blank line.
60 if test "$line" = ".c.o:"; then
62 if test -z "$next"; then
65 : # For shells with broken 'set -e'.
69 done) < foo
/Makefile.
in ||
exit 1