aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/doc/configure.ac')
-rw-r--r--gdb/doc/configure.ac9
1 files changed, 0 insertions, 9 deletions
diff --git a/gdb/doc/configure.ac b/gdb/doc/configure.ac
deleted file mode 100644
index 3baea74..0000000
--- a/gdb/doc/configure.ac
+++ /dev/null
@@ -1,9 +0,0 @@
-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)