from Gary V. Vaughan * bootstrap (generate.awk): Generate test cases with new script. Index: bootstrap =================================================================== RCS file: /cvsroot/m4/m4/bootstrap,v retrieving revision 1.9 diff -u -r1.9 bootstrap --- bootstrap 2001/08/27 08:02:19 1.9 +++ bootstrap 2001/08/28 03:02:51 @@ -39,6 +39,9 @@ autoconf || exit 1 autoheader || exit 1 -( cd tests; ${SHELL-/bin/sh} ./get-them ../doc/m4.texinfo; ) +( + cd tests + ${AWK-awk} -f ./generate.awk ../doc/m4.texinfo > generated.at +) exit 0