diff options
Diffstat (limited to 'gdb/doc/configure.ac')
-rw-r--r-- | gdb/doc/configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/doc/configure.ac b/gdb/doc/configure.ac index 3f1505e..6332289 100644 --- a/gdb/doc/configure.ac +++ b/gdb/doc/configure.ac @@ -1,5 +1,8 @@ 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) |