From 8698a60a9a78b8d277828fd0d82664ca594e12e5 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 08 Oct 2012 18:49:18 -0400 Subject: Add sysconfdir option to configure. --- (limited to 'configure') 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 } -- cgit v0.9.1