From: gouldtj Date: Wed, 16 Jan 2008 06:42:26 +0000 (+0000) Subject: r17648@shi: ted | 2008-01-14 23:31:32 -0800 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=154e3f94605601fa6a2b0e29e4a3037c2f27c56f;p=inkscape.git r17648@shi: ted | 2008-01-14 23:31:32 -0800 Adding in some nice little options to make packaing easier. 'New' tar format and all the dists that we already make but I did by hand. --- diff --git a/configure.ac b/configure.ac index 9108976e5..681ec3d1b 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ dnl version is going to be called until about the time we release it dnl (whereas we always know what the previous version was called). AC_CANONICAL_HOST AC_CONFIG_SRCDIR(src/main.cpp) -AM_INIT_AUTOMAKE +AM_INIT_AUTOMAKE([dist-zip dist-bzip2 tar-pax]) AC_ARG_ENABLE([lsb], AS_HELP_STRING([--enable-lsb], [LSB-compatible build configuration]), [ prefix=/opt/inkscape