Skip to content

Commit 3c9e56a

Browse files
committed
Suppress error about missing ChangeLog
1 parent 3ba1fd3 commit 3c9e56a

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
@@ -5,7 +5,7 @@
55

66
AC_PREREQ(2.57)
77
AC_INIT(CHEOPS, 1.2, psychonaut@nothingisreal.com, cheops)
8-
AM_INIT_AUTOMAKE
8+
AM_INIT_AUTOMAKE([foreign]) # Suppress error about missing ChangeLog
99
AC_CONFIG_SRCDIR([src/ChessTypes.h])
1010
AC_CONFIG_HEADER([config.h])
1111

0 commit comments

Comments
 (0)