Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
e12bdf7f
...
e12bdf7f3ed5bb5d4fb653bb79b964ee78c7066e
authored
2003-01-20 13:20:00 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Invoke AM_GNU_GETTEXT with no-libtool, need-ngettext
1 parent
c581a73b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
configure.ac
configure.ac
View file @
e12bdf7
...
...
@@ -36,7 +36,7 @@ AC_PROG_YACC
AM_PROG_LEX
dnl Internationalization macros.
AM_GNU_GETTEXT(
use-libtool
)
AM_GNU_GETTEXT(
no-libtool, need-ngettext
)
AM_GNU_GETTEXT_VERSION(0.11.5)
AC_SUBST(INTLINCS)
if test ".$BUILD_INCLUDED_LIBINTL" = ".yes" ; then
...
...
Please
register
or
sign in
to post a comment