Mercurial > hg > RemoteEditor > vim7
annotate src/configure @ 1:f72be2054832
add: reditor.c reditor.h
author | atsuki |
---|---|
date | Sat, 10 Nov 2007 20:27:44 +0900 |
parents | 76efa0be13f1 |
children |
rev | line source |
---|---|
0 | 1 #! /bin/sh |
2 # run the automatically generated configure script | |
3 CONFIG_STATUS=auto/config.status \ | |
4 auto/configure "$@" --srcdir="${srcdir:-.}" --cache-file=auto/config.cache | |
5 result=$? | |
6 | |
7 # Stupid autoconf 2.5x causes this file to be left behind. | |
8 if test -f configure.lineno; then rm -f configure.lineno; fi | |
9 | |
10 exit $result |