diff options
author | carlos <carlos@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-04-06 23:54:50 +0000 |
---|---|---|
committer | carlos <carlos@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-04-06 23:54:50 +0000 |
commit | 87d31c8bd79ca5643deb57c277d5117a2683b66a (patch) | |
tree | 626698e490c27232c4825d1fcfe4f897c41e9b38 /libiberty/configure.ac | |
parent | f3a35f6e8b2cbb5f39769b05270aac282e829d22 (diff) | |
download | gcc-87d31c8bd79ca5643deb57c277d5117a2683b66a.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112741 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/configure.ac')
-rw-r--r-- | libiberty/configure.ac | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libiberty/configure.ac b/libiberty/configure.ac index a57685a14ec..76cf3d5333f 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], |