sure not to introduce newlines in at_groups.
* lib/autotest/Makefile.am (autotest.m4f): Typo.
+2002-02-06 Akim Demaille <akim@epita.fr>
+
+ * lib/autotest/general.m4 (AT_INIT): When handling --keywords, be
+ sure not to introduce newlines in at_groups.
+ * lib/autotest/Makefile.am (autotest.m4f): Typo.
+
2002-02-06 Akim Demaille <akim@epita.fr>
* tests/torture.at (Configuring subdirectories): Skip if aclocal
## The frozen files. ##
## ------------------ ##
-autotest.m4f: $(autotests_m4f_dependencies)
+autotest.m4f: $(autotest_m4f_dependencies)
include ../freeze.mk
rm -f eof.log; \
fi
-autotest.m4f: $(autotests_m4f_dependencies)
+autotest.m4f: $(autotest_m4f_dependencies)
$(AUTOM4TE):
cd $(top_builddir)/tests && $(MAKE) $(AM_MAKEFLAGS) autom4te
$(AUTOM4TE_CFG):
egrep -i "^[[^;]]*;[[^;]]*;.*$at_keyword"`
done
at_groups_selected=`echo "$at_groups_selected" | sed 's/;.*//'`
+ # Smash the end of lines.
+ at_groups_selected=`echo $at_groups_selected`
at_groups="$at_groups$at_groups_selected "
;;
KEYWORDS
_ATEOF
- # " 1 42 45 " => "^(1|42|45);"
+ # " 1 42 45 " => "^(1|42|45);".
at_groups_pattern=`echo "$at_groups" | sed 's/^ *//;s/ *$//;s/ */|/g'`
at_groups_pattern="^(${at_groups_pattern});"
echo "$at_help_all" |