From d9bc0d0d22b159f1a0b2cb11d4efd759921da238 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 10 Sep 2012 11:00:35 +0200 Subject: maint: gen-lists-of-programs.sh: improve comments * build-aux/gen-lists-of-programs.sh: Improve comments. --- build-aux/gen-lists-of-programs.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'build-aux/gen-lists-of-programs.sh') diff --git a/build-aux/gen-lists-of-programs.sh b/build-aux/gen-lists-of-programs.sh index 9ca46cf5d..de9ff6422 100755 --- a/build-aux/gen-lists-of-programs.sh +++ b/build-aux/gen-lists-of-programs.sh @@ -1,8 +1,8 @@ #!/bin/sh # Generate lists of all coreutils programs, to be fed both to Autoconf # and Automake, and with further distinctions about how and when these -# programs should be built. This is useful to avoid duplicating the -# definitions of these list among several files ('configure.ac' and +# programs should be built. This is useful to avoid duplicating these +# list definitions list among several files ('configure.ac' and # 'src/local.mk' at least); such duplication had proved a source of # inconsistencies and bugs in the past. @@ -21,8 +21,7 @@ disabled_by_default_progs=' ' # Programs that can be built only when certain requisite system -# features are detected. These prerequisites will be looked for -# at configure runtime. +# features are detected at configure time. build_if_possible_progs=' chroot df @@ -148,7 +147,7 @@ case $#,$1 in echo "no_install_progs_default='`echo $disabled_by_default_progs`'" sed 's/^ *//' <