diff options
Diffstat (limited to 'gl/m4/gnulib-cache.m4')
| -rw-r--r-- | gl/m4/gnulib-cache.m4 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gl/m4/gnulib-cache.m4 b/gl/m4/gnulib-cache.m4 index e78c8604..6da4d657 100644 --- a/gl/m4/gnulib-cache.m4 +++ b/gl/m4/gnulib-cache.m4 | |||
| @@ -15,7 +15,7 @@ | |||
| 15 | 15 | ||
| 16 | 16 | ||
| 17 | # Specification in the form of a command-line invocation: | 17 | # Specification in the form of a command-line invocation: |
| 18 | # gnulib-tool --import --dir=. --lib=libgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --aux-dir=. --no-libtool --macro-prefix=gl dirname fsusage getaddrinfo gethostname getloadavg getopt gettext mountlist regex vasprintf vsnprintf | 18 | # gnulib-tool --import --dir=. --lib=libgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --aux-dir=build-aux --no-libtool --macro-prefix=gl dirname fsusage getaddrinfo gethostname getloadavg getopt gettext mountlist regex vasprintf vsnprintf |
| 19 | 19 | ||
| 20 | # Specification in the form of a few gnulib-tool.m4 macro invocations: | 20 | # Specification in the form of a few gnulib-tool.m4 macro invocations: |
| 21 | gl_LOCAL_DIR([]) | 21 | gl_LOCAL_DIR([]) |
| @@ -23,8 +23,10 @@ gl_MODULES([dirname fsusage getaddrinfo gethostname getloadavg getopt gettext mo | |||
| 23 | gl_AVOID([]) | 23 | gl_AVOID([]) |
| 24 | gl_SOURCE_BASE([gl]) | 24 | gl_SOURCE_BASE([gl]) |
| 25 | gl_M4_BASE([gl/m4]) | 25 | gl_M4_BASE([gl/m4]) |
| 26 | gl_PO_BASE([]) | ||
| 26 | gl_DOC_BASE([doc]) | 27 | gl_DOC_BASE([doc]) |
| 27 | gl_TESTS_BASE([tests]) | 28 | gl_TESTS_BASE([tests]) |
| 28 | gl_LIB([libgnu]) | 29 | gl_LIB([libgnu]) |
| 29 | gl_MAKEFILE_NAME([]) | 30 | gl_MAKEFILE_NAME([]) |
| 30 | gl_MACRO_PREFIX([gl]) | 31 | gl_MACRO_PREFIX([gl]) |
| 32 | gl_PO_DOMAIN([]) | ||
