2005-06-01 17:48:03 +02:00
|
|
|
# Copyright (C) 2004 Free Software Foundation, Inc.
|
|
|
|
# This file is free software, distributed under the terms of the GNU
|
|
|
|
# General Public License. As a special exception to the GNU General
|
|
|
|
# Public License, this file may be distributed as part of a program
|
|
|
|
# that contains a configuration script generated by Autoconf, under
|
|
|
|
# the same distribution terms as the rest of that program.
|
|
|
|
#
|
|
|
|
# Generated by gnulib-tool.
|
|
|
|
#
|
|
|
|
# Invoked as: gnulib-tool --import
|
2006-10-02 13:54:35 +02:00
|
|
|
# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=gl --m4-base=gl/m4 --aux-dir=scripts alloca-opt allocsa mkdtemp setenv strpbrk vasnprintf vasprintf xsize
|
2005-06-01 17:48:03 +02:00
|
|
|
|
|
|
|
AC_DEFUN([gl_EARLY],
|
|
|
|
[
|
|
|
|
AC_GNU_SOURCE
|
|
|
|
])
|
|
|
|
|
|
|
|
AC_DEFUN([gl_INIT],
|
|
|
|
[
|
|
|
|
gl_FUNC_ALLOCA
|
|
|
|
gl_ALLOCSA
|
|
|
|
gt_FUNC_MKDTEMP
|
|
|
|
gt_FUNC_SETENV
|
|
|
|
gl_FUNC_VASNPRINTF
|
|
|
|
gl_FUNC_VASPRINTF
|
|
|
|
gl_XSIZE
|
|
|
|
])
|
|
|
|
|
|
|
|
dnl Usage: gl_MODULES(module1 module2 ...)
|
|
|
|
AC_DEFUN([gl_MODULES], [])
|
|
|
|
|
|
|
|
dnl Usage: gl_SOURCE_BASE(DIR)
|
|
|
|
AC_DEFUN([gl_SOURCE_BASE], [])
|
|
|
|
|
|
|
|
dnl Usage: gl_M4_BASE(DIR)
|
|
|
|
AC_DEFUN([gl_M4_BASE], [])
|
|
|
|
|
|
|
|
dnl Usage: gl_LIB(LIBNAME)
|
|
|
|
AC_DEFUN([gl_LIB], [])
|
|
|
|
|
|
|
|
dnl Usage: gl_LGPL
|
|
|
|
AC_DEFUN([gl_LGPL], [])
|
|
|
|
|
|
|
|
# gnulib.m4 ends here
|