Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 14th, 2012  |  syntax: Bash  |  size: 4.75 KB  |  hits: 23  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1.   a='./configure '
  2.  
  3.   a+=' --prefix=/usr'
  4.   a+=' --sysconfdir=/etc'
  5.   a+=' --localstatedir=/var'
  6.   a+=' --libexecdir=/usr/lib'
  7.   a+=" --mandir=/usr/share/man"
  8.  
  9.   #a+=' --disable-ns-self-contained'    # disable self contained build under NeXTstep
  10.   #a+=' --enable-asserts'        # compile code with asserts enabled
  11.   #a+=' --disable-maintainer-mode'  # disable make rules and dependencies not useful (and
  12.                          # sometimes confusing) to the casual installer
  13.   #a+=' --enable-locallisppath=PATH' # directories Emacs should search for lisp files
  14.                                   # specific to this site
  15.   #a+=' --enable-checking[=LIST]' # enable expensive run-time checks. With LIST, enable
  16.                         #  only specific categories of checks. Categories are:
  17.                         #  all,yes,no. Flags are: stringbytes, stringoverrun,
  18.                         #  stringfreelist, xmallocoverrun, conslist
  19.   #a+=' --enable-use-lisp-union-type'
  20.                          # use a union for the Lisp_Object data type. This is
  21.                          # only useful for development for catching certain
  22.                          # types of bugs.
  23.   #a+=' --enable-profiling'    #  build emacs with profiling support. This might not
  24.                         #  work on all platforms
  25.   #a+=' --enable-autodepend' #     automatically generate dependencies to .h-files.
  26.                           # Requires GNU Make and Gcc. Enabled if GNU Make and
  27.                           # Gcc is found
  28.   #a+=' --disable-dependency-tracking' #  speeds up one-time build
  29.   #a+=' --enable-dependency-tracking' #   do not reject slow dependency extractors
  30.   #a+=' --disable-largefile' #     omit support for large files
  31.  
  32.   #Optional Packages:
  33.   a+=' --without-pop' #           don't support POP mail retrieval with movemail
  34.   a+=' --without-kerberos' #         support Kerberos-authenticated POP
  35.   a+=' --without-kerberos5' #        support Kerberos version 5 authenticated POP
  36.   a+=' --without-hesiod' #           support Hesiod to get the POP server host
  37.   a+=' --without-mmdf' #             support MMDF mailboxes
  38.   a+=' --with-mail-unlink' #      unlink, rather than empty, mail spool after reading
  39.   #a+=' --with-mailhost=HOSTNAME' #    string giving default POP mail host
  40.   a+=' --without-sound' #         don't compile with sound support
  41.   #a+=' --without-sync-input' #    process async input synchronously
  42.   a+=' --with-x-toolkit=athena' #    use an X toolkit (KIT one of: yes or gtk, gtk3,
  43.                            # lucid or athena, motif, no)
  44.   #a+=' --with-wide-int' #         prefer wide Emacs integers (typically 62-bit)
  45.   a+=' --with-xpm' #           don't compile with XPM image support
  46.   a+=' --with-jpeg' #          don't compile with JPEG image support
  47.   a+=' --without-tiff' #          don't compile with TIFF image support
  48.   a+=' --with-gif' #           don't compile with GIF image support
  49.   a+=' --with-png' #           don't compile with PNG image support
  50.   a+=' --without-rsvg' #          don't compile with SVG image support
  51.   a+=' --with-xml2' #          don't compile with XML parsing support
  52.   a+=' --with-imagemagick' #   don't compile with ImageMagick image support
  53.   a+=' --with-xft' #           don't use XFT for anti aliased fonts
  54.   a+=' --with-libotf' #        don't use libotf for OpenType font support
  55.   a+=' --without-m17n-flt' #      don't use m17n-flt for text shaping'
  56.   a+=' --without-toolkit-scroll-bars' #    don't use Motif or Xaw3d scroll bars
  57.   a+=' --without-xaw3d' #         don't use Xaw3d
  58.   a+=' --with-xim' #           don't use X11 XIM
  59.   a+=' --without-ns' #               use NeXTstep (Cocoa or GNUstep) windowing system
  60.   a+=' --without-gpm' #           don't use -lgpm for mouse support on a GNU/Linux console
  61.   a+=' --without-dbus' #          don't compile with D-Bus support
  62.   a+=' --without-gconf' #         don't compile with GConf support
  63.   a+=' --without-gsettings' #     don't compile with GSettings support
  64.   a+=' --without-selinux' #       don't compile with SELinux support
  65.   a+=' --with-gnutls' #        don't use -lgnutls for SSL/TLS support
  66.   a+=' --with-makeinfo' #      don't require makeinfo for building manuals
  67.   a+=' --with-compress-info' # don't compress the installed Info pages
  68.   #a+=' --with-pkg-config-prog=PATH' #    path to pkg-config for finding GTK and librsvg
  69.   #a+=' --with-crt-dir=DIR' #      directory containing crtn.o etc. The default is
  70.                           #    /usr/lib, or /usr/lib64 on some platforms.
  71.   #a+=' --with-gameuser=USER' #    user for shared game score files
  72.   #a+=' --with-gnustep-conf=PATH' #    path to GNUstep.conf; default $GNUSTEP_CONFIG_FILE,
  73.                                  #   or /etc/GNUstep/GNUstep.conf
  74.   a+=' --with-x' #                use the X Window System