123456789101112131415161718192021222324252627282930 |
- #! /bin/sh
- . test-init.sh
- cat > Makefile.am << 'END'
- bin_PROGRAMS = @programs@
- END
- $ACLOCAL
- AUTOMAKE_fails
- grep 'bin_PROGRAMS.*configure substitution' stderr
- grep 'EXTRA_PROGRAMS.*not defined' stderr
- :
|