a='./configure '
a+=' --prefix=/usr'
a+=' --sysconfdir=/etc'
a+=' --localstatedir=/var'
a+=' --libexecdir=/usr/lib'
a+=" --mandir=/usr/share/man"
#a+=' --disable-ns-self-contained' # disable self contained build under NeXTstep
#a+=' --enable-asserts' # compile code with asserts enabled
#a+=' --disable-maintainer-mode' # disable make rules and dependencies not useful (and
# sometimes confusing) to the casual installer
#a+=' --enable-locallisppath=PATH' # directories Emacs should search for lisp files
# specific to this site
#a+=' --enable-checking[=LIST]' # enable expensive run-time checks. With LIST, enable
# only specific categories of checks. Categories are:
# all,yes,no. Flags are: stringbytes, stringoverrun,
# stringfreelist, xmallocoverrun, conslist
#a+=' --enable-use-lisp-union-type'
# use a union for the Lisp_Object data type. This is
# only useful for development for catching certain
# types of bugs.
#a+=' --enable-profiling' # build emacs with profiling support. This might not
# work on all platforms
#a+=' --enable-autodepend' # automatically generate dependencies to .h-files.
# Requires GNU Make and Gcc. Enabled if GNU Make and
# Gcc is found
#a+=' --disable-dependency-tracking' # speeds up one-time build
#a+=' --enable-dependency-tracking' # do not reject slow dependency extractors
#a+=' --disable-largefile' # omit support for large files
#Optional Packages:
a+=' --without-pop' # don't support POP mail retrieval with movemail
a+=' --without-kerberos' # support Kerberos-authenticated POP
a+=' --without-kerberos5' # support Kerberos version 5 authenticated POP
a+=' --without-hesiod' # support Hesiod to get the POP server host
a+=' --without-mmdf' # support MMDF mailboxes
a+=' --with-mail-unlink' # unlink, rather than empty, mail spool after reading
#a+=' --with-mailhost=HOSTNAME' # string giving default POP mail host
a+=' --without-sound' # don't compile with sound support
#a+=' --without-sync-input' # process async input synchronously
a+=' --with-x-toolkit=athena' # use an X toolkit (KIT one of: yes or gtk, gtk3,
# lucid or athena, motif, no)
#a+=' --with-wide-int' # prefer wide Emacs integers (typically 62-bit)
a+=' --with-xpm' # don't compile with XPM image support
a+=' --with-jpeg' # don't compile with JPEG image support
a+=' --without-tiff' # don't compile with TIFF image support
a+=' --with-gif' # don't compile with GIF image support
a+=' --with-png' # don't compile with PNG image support
a+=' --without-rsvg' # don't compile with SVG image support
a+=' --with-xml2' # don't compile with XML parsing support
a+=' --with-imagemagick' # don't compile with ImageMagick image support
a+=' --with-xft' # don't use XFT for anti aliased fonts
a+=' --with-libotf' # don't use libotf for OpenType font support
a+=' --without-m17n-flt' # don't use m17n-flt for text shaping'
a+=' --without-toolkit-scroll-bars' # don't use Motif or Xaw3d scroll bars
a+=' --without-xaw3d' # don't use Xaw3d
a+=' --with-xim' # don't use X11 XIM
a+=' --without-ns' # use NeXTstep (Cocoa or GNUstep) windowing system
a+=' --without-gpm' # don't use -lgpm for mouse support on a GNU/Linux console
a+=' --without-dbus' # don't compile with D-Bus support
a+=' --without-gconf' # don't compile with GConf support
a+=' --without-gsettings' # don't compile with GSettings support
a+=' --without-selinux' # don't compile with SELinux support
a+=' --with-gnutls' # don't use -lgnutls for SSL/TLS support
a+=' --with-makeinfo' # don't require makeinfo for building manuals
a+=' --with-compress-info' # don't compress the installed Info pages
#a+=' --with-pkg-config-prog=PATH' # path to pkg-config for finding GTK and librsvg
#a+=' --with-crt-dir=DIR' # directory containing crtn.o etc. The default is
# /usr/lib, or /usr/lib64 on some platforms.
#a+=' --with-gameuser=USER' # user for shared game score files
#a+=' --with-gnustep-conf=PATH' # path to GNUstep.conf; default $GNUSTEP_CONFIG_FILE,
# or /etc/GNUstep/GNUstep.conf
a+=' --with-x' # use the X Window System