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.
This commit is contained in:
Richard Boulton 2001-06-25 21:39:00 +00:00
parent 19869191b4
commit 67fef4e42a

View file

@ -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