diff options
Diffstat (limited to 'gl/m4')
-rw-r--r-- | gl/m4/gnulib-cache.m4 | 4 | ||||
-rw-r--r-- | gl/m4/gnulib-comp.m4 | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/gl/m4/gnulib-cache.m4 b/gl/m4/gnulib-cache.m4 index 0e1e87d..2ed3509 100644 --- a/gl/m4/gnulib-cache.m4 +++ b/gl/m4/gnulib-cache.m4 | |||
@@ -27,7 +27,7 @@ | |||
27 | 27 | ||
28 | 28 | ||
29 | # Specification in the form of a command-line invocation: | 29 | # Specification in the form of a command-line invocation: |
30 | # gnulib-tool --import --dir=. --lib=libgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --no-conditional-dependencies --no-libtool --macro-prefix=gl --no-vc-files base64 crypto/sha1 dirname environ floorf fsusage getaddrinfo gethostname getloadavg getopt gettext mountlist regex setenv strsep timegm unsetenv vasprintf vsnprintf | 30 | # gnulib-tool --import --dir=. --lib=libgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --no-conditional-dependencies --no-libtool --macro-prefix=gl --no-vc-files base64 crypto/sha1 dirname environ floorf fsusage getaddrinfo gethostname getloadavg getopt-gnu gettext mountlist regex setenv strsep timegm unsetenv vasprintf vsnprintf |
31 | 31 | ||
32 | # Specification in the form of a few gnulib-tool.m4 macro invocations: | 32 | # Specification in the form of a few gnulib-tool.m4 macro invocations: |
33 | gl_LOCAL_DIR([]) | 33 | gl_LOCAL_DIR([]) |
@@ -41,7 +41,7 @@ gl_MODULES([ | |||
41 | getaddrinfo | 41 | getaddrinfo |
42 | gethostname | 42 | gethostname |
43 | getloadavg | 43 | getloadavg |
44 | getopt | 44 | getopt-gnu |
45 | gettext | 45 | gettext |
46 | mountlist | 46 | mountlist |
47 | regex | 47 | regex |
diff --git a/gl/m4/gnulib-comp.m4 b/gl/m4/gnulib-comp.m4 index c6cc73a..f23f769 100644 --- a/gl/m4/gnulib-comp.m4 +++ b/gl/m4/gnulib-comp.m4 | |||
@@ -64,7 +64,6 @@ AC_DEFUN([gl_EARLY], | |||
64 | # Code from module getaddrinfo: | 64 | # Code from module getaddrinfo: |
65 | # Code from module gethostname: | 65 | # Code from module gethostname: |
66 | # Code from module getloadavg: | 66 | # Code from module getloadavg: |
67 | # Code from module getopt: | ||
68 | # Code from module getopt-gnu: | 67 | # Code from module getopt-gnu: |
69 | # Code from module getopt-posix: | 68 | # Code from module getopt-posix: |
70 | # Code from module gettext: | 69 | # Code from module gettext: |