From 9f1c88b863e247da3cd60d2792a7a13b18e25e53 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Wed, 14 Dec 2022 23:48:22 +0800 Subject: a temporary check point just to save things in a commit --- configure.ac | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'configure.ac') 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 -- cgit v1.2.3-18-g5258