Advertisement
Guest User

emacs ./configure

a guest
Feb 21st, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.42 KB | None | 0 0
  1.   export REL_ALLOC=no
  2.   export ac_cv_lib_gif_EGifPutExtensionLast=yes
  3.   ./configure \
  4.     --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib --localstatedir=/var \
  5.     --program-transform-name='s/^ctags$/ctags.emacs/' \
  6.     --without-all --disable-acl --with-xml2 --with-zlib --with-gnutls \
  7.     --with-dbus --with-xft --with-libotf --with-xim --with-m17n-flt \
  8.     --without-gconf --without-sound --with-x-toolkit=gtk2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement