aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2016-04-05 22:22:12 +0800
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2016-04-06 09:33:09 +0800
commit200a10e78d0df7001c6c2a7c71e7139cccf4277c (patch)
treec4f7027bd4948441a4c229b0b346684d5c7b6589 /configure.ac
parent9e93ddc0978644d0670e192052619bb4710041e7 (diff)
Rename "snippets" to "conf" internally, and document them as snippets
Discussed in #2896.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac12
1 files changed, 6 insertions, 6 deletions
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])