diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4b7763a..65311cc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl guile-email --- Guile email parser -dnl Copyright © 2018, 2019 Arun Isaac <arunisaac@systemreboot.net> +dnl Copyright © 2018, 2019, 2021 Arun Isaac <arunisaac@systemreboot.net> dnl dnl This file is part of guile-email. dnl @@ -28,4 +28,5 @@ GUILE_PROGS AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([pre-inst-env], [chmod +x pre-inst-env]) AC_CONFIG_FILES([build-aux/test-driver.scm]) +AC_CONFIG_FILES([build-aux/test-corpus.scm], [chmod +x build-aux/test-corpus.scm]) AC_OUTPUT |