Skip to content

Commit d637ca0

Browse files
juergbikjellahl
authored andcommitted
configure.ac: Set foreign option to fix build
Without the `foreign` option, automake requires a README file, which no longer exists. Makefile.am: error: required file './README' not found Fixes: 8a0cb17 ("README: Rename to README.md and reformat as markdown")
1 parent 014bdf6 commit d637ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ AC_CONFIG_AUX_DIR([build])
2525
AC_CONFIG_MACRO_DIR([build])
2626
AC_CONFIG_HEADERS([config.h sigc++config.h])
2727

28-
AM_INIT_AUTOMAKE([1.9 -Wno-portability check-news no-dist-gzip dist-xz tar-ustar no-define nostdinc])
28+
AM_INIT_AUTOMAKE([1.9 -Wno-portability check-news no-dist-gzip dist-xz tar-ustar no-define nostdinc foreign])
2929
# Support silent build rules.
3030
# Disable by either passing --disable-silent-rules to configure or passing V=1 to make.
3131
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])

0 commit comments

Comments
 (0)