summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-10-08 18:49:18 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-10-08 18:49:18 (EDT)
commit8698a60a9a78b8d277828fd0d82664ca594e12e5 (patch)
tree8bded5b8ad2e742c4d2e57508f4060d90483b784 /configure
parent7d1be83efaa9eb662fdb60c29c46256c36712311 (diff)
Add sysconfdir option to configure.
Diffstat (limited to 'configure')
-rw-r--r--configure38
1 files changed, 21 insertions, 17 deletions
diff --git a/configure b/configure
index 095bbaf..ac5fd95 100644
--- a/configure
+++ b/configure
@@ -30,6 +30,7 @@ libdir='$(prefix)/share'
datadir='$(prefix)/share'
mandir='$(datadir)/man'
localedir='$(datadir)/locale'
+sysconfdir='/etc'
libopkbuild='$(libdir)/libopkbuild.1'
metadata='proteanos'
@@ -48,6 +49,7 @@ libdir
datadir
mandir
localedir
+sysconfdir
'
features="${dep_cmds}
@@ -99,25 +101,27 @@ print_help()
$(print_usage)
Configuration:
- -h, --help display this help and exit
- -V, --version display version information and exit
- -q, --quiet do not print \`checking ...' messages
- --srcdir=SRCDIR find the scripts in SRCDIR
- default: configure dir
+ -h, --help display this help and exit
+ -V, --version display version information and exit
+ -q, --quiet do not print \`checking ...' messages
+ --srcdir=SRCDIR find the scripts in SRCDIR
+ default: configure dir
Installation directories:
- --prefix=PREFIX install files under PREFIX
- default: /usr/local
- --bindir=BINDIR install scripts in BINDIR
- default: PREFIX/bin
- --libdir=LIBDIR install library scripts in LIBDIR
- default: PREFIX/lib
- --datadir=DATADIR expect to find data in DATADIR
- default: PREFIX/share
- --mandir=MANDIR install manual pages in MANDIR
- default: DATADIR/man
- --localedir=LOCALEDIR install locales in LOCALEDIR
- default: DATADIR/man
+ --prefix=PREFIX install files under PREFIX
+ default: /usr/local
+ --bindir=BINDIR install scripts in BINDIR
+ default: PREFIX/bin
+ --libdir=LIBDIR install library scripts in LIBDIR
+ default: PREFIX/lib
+ --datadir=DATADIR expect to find data in DATADIR
+ default: PREFIX/share
+ --mandir=MANDIR install manual pages in MANDIR
+ default: DATADIR/man
+ --localedir=LOCALEDIR install locales in LOCALEDIR
+ default: DATADIR/man
+ --sysconfdir=SYSCONFDIR install system configuration in SYSCONFDIR
+ default: /etc
EOF
}