diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-02-22 03:49:04 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-02-22 03:49:04 +0100 |
commit | 5d5182158a982057a9fe4c7b3f3ac81e1536f1ff (patch) | |
tree | b8a162b90b9615da35cf2ee397c7080ab57ab3a0 /bootstrap.am | |
parent | 52934d6a7989983cfdb4d772217e45e2434d5db7 (diff) | |
download | sciteco-5d5182158a982057a9fe4c7b3f3ac81e1536f1ff.tar.gz |
added --with-default-scitecopath config option: default value of $SCITECOPATH
useful for Windows where the desired default path does not correspond with
the installation dir of the std lib macros
Diffstat (limited to 'bootstrap.am')
-rw-r--r-- | bootstrap.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap.am b/bootstrap.am index f44f945..58a1aa1 100644 --- a/bootstrap.am +++ b/bootstrap.am @@ -11,7 +11,8 @@ SUBST_MACRO = eb$<\e \ <fs@PACKAGE_URL^Q@\e@PACKAGE_URL@\e;>j \ <fs@bindir^Q@\e$(bindir)\e;>j \ <fs@pkgdatadir^Q@\e$(pkgdatadir)\e;>j \ - <fs@scitecopathdir^Q@\e$(scitecopathdir)\e;>j \ + <fs@scitecolibdir^Q@\e$(scitecolibdir)\e;>j \ + <fs@DEFAULT_SCITECOPATH^Q@\e@DEFAULT_SCITECOPATH@\e;>j \ <fs@DATE^Q@\e$(shell @DATE@ "+%d %b %Y")\e;>j \ ew$@\e |