summaryrefslogtreecommitdiff
path: root/m4/restrict.m4
AgeCommit message (Collapse)Author
2003-08-07Merge with gnulib.Jim Meyering
(gl_C_RESTRICT): Renamed from ACX_C_RESTRICT. All uses changed. Rename cache vars to gl_cv_*. Incorporate latest Autoconf CVS tricks.
2003-02-12(ACX_C_RESTRICT): Remove #ifndef -- so now thisJim Meyering
macro also checks for support when using a C++ compiler. Also, remove the test for SGI's __restrict. Suggested by Steven G. Johnson.
2003-02-12(ACX_C_RESTRICT): Minor syntactic changes:Jim Meyering
Split long lines, use AC_COMPILE_IFELSE, use `case' instead of nested `if's, remove unnecessary quotes.
2003-02-12verbatim from the URL in the commentJim Meyering