diff options
author | Alan Modra <amodra@gmail.com> | 2024-06-20 21:14:24 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2024-06-20 21:15:27 +0930 |
commit | 56f39033698b22a89571b345e5133b486822df1d (patch) | |
tree | 341ee99d646d3efef302612b3ef3210be785aca0 /gprof | |
parent | e874cbd3879843a83e4bcc4b54cd7107387b1df6 (diff) | |
download | gdb-56f39033698b22a89571b345e5133b486822df1d.zip gdb-56f39033698b22a89571b345e5133b486822df1d.tar.gz gdb-56f39033698b22a89571b345e5133b486822df1d.tar.bz2 |
Revert "Remove LIBINTL_DEP"
This reverts commit e874cbd3879843a83e4bcc4b54cd7107387b1df6.
The patch was wrong. LIBINTL_DEP is needed with an in-tree gettext.
Diffstat (limited to 'gprof')
-rw-r--r-- | gprof/Makefile.am | 2 | ||||
-rw-r--r-- | gprof/Makefile.in | 3 | ||||
-rwxr-xr-x | gprof/configure | 6 |
3 files changed, 7 insertions, 4 deletions
diff --git a/gprof/Makefile.am b/gprof/Makefile.am index 02c2236..0b2b599 100644 --- a/gprof/Makefile.am +++ b/gprof/Makefile.am @@ -45,7 +45,7 @@ sources = basic_blocks.c call_graph.c cg_arcs.c cg_dfn.c \ search_list.c symtab.c sym_ids.c utils.c \ i386.c alpha.c vax.c sparc.c mips.c aarch64.c gprof_SOURCES = $(sources) flat_bl.c bsd_callg_bl.c fsf_callg_bl.c -gprof_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a +gprof_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a $(LIBINTL_DEP) gprof_LDADD = ../bfd/libbfd.la ../libiberty/libiberty.a $(LIBINTL) noinst_HEADERS = \ diff --git a/gprof/Makefile.in b/gprof/Makefile.in index 65b89c8..a739823 100644 --- a/gprof/Makefile.in +++ b/gprof/Makefile.in @@ -352,6 +352,7 @@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBICONV = @LIBICONV@ LIBINTL = @LIBINTL@ +LIBINTL_DEP = @LIBINTL_DEP@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ @@ -467,7 +468,7 @@ sources = basic_blocks.c call_graph.c cg_arcs.c cg_dfn.c \ i386.c alpha.c vax.c sparc.c mips.c aarch64.c gprof_SOURCES = $(sources) flat_bl.c bsd_callg_bl.c fsf_callg_bl.c -gprof_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a +gprof_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a $(LIBINTL_DEP) gprof_LDADD = ../bfd/libbfd.la ../libiberty/libiberty.a $(LIBINTL) noinst_HEADERS = \ basic_blocks.h call_graph.h cg_arcs.h cg_dfn.h cg_print.h \ diff --git a/gprof/configure b/gprof/configure index 297958d..64f14fa 100755 --- a/gprof/configure +++ b/gprof/configure @@ -649,6 +649,7 @@ INSTOBJEXT DATADIRNAME CATALOGS INCINTL +LIBINTL_DEP POSUB LTLIBINTL LIBINTL @@ -10652,7 +10653,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 10655 "configure" +#line 10656 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -10758,7 +10759,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 10761 "configure" +#line 10762 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -13310,6 +13311,7 @@ fi + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5 $as_echo_n "checking whether NLS is requested... " >&6; } if test x"$USE_NLS" != xyes; then |