Fix prologue analysis for moxie.
[deliverable/binutils-gdb.git] / gdb / doc / configure.ac
CommitLineData
bec39cab 1AC_PREREQ(2.59)
c906108c 2AC_INIT(refcard.tex)
c16158bc 3sinclude(../../config/acx.m4)
c906108c 4AC_PROG_INSTALL
39ec5655 5AC_PROG_LN_S
26e251b6
JM
6
7# Flags needed to enable html installing and building
8AC_ARG_WITH(datarootdir,
9AC_HELP_STRING([--with-datarootdir], [use datarootdir as the data root directory.]),
10[datarootdir="\${prefix}/${withval}"],
11[datarootdir="\${prefix}/share"])
12
13AC_ARG_WITH(docdir,
14AC_HELP_STRING([--with-docdir], [install documentation in this directory.]),
15[docdir="\${prefix}/${withval}"],
16[docdir="\${datarootdir}/doc"])
17
18AC_ARG_WITH(pdfdir,
19AC_HELP_STRING([--with-pdfdir], [install pdf in this directory.]),
20[pdfdir="\${prefix}/${withval}"],
21[pdfdir="\${docdir}"])
22
23AC_ARG_WITH(htmldir,
24AC_HELP_STRING([--with-htmldir], [install html in this directory.]),
25[htmldir="\${prefix}/${withval}"],
26[htmldir="\${docdir}"])
27
89a34d1b
JM
28AC_SUBST(datarootdir)
29AC_SUBST(docdir)
30AC_SUBST(htmldir)
31AC_SUBST(pdfdir)
26e251b6 32
c16158bc
JM
33ACX_PKGVERSION([GDB])
34ACX_BUGURL([http://www.gnu.org/software/gdb/bugs/])
c906108c 35AC_OUTPUT(Makefile)
This page took 0.608984 seconds and 4 git commands to generate.