From: Glenn Morris Date: Sat, 22 Nov 2014 21:10:26 +0000 (-0800) Subject: * nextstep/templates/Info-gnustep.plist.in: Let configure set URL. X-Git-Tag: emacs-25.0.90~2635^2~386 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9a8482589210016999a5fc3d9f18be74190756f9;p=emacs.git * nextstep/templates/Info-gnustep.plist.in: Let configure set URL. --- 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 + + * templates/Info-gnustep.plist.in: Let configure set URL. + 2014-11-03 Jan Djärv * 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@"; }