Using foreign to allow README file called README.md
authorKlaus Ethgen <Klaus@Ethgen.de>
Sun, 25 Jun 2017 21:31:31 +0000 (22:31 +0100)
committerKlaus Ethgen <Klaus@Ethgen.de>
Sun, 25 Jun 2017 21:31:31 +0000 (22:31 +0100)
configure.in

index bda8170..9ab7cab 100644 (file)
@@ -25,7 +25,7 @@ AC_CONFIG_SRCDIR([src/main.c])
 
 AC_CONFIG_AUX_DIR(auxdir)
 # Require Automake 1.14 for %reldir% support
-AM_INIT_AUTOMAKE([1.14.1 subdir-objects])
+AM_INIT_AUTOMAKE([1.14.1 subdir-objects foreign])
 
 AC_CONFIG_HEADER([config.h])