From ee6d4697195f7164c6f36a920d7b7152f3a746d3 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 16 Jan 2008 06:42:26 +0000 Subject: 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. (bzr r4508) --- 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 -- cgit v1.2.3