From 655c56fcf1e1f4a69329037917a168b6d56a39eb Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Thu, 16 Jan 2025 10:09:36 +0000 Subject: [PATCH] Remove reference to README for configure options Please look at the source. Lazy I know :) Fixes #27 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 90599ee..50fe74d 100755 --- a/configure +++ b/configure @@ -39,7 +39,7 @@ for x do --includedir) eval INCLUDEDIR="$INCLUDEDIR${INCLUDEDIR:+ }$var";; --datadir|--infodir) ;; # ignore autotools --disable-maintainer-mode|--disable-dependency-tracking) ;; - --help) echo "See the README file for available options"; exit 0;; + --help) echo "See the source for available options"; exit 0;; *) echo "$0: WARNING: unknown option $opt" >&2;; esac done