cake
/
libfontcharacter
Archived
1
0
Fork 0

Corrected maintainer mode. [a2x is a little slow...]

This commit is contained in:
Thomas Touhey 2017-02-24 01:46:59 +01:00
parent c6bbe41429
commit 765165c2fa
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -123,7 +123,7 @@ esac; done
#******************************************************************************#
for arg ; do case "$arg" in
--make-full-log) make_full_log=yes ;;
--maintainer) more_warnings=yes; loglevel=info ;;
--maintainer) more_warnings=yes; loglevel=info; install_manpages= ;;
--target=*) target="${arg#*=}" ;;
--no-reference) no_ref=y ;;
--static) static=y ;;