gsasl-commit
[Top][All Lists]
Advanced

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

CVS gsasl/gl/m4


From: gsasl-commit
Subject: CVS gsasl/gl/m4
Date: Sun, 05 Sep 2004 22:37:47 +0200

Update of /home/cvs/gsasl/gl/m4
In directory dopio:/tmp/cvs-serv9711/gl/m4

Modified Files:
        gnulib.m4 
Added Files:
        getaddrinfo.m4 restrict.m4 
Log Message:
Assume getaddrinfo.
Add getaddrinfo gnulib module, for system that lack it.


--- /home/cvs/gsasl/gl/m4/gnulib.m4     2004/08/18 10:37:42     1.7
+++ /home/cvs/gsasl/gl/m4/gnulib.m4     2004/09/05 20:37:46     1.8
@@ -8,7 +8,7 @@
 # Generated by gnulib-tool.
 #
 # Invoked as: gnulib-tool --import
-# Reproduce by: gnulib-tool --import --dir=. --lib=libgl --source-base=gl 
--m4-base=gl/m4 --libtool dummy error exit extensions getline getopt 
getpass-gnu gettext progname stdbool strdup unlocked-io
+# Reproduce by: gnulib-tool --import --dir=. --lib=libgl --source-base=gl 
--m4-base=gl/m4 --libtool dummy error exit extensions getaddrinfo getline 
getopt getpass-gnu gettext progname restrict stdbool strdup unlocked-io
 
 AC_DEFUN([gl_EARLY],
 [
@@ -20,10 +20,12 @@
 [
   gl_ERROR
   dnl gl_USE_SYSTEM_EXTENSIONS must be added quite early to configure.ac.
+  gl_GETADDRINFO
   AM_FUNC_GETLINE
   gl_GETOPT
   gl_FUNC_GETPASS_GNU
   dnl you must add AM_GNU_GETTEXT([external]) or similar to configure.ac.
+  gl_C_RESTRICT
   AM_STDBOOL_H
   gl_FUNC_STRDUP
   gl_FUNC_GLIBC_UNLOCKED_IO

--- /home/cvs/gsasl/gl/m4/getaddrinfo.m4        2004/09/05 20:37:47     NONE
+++ /home/cvs/gsasl/gl/m4/getaddrinfo.m4        2004/09/05 20:37:47     1.1
# getaddrinfo.m4 serial 1
dnl Copyright (C) 2004 Free Software Foundation, Inc.
dnl This file is free software, distributed under the terms of the GNU
dnl General Public License.  As a special exception to the GNU General
dnl Public License, this file may be distributed as part of a program
dnl that contains a configuration script generated by Autoconf, under
dnl the same distribution terms as the rest of that program.

AC_DEFUN([gl_GETADDRINFO],
[
  AC_REPLACE_FUNCS(getaddrinfo)
  gl_PREREQ_GETADDRINFO
])

# Prerequisites of lib/getaddrinfo.h.
AC_DEFUN([gl_PREREQ_GETADDRINFO], [
  AC_REQUIRE([gl_C_RESTRICT])
  :
])




reply via email to

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