summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index fbf987e..fe765e6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,8 +2,6 @@ AC_PREREQ([2.60])
AC_INIT([REP], m4_esyscmd([./find-version.sh]), [durand@jsdurand.xyz])
-dnl patsubst(m4_esyscmd([./find-version.sh]), ` "')
-
AC_COPYRIGHT([This package is covered by GPL v3.])
AC_CONFIG_AUX_DIR([build-aux])
@@ -21,7 +19,7 @@ AS_IF([test "$CARGO" = "notfound"], [AC_MSG_ERROR([cargo is required])])
AC_PATH_PROG([RUSTC], [rustc], [notfound])
AS_IF([test "$RUSTC" = "notfound"], [AC_MSG_ERROR([rustc is required])])
-AC_CONFIG_FILES([Makefile graph/Makefile])
+AC_CONFIG_FILES([Makefile graph/Makefile nfa/Makefile])
AC_OUTPUT