Skip to content

Commit

Permalink
Merge pull request nfc-tools#349 from frankmorgner/foreign
Browse files Browse the repository at this point in the history
tell Automake that we will not follow GNU Standards
  • Loading branch information
neomilium committed May 3, 2016
2 parents e23f8a9 + 7d4352d commit 83b70d6
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 @@ -13,7 +13,7 @@ if test x"$GIT_REVISION" != x""; then
AC_DEFINE_UNQUOTED([GIT_REVISION], ["$GIT_REVISION"], [GIT revision])
fi

AM_INIT_AUTOMAKE(subdir-objects dist-bzip2 no-dist-gzip)
AM_INIT_AUTOMAKE(subdir-objects dist-bzip2 no-dist-gzip foreign)
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])

m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
Expand Down

0 comments on commit 83b70d6

Please sign in to comment.