[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CVS gss/gl/m4
From: |
gss-commit |
Subject: |
CVS gss/gl/m4 |
Date: |
Tue, 05 Oct 2004 21:15:21 +0200 |
Update of /home/cvs/gss/gl/m4
In directory dopio:/tmp/cvs-serv17343/gl/m4
Modified Files:
gnulib.m4 xalloc.m4
Log Message:
Update Gnulib.
Fix callers.
--- /home/cvs/gss/gl/m4/gnulib.m4 2004/08/18 14:00:14 1.4
+++ /home/cvs/gss/gl/m4/gnulib.m4 2004/10/05 19:15:21 1.5
@@ -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 gethostname getopt gettext xalloc xgethostname
+# Reproduce by: gnulib-tool --import --dir=. --lib=libgl --source-base=gl
--m4-base=gl/m4 --libtool gethostname getopt gettext xalloc xgethostname
AC_DEFUN([gl_EARLY],
[
@@ -34,4 +34,7 @@
dnl Usage: gl_LIB(LIBNAME)
AC_DEFUN([gl_LIB], [])
+dnl Usage: gl_LGPL
+AC_DEFUN([gl_LGPL], [])
+
# gnulib.m4 ends here
--- /home/cvs/gss/gl/m4/xalloc.m4 2004/08/09 08:43:58 1.3
+++ /home/cvs/gss/gl/m4/xalloc.m4 2004/10/05 19:15:21 1.4
@@ -1,4 +1,4 @@
-# xalloc.m4 serial 9
+# xalloc.m4 serial 10
dnl Copyright (C) 2002-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
@@ -10,7 +10,6 @@
[
gl_PREREQ_XALLOC
gl_PREREQ_XMALLOC
- gl_PREREQ_XSTRDUP
])
# Prerequisites of lib/xalloc.h.
@@ -23,8 +22,3 @@
AC_REQUIRE([AC_C_INLINE])
:
])
-
-# Prerequisites of lib/xstrdup.c.
-AC_DEFUN([gl_PREREQ_XSTRDUP], [
- :
-])
- CVS gss/gl/m4,
gss-commit <=