aboutsummaryrefslogtreecommitdiff
path: root/libiberty/configure.ac
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@codesourcery.com>2006-04-06 23:54:50 +0000
committerCarlos O'Donell <carlos@gcc.gnu.org>2006-04-06 23:54:50 +0000
commitcf61af07d9feeb5855ea1b5c39cf336a59301121 (patch)
tree626698e490c27232c4825d1fcfe4f897c41e9b38 /libiberty/configure.ac
parent8224ee206c7125ad57440cbe2f020024ae3f1e3f (diff)
downloadgcc-cf61af07d9feeb5855ea1b5c39cf336a59301121.zip
gcc-cf61af07d9feeb5855ea1b5c39cf336a59301121.tar.gz
gcc-cf61af07d9feeb5855ea1b5c39cf336a59301121.tar.bz2
Makefile.in: Add install-html, install-html-am, and install-html-recursive targets.
libiberty/ 2006-04-06 Carlos O'Donell <carlos@codesourcery.com> * Makefile.in: Add install-html, install-html-am, and install-html-recursive targets. Define mkdir_p and NORMAL_INSTALL. * configure.ac: AC_SUBST datarootdir, docdir, htmldir. * configure: Regenerate. * testsuite/Makefile.in: Add install-html and html targets. From-SVN: r112741
Diffstat (limited to 'libiberty/configure.ac')
-rw-r--r--libiberty/configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/libiberty/configure.ac b/libiberty/configure.ac
index a57685a..76cf3d5 100644
--- a/libiberty/configure.ac
+++ b/libiberty/configure.ac
@@ -639,6 +639,11 @@ for l in x $LIBOBJS; do
done
LIBOBJS="$L"
+dnl Required by html and install-html
+AC_SUBST(datarootdir)
+AC_SUBST(docdir)
+AC_SUBST(htmldir)
+
# We need multilib support, but only if configuring for the target.
AC_CONFIG_FILES([Makefile testsuite/Makefile])
AC_CONFIG_COMMANDS([default],