libltdl: don't trip subdir-objects warning from Automake >= 1.14.
commita734603dc187086e3aa0e1482f39138a427fc33b
authorGary V. Vaughan <gary@gnu.org>
Thu, 22 Aug 2013 08:51:33 +0000 (22 15:51 +0700)
committerGary V. Vaughan <gary@gnu.org>
Thu, 22 Aug 2013 08:51:33 +0000 (22 15:51 +0700)
tree204239bbfe6856396c50d06cb210f631e9c79038
parentbd998a7ea4f73f05aaa2143bf28469ee4b9d3d0c
libltdl: don't trip subdir-objects warning from Automake >= 1.14.

Latest Automake releases now warn when subdir-objects is not
specified in preparation for Automake 2.0.  The option has been
in Automake for more than a decade, so there's minimal risk of
someone using the next release of Libtool alongside an ancient
release of Automake when bootstrapping libltdl client projects.
* libltdl/configure.ac (AM_INIT_AUTOMAKE): Add subdir-objects.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
libltdl/configure.ac