diff options
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/ChangeLog | 5 | ||||
| -rw-r--r-- | admin/FOR-RELEASE | 4 | ||||
| -rwxr-xr-x | admin/quick-install-emacs | 2 |
3 files changed, 9 insertions, 2 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog index 0f01e1ae1c7..65606c02cb5 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2007-01-01 Miles Bader <miles@gnu.org> | ||
| 2 | |||
| 3 | * quick-install-emacs (get_config_var): Deal with weird magic | ||
| 4 | string inserted by recent versions of autoconf. | ||
| 5 | |||
| 1 | 2006-11-25 Juanma Barranquero <lekktu@gmail.com> | 6 | 2006-11-25 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 7 | ||
| 3 | * admin.el (set-version): Set version number in | 8 | * admin.el (set-version): Set version number in |
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index 3b7eb8c4560..f45c5819466 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | Tasks needed before the next release. | 1 | Tasks needed before the next release. |
| 2 | 2 | ||
| 3 | * UPDATE COPYRIGHTS (Happy New Year :-) | ||
| 4 | |||
| 5 | |||
| 3 | * TO BE DONE SHORTLY BEFORE RELEASE | 6 | * TO BE DONE SHORTLY BEFORE RELEASE |
| 4 | 7 | ||
| 5 | ** Check for widow and orphan lines in manuals; | 8 | ** Check for widow and orphan lines in manuals; |
| @@ -8,7 +11,6 @@ make sure all the pages really look ok in the manual as formatted. | |||
| 8 | ** Check for text in manuals that assumes current version is 21. | 11 | ** Check for text in manuals that assumes current version is 21. |
| 9 | 12 | ||
| 10 | ** Update AUTHORS. | 13 | ** Update AUTHORS. |
| 11 | [Done 2006-10-03] | ||
| 12 | 14 | ||
| 13 | ** Regenerate the postscript files of the reference cards in etc. | 15 | ** Regenerate the postscript files of the reference cards in etc. |
| 14 | 16 | ||
diff --git a/admin/quick-install-emacs b/admin/quick-install-emacs index 9a9d1203d96..2167b8ee2d1 100755 --- a/admin/quick-install-emacs +++ b/admin/quick-install-emacs | |||
| @@ -136,7 +136,7 @@ fi | |||
| 136 | CONFIG_STATUS="$BUILD/config.status" | 136 | CONFIG_STATUS="$BUILD/config.status" |
| 137 | get_config_var () | 137 | get_config_var () |
| 138 | { | 138 | { |
| 139 | if ! sed -n "s/^s\(.\)@$1@\1\(.*\)\1.*$/\2/p" $CONFIG_STATUS | sed q | grep '' | 139 | if ! sed -n "s/^s\(.\)@$1@\1\(|#_!!_#|\)*\(.*\)\1.*$/\3/p" $CONFIG_STATUS | sed q | grep '' |
| 140 | then | 140 | then |
| 141 | echo 1>&2 "$me: $1: Configuration variable not found in $CONFIG_STATUS" | 141 | echo 1>&2 "$me: $1: Configuration variable not found in $CONFIG_STATUS" |
| 142 | exit 4 | 142 | exit 4 |