aboutsummaryrefslogtreecommitdiffstats
path: root/autoconf
diff options
context:
space:
mode:
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 01e1199..dd180c8 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -30,6 +30,11 @@ then
fi
fi
+if test -d ${srcdir}/projects/reopt
+then
+ AC_CONFIG_SUBDIRS(projects/reopt)
+fi
+
dnl Configure a header file
AC_CONFIG_HEADERS(include/Config/config.h)
AC_CONFIG_MAKEFILE(Makefile)