+
+ <if cond="FORMAT=='autoconf'">
+
+ <!-- Show this banner after installation: -->
+ <modify-target target="install">
+ <command>
+@echo " "
+@echo " ------------------------------------------------------"
+@echo " "
+@echo " The installation of wxWidgets is finished. On certain"
+@echo " platforms (e.g. Linux) you'll now have to run ldconfig"
+@echo " if you installed a shared library and also modify the"
+@echo " LD_LIBRARY_PATH (or equivalent) environment variable."
+@echo " "
+@echo " wxWidgets comes with no guarantees and doesn't claim"
+@echo " to be suitable for any purpose."
+@echo " "
+@echo " Read the wxWidgets Licence on licencing conditions."
+@echo " "
+@echo " ------------------------------------------------------"
+@echo " "
+ </command>
+ </modify-target>
+
+ <!-- add "make dist" target to autoconf: -->
+ <set var="VARS_DONT_ELIMINATE" append="1">
+ ALL_BASE_SOURCES WX_VERSION
+ </set>
+ <fragment format="autoconf" file="make_dist.mk"/>
+
+ </if>
+
+ <include file="build_cfg.bkl"/>
+