aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/configure.ac
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2009-04-17 17:44:05 +0000
committerJoseph Myers <joseph@codesourcery.com>2009-04-17 17:44:05 +0000
commit89a34d1b2cdfdb53540059dfa430e362fb5a27e5 (patch)
tree8a179e040d224bdfd99ee4f2dd88c53d302a75cb /gdb/doc/configure.ac
parenta74ce742ff4d9d7f8c207852d8b51234f661b532 (diff)
downloadgdb-89a34d1b2cdfdb53540059dfa430e362fb5a27e5.zip
gdb-89a34d1b2cdfdb53540059dfa430e362fb5a27e5.tar.gz
gdb-89a34d1b2cdfdb53540059dfa430e362fb5a27e5.tar.bz2
gdb:
2009-04-17 Carlos O'Donell <carlos@codesourcery.com> * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir. * configure: Regenerate. * Makefile.in: Set datarootdir, docdir, htmldir, and pdfdir from configure substitutions. (FLAGS_TO_PASS): Add datarootdir, docdir, and htmldir. gdb/doc: 2009-04-17 Carlos O'Donell <carlos@codesourcery.com> * Makefile.in: Set pdfdir and htmldir from configure substitutions. * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir. * configure: Regenerate. readline: 2009-04-17 Carlos O'Donell <carlos@codesourcery.com> * Makefile.in: Add html target. Add dummy install-html and install-pdf targets. sim: 2009-04-17 Carlos O'Donell <carlos@codesourcery.com> * Makefile.in: Add dummy install-pdf, html, and install-html targets.
Diffstat (limited to 'gdb/doc/configure.ac')
-rw-r--r--gdb/doc/configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/doc/configure.ac b/gdb/doc/configure.ac
index 6332289..80eb2b7 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)