mirror of
https://git.zap.org.au/git/trader.git
synced 2025-02-02 15:08:13 -05:00
Remove the obsolete Gnulib gettext module
This commit is contained in:
parent
384631dd5c
commit
c978e5b4d1
2
NEWS
2
NEWS
@ -29,6 +29,8 @@ help text string "Page N of M" to allow translations of the form "Of M
|
|||||||
pages, this is page N". In addition, newer versions of lib/getopt.c have
|
pages, this is page N". In addition, newer versions of lib/getopt.c have
|
||||||
different strings. All translations have been updated as a result.
|
different strings. All translations have been updated as a result.
|
||||||
|
|
||||||
|
Removed the obsolete Gnulib gettext module.
|
||||||
|
|
||||||
Migrated the source code repository from Subversion to Git. Updated the
|
Migrated the source code repository from Subversion to Git. Updated the
|
||||||
documentation to suit, and also listed specific required version numbers
|
documentation to suit, and also listed specific required version numbers
|
||||||
for the Autoconf and Automake tools.
|
for the Autoconf and Automake tools.
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
|
|
||||||
# Specification in the form of a command-line invocation:
|
# Specification in the form of a command-line invocation:
|
||||||
# gnulib-tool --import --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --conditional-dependencies --no-libtool --macro-prefix=gl assert btowc config-h crc getopt-gnu gettext gettext-h gettimeofday locale mbrtowc mbsrtowcs stdbool stdio striconv string strstr sys_stat sys_time unistd wchar wcrtomb wcsdup wctob wctype-h
|
# gnulib-tool --import --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --conditional-dependencies --no-libtool --macro-prefix=gl assert btowc config-h crc getopt-gnu gettext-h gettimeofday locale mbrtowc mbsrtowcs stdbool stdio striconv string strstr sys_stat sys_time unistd wchar wcrtomb wcsdup wctob wctype-h
|
||||||
|
|
||||||
# Specification in the form of a few gnulib-tool.m4 macro invocations:
|
# Specification in the form of a few gnulib-tool.m4 macro invocations:
|
||||||
gl_LOCAL_DIR([])
|
gl_LOCAL_DIR([])
|
||||||
@ -37,7 +37,6 @@ gl_MODULES([
|
|||||||
config-h
|
config-h
|
||||||
crc
|
crc
|
||||||
getopt-gnu
|
getopt-gnu
|
||||||
gettext
|
|
||||||
gettext-h
|
gettext-h
|
||||||
gettimeofday
|
gettimeofday
|
||||||
locale
|
locale
|
||||||
|
Loading…
x
Reference in New Issue
Block a user