]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
1999-10-31 Akim Demaille <akim@epita.fr>
authorAkim Demaille <akim@epita.fr>
Tue, 21 Dec 1999 11:50:26 +0000 (11:50 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 21 Dec 1999 11:50:26 +0000 (11:50 +0000)
* acgeneral.m4: Formating changes.
* acspecific.m4: Likewise.

ChangeLog
acgeneral.m4
acspecific.m4
lib/autoconf/general.m4
lib/autoconf/specific.m4

index dc2c392010e714221e588bcf542ee70d1b2fcce4..f70b05f049eaef5435815e23d8b83deb243b185b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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
index 8e88cfc7fc042a8a98ad4816eace99f5d6973574..3f56d0755881c43c2e31e4154a7d8fa37919d120 100644 (file)
@@ -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
index 5df4be8b8a2260ac9bc1bb11b32c6b0599027084..e5c4e02057068fcb3cc85679082a6d8b30a87ce4 100644 (file)
@@ -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 <string.h>
@@ -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)
index 8e88cfc7fc042a8a98ad4816eace99f5d6973574..3f56d0755881c43c2e31e4154a7d8fa37919d120 100644 (file)
@@ -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
index 5df4be8b8a2260ac9bc1bb11b32c6b0599027084..e5c4e02057068fcb3cc85679082a6d8b30a87ce4 100644 (file)
@@ -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 <string.h>
@@ -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)