2 # Copyright (C) 2008, 2009, 2011 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 # Check that _AM_OUTPUT_DEPENDENCY_COMMANDS works with eval-style
18 # quoting in $CONFIG_FILES, done by newer Autoconf.
23 cat >>configure.
in << END
28 cat > Makefile.am
<< END
30 foo_SOURCES = foo.c foo.h
41 .
/configure
--enable-dependency-tracking
42 if test -d .deps
; then
44 elif test -d _deps
; then
50 # For the fun of it, we should also cope with makefile
51 # names that contain weird characters, with Autoconf 2.62
53 # Pick the first name that the file system will accept.
55 'weird name with $ `#() &! characters"' \
56 'weird name with $ `#() characters"' \
57 'weird name with characters'
59 cp Makefile.
in "$name.in" && break ||
:
67 .
/config.status
"$arg" depfiles
>stdout
2>stderr ||
68 { cat stdout
; cat stderr
>&2; Exit
1; }
71 grep '[Nn]o such file' stderr
&& Exit
1
73 if test -n "$depdir"; then
74 test -d $depdir || Exit
1