From 200a10e78d0df7001c6c2a7c71e7139cccf4277c Mon Sep 17 00:00:00 2001 From: David Adam Date: Tue, 5 Apr 2016 22:22:12 +0800 Subject: Rename "snippets" to "conf" internally, and document them as snippets Discussed in #2896. --- configure.ac | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index f31825ce..72a210fe 100644 --- a/configure.ac +++ b/configure.ac @@ -877,12 +877,12 @@ AC_ARG_WITH([extra_functionsdir], [extra_functionsdir=$withval], [extra_functionsdir='${datadir}/fish/vendor_functions.d']) -AC_SUBST(extra_snippetsdir) -AC_ARG_WITH([extra-snippetsdir], - AS_HELP_STRING([--with-extra-snippetsdir=DIR], - [path for extra snippets]), - [extra_snippetsdir=$withval], - [extra_snippetsdir='${datadir}/fish/vendor_conf.d']) +AC_SUBST(extra_confdir) +AC_ARG_WITH([extra-confdir], + AS_HELP_STRING([--with-extra-confdir=DIR], + [path for extra conf]), + [extra_confdir=$withval], + [extra_confdir='${datadir}/fish/vendor_conf.d']) # Tell the world what we know. AC_CONFIG_FILES([Makefile]) -- cgit v1.2.3