diff options
| author | Ted Gould <ted@gould.cx> | 2008-01-16 06:42:26 +0000 |
|---|---|---|
| committer | gouldtj <gouldtj@users.sourceforge.net> | 2008-01-16 06:42:26 +0000 |
| commit | ee6d4697195f7164c6f36a920d7b7152f3a746d3 (patch) | |
| tree | 300c12641ba9c8a1824d8f2e0083fc267aef818c | |
| parent | r17647@shi: ted | 2008-01-14 23:30:32 -0800 (diff) | |
| download | inkscape-ee6d4697195f7164c6f36a920d7b7152f3a746d3.tar.gz inkscape-ee6d4697195f7164c6f36a920d7b7152f3a746d3.zip | |
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)
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
