summaryrefslogtreecommitdiff
path: root/nextstep
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2014-11-22 13:10:26 -0800
committerGlenn Morris <rgm@gnu.org>2014-11-22 13:10:26 -0800
commit9a8482589210016999a5fc3d9f18be74190756f9 (patch)
treebb87023f652a7b7581485d59f06b2d27b5d45ea5 /nextstep
parentdb67afbd8cbebcb16d9fdc0d4316c32f6cee5feb (diff)
downloademacs-9a8482589210016999a5fc3d9f18be74190756f9.tar.gz
* nextstep/templates/Info-gnustep.plist.in: Let configure set URL.
Diffstat (limited to 'nextstep')
-rw-r--r--nextstep/ChangeLog4
-rw-r--r--nextstep/templates/Info-gnustep.plist.in2
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@";
}