diff options
author | P. J. McDermott <pjm@nac.net> | 2012-10-08 20:45:54 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-10-08 20:45:54 (EDT) |
commit | 753867ebd05714341aa11378a0701d046ce86823 (patch) | |
tree | 5b7d18c026e2ae6d9c01ec606183a152f50a1b75 | |
parent | 9f3a41f175e65f137e820199a3384505f825fe01 (diff) |
Fix package name and version in configure help.
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -108,7 +108,8 @@ print_usage() print_help() { cat <<EOF -\`configure' configures ${PACKAGE} ${VERSION} to adapt to many kinds of systems. +\`configure' configures ${package_name} ${package_version} to adapt to many \ +kinds of systems. $(print_usage) |