Skip to content

Commit

Permalink
Add foreign option to automake to stop complaining about ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
spk121 committed Jan 11, 2021
1 parent 0b10c8e commit 30fc1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
AC_PREREQ([2.64])
AC_INIT([guile_curl],[0.8],[spk121@yahoo.com])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([no-dependencies subdir-objects -Wall])
AM_INIT_AUTOMAKE([no-dependencies subdir-objects -Wall foreign])
PKG_PROG_PKG_CONFIG
AC_PROG_CC_C99
AC_CONFIG_SRCDIR([config.h.in])
Expand Down

0 comments on commit 30fc1d7

Please # to comment.