* acgeneral.m4: Formating changes.
* acspecific.m4: Likewise.
+1999-10-31 Akim Demaille <akim@epita.fr>
+
+ * acgeneral.m4: Formating changes.
+ * acspecific.m4: Likewise.
+
1999-10-31 Akim Demaille <akim@epita.fr>
* Makefile.am (pkgdata_DATA): Split into dist_pkgdata_DATA and
AC_MSG_RESULT(no)
fi
AC_SUBST($1)dnl
-])
+])dnl AC_PATH_PROG
dnl AC_PATH_PROGS(VARIABLE, PROGS-TO-CHECK-FOR [, VALUE-IF-NOT-FOUND
fi
])dnl AC_FUNC_WAIT3
+
+dnl AC_FUNC_ALLOCA
+dnl --------------
AC_DEFUN(AC_FUNC_ALLOCA,
[AC_REQUIRE_CPP()dnl Set CPP; we run AC_EGREP_CPP conditionally.
# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
AC_SUBST(ALLOCA)dnl
])dnl AC_FUNC_ALLOCA
+
+dnl AC_FUNC_GETLOADAVG
+dnl ------------------
AC_DEFUN(AC_FUNC_GETLOADAVG,
[ac_have_func=no # yes means we've found a way to get the load average.
KMEM_GROUP=$ac_cv_group_kmem
fi
AC_SUBST(KMEM_GROUP)dnl
-])
+])dnl AC_FUNC_GETLOADAVG
+
+dnl AC_FUNC_UTIME_NULL
+dnl ------------------
AC_DEFUN(AC_FUNC_UTIME_NULL,
[AC_CACHE_CHECK(whether utime accepts a null argument, ac_cv_func_utime_null,
[rm -f conftestdata; >conftestdata
[Define if `utime(file, NULL)' sets file's timestamp to the
present.])
fi
-])
+])dnl AC_FUNC_UTIME_NULL
+
+dnl AC_FUNC_STRCOLL
+dnl ---------------
AC_DEFUN(AC_FUNC_STRCOLL,
[AC_CACHE_CHECK(for working strcoll, ac_cv_func_strcoll_works,
[AC_TRY_RUN([#include <string.h>
[Define if you have the `strcoll' function and it is properly
defined.])
fi
-])
+])dnl AC_FUNC_STRCOLL
+
+dnl AC_FUNC_SETVBUF_REVERSED
+dnl ------------------------
AC_DEFUN(AC_FUNC_SETVBUF_REVERSED,
[AC_CACHE_CHECK(whether setvbuf arguments are reversed,
ac_cv_func_setvbuf_reversed,
its second argument and the buffer pointer as the third, as on
System V before release 3.])
fi
-])
+])dnl AC_FUNC_SETVBUF_REVERSED
+
AC_DEFUN(AC_FUNC_GETMNTENT,
[# getmntent is in -lsun on Irix 4, -lseq on Dynix/PTX, -lgen on Unixware.
[AC_DEFINE(HAVE_GETMNTENT, 1,
[Define if you have the `getmntent' function.])])])
+
AC_DEFUN(AC_FUNC_MKTIME,
[AC_REQUIRE([AC_HEADER_TIME])dnl
AC_CHECK_HEADERS(sys/time.h unistd.h)
AC_MSG_RESULT(no)
fi
AC_SUBST($1)dnl
-])
+])dnl AC_PATH_PROG
dnl AC_PATH_PROGS(VARIABLE, PROGS-TO-CHECK-FOR [, VALUE-IF-NOT-FOUND
fi
])dnl AC_FUNC_WAIT3
+
+dnl AC_FUNC_ALLOCA
+dnl --------------
AC_DEFUN(AC_FUNC_ALLOCA,
[AC_REQUIRE_CPP()dnl Set CPP; we run AC_EGREP_CPP conditionally.
# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
AC_SUBST(ALLOCA)dnl
])dnl AC_FUNC_ALLOCA
+
+dnl AC_FUNC_GETLOADAVG
+dnl ------------------
AC_DEFUN(AC_FUNC_GETLOADAVG,
[ac_have_func=no # yes means we've found a way to get the load average.
KMEM_GROUP=$ac_cv_group_kmem
fi
AC_SUBST(KMEM_GROUP)dnl
-])
+])dnl AC_FUNC_GETLOADAVG
+
+dnl AC_FUNC_UTIME_NULL
+dnl ------------------
AC_DEFUN(AC_FUNC_UTIME_NULL,
[AC_CACHE_CHECK(whether utime accepts a null argument, ac_cv_func_utime_null,
[rm -f conftestdata; >conftestdata
[Define if `utime(file, NULL)' sets file's timestamp to the
present.])
fi
-])
+])dnl AC_FUNC_UTIME_NULL
+
+dnl AC_FUNC_STRCOLL
+dnl ---------------
AC_DEFUN(AC_FUNC_STRCOLL,
[AC_CACHE_CHECK(for working strcoll, ac_cv_func_strcoll_works,
[AC_TRY_RUN([#include <string.h>
[Define if you have the `strcoll' function and it is properly
defined.])
fi
-])
+])dnl AC_FUNC_STRCOLL
+
+dnl AC_FUNC_SETVBUF_REVERSED
+dnl ------------------------
AC_DEFUN(AC_FUNC_SETVBUF_REVERSED,
[AC_CACHE_CHECK(whether setvbuf arguments are reversed,
ac_cv_func_setvbuf_reversed,
its second argument and the buffer pointer as the third, as on
System V before release 3.])
fi
-])
+])dnl AC_FUNC_SETVBUF_REVERSED
+
AC_DEFUN(AC_FUNC_GETMNTENT,
[# getmntent is in -lsun on Irix 4, -lseq on Dynix/PTX, -lgen on Unixware.
[AC_DEFINE(HAVE_GETMNTENT, 1,
[Define if you have the `getmntent' function.])])])
+
AC_DEFUN(AC_FUNC_MKTIME,
[AC_REQUIRE([AC_HEADER_TIME])dnl
AC_CHECK_HEADERS(sys/time.h unistd.h)