END
$ACLOCAL
--# FIXME: stop disabling the warnings in the 'unsupported' category
--# FIXME: once the 'subdir-objects' option has been mandatory.
--$AUTOMAKE -a -Wno-unsupported
- grep include Makefile.in # For debugging.
- grep 'include.*\./\$(DEPDIR)/foo\.P' Makefile.in
- LC_ALL=C grep 'include.*[^a-zA-Z0-9_/]sub/\$(DEPDIR)/bar\.P' Makefile.in
- $EGREP 'include.*/(\.|sub)/\$\(DEPDIR\)' Makefile.in && exit 1
-grep '\.P' Makefile.in # For debugging.
-grep '\./\$(DEPDIR)/foo\.Po' Makefile.in
-grep '\./\$(DEPDIR)/bar\.Po' Makefile.in
-grep '/\./\$(DEPDIR)' Makefile.in && exit 1
-
-$AUTOCONF
-# Don't reject slower dependency extractors, for better coverage.
-./configure --enable-dependency-tracking
-$MAKE
-cross_compiling || ./zardoz
-DISTCHECK_CONFIGURE_FLAGS='--enable-dependency-tracking' $MAKE distcheck
-
-# Try again with subdir-objects option.
-
-echo AUTOMAKE_OPTIONS = subdir-objects >> Makefile.am
-
-$AUTOMAKE
++$AUTOMAKE -a
+ grep '\.P' Makefile.in # For debugging.
+ grep '\./\$(DEPDIR)/foo\.Po' Makefile.in
+ grep '[^a-zA-Z0-9_/]sub/\$(DEPDIR)/bar\.Po' Makefile.in
+ $EGREP '/(\.|sub)/\$\(DEPDIR\)' Makefile.in && exit 1
$AUTOCONF
# Don't reject slower dependency extractors, for better coverage.
libtoolize
$ACLOCAL
-# FIXME: stop disabling the warnings in the 'unsupported' category
-# FIXME: once the 'subdir-objects' option has been mandatory.
-$AUTOMAKE -a -Wno-unsupported
-grep '\.P' Makefile.in # For debugging.
-grep '\./\$(DEPDIR)/foo\.Plo' Makefile.in
-grep '\./\$(DEPDIR)/bar\.Plo' Makefile.in
-grep '/\./\$(DEPDIR)' Makefile.in && exit 1
-
-$AUTOCONF
-# Don't reject slower dependency extractors, for better coverage.
-./configure --enable-dependency-tracking
-$MAKE
-DISTCHECK_CONFIGURE_FLAGS='--enable-dependency-tracking' $MAKE distcheck
-
-# Try again with subdir-objects option.
-
-echo AUTOMAKE_OPTIONS += subdir-objects >> Makefile.am
+$AUTOMAKE -a
- grep include Makefile.in # For debugging.
- LC_ALL=C grep 'include.*[^a-zA-Z0-9_/]sub/\$(DEPDIR)/bar\.P' Makefile.in
- $EGREP 'include.*/(\.|sub)/\$\(DEPDIR\)' Makefile.in && exit 1
+
-$AUTOMAKE
+ grep '\.P' Makefile.in # For debugging.
+ grep '\./\$(DEPDIR)/foo\.Plo' Makefile.in
+ grep '[^a-zA-Z0-9_/]sub/\$(DEPDIR)/bar\.Plo' Makefile.in
+ $EGREP '/(\.|sub)/\$\(DEPDIR\)' Makefile.in && exit 1
$AUTOCONF
# Don't reject slower dependency extractors, for better coverage.