From 154e3f94605601fa6a2b0e29e4a3037c2f27c56f Mon Sep 17 00:00:00 2001 From: gouldtj Date: Wed, 16 Jan 2008 06:42:26 +0000 Subject: [PATCH] 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. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2