Skip to content

Commit

Permalink
Pass 'subdir-objects' to AM_INIT_AUTOMAKE() to quiet an automake warn…
Browse files Browse the repository at this point in the history
…ing.
  • Loading branch information
vargaz committed Aug 30, 2013
1 parent 0e31ea6 commit 63eeec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ AC_CANONICAL_HOST
# The extra brackets are to foil regex-based scans.
m4_ifdef([_A][M_PROG_TAR],[_A][M_SET_OPTION([tar-ustar])])

AM_INIT_AUTOMAKE([1.9 dist-bzip2 tar-ustar no-dist-gzip foreign])
AM_INIT_AUTOMAKE([1.9 dist-bzip2 tar-ustar no-dist-gzip foreign subdir-objects])
AC_CONFIG_HEADERS([config.h])
AM_MAINTAINER_MODE

Expand Down

0 comments on commit 63eeec0

Please sign in to comment.