summaryrefslogtreecommitdiff
path: root/m4/gnulib-tool.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2005-08-31 20:51:09 +0000
committerBruno Haible <bruno@clisp.org>2005-08-31 20:51:09 +0000
commit805a9c8bdfccfa7d83b381ca80894f2c416b8402 (patch)
tree375a9048be18fe6240b26ffcf6aa498135b0ce86 /m4/gnulib-tool.m4
parent042e97e18d2a4e47888b1f91db1d20ef7e4cf419 (diff)
downloadgnulib-805a9c8bdfccfa7d83b381ca80894f2c416b8402.tar.gz
Put all dummy definitions of gnulib-tool's specification macros into
gnulib-tool.m4.
Diffstat (limited to 'm4/gnulib-tool.m4')
-rw-r--r--m4/gnulib-tool.m433
1 files changed, 33 insertions, 0 deletions
diff --git a/m4/gnulib-tool.m4 b/m4/gnulib-tool.m4
new file mode 100644
index 0000000000..ef59320316
--- /dev/null
+++ b/m4/gnulib-tool.m4
@@ -0,0 +1,33 @@
+# gnulib-tool.m4 serial 1
+dnl Copyright (C) 2004-2005 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.
+
+dnl The following macros need not be invoked explicitly.
+dnl Invoking them does nothing except to declare default arguments
+dnl for "gnulib-tool --import".
+
+dnl Usage: gl_MODULES([module1 module2 ...])
+AC_DEFUN([gl_MODULES], [])
+
+dnl Usage: gl_AVOID([module1 module2 ...])
+AC_DEFUN([gl_AVOID], [])
+
+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], [])
+
+dnl Usage: gl_LIBTOOL
+AC_DEFUN([gl_LIBTOOL], [])
+
+dnl Usage: gl_MACRO_PREFIX([PREFIX])
+AC_DEFUN([gl_MACRO_PREFIX], [])