From 86e05e8735d97d1f5fb64e3e2274bcfa40793976 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Wed, 4 Jan 2006 20:47:48 +0000 Subject: [PATCH] * lily/main.cc: * configure.in: Cosmetic fixes. --- ChangeLog | 5 +++++ configure.in | 8 ++++---- lily/main.cc | 2 +- stepmake/aclocal.m4 | 5 ++--- 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index c60e6971cf..f28856eb6d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-01-04 Jan Nieuwenhuizen + + * lily/main.cc: + * configure.in: Cosmetic fixes. + 2006-01-04 Mats Bengtsson * Documentation/user/music-glossary.tely (Pitch names): Added diff --git a/configure.in b/configure.in index cce8c31358..68d2ad7baf 100644 --- a/configure.in +++ b/configure.in @@ -35,10 +35,10 @@ AC_ARG_ENABLE(gui, NCSB_DIR=unknown -AC_ARG_ENABLE(ncsb, -[ --enable-ncsb-dir set the path where Century Schoolbook fonts can be found. +AC_ARG_WITH(ncsb, +[ --with-ncsb-dir=DIR location of Century Schoolbook fonts Default: detect with locate(1)], - [NCSB_DIR=$enableval]) + [NCSB_DIR=$withval]) reloc_b=no @@ -49,7 +49,7 @@ AC_ARG_ENABLE(relocation, FRAMEWORKDIR=".." AC_ARG_WITH(framework-dir, [ --with-framework-dir=DIR - relative the optional framework directory],[ + relative location of framework],[ if test "$withval" = "yes" -o "$withval" = "no"; then AC_MSG_WARN(Usage: --with-framework-dir=../lib/FRAMEWORK/DIR) else diff --git a/lily/main.cc b/lily/main.cc index 4bbf7cf939..419f407772 100644 --- a/lily/main.cc +++ b/lily/main.cc @@ -169,12 +169,12 @@ static Long_option_init options_static[] {_i ("FIELD"), "header", 'H', _i ("dump a header field to file BASENAME.FIELD")}, {_i ("DIR"), "include", 'I', _i ("add DIR to search path")}, {_i ("FILE"), "init", 'i', _i ("use FILE as init file")}, - {_i ("FILE"), "output", 'o', _i ("write output to FILE (suffix will be added)")}, #if HAVE_CHROOT {_i ("USER,GROUP,JAIL,DIR"), "jail", 'j', _i ("chroot to JAIL, become USER:GROUP\n" "and cd into DIR")}, #endif {0, "no-print", 0, _i ("do not generate printed output")}, + {_i ("FILE"), "output", 'o', _i ("write output to FILE (suffix will be added)")}, {0, "preview", 'p', _i ("generate a preview of the first system")}, {0, "safe-mode", 's', _i ("disallow unsafe Scheme and PostScript operations")}, {0, "version", 'v', _i ("print version number")}, diff --git a/stepmake/aclocal.m4 b/stepmake/aclocal.m4 index c5eea55ace..4df01ca3ce 100644 --- a/stepmake/aclocal.m4 +++ b/stepmake/aclocal.m4 @@ -894,8 +894,7 @@ AC_DEFUN(STEPMAKE_LOCALE, [ # with/enable ?? AC_ARG_WITH(localedir, - [ --with-localedir=LOCALE use LOCALE as locale dir. Default: - PREFIX/share/locale ], + [ --with-localedir=DIR location of locales. Default: PREFIX/share/locale ], localedir=$with_localedir, localedir='${prefix}/share/locale') @@ -1011,7 +1010,7 @@ AC_DEFUN(STEPMAKE_PYTHON_DEVEL, [ ]) AC_ARG_WITH(python-lib, - [ --with-python-lib=NAME name of the python lib],[ + [ --with-python-lib=NAME name of the python lib],[ if test "$withval" = "yes" -o "$withval" = "no"; then AC_MSG_WARN(Usage: --with-python-lib=name) else -- 2.39.2