diff options
author | Ondřej Surý <ondrej@sury.org> | 2013-06-07 11:45:50 +0200 |
---|---|---|
committer | Ondřej Surý <ondrej@sury.org> | 2013-06-07 11:46:36 +0200 |
commit | f559d4b9f1b8458f5cb156dcc374e3d5a16c99dc (patch) | |
tree | bd95175ee6c3c120c12053f2e123caeb3a95d95f | |
parent | 2f9d86d56fe4644960c595de11e64a800c343f4f (diff) | |
download | libgd-f559d4b9f1b8458f5cb156dcc374e3d5a16c99dc.tar.gz |
Enable dist-bzip2 and dist-xz in AUTOMAKE options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0702d7c..ee2a802 100644 --- a/configure.ac +++ b/configure.ac @@ -45,7 +45,7 @@ AC_SUBST(GDLIB_AGE) FEATURES="GD_GIF GD_GIFANIM GD_OPENPOLYGON" AC_SUBST(FEATURES) -AM_INIT_AUTOMAKE([foreign -Wall -Werror]) +AM_INIT_AUTOMAKE([foreign dist-bzip2 dist-xz -Wall -Werror]) AC_CONFIG_HEADERS([src/config.h:src/config.hin]) dnl newer automake wants this, but we still want to work with older |