Wed Jun 12 13:56:57 1996 David J MacKenzie <djm@catapult.va.pubnix.com>
+ * acgeneral.m4 (AC_CHECK_TYPE): Remove extra ')'.
+
* Many files: Update the FSF street address.
Sun Jun 9 17:54:23 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
[AC_EGREP_CPP(dnl
changequote(,)
$1[^a-zA-Z_0-9] dnl
-changequote([,])), [#include <sys/types.h>
+changequote([,]), [#include <sys/types.h>
#if STDC_HEADERS
#include <stdlib.h>
#endif], ac_cv_type_$1=yes, ac_cv_type_$1=no)])dnl
[AC_EGREP_CPP(dnl
changequote(,)
$1[^a-zA-Z_0-9] dnl
-changequote([,])), [#include <sys/types.h>
+changequote([,]), [#include <sys/types.h>
#if STDC_HEADERS
#include <stdlib.h>
#endif], ac_cv_type_$1=yes, ac_cv_type_$1=no)])dnl