aboutsummaryrefslogtreecommitdiff
path: root/configure.scan
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-02-21 06:00:49 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-02-21 06:00:49 +0000
commit972e30e5f3cd2d88fb2de1276cb3c0b0dab8a0de (patch)
tree640f606e9a13b15263ab9a41d51c190e059727f7 /configure.scan
parent35ed8f32edda9e23741fdb6a9fd0c7ebb7ee8b11 (diff)
ported mjlib to template Makefile and debian stuff
svn path=/trunk/externals/mjlib/; revision=13186
Diffstat (limited to 'configure.scan')
-rw-r--r--configure.scan15
1 files changed, 0 insertions, 15 deletions
diff --git a/configure.scan b/configure.scan
deleted file mode 100644
index d512b99..0000000
--- a/configure.scan
+++ /dev/null
@@ -1,15 +0,0 @@
-dnl Process this file with autoconf to produce a configure script.
-AC_INIT(metroplus.c)
-
-dnl Checks for programs.
-
-dnl Checks for libraries.
-
-dnl Checks for header files.
-AC_HEADER_STDC
-
-dnl Checks for typedefs, structures, and compiler characteristics.
-
-dnl Checks for library functions.
-
-AC_OUTPUT(makefile)