~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/gnulib-tool.m4

  • Committer: Monty Taylor
  • Date: 2010-08-12 07:35:31 UTC
  • mto: (1711.1.11 build)
  • mto: This revision was merged to the branch mainline in revision 1713.
  • Revision ID: mordred@inaugust.com-20100812073531-17wopgfzmz771ukm
Removed gnulib and the last usage of normal getopt.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# gnulib-tool.m4 serial 2
2
 
dnl Copyright (C) 2004-2005 Free Software Foundation, Inc.
3
 
dnl This file is free software; the Free Software Foundation
4
 
dnl gives unlimited permission to copy and/or distribute it,
5
 
dnl with or without modifications, as long as this notice is preserved.
6
 
 
7
 
dnl The following macros need not be invoked explicitly.
8
 
dnl Invoking them does nothing except to declare default arguments
9
 
dnl for "gnulib-tool --import".
10
 
 
11
 
dnl Usage: gl_LOCAL_DIR([DIR])
12
 
AC_DEFUN([gl_LOCAL_DIR], [])
13
 
 
14
 
dnl Usage: gl_MODULES([module1 module2 ...])
15
 
AC_DEFUN([gl_MODULES], [])
16
 
 
17
 
dnl Usage: gl_AVOID([module1 module2 ...])
18
 
AC_DEFUN([gl_AVOID], [])
19
 
 
20
 
dnl Usage: gl_SOURCE_BASE([DIR])
21
 
AC_DEFUN([gl_SOURCE_BASE], [])
22
 
 
23
 
dnl Usage: gl_M4_BASE([DIR])
24
 
AC_DEFUN([gl_M4_BASE], [])
25
 
 
26
 
dnl Usage: gl_PO_BASE([DIR])
27
 
AC_DEFUN([gl_PO_BASE], [])
28
 
 
29
 
dnl Usage: gl_DOC_BASE([DIR])
30
 
AC_DEFUN([gl_DOC_BASE], [])
31
 
 
32
 
dnl Usage: gl_TESTS_BASE([DIR])
33
 
AC_DEFUN([gl_TESTS_BASE], [])
34
 
 
35
 
dnl Usage: gl_WITH_TESTS
36
 
AC_DEFUN([gl_WITH_TESTS], [])
37
 
 
38
 
dnl Usage: gl_LIB([LIBNAME])
39
 
AC_DEFUN([gl_LIB], [])
40
 
 
41
 
dnl Usage: gl_LGPL or gl_LGPL([VERSION])
42
 
AC_DEFUN([gl_LGPL], [])
43
 
 
44
 
dnl Usage: gl_MAKEFILE_NAME([FILENAME])
45
 
AC_DEFUN([gl_MAKEFILE_NAME], [])
46
 
 
47
 
dnl Usage: gl_LIBTOOL
48
 
AC_DEFUN([gl_LIBTOOL], [])
49
 
 
50
 
dnl Usage: gl_MACRO_PREFIX([PREFIX])
51
 
AC_DEFUN([gl_MACRO_PREFIX], [])
52
 
 
53
 
dnl Usage: gl_PO_DOMAIN([DOMAIN])
54
 
AC_DEFUN([gl_PO_DOMAIN], [])
55
 
 
56
 
dnl Usage: gl_VC_FILES([BOOLEAN])
57
 
AC_DEFUN([gl_VC_FILES], [])