diff options
author | DJ Delorie <dj@redhat.com> | 2006-04-07 00:01:28 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2006-04-07 00:01:28 +0000 |
commit | 545c9aee9b6540535274388e3f2cb882ed66c3c8 (patch) | |
tree | b5bf7395ccdac4ac65c3b8cc0e659e28f5b31fea /libiberty/configure.ac | |
parent | 2c231431be7fee0668381fe5c1d801d57926f580 (diff) | |
download | gdb-545c9aee9b6540535274388e3f2cb882ed66c3c8.zip gdb-545c9aee9b6540535274388e3f2cb882ed66c3c8.tar.gz gdb-545c9aee9b6540535274388e3f2cb882ed66c3c8.tar.bz2 |
merge from gcc
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 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], |