mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
Configury changes: update src repository (binutils, gdb, and rda) to use
config/gettext-sister.m4 instead of the old gettext.m4. Regenerate all affected autotools files. Include intl in gdb releases again.
This commit is contained in:
@ -578,7 +578,8 @@ AC_PROG_YACC
|
||||
AM_PROG_LEX
|
||||
|
||||
ALL_LINGUAS="fr tr es rw"
|
||||
CY_GNU_GETTEXT
|
||||
ZW_GNU_GETTEXT_SISTER_DIR
|
||||
AM_PO_SUBDIRS
|
||||
|
||||
AM_MAINTAINER_MODE
|
||||
AC_EXEEXT
|
||||
@ -691,9 +692,7 @@ AC_CONFIG_COMMANDS([default],
|
||||
echo '#include "itbl-'"${target_cpu_type}"'.h"' > itbl-cpu.h
|
||||
if test "x$cgen_cpu_prefix" != x ; then
|
||||
echo '#include "opcodes/'"${cgen_cpu_prefix}"'-desc.h"' > cgen-desc.h
|
||||
fi
|
||||
|
||||
sed -e '/POTFILES =/r po/POTFILES' po/Makefile.in > po/Makefile],
|
||||
fi],
|
||||
[target_cpu_type=${target_cpu_type}
|
||||
cgen_cpu_prefix=${cgen_cpu_prefix}
|
||||
obj_format=${obj_format}
|
||||
|
Reference in New Issue
Block a user