From 67fef4e42ad39ccb60ad78216f9ea9445cd69dc9 Mon Sep 17 00:00:00 2001 From: Richard Boulton Date: Mon, 25 Jun 2001 21:39:00 +0000 Subject: [PATCH] Move config dir from /etc/gstreamer to ${sysconfdir}/gstreamer by default: more portable, configurable, and standard. Original commit message from CVS: Move config dir from /etc/gstreamer to ${sysconfdir}/gstreamer by default: more portable, configurable, and standard. --- configure.base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.base b/configure.base index 9356b8df2a..d18838b9ad 100644 --- a/configure.base +++ b/configure.base @@ -875,7 +875,7 @@ esac], [USE_PROFILING=no]) dnl Default value dnl Default value -GST_CONFIG_DIR="/etc/gstreamer" +GST_CONFIG_DIR="${sysconfdir}/gstreamer" AC_ARG_WITH(configdir, [ --with-configdir specify path to use for configdir], [case "${withval}" in