Cleanups after the update to Autoconf 2.64, Automake 1.11.
[deliverable/binutils-gdb.git] / gdb / doc / configure.ac
index 3f1505e03fe9fcdf3bd54efafd87af7e0c3c95a3..3baea748cc2845c20c543eef777c99be1de464cc 100644 (file)
@@ -1,5 +1,9 @@
 AC_PREREQ(2.59)
 AC_INIT(refcard.tex)
+sinclude(../../config/acx.m4)
 AC_PROG_INSTALL
 AC_PROG_LN_S
+
+ACX_PKGVERSION([GDB])
+ACX_BUGURL([http://www.gnu.org/software/gdb/bugs/])
 AC_OUTPUT(Makefile)
This page took 0.024901 seconds and 4 git commands to generate.