Fix admin/quick-install-emacs to work with recent versions of autoconf
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-584
This commit is contained in:
parent
db62924458
commit
1fc8c92b50
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-01-01 Miles Bader <miles@gnu.org>
|
||||
|
||||
* quick-install-emacs (get_config_var): Deal with weird magic
|
||||
string inserted by recent versions of autoconf.
|
||||
|
||||
2006-11-25 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* admin.el (set-version): Set version number in
|
||||
|
|
|
@ -136,7 +136,7 @@ fi
|
|||
CONFIG_STATUS="$BUILD/config.status"
|
||||
get_config_var ()
|
||||
{
|
||||
if ! sed -n "s/^s\(.\)@$1@\1\(.*\)\1.*$/\2/p" $CONFIG_STATUS | sed q | grep ''
|
||||
if ! sed -n "s/^s\(.\)@$1@\1\(|#_!!_#|\)*\(.*\)\1.*$/\3/p" $CONFIG_STATUS | sed q | grep ''
|
||||
then
|
||||
echo 1>&2 "$me: $1: Configuration variable not found in $CONFIG_STATUS"
|
||||
exit 4
|
||||
|
|
Loading…
Add table
Reference in a new issue