From: mental Date: Sat, 22 Jul 2006 20:35:08 +0000 (+0000) Subject: first crack at --enable-lsb X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=727ecc67cbf97ea2f6d6acb2203e26c4ee63ffc2;p=inkscape.git first crack at --enable-lsb --- diff --git a/configure.ac b/configure.ac index 395803b43..340ce9b34 100644 --- a/configure.ac +++ b/configure.ac @@ -11,6 +11,11 @@ AC_CANONICAL_HOST AC_CONFIG_SRCDIR(src/main.cpp) AM_INIT_AUTOMAKE +AC_ARG_ENABLE([lsb], AS_HELP_STRING([--enable-lsb], [LSB-comaptible build configuration]), [ + prefix=/opt/inkscape + # FIXME: need to force static linking of libraries not in LSB whitelist +]) + AM_CONFIG_HEADER(config.h) AC_PROG_INTLTOOL(0.22)