cvs-cvs
[Top][All Lists]
Advanced

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

[Cvs-cvs] Changes to ccvs/m4/base64.m4 [signed-commits2]


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/m4/base64.m4 [signed-commits2]
Date: Thu, 27 Oct 2005 22:34:11 -0400

Index: ccvs/m4/base64.m4
diff -u /dev/null ccvs/m4/base64.m4:1.1.2.1
--- /dev/null   Fri Oct 28 02:34:11 2005
+++ ccvs/m4/base64.m4   Fri Oct 28 02:34:08 2005
@@ -0,0 +1,16 @@
+# base64.m4 serial 2
+dnl Copyright (C) 2004 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_BASE64],
+[
+  gl_PREREQ_BASE64
+])
+
+# Prerequisites of lib/base64.c.
+AC_DEFUN([gl_PREREQ_BASE64], [
+  AC_REQUIRE([AC_C_INLINE])
+  AC_REQUIRE([gl_C_RESTRICT])
+])




reply via email to

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