This repository was archived by the owner on Jan 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,4 +22,4 @@ if [ -z "$v" ]; then
22
22
fi
23
23
24
24
prog=` basename " $0 " `
25
- exec " $ SAGE_LOCAL /@AUTOFOO@-$v /bin/$prog " " $@ "
25
+ exec " @ SAGE_LOCAL@ /@AUTOFOO@-$v /bin/$prog " " $@ "
Original file line number Diff line number Diff line change @@ -69,11 +69,11 @@ for x in $libtool_versions; do libtool_latest=$x ; done
69
69
# We install scripts for autoconf,... based on the generic "autofoo" script
70
70
cd " $SAGE_LOCAL /bin"
71
71
sed < " $SRC /../autofoo" > autoconf \
72
- " s/@AUTOFOO@/autoconf/; s/@AUTOFILES@/configure/; s/@AUTOVAR@/AUTOCONF_VERSION/; s/@DEFAULT_VERSION@/${autoconf_latest} /"
72
+ " s/@AUTOFOO@/autoconf/; s/@AUTOFILES@/configure/; s/@AUTOVAR@/AUTOCONF_VERSION/; s/@DEFAULT_VERSION@/${autoconf_latest} /; s|@SAGE_LOCAL@| $SAGE_LOCAL |; "
73
73
sed < " $SRC /../autofoo" > automake \
74
- " s/@AUTOFOO@/automake/; s/@AUTOFILES@/Makefile.in/; s/@AUTOVAR@/AUTOMAKE_VERSION/; s/@DEFAULT_VERSION@/${automake_latest} /"
74
+ " s/@AUTOFOO@/automake/; s/@AUTOFILES@/Makefile.in/; s/@AUTOVAR@/AUTOMAKE_VERSION/; s/@DEFAULT_VERSION@/${automake_latest} /; s|@SAGE_LOCAL@| $SAGE_LOCAL |; "
75
75
sed < " $SRC /../autofoo" > libtool \
76
- " s/@AUTOFOO@/libtool/; s/@AUTOFILES@/ltmain.sh/; s/@AUTOVAR@/LIBTOOL_VERSION/; s/@DEFAULT_VERSION@/${libtool_latest} /"
76
+ " s/@AUTOFOO@/libtool/; s/@AUTOFILES@/ltmain.sh/; s/@AUTOVAR@/LIBTOOL_VERSION/; s/@DEFAULT_VERSION@/${libtool_latest} /; s|@SAGE_LOCAL@| $SAGE_LOCAL |; "
77
77
78
78
# Correct permissions
79
79
for prog in autoconf automake libtool; do
You can’t perform that action at this time.
0 commit comments