summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6e01bcf)
raw | patch | inline | side by side (parent: 6e01bcf)
author | mental <mental@users.sourceforge.net> | |
Sat, 22 Jul 2006 20:35:08 +0000 (20:35 +0000) | ||
committer | mental <mental@users.sourceforge.net> | |
Sat, 22 Jul 2006 20:35:08 +0000 (20:35 +0000) |
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index 395803b43d509b988b38414b12f0c2f7cec08c02..340ce9b3470ddc97322544ab6ad1ff2ca546633e 100644 (file)
--- a/configure.ac
+++ b/configure.ac
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)