File: configure

package info (click to toggle)
vim 2%3A7.2.445%2Bhg~cb94c42c0e1a-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 44,812 kB
  • ctags: 26,838
  • sloc: ansic: 285,828; cpp: 3,253; makefile: 3,044; perl: 1,160; awk: 715; sh: 667; xml: 508; lisp: 501; cs: 458; asm: 114; python: 28; csh: 6
file content (6 lines) | stat: -rwxr-xr-x 169 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
#! /bin/sh

# This is just a stub for the Unix configure script, to provide support for
# doing "./configure" in the top Vim directory.

cd src && exec ./configure "$@"