Cleanups after the update to Autoconf 2.64, Automake 1.11.
[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
7 ACX_PKGVERSION([GDB])
8 ACX_BUGURL([http://www.gnu.org/software/gdb/bugs/])
9 AC_OUTPUT(Makefile)
This page took 0.037779 seconds and 4 git commands to generate.