summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNathanael Jones <nathanael.jones@gmail.com>2014-10-02 13:39:43 -0400
committerNathanael Jones <nathanael.jones@gmail.com>2014-10-02 13:39:43 -0400
commit10ffb330807d6e778e43fddfcb318dbb36bde0a5 (patch)
tree206382d6a77899e943022049609202bae5acf382 /configure.ac
parent7f735f64589f6bf077d99e2ff452a3f1e635fa68 (diff)
downloadlibgd-10ffb330807d6e778e43fddfcb318dbb36bde0a5.tar.gz
Silence automake 1.14 warnings ("source file is in a subdirectory, but option subdir-objects is disabled").
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index de6c684..1024a3a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,7 +44,7 @@ AC_SUBST(GDLIB_AGE)
FEATURES="GD_GIF GD_GIFANIM GD_OPENPOLYGON"
AC_SUBST(FEATURES)
-AM_INIT_AUTOMAKE([foreign dist-bzip2 dist-xz -Wall -Werror])
+AM_INIT_AUTOMAKE([foreign dist-bzip2 dist-xz -Wall -Werror subdir-objects])
AC_CONFIG_HEADERS([src/config.h:src/config.hin])
dnl newer automake wants this, but we still want to work with older