summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-02-05 23:07:00 +0000
committerDavid Robillard <d@drobilla.net>2007-02-05 23:07:00 +0000
commit4820d18b56a80acd9edbf4b994acf0a83e592f5e (patch)
tree8d66f582013f62ff48c9cb8d8d24cdec4c147286 /configure.ac
parent1988a63b41a0e81f348d5df3394d41d3248d442b (diff)
downloadlilv-4820d18b56a80acd9edbf4b994acf0a83e592f5e.tar.gz
lilv-4820d18b56a80acd9edbf4b994acf0a83e592f5e.tar.bz2
lilv-4820d18b56a80acd9edbf4b994acf0a83e592f5e.zip
Copyright/Documentation/etc cleanups.
git-svn-id: http://svn.drobilla.net/lad/slv2@280 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac14
1 files changed, 7 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index cde28b8..02b47ac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -62,13 +62,13 @@ fi
AM_CONDITIONAL(WITH_JACK, [test "$build_jack" = "yes"])
# Check plugin install directory
-AC_MSG_CHECKING([where to install LV2 plugins])
-AC_ARG_WITH(lv2-dir,
- AS_HELP_STRING([--with-lv2-dir=DIR],
- [directory that LV2 plugins should be installed in ($libdir/lv2)]),
- [lv2dir=$withval], [lv2dir=$libdir/lv2])
-AC_MSG_RESULT($lv2dir)
-AC_SUBST(lv2dir)
+#AC_MSG_CHECKING([where to install LV2 plugins])
+#AC_ARG_WITH(lv2-dir,
+# AS_HELP_STRING([--with-lv2-dir=DIR],
+# [directory that LV2 plugins should be installed in ($libdir/lv2)]),
+# [lv2dir=$withval], [lv2dir=$libdir/lv2])
+#AC_MSG_RESULT($lv2dir)
+#AC_SUBST(lv2dir)
# Build ladspa converter?
build_ladspa2lv2="no"