Comment 8 for bug 487903

Revision history for this message
Soren Hansen (soren) wrote :

Simple SRU.

TEST CASE:
mkdir mytmpdir
cd mytmpdir
cat <<EOF > configure.ac
AC_INIT()
AM_PATH_CHECK
EOF
aclocal

Without this patch, it will go into an infinite loop and keep eating more and more memory at a very fast rate. With the patch, it'll terminate succesfully.