Skip to content

Commit 8f0d4df

Browse files
committed
fix: add foreign to AM_INIT_AUTOMAKE to not require ChangeLog
1 parent dc37de6 commit 8f0d4df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ AC_INIT([libcoraza],
1010
AC_CONFIG_MACRO_DIRS([macros build-aux])
1111
AC_CONFIG_HEADERS([config.h])
1212

13-
AM_INIT_AUTOMAKE([-Wall -Werror])
13+
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
1414

1515
dnl Disable verbose mode
1616
dnl To enable, use --disable-silent-rules

0 commit comments

Comments
 (0)