From f20b7de7a7f54b5567c195f01af06a43923988c8 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 1 Mar 2009 20:50:58 +0100 Subject: Gnulib fuer Base64 hinzugefuegt --- m4/base64.m4 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 m4/base64.m4 (limited to 'm4/base64.m4') diff --git a/m4/base64.m4 b/m4/base64.m4 new file mode 100644 index 0000000..24801ef --- /dev/null +++ b/m4/base64.m4 @@ -0,0 +1,16 @@ +# base64.m4 serial 3 +dnl Copyright (C) 2004, 2006 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([AC_C_RESTRICT]) +]) -- cgit v1.2.3