summaryrefslogtreecommitdiffstats
path: root/binutils-2.17/etc/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.17/etc/configure.in')
-rw-r--r--binutils-2.17/etc/configure.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/binutils-2.17/etc/configure.in b/binutils-2.17/etc/configure.in
deleted file mode 100644
index 38bc6590..00000000
--- a/binutils-2.17/etc/configure.in
+++ /dev/null
@@ -1,12 +0,0 @@
-dnl Process this file with autoconf to produce a configure script.
-AC_PREREQ(2.5)
-AC_INIT(Makefile.in)
-
-AC_PROG_INSTALL
-
-AC_SUBST(datarootdir)
-AC_SUBST(docdir)
-AC_SUBST(htmldir)
-
-
-AC_OUTPUT(Makefile)