X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=gdb%2Fdoc%2Fconfigure.ac;h=80eb2b7ae94641102da4b6d9b57cdfa90718e621;hb=759792b7eeaf3a8758f1a8822c16f00c3f71a544;hp=6332289eb6b91da24c8437ed719e99d10c6f7cd9;hpb=6579fb40b8947c78000db75b4ae1d60466567d87;p=pf3gnuchains%2Fpf3gnuchains4x.git diff --git a/gdb/doc/configure.ac b/gdb/doc/configure.ac index 6332289eb6..80eb2b7ae9 100644 --- a/gdb/doc/configure.ac +++ b/gdb/doc/configure.ac @@ -3,6 +3,11 @@ AC_INIT(refcard.tex) sinclude(../../config/acx.m4) AC_PROG_INSTALL AC_PROG_LN_S +dnl Required by html, pdf, install-pdf and install-html +AC_SUBST(datarootdir) +AC_SUBST(docdir) +AC_SUBST(htmldir) +AC_SUBST(pdfdir) ACX_PKGVERSION([GDB]) ACX_BUGURL([http://www.gnu.org/software/gdb/bugs/]) AC_OUTPUT(Makefile)