while read f; do cp "$f" m4; done
AT_CHECK([autoreconf -Wall -v -i], 0, [ignore], [stderr])
-AT_CHECK([$EGREP 'running: libtoolize' stderr], 0, [ignore], [ignore])
+AT_CHECK([$EGREP 'running: .*libtoolize' stderr], 0, [ignore], [ignore])
AT_CHECK_CONFIGURE
# autoreconf runs autopoint before aclocal, so we don't need to
# worry about the m4 files being unavailable as we do for libtool.
AT_CHECK([autoreconf -Wall -v -i], 0, [ignore], [stderr])
-AT_CHECK([$EGREP 'running: autopoint' stderr], 0, [ignore], [ignore])
+AT_CHECK([$EGREP 'running: .*autopoint' stderr], 0, [ignore], [ignore])
AT_CHECK_CONFIGURE([--no-create])
# autoreconf runs autopoint before aclocal, so we don't need to
# worry about the m4 files being unavailable as we do for libtool.
AT_CHECK([autoreconf -Wall -v -i], 0, [ignore], [stderr])
-AT_CHECK([$EGREP 'running: autopoint' stderr], 0, [ignore], [ignore])
+AT_CHECK([$EGREP 'running: .*autopoint' stderr], 0, [ignore], [ignore])
# The requested version of gettext.m4 is new enough that its
# po/Makefile.in.in does not provoke warnings from config.status.
# configure script will not work.
AS_IF([$at_autopoint_modern], [
- AT_CHECK([$EGREP 'running: autopoint' stderr], 0, [ignore], [ignore])
+ AT_CHECK([$EGREP 'running: .*autopoint' stderr], 0, [ignore], [ignore])
AT_CHECK_CONFIGURE
], [
AT_CHECK([$EGREP 'not running autopoint because it is too old' stderr],
# configure script will not work.
AS_IF([$at_autopoint_modern], [
- AT_CHECK([$EGREP 'running: autopoint' stderr], 0, [ignore], [ignore])
+ AT_CHECK([$EGREP 'running: .*autopoint' stderr], 0, [ignore], [ignore])
AT_CHECK_CONFIGURE
], [
AT_CHECK([$EGREP 'not running autopoint because it is too old' stderr],
# configure script will not work.
AS_IF([$at_autopoint_modern], [
- AT_CHECK([$EGREP 'running: autopoint' stderr], 0, [ignore], [ignore])
+ AT_CHECK([$EGREP 'running: .*autopoint' stderr], 0, [ignore], [ignore])
AT_CHECK_CONFIGURE
], [
AT_CHECK([$EGREP 'not running autopoint because it is too old' stderr],
# definition for AM_INIT_AUTOMAKE and bomb out.
AT_CHECK([autoreconf -Wall -v -i -x aclocal,automake], 1, [], [stderr])
AT_CHECK([$EGREP 'not running aclocal' stderr], 0, [ignore], [ignore])
-AT_CHECK([$EGREP 'running: autoconf' stderr], 0, [ignore], [ignore])
+AT_CHECK([$EGREP 'running: .*autoconf' stderr], 0, [ignore], [ignore])
AT_CHECK(
[$EGREP 'error: undefined or overquoted macro: AM_INIT_AUTOMAKE' stderr],
0, [ignore], [ignore])
# autoreconf detects that our stub aclocal.m4 was not generated by aclocal.
AT_CHECK([autoreconf -Wall -v -i -x aclocal,automake], 0, [], [stderr])
AT_CHECK([$EGREP 'not using aclocal' stderr], 0, [ignore], [ignore])
-AT_CHECK([$EGREP 'running: autoconf' stderr], 0, [ignore], [ignore])
+AT_CHECK([$EGREP 'running: .*autoconf' stderr], 0, [ignore], [ignore])
AT_CHECK(
[$EGREP 'error: undefined or overquoted macro: AM_INIT_AUTOMAKE' stderr],
1, [ignore], [ignore])