opts.add_argumentless(help='Do not install a user shared cache',alternatives=['--without-shared-cache'])
opts.add_argumented(help='Install a user shared cache at CACHEDIR\nDefault = /var/cache/ponysay',alternatives=['--with-shared-cache'],arg='CACHEDIR')
opts.add_argumentless(help='Do not install completion for GNU Bash',alternatives=['--without-bash'])
opts.add_argumented(help='Set file name for the completion for ponysay in GNU Bash',alternatives=['--with-bash'],arg='PONYSAY_BASH_FILE')
opts.add_argumentless(help='Do not install completion for Friendly interactive shell',alternatives=['--without-fish'])
opts.add_argumented(help='Set file name for the completion for ponysay in Friendly interactive shell',alternatives=['--with-fish'],arg='PONYSAY_FISH_FILE')
opts.add_argumentless(help='Do not install completion for zsh',alternatives=['--without-zsh'])
opts.add_argumented(help='Set file name for the completion for ponysay in zsh',alternatives=['--with-zsh'],arg='PONYSAY_ZSH_FILE')
opts.add_argumentless(help='Only install explicitly included shell completions',alternatives=['--without-shells'])
opts.add_argumented(help='Set share/ directory used for shell completions\nDefault = $SHAREDIR',alternatives=['--with-shells'],arg='SHAREDIR')
opts.add_argumentless(help='Do not install PDF manual\nDefault',alternatives=['--without-pdf'])
opts.add_argumented(help='Set directory for PDF manual\nDefault = $PREFIX/doc',alternatives=['--with-pdf'],arg='DOCDIR')
opts.add_argumentless(help='Do not compress PDF manual\nDefault',alternatives=['--without-pdf-compression'])
opts.add_argumented(help='Select compression for PDF manual\nDefault = gz, xz is also recognised',alternatives=['--with-pdf-compression'],arg='COMPRESSION')
opts.add_argumentless(help='Do not install info manual',alternatives=['--without-info'])
opts.add_argumented(help='Set directory for info manual\nDefault = $SHARE/info',alternatives=['--with-info'],arg='INFODIR')
opts.add_argumentless(help='Do not use install-info when installing info manual',alternatives=['--without-info-install'])
opts.add_argumentless(help='Use install-info when installing info manual\nDefault',alternatives=['--with-info-install'])
opts.add_argumentless(help='Do not compress info manual',alternatives=['--without-info-compression'])
opts.add_argumented(help='Select compression for info manual\nDefault = gz, xz is also recognised',alternatives=['--with-info-compression'],arg='COMPRESSION')
opts.add_argumentless(help='Do not install English manpage manual',alternatives=['--without-man-en'])
opts.add_argumented(help='Set directory for English manpage\nDefault = $SHARE/man',alternatives=['--with-man-en'],arg='MANDIR')
opts.add_argumentless(help='Do not install Spanish manpage manual\nDefault.',alternatives=['--without-man-es'])
opts.add_argumented(help='Set directory for Spanish manpage\nDefault = $SHARE/man',alternatives=['--with-man-es'],arg='MANDIR')
opts.add_argumentless(help='Do not install any manpages',alternatives=['--without-man'])
opts.add_argumented(help='Set directory for all man pages\nDefault = $SHARE/man',alternatives=['--with-man'],arg='MANDIR')
opts.add_argumentless(help='Do not compress English manpage',alternatives=['--without-man-en-compression'])
opts.add_argumented(help='Select compression for English manpage\nDefault = gz, xz is also recognised',alternatives=['--with-man-en-compression'],arg='COMPRESSION')
opts.add_argumentless(help='Do not compress Spanish manpage',alternatives=['--without-man-es-compression'])
opts.add_argumented(help='Select compression for Spanish manpage\nDefault = gz, xz is also recognised',alternatives=['--with-man-es-compression'],arg='COMPRESSION')
opts.add_argumentless(help='Do not compress any installed manpage',alternatives=['--without-man-compression'])
opts.add_argumented(help='Select compression for installed manpages\nDefault = gz, xz is also recognised',alternatives=['--with-man-compression'],arg='COMPRESSION')
opts.add_argumented(help='Change the section for the ponysay manpage\nDefault = 6',alternatives=['--man-section-ponysay'],arg='SECTION')
opts.add_argumented(help='Change the section for the cowsay manpage\nDefault = 1',alternatives=['--man-section-cowsay'],arg='SECTION')
opts.add_argumented(help='Change the section for the fortune manpage\nDefault = 6',alternatives=['--man-section-fortune'],arg='SECTION')
opts.add_argumentless(help='Do not install xterm ponies',alternatives=['--without-ponies'])
opts.add_argumented(help='Set directory for xterm ponies\nDefault = $SHAREDIR/ponysay/ponies',alternatives=['--with-ponies'],arg='PONYDIR')
opts.add_argumentless(help='Do not install tty ponies',alternatives=['--without-ttyponies'])
opts.add_argumented(help='Set directory for tty ponies\nDefault = $SHAREDIR/ponysay/ttyponies',alternatives=['--with-ttyponies'],arg='TTYPONYDIR')
opts.add_argumentless(help='Do not install extra xterm ponies',alternatives=['--without-extraponies'])
opts.add_argumented(help='Set directory for extra xterm ponies\nDefault = $SHAREDIR/ponysay/extraponies',alternatives=['--with-extraponies'],arg='XPONYDIR')
opts.add_argumentless(help='Do not install extra tty ponies',alternatives=['--without-extrattyponies'])
opts.add_argumented(help='Set directory for extra tty ponies\nDefault = $SHAREDIR/ponysay/extrattyponies',alternatives=['--with-extrattyponies'],arg='XTTYPONYDIR')
opts.add_argumentless(help='Do not install pony quotes',alternatives=['--without-quotes'])
opts.add_argumented(help='Set directory for pony quotes\nDefault = $SHAREDIR/ponysay/quotes',alternatives=['--with-quotes'],arg='QUOTEDIR')
opts.add_argumentless(help='Do not install balloon styles',alternatives=['--without-balloons'])
opts.add_argumented(help='Set directory for balloon styles\nDefault = $SHAREDIR/ponysay/balloons',alternatives=['--with-balloons'],arg='BALLOONDIR')
opts.add_argumentless(help='Do not install UCS pony name map',alternatives=['--without-ucs'])
opts.add_argumented(help='Set file for the UCS pony name map\nDefault = $SHAREDIR/ponysay/ucsmap',alternatives=['--with-ucs'],arg='UCSFILE')
opts.add_argumentless(help='Let the installer set the env name for python in ponysay\nDefault',alternatives=['--without-custom-env-python'])
opts.add_argumented(help='Set the env name for python in ponysay',alternatives=['--with-custom-env-python'],arg='PYTHON')
opts.add_argumented(help='Set a prefix to all implicit directories\nDefault = /usr',alternatives=['--prefix'],arg='PREFIX')
opts.add_argumentless(help='Change all implicit configurations to fit local user a installation for the current user',alternatives=['--private'])
opts.add_argumentless(help='Change all implicit directories to fit installation to /opt',alternatives=['--opt'])
opts.add_argumented(help='Set the system\'s directory for command executables\nDefault = $PREFIX/bin',alternatives=['--bin-dir'],arg='BINDIR')
opts.add_argumented(help='Set the system\'s directory for non-command executables\nDefault = $PREFIX/lib\nNot used.',alternatives=['--lib-dir'],arg='LIBDIR')
opts.add_argumented(help='Set the system\'s directory for resource files\nDefault = $PREFIX/share',alternatives=['--share-dir'],arg='SHAREDIR')
opts.add_argumented(help='Set the system\'s directory for cache directories\nDefault = /var/cache',alternatives=['--cache-dir'],arg='CACHEDIR')