* configure.in: Define and substitute DEMANGLER_NAME.
commit64c1791deca65ecb0983c8d92de4f73d98fcc4ca
authorIan Lance Taylor <ian@airs.com>
Sun, 8 Aug 1999 18:09:48 +0000 (8 18:09 +0000)
committerIan Lance Taylor <ian@airs.com>
Sun, 8 Aug 1999 18:09:48 +0000 (8 18:09 +0000)
tree5af63fd3ddd847180941b3bb4c447dec921aacdf
parent968bf3aa8edf74ce55e69e810bf5988268975899
* configure.in: Define and substitute DEMANGLER_NAME.
* Makefile.am (DEMANGLER_PROG): Set to cxxfilt.
(man_MANS): Use DEMANGLER_NAME rather than DEMANGLER_PROG.
(bin_PROGRAMS): Remove $(DEMANGLER_PROG).
(noinst_PROGRAMS): Add $(DEMANGLER_PROG).
(cxxfilt_SOURCES): Rename from c__filt_SOURCES.
(cxxfilt_LDADD): Rename from c__filt_LDADD.
($(DEMANGLER_NAME).1): Rename from $(DEMANGLER_PROG).1.  Use
DEMANGLER_NAME rather than DEMANGLER_PROG in substitution.
(MOSTLYCLEANFILES): Use DEMANGLER_NAME rather than
DEMANGLER_PROG.
(install-exec-local): When installing noinst_PROGRAMS, change
cxxfilt to $(DEMANGLER_NAME).
* configure, Makefile.in: Rebuild.
binutils/ChangeLog
binutils/Makefile.am
binutils/Makefile.in
binutils/configure
binutils/configure.in