Skip to content

Commit

Permalink
Remove reference to README for configure options
Browse files Browse the repository at this point in the history
Please look at the source. Lazy I know :)
Fixes #27
  • Loading branch information
rsmarples committed Jan 16, 2025
1 parent 98bab56 commit 655c56f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 655c56f

Please sign in to comment.