From 623240ef7e727a90865505a15f1382ecbe8f24ca Mon Sep 17 00:00:00 2001 From: Bryant Chow Date: Fri, 11 Nov 2022 13:23:22 -0900 Subject: [PATCH] added configure note to install instructions, previously located in now-deleted long-filename readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8d24235d4..98ed1920d 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,10 @@ make all ``` and check the output files in `./OUTPUT_FILES/` +>__NOTE__: Do not modify the 'configure' script directly. Please modify the + 'configure.ac' file instead, and generate a new 'configure' script with + the command: `autoreconf -i` + ## Development