# HG changeset patch # User Andrew John Hughes # Date 1366577289 -3600 # Node ID b382dc61dbdde9e404a459b5b71608674e6e3c34 # Parent 95c1acdfeec4fee1e5a28bc54d93c8840effa991 Use 'IcedTea' across all versions, not 'IcedTea7' etc. 2013-04-21 Andrew John Hughes * Makefile.am: (ICEDTEA_NAME): Make same across all versions. diff -r 95c1acdfeec4 -r b382dc61dbdd ChangeLog --- a/ChangeLog Sun Apr 21 17:24:52 2013 +0100 +++ b/ChangeLog Sun Apr 21 21:48:09 2013 +0100 @@ -1,3 +1,8 @@ +2013-04-21 Andrew John Hughes + + * Makefile.am: + (ICEDTEA_NAME): Make same across all versions. + 2013-04-21 Andrew John Hughes * configure.ac: Bump to 2.3.9 proper. diff -r 95c1acdfeec4 -r b382dc61dbdd Makefile.am --- a/Makefile.am Sun Apr 21 17:24:52 2013 +0100 +++ b/Makefile.am Sun Apr 21 21:48:09 2013 +0100 @@ -431,7 +431,7 @@ ICEDTEA_SHARK_BUILD = true endif -ICEDTEA_NAME = IcedTea7 +ICEDTEA_NAME = IcedTea if HAS_ICEDTEA_REVISION ICEDTEA_REV = +${ICEDTEA_REVISION} endif