aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorcorbinea2007-07-13 11:08:26 +0000
committercorbinea2007-07-13 11:08:26 +0000
commit8f4b7f1b6d59978db284f89e474faf9d01488a7e (patch)
treefad42427f62375a057e44846a5921b5289a94f1f /configure
parentace68194290b49c459a56ea0a023863056fae0e2 (diff)
New bootstrapping, improved, Makefile system
Documented in dev/doc/build-system.txt . git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9992 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 5163f1183c..ad2973d975 100755
--- a/configure
+++ b/configure
@@ -266,6 +266,8 @@ if test -e .svn/entries ; then
checkedout=svn
elif [ -d '{arch}' ]; then
checkedout=gnuarch
+elif [ -z "${GIT_DIR}" ] && [ -d .git ] || [ -d "${GIT_DIR}" ]; then
+ checkedout=git
else
checkedout=0
fi