summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 5ccc78f5..863624ef 100644
--- a/configure.in
+++ b/configure.in
@@ -4,6 +4,7 @@ AC_CONFIG_AUX_DIR(autotools)
orig_CFLAGS="$CFLAGS"
AC_PROG_CC
+AC_PROG_RANLIB
if test "$GCC" = "yes"
then
@@ -46,6 +47,7 @@ AC_SUBST(ac_aux_dir)
AC_OUTPUT([
Makefile
+textscreen/Makefile
src/Makefile
src/chocolate-doom-res.rc
])