]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
remove extraneous paren
authorDavid MacKenzie <djm@djmnet.org>
Wed, 12 Jun 1996 18:45:21 +0000 (18:45 +0000)
committerDavid MacKenzie <djm@djmnet.org>
Wed, 12 Jun 1996 18:45:21 +0000 (18:45 +0000)
ChangeLog
acgeneral.m4
lib/autoconf/general.m4

index 79fb66654d049ba8375bfd26a369f6ef8b3e209c..5bd8ee9638cc7951f6b60afc1b1afcc839856b23 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 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>
index d146cb2b146eeadaec39b7284b8990943b1b60b7..414f1af7936daf2942f9ed3070e70257f8f26a47 100644 (file)
@@ -1776,7 +1776,7 @@ AC_CACHE_VAL(ac_cv_type_$1,
 [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
index d146cb2b146eeadaec39b7284b8990943b1b60b7..414f1af7936daf2942f9ed3070e70257f8f26a47 100644 (file)
@@ -1776,7 +1776,7 @@ AC_CACHE_VAL(ac_cv_type_$1,
 [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