gsasl-commit
[Top][All Lists]
Advanced

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

CVS gsasl/lib/gl/m4


From: gsasl-commit
Subject: CVS gsasl/lib/gl/m4
Date: Tue, 28 Jun 2005 11:55:57 +0200

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

Modified Files:
        gnulib.m4 
Added Files:
        strverscmp.m4 
Log Message:
Use the real check-version module.

--- /home/cvs/gsasl/lib/gl/m4/gnulib.m4 2005/06/25 09:45:37     1.17
+++ /home/cvs/gsasl/lib/gl/m4/gnulib.m4 2005/06/28 09:55:57     1.18
@@ -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 --aux-dir=. --libtool --lgpl alloca-opt base64 check_version 
gettext lgetdelim lgetline restrict size_max stdbool strdup vasnprintf 
vasprintf xsize
+# Reproduce by: gnulib-tool --import --dir=. --lib=libgl --source-base=gl 
--m4-base=gl/m4 --aux-dir=. --libtool --lgpl alloca-opt base64 check-version 
gettext lgetdelim lgetline restrict size_max stdbool strdup strverscmp 
vasnprintf vasprintf xsize
 
 AC_DEFUN([gl_EARLY],
 [
@@ -19,6 +19,7 @@
 [
   gl_FUNC_ALLOCA
   gl_FUNC_BASE64
+  gl_CHECK_VERSION
   dnl you must add AM_GNU_GETTEXT([external]) or similar to configure.ac.
   lgl_FUNC_GETDELIM
   lgl_FUNC_GETLINE
@@ -26,6 +27,7 @@
   gl_SIZE_MAX
   AM_STDBOOL_H
   gl_FUNC_STRDUP
+  gl_FUNC_STRVERSCMP
   gl_FUNC_VASNPRINTF
   gl_FUNC_VASPRINTF
   gl_XSIZE

--- /home/cvs/gsasl/lib/gl/m4/strverscmp.m4     2005/06/28 09:55:57     NONE
+++ /home/cvs/gsasl/lib/gl/m4/strverscmp.m4     2005/06/28 09:55:57     1.1
# strverscmp.m4 serial 3
dnl Copyright (C) 2002, 2005 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.

AC_DEFUN([gl_FUNC_STRVERSCMP],
[
  AC_LIBSOURCES([strverscmp.c, strverscmp.h])

  dnl Persuade glibc <string.h> to declare strverscmp().
  AC_REQUIRE([AC_GNU_SOURCE])

  AC_REPLACE_FUNCS(strverscmp)
  if test $ac_cv_func_strverscmp = no; then
    gl_PREREQ_STRVERSCMP
  fi
])

# Prerequisites of lib/strverscmp.c.
AC_DEFUN([gl_PREREQ_STRVERSCMP], [
  :
])




reply via email to

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