diff options
| author | Alexander Barton <alex@barton.de> | 2020-02-11 21:00:18 +0100 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2020-03-29 22:33:51 +0200 |
| commit | 61ac8be2fd36ffbf55d73215aa3a32ab01e94284 (patch) | |
| tree | ff899beaf4b8977025db40087e0e92a5e50959e2 /configure.ng | |
| parent | 3aa1d880fe824fd8a3e6ce1db3a66bd4ae56b6bc (diff) | |
| download | ngircd-61ac8be2fd36ffbf55d73215aa3a32ab01e94284.tar.gz ngircd-61ac8be2fd36ffbf55d73215aa3a32ab01e94284.zip | |
Convert INSTALL and README files to Markdown
This requires some changes to the build system, for example to comply with the expectations of the GNU autoconf/automake tools ...
Diffstat (limited to 'configure.ng')
| -rw-r--r-- | configure.ng | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ng b/configure.ng index a3855dbe..d1f731bc 100644 --- a/configure.ng +++ b/configure.ng @@ -29,7 +29,7 @@ AC_CONFIG_SRCDIR([src/ngircd/ngircd.c]) AC_CONFIG_HEADER([src/config.h]) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE([-Wall 1.10 ]ng_color_tests) +AM_INIT_AUTOMAKE([-Wall 1.10 foreign ]ng_color_tests) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) |