diff options
-rw-r--r-- | configure | 38 |
1 files changed, 21 insertions, 17 deletions
@@ -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 } |