Skip to content

Commit

Permalink
configure.ac: Added "foreign" to to AM_INIT_AUTOMAKE() call.
Browse files Browse the repository at this point in the history
Makes automake not require a file named README.
  • Loading branch information
tillkamppeter committed Nov 24, 2022
1 parent ca04892 commit 1b54029
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## CHANGES IN V2.0b2 (TBA)

- configure.ac: Added "foreign" to to AM_INIT_AUTOMAKE() call. Makes
automake not require a file named README.

- libcupsfilters does not use glib, removed the check in configure.ac.

## CHANGES IN V2.0b1 (17th November 2022)
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ AC_CONFIG_MACRO_DIR([m4])
m4_include([m4/ac_define_dir.m4])
m4_include([m4/ax_compare_version.m4])
m4_include([m4/basic-directories.m4])
AM_INIT_AUTOMAKE([1.11 gnu dist-xz dist-bzip2 subdir-objects])
AM_INIT_AUTOMAKE([1.11 gnu dist-xz dist-bzip2 subdir-objects foreign])
AM_SILENT_RULES([yes])
AC_LANG([C++])
AC_CONFIG_HEADERS([config.h])
Expand Down

0 comments on commit 1b54029

Please sign in to comment.