diff options
Diffstat (limited to 'bootstrap.am')
-rw-r--r-- | bootstrap.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bootstrap.am b/bootstrap.am index 58a1aa1..fa15770 100644 --- a/bootstrap.am +++ b/bootstrap.am @@ -1,7 +1,8 @@ +BOOTSTRAP_SCITECO = SCITECOPATH=@top_srcdir@/lib if BOOTSTRAP -BOOTSTRAP_SCITECO = @top_builddir@/src/sciteco-minimal$(EXEEXT) +BOOTSTRAP_SCITECO += @top_builddir@/src/sciteco-minimal$(EXEEXT) else -BOOTSTRAP_SCITECO = @SCITECO@ +BOOTSTRAP_SCITECO += @SCITECO@ endif SUBST_MACRO = eb$<\e \ |