File: configure-noscripting.sh

package info (click to toggle)
fim 0.5~rc2-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,240 kB
  • ctags: 3,308
  • sloc: cpp: 25,233; ansic: 4,390; sh: 1,306; makefile: 398; perl: 189; exp: 25; awk: 9
file content (5 lines) | stat: -rwxr-xr-x 256 bytes parent folder | download | duplicates (6)
1
2
3
4
5
#!/bin/sh
# configure fim with scripting disabled (still incomplete, though)
./configure --disable-readline --disable-system --disable-autocommands --disable-windows --disable-scripting --disable-output-console  $@ || exit 
make || exit
make tests || exit