2005-01-31 Andrew Cagney <cagney@gnu.org>

* gettext.m4: Only set ENABLE_NLS when gettext is present.
This commit is contained in:
Andrew Cagney
2005-01-31 20:32:45 +00:00
parent 5cd3778de9
commit c46f8c5116
14 changed files with 313 additions and 241 deletions

View File

@@ -1,3 +1,7 @@
2005-01-31 Andrew Cagney <cagney@gnu.org>
* configure: Regenerate to track ../gettext.m4.
2005-01-29 Baurzhan Ismagulov <ibr@radix50.net>
* MAINTAINERS: Add myself to "Write After Approval".

12
gdb/configure vendored
View File

@@ -4847,11 +4847,6 @@ echo "${ECHO_T}$USE_NLS" >&6
USE_INCLUDED_LIBINTL=no
if test "$USE_NLS" = "yes"; then
cat >>confdefs.h <<\_ACEOF
#define ENABLE_NLS 1
_ACEOF
echo "$as_me:$LINENO: checking whether included gettext is requested" >&5
echo $ECHO_N "checking whether included gettext is requested... $ECHO_C" >&6
@@ -5641,6 +5636,13 @@ echo "${ECHO_T}found xgettext programs is not GNU xgettext; ignore it" >&6
if test "x$CATOBJEXT" != "x"; then
cat >>confdefs.h <<\_ACEOF
#define ENABLE_NLS 1
_ACEOF
fi
if test "x$CATOBJEXT" != "x"; then