summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorpixel <pixel>2003-12-22 23:58:23 +0000
committerpixel <pixel>2003-12-22 23:58:23 +0000
commitaa73772b1c58fed81f22972f4a22b4fbfa8e3ce2 (patch)
treed4a1a4090ac997162ddfd9215d43b01a5a61a9e7 /configure.ac
parent8c80d85f8f61f649767cc936cccbc44572d9693d (diff)
Whoops, bug fix
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 91643d2..c2be4fd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
-AC_PREREQ(2.56)
+AC_PREREQ(2.50)
AC_INIT([mogltk], [0.0.1], [pixel@nobis-crew.org])
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE(mogltk, 0.0.1)
@@ -18,7 +18,6 @@ AC_PROG_CPP
AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_MAKE_SET
-AC_PROG_RANLIB
AC_PROG_YACC
AM_PROG_LIBTOOL
AC_C_BIGENDIAN