summaryrefslogtreecommitdiffstats
path: root/e-17/e17/PRE_BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'e-17/e17/PRE_BUILD')
-rwxr-xr-xe-17/e17/PRE_BUILD19
1 files changed, 11 insertions, 8 deletions
diff --git a/e-17/e17/PRE_BUILD b/e-17/e17/PRE_BUILD
index 8acd7ec2a6..bb2afa432d 100755
--- a/e-17/e17/PRE_BUILD
+++ b/e-17/e17/PRE_BUILD
@@ -1,10 +1,13 @@
default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-#
-# Remove .svn directories, otherwise they get installed
-#
-# #15777 find . -type d -name .svn -exec rm -rf {} \; 2>/dev/null || true &&
-#sedit "s/; aclocal/; aclocal-1.9/" autogen.sh &&
-#sedit "s/; automake/; automake-1.9/" autogen.sh &&
-NOCONFIGURE=ON ./autogen.sh
+if [[ "x${E17_BRANCH}" == "xscm" ]]; then
+ cd $SOURCE_DIRECTORY &&
+ #
+ # Remove .svn directories, otherwise they get installed
+ #
+ # #15777 find . -type d -name .svn -exec rm -rf {} \; 2>/dev/null || true &&
+
+ #sedit "s/; aclocal/; aclocal-1.9/" autogen.sh &&
+ #sedit "s/; automake/; automake-1.9/" autogen.sh &&
+ NOCONFIGURE=ON ./autogen.sh
+fi