+ <if cond="FORMAT=='autoconf'">
+
+ <!-- Install wxrc as $prefix/bin/wxrc-$version with a wxrc symlink
+ pointing to it, so that users can use wxrc from different
+ versions. -->
+
+ <set var="versioned_name">wxrc-$(WX_RELEASE)</set>
+ <modify-target target="install_wxrc">
+ <command>
+ rm -f $(DESTDIR)$(BINDIR)/wxrc$(EXEEXT) $(DESTDIR)$(BINDIR)/$(versioned_name)
+ $(INSTALL_PROGRAM) wxrc$(EXEEXT) $(DESTDIR)$(BINDIR)
+ mv -f $(DESTDIR)$(BINDIR)/wxrc$(EXEEXT) $(DESTDIR)$(BINDIR)/$(versioned_name)
+ (cd $(DESTDIR)$(BINDIR) && $(LN_S) $(versioned_name) wxrc$(EXEEXT))
+ </command>
+ </modify-target>
+ </if>
+