diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2022-02-27 21:32:56 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2022-02-27 21:32:56 +0200 |
commit | fb39babe890863fcdd6c290af8e19759387fe04b (patch) | |
tree | a5824219e9ec8390be3a6968373934b89a7adc21 /configure.ac | |
parent | 6083e965fac1b272f9ccb491902b24a24ea14122 (diff) | |
download | egawk-fb39babe890863fcdd6c290af8e19759387fe04b.tar.gz egawk-fb39babe890863fcdd6c290af8e19759387fe04b.tar.bz2 egawk-fb39babe890863fcdd6c290af8e19759387fe04b.zip |
Add gawkbug script and man page.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 31fdfff2..38197101 100644 --- a/configure.ac +++ b/configure.ac @@ -475,13 +475,14 @@ dylib) GAWKLIBEXT=so ;; # MacOS uses .dylib for shared libraries, but libtool us esac AC_SUBST(GAWKLIBEXT) -AC_CONFIG_FILES(Makefile +AC_CONFIG_FILES([Makefile support/Makefile awklib/Makefile doc/Makefile extras/Makefile po/Makefile.in - test/Makefile) + test/Makefile]) +AC_CONFIG_FILES([gawkbug], [chmod +x gawkbug]) if test "$enable_extensions" = "yes" then AC_CONFIG_SUBDIRS(extension) |