diff options
author | Glenn Morris <rgm@gnu.org> | 2014-11-22 13:10:26 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-11-22 13:10:26 -0800 |
commit | 9a8482589210016999a5fc3d9f18be74190756f9 (patch) | |
tree | bb87023f652a7b7581485d59f06b2d27b5d45ea5 /nextstep | |
parent | db67afbd8cbebcb16d9fdc0d4316c32f6cee5feb (diff) | |
download | emacs-9a8482589210016999a5fc3d9f18be74190756f9.tar.gz |
* nextstep/templates/Info-gnustep.plist.in: Let configure set URL.
Diffstat (limited to 'nextstep')
-rw-r--r-- | nextstep/ChangeLog | 4 | ||||
-rw-r--r-- | nextstep/templates/Info-gnustep.plist.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/nextstep/ChangeLog b/nextstep/ChangeLog index 4ff3d652889..4bb84bcae4d 100644 --- a/nextstep/ChangeLog +++ b/nextstep/ChangeLog @@ -1,3 +1,7 @@ +2014-11-22 Glenn Morris <rgm@gnu.org> + + * templates/Info-gnustep.plist.in: Let configure set URL. + 2014-11-03 Jan Djärv <jan.h.d@swipnet.se> * INSTALL: Remove univeral binary section. diff --git a/nextstep/templates/Info-gnustep.plist.in b/nextstep/templates/Info-gnustep.plist.in index 42abc235761..679eb4fa435 100644 --- a/nextstep/templates/Info-gnustep.plist.in +++ b/nextstep/templates/Info-gnustep.plist.in @@ -132,5 +132,5 @@ }; }, ); - URL = "http://www.gnu.org/software/emacs"; + URL = "@PACKAGE_URL@"; } |