| OLD | NEW |
| 1 # gnulib-tool.m4 serial 2 | 1 # gnulib-tool.m4 serial 2 |
| 2 dnl Copyright (C) 2004-2005, 2009-2011 Free Software Foundation, Inc. | 2 dnl Copyright (C) 2004-2005, 2009-2012 Free Software Foundation, Inc. |
| 3 dnl This file is free software; the Free Software Foundation | 3 dnl This file is free software; the Free Software Foundation |
| 4 dnl gives unlimited permission to copy and/or distribute it, | 4 dnl gives unlimited permission to copy and/or distribute it, |
| 5 dnl with or without modifications, as long as this notice is preserved. | 5 dnl with or without modifications, as long as this notice is preserved. |
| 6 | 6 |
| 7 dnl The following macros need not be invoked explicitly. | 7 dnl The following macros need not be invoked explicitly. |
| 8 dnl Invoking them does nothing except to declare default arguments | 8 dnl Invoking them does nothing except to declare default arguments |
| 9 dnl for "gnulib-tool --import". | 9 dnl for "gnulib-tool --import". |
| 10 | 10 |
| 11 dnl Usage: gl_LOCAL_DIR([DIR]) | 11 dnl Usage: gl_LOCAL_DIR([DIR]) |
| 12 AC_DEFUN([gl_LOCAL_DIR], []) | 12 AC_DEFUN([gl_LOCAL_DIR], []) |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 AC_DEFUN([gl_LIBTOOL], []) | 48 AC_DEFUN([gl_LIBTOOL], []) |
| 49 | 49 |
| 50 dnl Usage: gl_MACRO_PREFIX([PREFIX]) | 50 dnl Usage: gl_MACRO_PREFIX([PREFIX]) |
| 51 AC_DEFUN([gl_MACRO_PREFIX], []) | 51 AC_DEFUN([gl_MACRO_PREFIX], []) |
| 52 | 52 |
| 53 dnl Usage: gl_PO_DOMAIN([DOMAIN]) | 53 dnl Usage: gl_PO_DOMAIN([DOMAIN]) |
| 54 AC_DEFUN([gl_PO_DOMAIN], []) | 54 AC_DEFUN([gl_PO_DOMAIN], []) |
| 55 | 55 |
| 56 dnl Usage: gl_VC_FILES([BOOLEAN]) | 56 dnl Usage: gl_VC_FILES([BOOLEAN]) |
| 57 AC_DEFUN([gl_VC_FILES], []) | 57 AC_DEFUN([gl_VC_FILES], []) |
| OLD | NEW |