Maxim Cournoyer schreef op do 03-03-2022 om 09:05 [-0500]: > +              (snippet '(begin > +                          ;; Ensure no bundled libraries get used. > +                          (delete-file-recursively "third_party") > +                          (substitute* "configure.ac" > +                            (("^third_party/.*") > +                             "")) > +                          (substitute* "Makefile.am" > +                            ((".*(LUAJIT|CK)_DIR =.*") > +                             "")))) For consistency with the code below, I would make this a gexp, YMMV. Greetings, Maxime.