#!/bin/sh [ -f Makefile ] && make distclean CFLAGS='-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -pipe -D_REENTRANT' ./configure \ --disable-leaks \ --disable-overwrite \ --disable-root-environ \ --disable-rpath \ --disable-rpath-hack \ --disable-termcap \ --disable-tic-depends \ --disable-widec \ --disable-xmc-glitch \ --enable-big-core \ --enable-colorfgbg \ --enable-const \ --enable-ext-colors \ --enable-ext-mouse \ --enable-hashmap \ --enable-interop \ --enable-no-padding \ --enable-pc-files \ --enable-pthreads-eintr \ --enable-reentrant \ --enable-sigwinch \ --enable-sp-funcs \ --enable-string-hacks \ --enable-symlinks \ --enable-weak-symbols \ --enable-wgetch-events \ --with-chtype=long \ --with-cxx-shared \ --with-dlsym \ --with-gpm=libgpm.so.2 \ --with-manpage-aliases \ --with-manpage-format=gzip \ --with-manpage-renames \ --with-normal \ --with-ospeed=speed_t \ --with-pc-suffix \ --with-pthread \ --with-shared \ --with-terminfo-dirs=/etc/terminfo:/usr/share/terminfo \ --with-termlib=tinfo \ --with-ticlib=tic \ --with-versioned-syms=`pwd`/package/ncursest.map \ --with-xterm-kbs=del \ --without-ada \ --without-debug \ --without-manpage-tbl \ --without-profile