gdb:
[deliverable/binutils-gdb.git] / gdb / doc / configure.ac
1 AC_PREREQ(2.59)
2 AC_INIT(refcard.tex)
3 sinclude(../../config/acx.m4)
4 AC_PROG_INSTALL
5 AC_PROG_LN_S
6 dnl Required by html, pdf, install-pdf and install-html
7 AC_SUBST(datarootdir)
8 AC_SUBST(docdir)
9 AC_SUBST(htmldir)
10 AC_SUBST(pdfdir)
11 ACX_PKGVERSION([GDB])
12 ACX_BUGURL([http://www.gnu.org/software/gdb/bugs/])
13 AC_OUTPUT(Makefile)
This page took 0.054062 seconds and 5 git commands to generate.