summaryrefslogtreecommitdiff
path: root/opcodes/aclocal.m4
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2002-05-17 10:34:29 +0000
committerAlan Modra <amodra@bigpond.net.au>2002-05-17 10:34:29 +0000
commita596daee7c70203a691b1d1b370863a956f35471 (patch)
tree48a45f6a5114888f8b273b184d5794c730eeb9a8 /opcodes/aclocal.m4
parentaf3fc0578435ac0b61d49e2f895f8fb9a4adf24d (diff)
downloadbinutils-redhat-a596daee7c70203a691b1d1b370863a956f35471.tar.gz
* acinclude.m4 (AM_INSTALL_LIBBFD): Fake to fool autotools.
* configure.in: Invoke AM_INSTALL_LIBBFD. * Makefile.am (install-data-local): Move to.. (install_libopcodes): .. New target. (uninstall_libopcodes): Likewise. (install-bfdlibLTLIBRARIES): Likewise. (uninstall-bfdlibLTLIBRARIES): Likewise. (bfdlibdir): New. (bfdincludedir): New. (lib_LTLIBRARIES): Rename to bfdlib_LTLIBRARIES. * aclocal.m4: Regenerate. * configure: Regenerate. * Makefile.in: Regenerate.
Diffstat (limited to 'opcodes/aclocal.m4')
-rw-r--r--opcodes/aclocal.m47
1 files changed, 7 insertions, 0 deletions
diff --git a/opcodes/aclocal.m4 b/opcodes/aclocal.m4
index 5858db78bf..184bf3665a 100644
--- a/opcodes/aclocal.m4
+++ b/opcodes/aclocal.m4
@@ -28,6 +28,13 @@ AC_DEFUN([CY_WITH_NLS],)
AC_SUBST(INTLLIBS)
])
+dnl AM_INSTALL_LIBBFD already included in bfd/acinclude.m4
+ifelse(yes,no,[
+AC_DEFUN([AM_INSTALL_LIBBFD],)
+AC_SUBST(bfdlibdir)
+AC_SUBST(bfdincludedir)
+])
+
# Do all the work for Automake. This macro actually does too much --
# some checks are only needed if your package does certain things.
# But this isn't really a big deal.