diff options
author | Alan Modra <amodra@gmail.com> | 2002-05-17 10:34:29 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-05-17 10:34:29 +0000 |
commit | 81172ff2bd0e399670ae50da66c6b907026c54d5 (patch) | |
tree | ee54a36255e15ba1afecb07331bee19fbdf7cdf1 /opcodes/aclocal.m4 | |
parent | a703a6ea4e3f045d27dd30a8011e8e00e740c6a8 (diff) | |
download | gdb-81172ff2bd0e399670ae50da66c6b907026c54d5.zip gdb-81172ff2bd0e399670ae50da66c6b907026c54d5.tar.gz gdb-81172ff2bd0e399670ae50da66c6b907026c54d5.tar.bz2 |
* 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.m4 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/opcodes/aclocal.m4 b/opcodes/aclocal.m4 index 5858db7..184bf36 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. |