summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2013-02-15 11:42:59 +0100
committerMiklos Vajna <vmiklos@suse.cz>2013-02-15 20:11:26 +0000
commitf6251134c94c5424dac633a107e07a2403e3a56d (patch)
tree84d58e49fecf2a9c78ca2c38df498ac1aa2be4d5 /configure.ac
parentandroid: detect updated sdk and re-generate troublesome ant rules. (diff)
downloadcore-f6251134c94c5424dac633a107e07a2403e3a56d.tar.gz
core-f6251134c94c5424dac633a107e07a2403e3a56d.zip
configure: drop no longer working --with-linked-git option
--with-referenced-git works with submodules, --with-linked-git does not. And I don't see a way to fix it, either. Change-Id: Ib6cdb065a022665cd62e9fdc7fc37a9e916e50ad Reviewed-on: https://gerrit.libreoffice.org/2165 Reviewed-by: Matúš Kukan <matus.kukan@gmail.com> Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac19
1 files changed, 0 insertions, 19 deletions
diff --git a/configure.ac b/configure.ac
index 10615072cc88..e5a7e5dbba4d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1194,14 +1194,6 @@ AC_ARG_WITH(solver-and-workdir-root,
[Specify path that contains SOLARVER and WORKDIR directories manually.])
)
-AC_ARG_WITH(linked-git,
- AS_HELP_STRING([--with-linked-git=<OTHER_CLONE_DIR>],
- [Specify another checkout's clonedir to re-use. This makes use of
- git-new-workdir, and saves a lot of diskspace when having multiple
- trees side-by-side.]),
- GIT_LINK_SRC=$withval ,
-)
-
AC_ARG_WITH(referenced-git,
AS_HELP_STRING([--with-referenced-git=<OTHER_CHECKOUT_DIR>],
[Specify another checkout directory to reference. This makes use of
@@ -11945,17 +11937,6 @@ fi
AC_SUBST(L10N_MODULE)
AC_SUBST(WITH_POOR_HELP_LOCALIZATIONS)
-dnl git-new-workdir
-dnl ===================================================================
-if test -n "${GIT_LINK_SRC}"; then
- for repo in ${GIT_NEEDED_SUBMODULES}; do
- if ! test -d "${GIT_LINK_SRC}"/${repo}; then
- AC_MSG_ERROR([linked git: required repository does not exist: ${GIT_LINK_SRC}/${repo}])
- fi
- done
-fi
-AC_SUBST(GIT_LINK_SRC)
-
dnl git submodule update --reference
dnl ===================================================================
if test -n "${GIT_REFERENCE_SRC}"; then