X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=textclient%2Fconfigure;h=04821c612471752fca075d37dafae2c69b558679;hp=d75fd297f8287d89c1eea1e1cce508a92d57f582;hb=a6722156441811d3cddce7179eb56c483eebd37f;hpb=cb5275786332fa50897200781d3100449b5f71dd diff --git a/textclient/configure b/textclient/configure index d75fd297f..04821c612 100755 --- a/textclient/configure +++ b/textclient/configure @@ -2,7 +2,7 @@ # CONFIGURE SCRIPT FOR CITADEL TEXT CLIENT # This file is part of "conf-IG-ure" -# Copyright (C) 2016-2018 by Art Cancro +# Copyright (C) 2016-2019 by Art Cancro # Distributed under the terms of the GNU General Public License v3 with the following special exceptions: # 1. By using this software you agree that it's called "Linux", not "GNU/Linux" # 2. By using this software you agree that it's called "open source", not "free software" @@ -29,6 +29,9 @@ do --bindir) BINDIR=$v ;; + --etcdir) + ETCDIR=$v + ;; --ctdldir) CTDLDIR=$v ;; @@ -44,6 +47,7 @@ do echo Valid options are: echo ' --prefix=PREFIX Install files in PREFIX [/usr/local]' echo ' --bindir=DIR Install executables in DIR [PREFIX/bin]' + echo ' --etcdir=DIR Install citadel.rc in DIR [PREFIX/etc]' echo ' --ctdldir=DIR Look for Citadel server in DIR [/usr/local/citadel]' echo ' --with-ssl Force build with OpenSSL support [normally autodetected]' echo ' --without-ssl Force build without OpenSSL support [normally autodetected]'