Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
892de428
Commit
892de428
authored
May 27, 2002
by
Miles Bader
Browse files
(VERSION): Calculate using the same method that configure.in uses.
parent
14dd2fe9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
admin/quick-install-emacs
admin/quick-install-emacs
+3
-1
No files found.
admin/quick-install-emacs
View file @
892de428
...
...
@@ -140,9 +140,11 @@ function get_config_var () {
test
x
"
$SRC
"
=
x
&&
{
SRC
=
"
`
get_config_var srcdir
`
"
||
exit
4
;
}
test
x
"
$prefix
"
=
x
&&
{
prefix
=
"
`
get_config_var prefix
`
"
||
exit
4
;
}
test
x
"
$VERSION
"
=
x
&&
{
VERSION
=
"
`
get_config_var version
`
"
||
exit
4
;
}
test
x
"
$ARCH
"
=
x
&&
{
ARCH
=
"
`
get_config_var host
`
"
||
exit
4
;
}
VERSION
=
`
grep
'defconst[ ]*emacs-version'
$SRC
/lisp/version.el
\
|
sed
-e
's/^[^"]*"\([^"]*\)".*$/\1/'
`
DST_SHARE
=
"
$prefix
/share/emacs/
$VERSION
"
DST_BIN
=
"
$prefix
/bin"
DST_LIBEXEC
=
"
$prefix
/libexec/emacs/
$VERSION
/
$ARCH
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment