From: Akim Demaille Date: Tue, 21 Dec 1999 11:50:26 +0000 (+0000) Subject: 1999-10-31 Akim Demaille X-Git-Tag: autoconf-2.50~1296 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfbd874be55c40dec2f3c6c41f8d35244aec67f7;p=thirdparty%2Fautoconf.git 1999-10-31 Akim Demaille * acgeneral.m4: Formating changes. * acspecific.m4: Likewise. --- diff --git a/ChangeLog b/ChangeLog index dc2c39201..f70b05f04 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-10-31 Akim Demaille + + * acgeneral.m4: Formating changes. + * acspecific.m4: Likewise. + 1999-10-31 Akim Demaille * Makefile.am (pkgdata_DATA): Split into dist_pkgdata_DATA and diff --git a/acgeneral.m4 b/acgeneral.m4 index 8e88cfc7f..3f56d0755 100644 --- a/acgeneral.m4 +++ b/acgeneral.m4 @@ -2251,7 +2251,7 @@ else 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 diff --git a/acspecific.m4 b/acspecific.m4 index 5df4be8b8..e5c4e0205 100644 --- a/acspecific.m4 +++ b/acspecific.m4 @@ -1636,6 +1636,9 @@ if test $ac_cv_func_wait3_rusage = yes; then 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 @@ -1729,6 +1732,9 @@ fi 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. @@ -1842,8 +1848,11 @@ changequote([, ])dnl 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 @@ -1863,8 +1872,11 @@ if test $ac_cv_func_utime_null = yes; then [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 @@ -1880,8 +1892,11 @@ if test $ac_cv_func_strcoll_works = yes; then [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, @@ -1903,7 +1918,8 @@ if test $ac_cv_func_setvbuf_reversed = yes; then 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. @@ -1914,6 +1930,7 @@ AC_CHECK_FUNC(getmntent, [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) diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4 index 8e88cfc7f..3f56d0755 100644 --- a/lib/autoconf/general.m4 +++ b/lib/autoconf/general.m4 @@ -2251,7 +2251,7 @@ else 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 diff --git a/lib/autoconf/specific.m4 b/lib/autoconf/specific.m4 index 5df4be8b8..e5c4e0205 100644 --- a/lib/autoconf/specific.m4 +++ b/lib/autoconf/specific.m4 @@ -1636,6 +1636,9 @@ if test $ac_cv_func_wait3_rusage = yes; then 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 @@ -1729,6 +1732,9 @@ fi 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. @@ -1842,8 +1848,11 @@ changequote([, ])dnl 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 @@ -1863,8 +1872,11 @@ if test $ac_cv_func_utime_null = yes; then [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 @@ -1880,8 +1892,11 @@ if test $ac_cv_func_strcoll_works = yes; then [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, @@ -1903,7 +1918,8 @@ if test $ac_cv_func_setvbuf_reversed = yes; then 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. @@ -1914,6 +1930,7 @@ AC_CHECK_FUNC(getmntent, [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)