autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: getmntent


From: Akim Demaille
Subject: FYI: getmntent
Date: 12 Nov 2001 17:02:46 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Artificial Intelligence)

Index: ChangeLog
from  Akim Demaille  <address@hidden>

        * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Use AC_CHECK_FUNCS.

Index: lib/autoconf/functions.m4
===================================================================
RCS file: /cvs/autoconf/lib/autoconf/functions.m4,v
retrieving revision 1.51
diff -u -u -r1.51 functions.m4
--- lib/autoconf/functions.m4 2001/11/12 16:08:53 1.51
+++ lib/autoconf/functions.m4 2001/11/12 16:11:14
@@ -590,9 +590,8 @@
 AC_CHECK_LIB(sun, getmntent, LIBS="-lsun $LIBS",
   [AC_CHECK_LIB(seq, getmntent, LIBS="-lseq $LIBS",
     [AC_CHECK_LIB(gen, getmntent, LIBS="-lgen $LIBS")])])
-AC_CHECK_FUNC(getmntent,
-              [AC_DEFINE(HAVE_GETMNTENT, 1,
-                         [Define to 1 if you have the `getmntent' 
function.])])])
+AC_CHECK_FUNCS(getmntent)
+])
 
 
 # AC_FUNC_GETPGRP



reply via email to

[Prev in Thread] Current Thread [Next in Thread]